This commit is contained in:
2025-12-20 08:34:16 +08:00
commit 9d4fdc7242
872 changed files with 3536 additions and 0 deletions

View File

@@ -0,0 +1 @@
.goods-list.row1-of1 .goods-item{background-color:#fff;display:flex;margin-bottom:20rpx}.goods-list.row1-of1 .goods-item:last-of-type{margin-bottom:0}.goods-list.row1-of1 .goods-item.shadow{margin:8rpx 8rpx 20rpx 8rpx}.goods-list.row1-of1 .goods-item .goods-img{width:180rpx;overflow:hidden;margin-right:20rpx}.goods-list.row1-of1 .goods-item .goods-img image{width:100%}.goods-list.row1-of1 .goods-item .info-wrap{flex:1;display:flex;flex-direction:column;justify-content:space-between;position:relative}.goods-list.row1-of1 .goods-item .info-wrap .name-wrap{flex:1;margin-bottom:10rpx}.goods-list.row1-of1 .goods-item .info-wrap .name-wrap .goods-name{font-size:28rpx;line-height:1.3}.goods-list.row1-of1 .goods-item .info-wrap .name-wrap .goods-name.multi-hidden{height:72rpx}.goods-list.row1-of1 .goods-item .info-wrap .pro-info{display:flex;flex-direction:column;justify-content:space-between}.goods-list.row1-of1 .goods-item .info-wrap .pro-info .sale{font-size:20rpx;line-height:1;color:#999}.goods-list.row1-of1 .goods-item .info-wrap .pro-info .discount-price{display:flex;justify-content:space-between;align-items:center;margin-bottom:10rpx}.goods-list.row1-of1 .goods-item .info-wrap .pro-info .discount-price .price-wrap{white-space:nowrap}.goods-list.row1-of1 .goods-item .info-wrap .pro-info .discount-price .price-wrap .unit{font-size:24rpx;color:var(--base-color)}.goods-list.row1-of1 .goods-item .info-wrap .pro-info .discount-price .price-wrap .price{font-size:32rpx}.goods-list.row1-of1 .goods-item .info-wrap .pro-info .discount-price .price-wrap text{font-weight:700;color:var(--base-color)}.goods-list.row1-of1 .goods-item .info-wrap .pro-info .delete-price{text-decoration:line-through;flex:1;line-height:28rpx;color:#909399;font-size:20rpx}.goods-list.row1-of1 .goods-item .info-wrap .sale-btn{position:absolute;right:20rpx;bottom:26rpx;height:50rpx;line-height:52rpx;color:#fff;width:120rpx;text-align:center;background-color:var(--base-color)}.goods-list.row1-of2{display:flex;flex-wrap:wrap}.goods-list.row1-of2 .goods-item{position:relative;background:#fff;overflow:hidden;margin-right:20rpx;margin-top:20rpx;width:calc(50% - 10rpx)}.goods-list.row1-of2 .goods-item:nth-child(2n + 2){width:calc(50% - 11rpx);margin-right:0}.goods-list.row1-of2 .goods-item:nth-of-type(1), .goods-list.row1-of2 .goods-item:nth-of-type(2){margin-top:0}.goods-list.row1-of2 .goods-item.shadow{width:calc(50% - 18rpx)}.goods-list.row1-of2 .goods-item.shadow:nth-child(2n-1){margin-left:8rpx}.goods-list.row1-of2 .goods-item.shadow:nth-of-type(1), .goods-list.row1-of2 .goods-item.shadow:nth-of-type(2){margin-top:8rpx}.goods-list.row1-of2 .goods-item .goods-img{position:relative;overflow:hidden;height:350rpx}.goods-list.row1-of2 .goods-item .goods-img image{width:100%;height:100%;position:absolute;top:49%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.goods-list.row1-of2 .goods-item .info-wrap{padding:10rpx 20rpx}.goods-list.row1-of2 .goods-item .info-wrap .name-wrap{margin-bottom:10rpx}.goods-list.row1-of2 .goods-item .info-wrap .name-wrap .goods-name{font-size:28rpx;line-height:1.3}.goods-list.row1-of2 .goods-item .info-wrap .name-wrap .goods-name.multi-hidden{height:72rpx}.goods-list.row1-of2 .goods-item .info-wrap .pro-info{margin-top:10rpx;display:flex;flex-direction:column;justify-content:space-between}.goods-list.row1-of2 .goods-item .info-wrap .pro-info .sale{font-size:20rpx;line-height:1;color:#999}.goods-list.row1-of2 .goods-item .info-wrap .pro-info .discount-price{display:flex;justify-content:space-between;align-items:center}.goods-list.row1-of2 .goods-item .info-wrap .pro-info .discount-price .price-wrap{white-space:nowrap}.goods-list.row1-of2 .goods-item .info-wrap .pro-info .discount-price .price-wrap .unit{font-size:24rpx;color:var(--base-color)}.goods-list.row1-of2 .goods-item .info-wrap .pro-info .discount-price .price-wrap .price{font-size:32rpx}.goods-list.row1-of2 .goods-item .info-wrap .pro-info .discount-price .price-wrap text{font-weight:700;color:var(--base-color)}.goods-list.row1-of2 .goods-item .info-wrap .pro-info .delete-price{text-decoration:line-through;flex:1;line-height:28rpx;color:#909399;font-size:20rpx}.goods-list.row1-of2 .goods-item .info-wrap .sale-btn{position:absolute;right:20rpx;bottom:26rpx;height:50rpx;line-height:52rpx;color:#fff;width:120rpx;text-align:center;background-color:var(--base-color)}