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.
42 lines
1.5 KiB
42 lines
1.5 KiB
.search {
|
|
--search-background-color: #ffffff;
|
|
--search-padding: 0;
|
|
width: 750rpx;
|
|
height: 110rpx;
|
|
background-color: #ffffff;
|
|
position: fixed;
|
|
z-index: 100;
|
|
left: 0;
|
|
top: 0;
|
|
}
|
|
.search .van-search {
|
|
background-color: transparent !important;
|
|
padding: 0 !important;
|
|
}
|
|
.search .van-search__content {
|
|
padding: 0 !important;
|
|
}
|
|
.search .van-cell {
|
|
/* width: 600rpx; */
|
|
border-radius: 50rpx;
|
|
border: 1px solid #333;
|
|
}
|
|
.search .icon-search {
|
|
width: 40rpx;
|
|
height: 40rpx;
|
|
margin-right: 10rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
.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: #333;}
|
|
|
|
.table-head{display: flex; align-items: center; text-align: center; font-size: 28rpx; font-weight: 600; background-color: #fff; line-height: 100rpx;}
|
|
.table-head view{flex: 1;}
|
|
.table-body{padding-bottom: 150rpx;}
|
|
.table-body .list{display: flex; align-items: center; text-align: center; font-size: 26rpx; background-color: #fff; padding: 30rpx 0;}
|
|
.table-body .list>view{flex: 1; color: #333;}
|
|
.table-body .van-cell {padding: 0 !important; line-height: unset !important;}
|
|
.table-body .van-cell:after{display: none;}
|
|
.table-body van-cell:nth-child(2n + 1) .list{background-color: #f6fafc;}
|
|
.table-body .list .van-radio{display: inline-block;}
|
|
.table-body .list.on>view{color: #333;} |