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.
40 lines
906 B
40 lines
906 B
|
2 months ago
|
@charset "UTF-8";
|
||
|
|
/**
|
||
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
||
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
||
|
|
*/
|
||
|
|
.uni-forms-item__content.data-v-ec5763a0 {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.u-tag__text.data-v-ec5763a0 {
|
||
|
|
font-size: 22rpx;
|
||
|
|
padding: 0 10rpx;
|
||
|
|
}
|
||
|
|
button.data-v-ec5763a0 {
|
||
|
|
color: #ffffff;
|
||
|
|
background: #5fd9ee;
|
||
|
|
width: 90%;
|
||
|
|
margin: 20rpx auto;
|
||
|
|
}
|
||
|
|
.shop-choose.data-v-ec5763a0 {
|
||
|
|
padding: 25rpx 15rpx;
|
||
|
|
display: flex;
|
||
|
|
justify-content: space-between;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.shop-choose .shop-name.data-v-ec5763a0 {
|
||
|
|
flex-basis: 150rpx;
|
||
|
|
}
|
||
|
|
.item-wrapper.data-v-ec5763a0 {
|
||
|
|
background-color: #fff;
|
||
|
|
overflow: hidden;
|
||
|
|
}
|
||
|
|
.text.data-v-ec5763a0 {
|
||
|
|
width: 600rpx;
|
||
|
|
overflow: hidden;
|
||
|
|
white-space: nowrap;
|
||
|
|
text-overflow: ellipsis;
|
||
|
|
}
|
||
|
|
|