index.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. @charset "UTF-8";
  2. .text-center.data-v-79938f25 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-79938f25 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-79938f25 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-79938f25 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-79938f25 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-79938f25 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-79938f25 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-79938f25 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-79938f25 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .footer-space.data-v-79938f25 {
  39. height: 100rpx;
  40. }
  41. .footer-space.iphone_x.data-v-79938f25 {
  42. height: 150rpx;
  43. }
  44. .time-area.data-v-79938f25 {
  45. padding: 7rpx 0;
  46. }
  47. .list.data-v-79938f25 {
  48. padding: 32rpx 35rpx;
  49. background-color: #f7f7f7;
  50. }
  51. .list-item.data-v-79938f25 {
  52. height: 152rpx;
  53. width: 100%;
  54. position: relative;
  55. margin-bottom: 25rpx;
  56. }
  57. .list-item image.data-v-79938f25 {
  58. width: 100%;
  59. height: 100%;
  60. }
  61. .item-left.data-v-79938f25 {
  62. position: absolute;
  63. left: 0;
  64. top: 0;
  65. height: 100%;
  66. width: 190rpx;
  67. text-align: center;
  68. font-size: 24rpx;
  69. color: #fff;
  70. padding-top: 8rpx;
  71. }
  72. .coupon-price.data-v-79938f25 {
  73. font-size: 36rpx;
  74. padding-bottom: 16rpx;
  75. }
  76. .item-right.data-v-79938f25 {
  77. position: absolute;
  78. left: 220rpx;
  79. top: 15rpx;
  80. width: 65%;
  81. color: #6f6e6d;
  82. font-size: 20rpx;
  83. }
  84. .item-name.data-v-79938f25 {
  85. font-size: 32rpx;
  86. color: #353535;
  87. }
  88. .item-right view.data-v-79938f25 {
  89. margin-bottom: 4rpx;
  90. }
  91. .coupon-footer.data-v-79938f25 {
  92. position: fixed;
  93. bottom: 0;
  94. left: 0;
  95. right: 0;
  96. width: 100%;
  97. height: 100rpx;
  98. line-height: 100rpx;
  99. text-align: center;
  100. background-color: #fff;
  101. z-index: 2;
  102. }
  103. .coupon-footer.iphone_x.data-v-79938f25 {
  104. height: 150rpx;
  105. padding-bottom: 50rpx;
  106. }
  107. .list-item .status.data-v-79938f25 {
  108. position: absolute;
  109. top: 0;
  110. right: 0;
  111. height: 98rpx;
  112. width: 140rpx;
  113. z-index: 2;
  114. }
  115. .tip.data-v-79938f25 {
  116. margin-top: 20%;
  117. text-align: center;
  118. color: #686868;
  119. }
  120. .t-omit.data-v-79938f25 {
  121. display: inline-block;
  122. white-space: nowrap;
  123. width: 100%;
  124. overflow: hidden;
  125. text-overflow: ellipsis;
  126. }
  127. .t-omit-two.data-v-79938f25 {
  128. word-break: break-all;
  129. text-overflow: ellipsis;
  130. display: -webkit-box;
  131. -webkit-box-orient: vertical;
  132. -webkit-line-clamp: 2;
  133. overflow: hidden;
  134. }