yuminge-app/yun-min-program-plugin-master/packageH/chitchat/components/chatContentGoods/chatContentGoods.wxss

36 lines
476 B
Plaintext

/* 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;
}