Files
ClassContent/历届学生/17届课程/wxShopApp/myWxapp/pages/index/index.wxss
2024-09-27 02:06:13 +08:00

55 lines
804 B
Plaintext

.header {
height: 46px;
width: 100%;
position: fixed;
display: flex;
justify-content: flex-start;
padding: 0 10px;
box-sizing: border-box;
align-items: center;
z-index:99999;
}
.header image{
width: 25px;
height: 20px;
}
.search-input {
width: 69%;
}
.van-grid image {
width: 40px;
height: 40px;
margin-bottom: 5px;
}
.van-grid text {
font-size: 13px;
}
.van-col--12 {
text-align: center
}
.shop_item {
margin-bottom: 10px;
}
.shop_item image{
width: 150px;
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;
}