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.
 
 
 
 
 

42 lines
971 B

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content.data-v-e4254314 {
display: flex;
align-items: center;
}
.u-tag__text.data-v-e4254314 {
font-size: 22rpx;
padding: 0 10rpx;
}
.ulList ._ul ._li.data-v-e4254314 {
font-size: 12px;
}
.ulList ._ul ._li .floatRight.data-v-e4254314 {
float: right;
padding: 14rpx;
color: #5fd9ee;
font-size: 26rpx;
}
.ulList ._ul ._li .cardText.data-v-e4254314 {
font-size: 12px;
}
.ulList ._ul ._li .priceText.data-v-e4254314 {
color: #5fd9ee;
font-size: 14px;
}
.return-price.data-v-e4254314 {
position: absolute;
bottom: 30rpx;
right: 30rpx;
background: #5fd9ee;
color: #fff;
width: 80rpx;
height: 60rpx;
line-height: 60rpx;
text-align: center;
border-radius: 10px;
}