You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
2.2 KiB
104 lines
2.2 KiB
@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
.uni-forms-item__content.data-v-f2811902 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.u-tag__text.data-v-f2811902 {
|
|
font-size: 22rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
button.data-v-f2811902 {
|
|
color: #ffffff;
|
|
background: #5fd9ee;
|
|
width: 90%;
|
|
margin: 20rpx auto;
|
|
}
|
|
.shop-choose.data-v-f2811902 {
|
|
padding: 25rpx 15rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.shop-choose .shop-name.data-v-f2811902 {
|
|
flex-basis: 150rpx;
|
|
}
|
|
.item-wrapper.data-v-f2811902 {
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
}
|
|
.text.data-v-f2811902 {
|
|
width: 600rpx;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.copy-text.data-v-f2811902 {
|
|
text-align: center;
|
|
flex: 1;
|
|
color: blue;
|
|
-webkit-text-decoration-line: underline;
|
|
text-decoration-line: underline;
|
|
}
|
|
.contentPadding.data-v-f2811902 {
|
|
padding: 0 20rpx;
|
|
background-color: #fff;
|
|
color: #909399;
|
|
}
|
|
.contentPadding .title.data-v-f2811902 {
|
|
padding-left: 20rpx;
|
|
font-size: 32rpx;
|
|
color: #303133;
|
|
line-height: 66rpx;
|
|
}
|
|
.contentPadding .title image.data-v-f2811902 {
|
|
display: inline-block;
|
|
width: 40rpx;
|
|
vertical-align: middle;
|
|
}
|
|
.contentPadding .title .btn.data-v-f2811902 {
|
|
text-align: right;
|
|
width: 24%;
|
|
float: right;
|
|
font-size: 26rpx;
|
|
color: #5fd9ee;
|
|
}
|
|
.contentPadding .grid-text.data-v-f2811902 {
|
|
font-size: 28rpx;
|
|
margin-bottom: 26rpx;
|
|
}
|
|
.type-popup.data-v-f2811902 {
|
|
width: 600rpx;
|
|
height: 1200rpx;
|
|
overflow: scroll;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
position: relative;
|
|
margin-bottom: 40rpx;
|
|
}
|
|
.popup-btn.data-v-f2811902 {
|
|
width: 120rpx;
|
|
height: 60rpx;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
font-size: 24rpx;
|
|
line-height: 60rpx;
|
|
text-align: center;
|
|
background: linear-gradient(90deg, #60F3FF, #088FEB);
|
|
float: right;
|
|
margin: 0 10rpx 20rpx 0;
|
|
}
|
|
.copy-box.data-v-f2811902 {
|
|
width: 95%;
|
|
margin: 0 auto;
|
|
}
|
|
.copy-box view.data-v-f2811902 {
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
|