47 lines
701 B
Plaintext
47 lines
701 B
Plaintext
|
.presalerow.pinrow-wrap .mask {
|
||
|
width: 240rpx;
|
||
|
height: 240rpx;
|
||
|
left: 20rpx;
|
||
|
top: 20rpx;
|
||
|
}
|
||
|
|
||
|
.presalerow.pinrow-wrap .act-end {
|
||
|
z-index: 100;
|
||
|
top: 95rpx;
|
||
|
}
|
||
|
|
||
|
/* 标签 */
|
||
|
|
||
|
.presalerow .item-tag {
|
||
|
position: absolute;
|
||
|
left: 10rpx;
|
||
|
top: 20rpx;
|
||
|
width: 54rpx;
|
||
|
height: 62rpx;
|
||
|
z-index: 1;
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
.presalerow .item-tag-bg {
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
top: 0;
|
||
|
width: 54rpx;
|
||
|
height: 62rpx;
|
||
|
z-index: 0;
|
||
|
}
|
||
|
|
||
|
.presalerow .item-tag .tag-name {
|
||
|
position: relative;
|
||
|
padding-top: 6rpx;
|
||
|
font-size: 20rpx;
|
||
|
line-height: 1;
|
||
|
font-weight: 600;
|
||
|
z-index: 1;
|
||
|
}
|
||
|
|
||
|
.presalerow .item-tag .tag-name.two-word {
|
||
|
font-size: 22rpx;
|
||
|
padding-top: 14rpx;
|
||
|
}
|