.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: 2rem; 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; } .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; }