/* packageH/chitchat/components/chatContentGoods/chat.wxss */ view, text { box-sizing: border-box; } .goods-con { background: #fff; display: flex; padding: 0.8rem; } .goods-con .goods-img { width: 4.5rem; } .goods-con .goods-img image { width: 4rem; height: 4rem; } .goods-con .goods-txt { flex: 1; } .goods-con .goods-txt .goods-title { color: #222; font-size: 14px; } .goods-con .goods-txt .goods-price { margin-top: 0.8rem; color: #fb4a4a; }