mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-06-29 10:31:43 +08:00
19 lines
245 B
CSS
19 lines
245 B
CSS
/*
|
|
* 商品信息
|
|
*/
|
|
.goods-cover {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
}
|
|
.goods-base {
|
|
width: calc(100% - 140rpx);
|
|
}
|
|
|
|
/*
|
|
* 操作按钮
|
|
*/
|
|
.item-operation .btn {
|
|
padding: 0 48rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
} |