vip.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. .vip {}
  2. .greenHolder {
  3. width: 100%;
  4. height: 132rpx;
  5. background: #12c962;
  6. position: absolute;
  7. top: 0;
  8. }
  9. .productItem {
  10. width: 747rpx;
  11. height: 387rpx;
  12. margin: 40rpx auto 0;
  13. display: flex;
  14. flex-direction: column;
  15. position: relative;
  16. justify-content: space-around;
  17. }
  18. .productBg {
  19. width: 747rpx;
  20. height: 387rpx;
  21. position: absolute;
  22. top: 0;
  23. }
  24. .productContent {
  25. width: 100%;
  26. height: 100%;
  27. position: relative;
  28. z-index: 1;
  29. display: flex;
  30. flex-direction: column;
  31. /* justify-content: space-around; */
  32. align-items: center;
  33. }
  34. .discountIcon {
  35. width: 161rpx;
  36. height: 41rpx;
  37. position: absolute;
  38. top: 30rpx;
  39. right: 36rpx;
  40. }
  41. .timeLength {
  42. font-size: 60rpx;
  43. color: #550a0a;
  44. margin-top: 71rpx;
  45. }
  46. .price {
  47. font-size: 100rpx;
  48. color: #fff;
  49. }
  50. .priceIcon {
  51. font-size: 80rpx;
  52. margin-right: -2rpx;
  53. }
  54. .originPrice {
  55. font-size: 36rpx;
  56. color: #fff;
  57. margin-top: -20rpx;
  58. }
  59. .buyBtn {
  60. width: 401rpx;
  61. height: 84rpx;
  62. font-size: 36rpx;
  63. color: #fff;
  64. line-height: 84rpx;
  65. text-align: center;
  66. margin: 200rpx auto 0;
  67. background: #ff9312;
  68. border-radius: 48rpx;
  69. }