34 lines
524 B
Plaintext
34 lines
524 B
Plaintext
|
|
||
|
page {
|
||
|
background: #f5f5f5 !important;
|
||
|
}
|
||
|
.search {
|
||
|
width: 100%;
|
||
|
border-radius:46rpx;
|
||
|
opacity: 1;
|
||
|
border: 1rpx solid #D3D3D3;
|
||
|
}
|
||
|
.line {
|
||
|
width: 24rpx;
|
||
|
height: 7rpx;
|
||
|
background: linear-gradient(157deg, #FFBCA0 0%, #FF8A5D 100%);
|
||
|
border-radius: 0rpx;
|
||
|
}
|
||
|
.nochose {
|
||
|
border-radius: 8rpx;
|
||
|
border: 2rpx solid #CCCCCC;
|
||
|
color: #767676;
|
||
|
width: 150rpx;
|
||
|
}
|
||
|
.chose {
|
||
|
border-radius: 8rpx;
|
||
|
border: 2rpx solid #F5393A;
|
||
|
color: #fff;
|
||
|
width: 150rpx;
|
||
|
background: #F5393A;
|
||
|
}
|
||
|
.exchange uni-swiper {
|
||
|
height: 454rpx !important;
|
||
|
}
|
||
|
|