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.
43 lines
1.8 KiB
43 lines
1.8 KiB
/* mine/pages/traderList/traderList.wxss */
|
|
page{background-color: #fff;}
|
|
.search {
|
|
--search-background-color: #ffffff;
|
|
--search-padding: 0;
|
|
width: 750rpx;
|
|
height: 110rpx;
|
|
background-color: #ffffff;
|
|
position: fixed;
|
|
z-index: 100;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.van-search {
|
|
background-color: transparent !important;
|
|
}
|
|
.van-cell {
|
|
width: 600rpx;
|
|
border-radius: 50rpx;
|
|
border: 1px solid #333333;
|
|
}
|
|
.icon-search {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 10rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.table-body{position: relative; margin-left: 180rpx; min-height: 100%;}
|
|
.table-body .list{display: flex; align-items: center; justify-content: space-between; text-align: center; font-size: 26rpx; background-color: #fff; padding: 30rpx; border-bottom: 1px solid #f0f0f0; min-height: 108rpx;}
|
|
.table-body .list>view:first-child{flex: 1; text-align: left;}
|
|
.table-body .list>view:last-child{width: 80rpx; text-align: right;}
|
|
.table-body .list .van-radio{display: inline-block;}
|
|
.table-body .list.on{color: #0a6597;}
|
|
.footer{display: flex; align-items: center; position:fixed; left: 0; bottom: 0; right: 0; background-color: #fff; width: 100%;text-align: center; line-height: 80rpx; font-size: 30rpx; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);}
|
|
.footer .long{color: #fff; background-color: #0a6597;}
|
|
|
|
/*****/
|
|
.left-cate{position: fixed; top: 130rpx; bottom: 150rpx; left: 0; width: 180rpx; overflow-y: auto; background-color: #EEF2F7;}
|
|
.left-cate .list{display: flex; align-items: center; font-size: 26rpx; padding: 30rpx; min-height: 108rpx; justify-content: center;}
|
|
.left-cate .list.on{color: #0a6597; background-color: #fff; position: relative;}
|
|
.left-cate .list.on::before{content: ''; position: absolute; left: 0; top: calc(50% - 14rpx);width: 6rpx; height: 28rpx; background-color: #0a6597; border-radius: 6rpx;}
|