detail-ad.wxss 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. @charset "UTF-8";
  2. .text-center.data-v-2323f270 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-2323f270 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-2323f270 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-2323f270 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-2323f270 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-2323f270 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-2323f270 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-2323f270 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-2323f270 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .default.data-v-2323f270 {
  39. background: -webkit-linear-gradient(left, #ff5527, #ff2755);
  40. background: linear-gradient(to right, #ff5527, #ff2755);
  41. }
  42. .detail-ad.data-v-2323f270 {
  43. width: 750rpx;
  44. height: 88rpx;
  45. padding: 0 24rpx;
  46. }
  47. .detail-ad .text.data-v-2323f270 {
  48. color: #ffffff;
  49. }
  50. .detail-ad .text .title.data-v-2323f270 {
  51. display: inline-block;
  52. font-size: 32rpx;
  53. margin-right: 12rpx;
  54. height: 88rpx;
  55. line-height: 88rpx;
  56. }
  57. .detail-ad .text .count.data-v-2323f270 {
  58. display: inline-block;
  59. padding: 5rpx 16rpx;
  60. border-radius: 18rpx;
  61. background-color: rgba(0, 0, 0, 0.2);
  62. font-size: 22rpx;
  63. }
  64. .detail-ad .count-down.data-v-2323f270 {
  65. height: 88rpx;
  66. text-align: center;
  67. }
  68. .detail-ad .count-down .advance-title.data-v-2323f270 {
  69. font-size: 20rpx;
  70. color: #ffffff;
  71. margin-top: 5rpx;
  72. margin-bottom: 5rpx;
  73. }
  74. .detail-ad .count-down .num.data-v-2323f270 {
  75. width: 40rpx;
  76. height: 36rpx;
  77. line-height: 36rpx;
  78. text-align: center;
  79. border-radius: 4rpx;
  80. font-size: 24rpx;
  81. color: #353535;
  82. background-color: #ffffff;
  83. }
  84. .detail-ad .count-down .word.data-v-2323f270 {
  85. width: 35rpx;
  86. height: 36rpx;
  87. line-height: 36rpx;
  88. text-align: center;
  89. font-size: 24rpx;
  90. color: #ffffff;
  91. }