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.
 
 
 
 
 

75 lines
1.3 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;
}
page, .page1 {
font-size: 28rpx;
}
.u-transition {
width: 100%;
position: fixed;
top: 402rpx;
z-index: 99;
}
.uni-searchbar {
padding: 20rpx 0 !important;
}
.ulList ._ul ._li {
font-size: 24rpx;
}
.ulList ._ul ._li .floatRight {
float: right;
padding: 14rpx;
color: #5fd9ee;
font-size: 26rpx;
}
.ulList ._ul ._li .cardText {
font-size: 24rpx;
}
.ulList ._ul ._li .priceText {
color: #5fd9ee;
font-size: 28rpx;
}
.return-price {
position: absolute;
bottom: 30rpx;
right: 30rpx;
background: #5fd9ee;
color: #fff;
width: 80rpx;
height: 60rpx;
line-height: 60rpx;
text-align: center;
border-radius: 10px;
}
.search {
padding: 20rpx;
background-color: #fff;
width: 100%;
}
.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: 200rpx;
right: 0;
z-index: 100;
width: 100%;
}