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.
76 lines
1.3 KiB
76 lines
1.3 KiB
8 months ago
|
|
||
|
.bg.data-v-5c750ee2 {
|
||
|
min-height: 100vh;
|
||
|
background: white;
|
||
|
padding: 0 30rpx;
|
||
|
position: relative;
|
||
|
}
|
||
|
.top-box.data-v-5c750ee2 {
|
||
|
height: 84rpx;
|
||
|
padding: 12rpx 0;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: space-between;
|
||
|
background: white;
|
||
|
.search-box{
|
||
|
width: 493rpx;
|
||
|
height: 60rpx;
|
||
|
border: 1px solid #96684F;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
padding: 15rpx 19rpx;
|
||
|
font-size: 28rpx;
|
||
|
.input {
|
||
|
flex: 1;
|
||
|
border: none;
|
||
|
outline: none;
|
||
|
background: none;
|
||
|
color: #000000;
|
||
|
margin: 0 20rpx;
|
||
|
font-size: 28rpx;
|
||
|
}
|
||
|
}
|
||
|
.btn {
|
||
|
width: 120rpx;
|
||
|
height: 60rpx;
|
||
|
background: #96684F;
|
||
|
font-family: PingFang SC;
|
||
|
font-weight: 500;
|
||
|
font-size: 28rpx;
|
||
|
color: #FFFFFF;
|
||
|
line-height: 60rpx;
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
.search-title.data-v-5c750ee2 {
|
||
|
color: #000000;
|
||
|
font-weight: bold;
|
||
|
font-size: 31rpx;
|
||
|
margin: 36rpx 0;
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.search-title ._img.data-v-5c750ee2 {
|
||
|
width: 30rpx;
|
||
|
height: 32rpx;
|
||
|
}
|
||
|
.search-list.data-v-5c750ee2 {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
flex-wrap: wrap;
|
||
|
}
|
||
|
.search-item.data-v-5c750ee2 {
|
||
|
padding: 0 25rpx;
|
||
|
font-size: 25rpx;
|
||
|
color: #000;
|
||
|
height: 47rpx;
|
||
|
line-height: 47rpx;
|
||
|
border-radius: 7rpx;
|
||
|
background: #F1F1F1;
|
||
|
margin-right: 22rpx;
|
||
|
margin-bottom: 23rpx;
|
||
|
}
|
||
|
|
||
|
|