活动按钮状态流转

This commit is contained in:
2026-03-25 15:53:37 +08:00
commit 37346e790f
2762 changed files with 240282 additions and 0 deletions

View File

@@ -0,0 +1 @@
.component-mall-goods .goods-list-box .box-item{width:100%;border-radius:20rpx;overflow:hidden;background:#fff;box-shadow:0 0 20rpx rgba(0,0,0,.02);border-radius:20rpx;margin-top:24rpx;padding-bottom:16rpx}.component-mall-goods .goods-list-box .box-item:first-child{margin-top:0}.component-mall-goods .goods-list-box .box-item .item-image{width:100%;height:0;padding-top:100%;position:relative}.component-mall-goods .goods-list-box .box-item .item-image image{position:absolute;top:0;left:0;width:100%;height:100%}.component-mall-goods .goods-list-box .box-item .item-name{font-weight:600;font-size:28rpx;line-height:40rpx;color:#5a5b6e;margin-top:16rpx;padding:0 16rpx;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;-webkit-line-clamp:2;word-break:break-all}.component-mall-goods .goods-list-box .box-item .item-price{margin-top:16rpx;font-weight:600;font-size:28rpx;line-height:40rpx;padding:0 16rpx}