coupon.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. background: #f8f8f8;
  14. height: 100%;
  15. }
  16. .navbar {
  17. display: -webkit-box;
  18. display: -webkit-flex;
  19. display: flex;
  20. height: 40px;
  21. padding: 0 5px;
  22. background: #fff;
  23. -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  24. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  25. position: relative;
  26. z-index: 10;
  27. }
  28. .navbar .nav-item {
  29. -webkit-box-flex: 1;
  30. -webkit-flex: 1;
  31. flex: 1;
  32. display: -webkit-box;
  33. display: -webkit-flex;
  34. display: flex;
  35. -webkit-box-pack: center;
  36. -webkit-justify-content: center;
  37. justify-content: center;
  38. -webkit-box-align: center;
  39. -webkit-align-items: center;
  40. align-items: center;
  41. height: 100%;
  42. font-size: 15px;
  43. color: #303133;
  44. position: relative;
  45. }
  46. .navbar .nav-item.current {
  47. color: #bc253a;
  48. }
  49. .navbar .nav-item.current:after {
  50. content: '';
  51. position: absolute;
  52. left: 50%;
  53. bottom: 0;
  54. -webkit-transform: translateX(-50%);
  55. transform: translateX(-50%);
  56. width: 44px;
  57. height: 0;
  58. border-bottom: 2px solid #bc253a;
  59. }
  60. .swiper-box {
  61. height: calc(100% - 40px);
  62. }
  63. .swiper-box .tab-content {
  64. padding: 25rpx 0px;
  65. font-size: 28rpx;
  66. color: #1b1b1b;
  67. }
  68. .row {
  69. border-radius: 15rpx;
  70. margin: 0 25rpx;
  71. margin-bottom: 25rpx;
  72. height: 200rpx;
  73. overflow: hidden;
  74. background-color: #ffffff;
  75. }
  76. .row .list-interval {
  77. border: 1px dashed #ebeef5;
  78. height: 100%;
  79. }
  80. .row .list-interval .top,
  81. .row .list-interval .bottom {
  82. border-radius: 100rpx;
  83. width: 30rpx;
  84. height: 30rpx;
  85. position: absolute;
  86. background-color: #f8f8f8;
  87. right: -15rpx;
  88. }
  89. .row .list-interval .top {
  90. top: -18rpx;
  91. }
  92. .row .list-interval .bottom {
  93. bottom: -18rpx;
  94. }
  95. .row .list-money {
  96. height: 100%;
  97. }
  98. .row .list-money image {
  99. height: 100%;
  100. width: 20rpx;
  101. }
  102. .row .list-money .list-money-text {
  103. width: 220rpx;
  104. padding: 0 25rpx;
  105. text-align: center;
  106. color: #909399;
  107. }
  108. .row .list-money .list-money-text .tit {
  109. padding: 15rpx 0rpx;
  110. font-size: 55rpx;
  111. font-weight: bold;
  112. }
  113. .row .list-money .list-money-text .tit.action {
  114. color: #fc4141;
  115. }
  116. .row .list-money .list-money-text .price {
  117. padding-bottom: 25rpx;
  118. }
  119. .row .row_list_right {
  120. -webkit-box-flex: 1;
  121. -webkit-flex-grow: 1;
  122. flex-grow: 1;
  123. padding-left: 25rpx;
  124. line-height: 1;
  125. }
  126. .row .row_list_right .right_time {
  127. color: #909399;
  128. font-size: 24rpx;
  129. }
  130. .row .row_list_right .right_use {
  131. margin: 15rpx 0;
  132. padding: 10rpx;
  133. width: 140rpx;
  134. text_align: center;
  135. border-radius: 50rpx;
  136. color: #fff;
  137. font-size: 20rpx;
  138. }
  139. .row .row_list_right .right_use.action {
  140. background-color: #fc4141;
  141. }
  142. .row .row_list_right .right_use.noAction {
  143. background-color: #999999;
  144. }
  145. .row .row_list_right .right_top {
  146. margin: 15rpx 0;
  147. font-size: 32rpx;
  148. height: 50rpx;
  149. color: #909399;
  150. }
  151. .row .row_list_right .right_top .right_name {
  152. font-weight: bold;
  153. }
  154. .row .row_list_right .right_top .right_title {
  155. font-weight: bold;
  156. }
  157. .row .row_list_right .right_top .right_title.action {
  158. color: #606266;
  159. }
  160. .row .iconlocation {
  161. font-size: 36rpx;
  162. color: #909399;
  163. }
  164. .uni-load-more {
  165. display: -webkit-box;
  166. display: -webkit-flex;
  167. display: flex;
  168. -webkit-box-orient: horizontal;
  169. -webkit-box-direction: normal;
  170. -webkit-flex-direction: row;
  171. flex-direction: row;
  172. height: 80rpx;
  173. -webkit-box-align: center;
  174. -webkit-align-items: center;
  175. align-items: center;
  176. -webkit-box-pack: center;
  177. -webkit-justify-content: center;
  178. justify-content: center;
  179. }