1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- .vip {}
- .greenHolder {
- width: 100%;
- height: 132rpx;
- background: #12c962;
- position: absolute;
- top: 0;
- }
- .productItem {
- width: 747rpx;
- height: 387rpx;
- margin: 40rpx auto 0;
- display: flex;
- flex-direction: column;
- position: relative;
- justify-content: space-around;
- }
- .productBg {
- width: 747rpx;
- height: 387rpx;
- position: absolute;
- top: 0;
- }
- .productContent {
- width: 100%;
- height: 100%;
- position: relative;
- z-index: 1;
- display: flex;
- flex-direction: column;
- /* justify-content: space-around; */
- align-items: center;
- }
- .discountIcon {
- width: 161rpx;
- height: 41rpx;
- position: absolute;
- top: 30rpx;
- right: 36rpx;
- }
- .timeLength {
- font-size: 60rpx;
- color: #550a0a;
- margin-top: 71rpx;
- }
- .price {
- font-size: 100rpx;
- color: #fff;
- }
- .priceIcon {
- font-size: 80rpx;
- margin-right: -2rpx;
- }
- .originPrice {
- font-size: 36rpx;
- color: #fff;
- margin-top: -20rpx;
- }
- .buyBtn {
- width: 401rpx;
- height: 84rpx;
- font-size: 36rpx;
- color: #fff;
- line-height: 84rpx;
- text-align: center;
- margin: 200rpx auto 0;
- background: #ff9312;
- border-radius: 48rpx;
- }
|