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;
|
2025-04-29 16:46:25 +08:00
|
|
|
height: 2rem;
|
2025-04-25 17:54:49 +08:00
|
|
|
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;
|
2025-04-29 16:46:25 +08:00
|
|
|
}
|
|
|
|
|
.goods_weight{
|
|
|
|
|
color: rgb(107, 107, 107);
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
.cart-icon{
|
|
|
|
|
height: 25px;
|
|
|
|
|
width: 25px;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
.list .item .goods_info .goods_price{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items:center;
|
|
|
|
|
justify-content:space-between;
|
2025-04-25 17:54:49 +08:00
|
|
|
}
|