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.

76 lines
1.6 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content.data-v-3f07d8d4 {
display: flex;
align-items: center;
}
.u-tag__text.data-v-3f07d8d4 {
font-size: 22rpx;
padding: 0 10rpx;
}
page.data-v-3f07d8d4, .page1.data-v-3f07d8d4 {
font-size: 28rpx;
}
.shop-choose.data-v-3f07d8d4 {
width: 70%;
padding: 25rpx 15rpx;
display: flex;
justify-content: space-between;
align-items: center;
}
.shop-choose .shop-name.data-v-3f07d8d4 {
flex-basis: 150rpx;
}
.popup-content.data-v-3f07d8d4 {
width: 500rpx;
min-height: 500rpx;
max-height: 1000rpx;
overflow: scroll;
}
@media screen and (min-width: 760px) {
.popup-content.data-v-3f07d8d4 {
width: 500rpx;
min-height: 500rpx;
max-height: 800rpx;
overflow: scroll;
}
}
.ulList.data-v-3f07d8d4 {
margin-top: 20rpx;
}
.ulList ._ul ._li.data-v-3f07d8d4 {
font-size: 24rpx;
}
.ulList ._ul ._li .floatRight.data-v-3f07d8d4 {
float: right;
padding: 14rpx;
color: #5fd9ee;
font-size: 26rpx;
}
.ulList ._ul ._li .cardText.data-v-3f07d8d4 {
font-size: 24rpx;
}
.ulList ._ul ._li .priceText.data-v-3f07d8d4 {
color: #5fd9ee;
font-size: 28rpx;
}
.mine.data-v-3f07d8d4 {
position: fixed;
bottom: 120rpx;
right: 20rpx;
width: 88rpx;
height: 88rpx;
line-height: 88rpx;
text-align: center;
border-radius: 88rpx;
color: #fff;
background-color: #5fd9ee;
}
.mine.data-v-3f07d8d4:active {
opacity: .8;
}