Crmeb/app/components/goods-list/goods-list.wxss

36 lines
711 B
Plaintext
Raw Normal View History

2025-04-25 17:54:49 +08:00
.list{
width: 100%;
padding: 5px;
box-sizing: border-box;
}
.list .item{
width: 48%;
padding: 5px;
box-sizing: border-box;
float: left;
background: #fff;
margin: 2px 1%;
}
.list .item .goods_img image{
width: 100%;
}
.list .item .goods_info .goods_name{
font-size: 14px;
text-align: left;
line-height:1.05rem;
height: 4.8rem;
font-family: -apple-system,'Helvetica Neue', sans-serif;
overflow: hidden;
display: -webkit-box;
word-wrap: break-all;
}
.list .item .goods_info .goods_price{
font-size: normal;
font-family: JDZH-Regular, sans-serif;
display: inline-block;
font-size: 0.7rem;
color:#ff4142;
}
.list .item .goods_info .goods_price text{
font-size: 1rem;
}