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.
 
 
 
 
 

83 lines
1.5 KiB

@charset "UTF-8";
/**
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
*/
.uni-forms-item__content {
display: flex;
align-items: center;
}
.u-tag__text {
font-size: 22rpx;
padding: 0 10rpx;
}
.u-transition {
width: 100%;
position: fixed;
top: 226rpx;
z-index: 99;
}
.search {
padding: 20rpx;
background-color: #fff;
width: 100%;
background-color: #fff;
}
.uni-searchbar {
padding: 20rpx 0 !important;
}
.dayin-text {
flex: 1;
text-align: right;
padding-right: 20rpx;
text-decoration: underline;
color: blue;
}
.ulList ._ul ._li {
font-size: 12px;
}
.ulList ._ul ._li .floatRight {
float: right;
padding: 14rpx;
color: #5fd9ee;
font-size: 26rpx;
}
.ulList ._ul ._li .cardText {
font-size: 12px;
}
.ulList ._ul ._li .priceText {
color: #5fd9ee;
font-size: 14px;
}
.order-bottom {
background: #fff;
height: 120rpx;
width: 100%;
position: fixed;
bottom: 0;
}
.order-bottom button {
width: 90%;
height: 80rpx;
margin: 0 auto;
background: #088FEB;
color: #fff;
margin-top: 20rpx;
}
.paixu-content {
height: 100rpx;
line-height: 100rpx;
text-align: center;
font-size: 30rpx;
font-weight: bold;
}
.nahuo-mask {
height: 1200rpx;
background: rgba(0, 0, 0, 0.6);
position: fixed;
top: 100px;
right: 0;
z-index: 100;
width: 100%;
}