123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- /* lionfish_comshop/moduleB/components/presale-goodsrow.wxss */
- @import "/lionfish_comshop/pages/index/template/pinrow.wxss";
- .pinrow-wrap {
- background: #ffffff;
- border-radius: 10rpx;
- }
- .pinrow-wrap .spu-content {
- margin-top: 0;
- }
- .pinrow-wrap .mask {
- width: 240rpx;
- height: 240rpx;
- left: 20rpx;
- top: 20rpx;
- }
- .pinrow-wrap .act-end {
- z-index: 1;
- left: 118rpx;
- top: 95rpx;
- }
- /* 标签 */
- .item-tag {
- position: absolute;
- left: 10rpx;
- top: 20rpx;
- width: 54rpx;
- height: 62rpx;
- z-index: 1;
- color: #fff;
- text-align: center;
- }
- .item-tag-bg {
- position: absolute;
- left: 0;
- top: 0;
- width: 54rpx;
- height: 62rpx;
- z-index: 0;
- }
- .item-tag .tag-name {
- position: relative;
- padding-top: 6rpx;
- font-size: 20rpx;
- line-height: 1;
- font-weight: 600;
- z-index: 1;
- }
- .item-tag .tag-name.two-word {
- font-size: 22rpx;
- padding-top: 14rpx;
- }
|