mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-06-30 19:17:38 +08:00
10 lines
150 B
CSS
10 lines
150 B
CSS
|
|
.goods-cover {
|
||
|
|
width: 120rpx;
|
||
|
|
height: 120rpx;
|
||
|
|
}
|
||
|
|
.goods-base {
|
||
|
|
width: calc(100% - 140rpx);
|
||
|
|
}
|
||
|
|
.goods-base .multi-text {
|
||
|
|
height: 76rpx;
|
||
|
|
}
|