vr-shopxo-source/sourcecode/alipay/pages/goods-attribute/goods-attribute.acss

16 lines
287 B
Plaintext
Raw Normal View History

2018-12-28 10:58:37 +00:00
.goods-attribute {
padding: 0 10rpx;
}
.goods-attribute .item {
padding: 20rpx 0;
}
.goods-attribute .item .title {
width: 25%;
}
.goods-attribute .item .content {
width: calc(75% - 30rpx);
margin-left: 20rpx;
}
.goods-attribute .item view {
line-height: 46rpx;
}