chache/pages/home/searchShop/searchShop.wxss
2024-01-22 18:48:00 +08:00

142 lines
2.3 KiB
Plaintext

page {
background: #f0f0f0;
height: 100%;
}
.serch_view {
background: #fff;
border-bottom: 1rpx solid #f0f0f0;
height: 68rpx;
padding: 1rpx 3% 20rpx;
position: fixed;
width: 94%;
}
.serch_nav {
height: 83rpx;
width: 100%;
}
.serch_border {
background: #f5f5f5;
border-radius: 100px;
float: left;
height: 60rpx;
margin-top: 5rpx;
width: 82%;
}
.serch_border_img {
border-right: 1rpx solid rgba(0, 0, 0, 0.1);
float: left;
height: 38rpx;
margin-left: 20rpx;
margin-top: 13rpx;
padding-right: 10rpx;
width: 38rpx;
}
.serch_border_text {
color: #b2b2b2;
float: left;
font-size: 24rpx;
height: 60rpx;
line-height: 60rpx;
padding-left: 15rpx;
width: 76%;
}
.serch_border_btn {
background: #f5f5f5;
border: 1rpx solid rgba(0, 0, 0, 0.1);
border-radius: 10rpx;
color: #555;
float: right;
font-size: 24rpx;
height: 60rpx;
line-height: 58rpx;
margin: 5rpx 0rpx 0rpx;
padding: 0rpx;
text-align: center;
width: 100rpx;
}
button::after {
border: none;
}
.biaoqian_border_all {
background: #fff;
width: 100%;
}
.biaoqian_modle {
margin-left: 3%;
margin-top: 10rpx;
width: 94%;
}
.biaoqian_title {
color: #555;
font-size: 24rpx;
height: 60rpx;
line-height: 60rpx;
width: 100%;
}
.biaoqian_title_right {
color: #f75f5f;
float: right;
font-size: 24rpx;
}
.biaoqian_border {
padding-bottom: 20rpx;
width: 100%;
}
.biaoqian {
background: #f5f5f5;
border-radius: 10rpx;
color: #555;
display: inline-block;
font-size: 24rpx;
margin-left: 20rpx;
margin-top: 20rpx;
padding: 5rpx 13rpx;
}
.biaoqian_nav {
background: #f0f0f0;
height: 7rpx;
width: 100%;
}
.mohu_border_view {
background: #fff;
height: 87%;
overflow-y: scroll;
position: fixed;
top: 92rpx;
width: 100%;
}
.mohu_border {
background: #fff;
margin-left: 5%;
width: 90%;
}
.mohu_border_modle {
background: #fff;
border-bottom: 1rpx solid #f0f0f0;
color: #555;
font-size: 28rpx;
height: 88rpx;
line-height: 88rpx;
margin: 0;
padding: 0;
text-align: left;
width: 100%;
}
.mohu_border_modle_first {
color: #555;
font-size: 24rpx;
}
.btn_active {
background: #3d61f0;
border-color: #3d61f0;
color: #fff;
}
.close_img {
display: block;
height: 36rpx;
position: fixed;
right: 180rpx;
top: 18rpx;
width: 36rpx;
}