EP-WachatApp/eaterplanet_ecommerce/components/orderComment/index.wxss

18 lines
271 B
Plaintext
Raw Normal View History

2023-03-24 11:24:28 +08:00
.comment-card {
margin: 0 auto 20rpx;
}
.comment-card .header {
padding:20rpx 30rpx;
color:#444;
font-size:28rpx;
font-weight:500;
}
.comment-card .content-wrap {
padding: 16rpx 30rpx;
font-size: 26rpx;
color: #444;
border-top:0.1rpx solid #efefef;
}