coupon.wxss 3.7 KB

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