mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 10:22:38 +08:00
16 lines
287 B
CSS
Executable File
16 lines
287 B
CSS
Executable File
.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;
|
|
} |