84 lines
1.2 KiB
Plaintext
84 lines
1.2 KiB
Plaintext
.search{
|
|
width: 100%
|
|
}
|
|
.search_head{
|
|
text-align: center;
|
|
width: 100%;
|
|
position: fixed;
|
|
background: #fff
|
|
}
|
|
.search_top {
|
|
margin-top: 75px;
|
|
height: 32px;
|
|
width: 100%;
|
|
position: fixed;
|
|
display: flex;
|
|
justify-content : space-between;
|
|
align-items: center
|
|
}
|
|
.button{
|
|
margin: auto;
|
|
width: 70%;
|
|
height: 30px;
|
|
font-size: 15px;
|
|
border-radius: 47px;
|
|
padding-left: 15px;
|
|
background: #f8f8f8;
|
|
border: #000 1px;
|
|
opacity:0.8
|
|
|
|
}
|
|
.sum{
|
|
font-size: 14px;
|
|
color: #000;
|
|
padding-right: 30px
|
|
}
|
|
.content{
|
|
padding-top: 120px;
|
|
}
|
|
.popular {
|
|
padding: 1px;
|
|
display: block;
|
|
}
|
|
|
|
.title{
|
|
text-align: center;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.van-tag {
|
|
margin-left: 15px;
|
|
margin-top: 10px
|
|
}
|
|
.list{
|
|
margin-top: 10px;
|
|
display: none;
|
|
}
|
|
.van-col--12 {
|
|
text-align: center
|
|
}
|
|
.shop_item {
|
|
margin-bottom: 10px;
|
|
}
|
|
.shop_item image{
|
|
width: 160px;
|
|
height: 145px;
|
|
}
|
|
.shop_item text {
|
|
display: block
|
|
}
|
|
.shop_item .title{
|
|
font-size: 14px;
|
|
color: rgba(0,0,0,.87);
|
|
}
|
|
.shop_item .info{
|
|
font-size: 12px;
|
|
color: rgba(0,0,0,.54);
|
|
margin-top: 4px;
|
|
}
|
|
.shop_item .price{
|
|
font-size: 14px;
|
|
color: #ea625b;
|
|
margin-top: 4px;
|
|
line-height: 21px;
|
|
} |