java-mall-app/unpackage/dist/dev/mp-weixin/components/coupon/coupon.wxss
2025-12-12 17:04:03 +08:00

36 lines
593 B
Plaintext

.video.data-v-3bead984 {
width: 750rpx;
}
.top.data-v-3bead984 {
position: absolute;
top: 0;
background-image: linear-gradient(
to top,
rgba(0, 0, 0, 0),
rgba(0, 0, 0, 0.7)
);
width: 750rpx;
height: 300rpx;
}
.bottom.data-v-3bead984 {
position: absolute;
bottom: 0;
background-image: linear-gradient(
to top,
rgba(0, 0, 0, 0.7),
rgba(0, 0, 0, 0)
);
width: 750rpx;
height: 300rpx;
}
.progressBar.data-v-3bead984 {
border-radius: 2rpx;
height: 4rpx;
background-color: #ffffff;
z-index: 999999;
position: absolute;
bottom: 40rpx;
}