coupon.wxss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  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: flex;
  18. height: 40px;
  19. background: #fff;
  20. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  21. position: relative;
  22. z-index: 10;
  23. }
  24. .navbar .nav-item:first-child {
  25. border-left: none;
  26. }
  27. .navbar .nav-item {
  28. border-left: 1px solid #e7e7e7;
  29. flex: 1;
  30. display: flex;
  31. justify-content: center;
  32. align-items: center;
  33. height: 100%;
  34. font-size: 15px;
  35. color: #303133;
  36. position: relative;
  37. }
  38. .navbar .nav-item.current {
  39. color: #24a17d;
  40. }
  41. .swiper-box {
  42. height: calc(100% - 100px);
  43. }
  44. .swiper-box .tab-content {
  45. padding: 25rpx;
  46. }
  47. .uni-load-more {
  48. display: flex;
  49. flex-direction: row;
  50. height: 80rpx;
  51. align-items: center;
  52. justify-content: center;
  53. }
  54. .main-item .main-item-top {
  55. align-items: flex-start;
  56. width: 702rpx;
  57. height: 150rpx;
  58. position: relative;
  59. }
  60. .main-item .main-item-top .main-item-top-bg {
  61. position: absolute;
  62. top: 0;
  63. left: 0;
  64. right: 0;
  65. width: 702rpx;
  66. height: 150rpx;
  67. }
  68. .main-item .main-item-top .main-item-top-bg image {
  69. width: 100%;
  70. height: 100%;
  71. }
  72. .main-item .main-item-top .main-item-top-left {
  73. position: relative;
  74. z-index: 2;
  75. padding: 40rpx 0 0 30rpx;
  76. line-height: 1;
  77. }
  78. .main-item .main-item-top .main-item-top-left .main-item-title {
  79. font-size: 42rpx;
  80. font-family: PingFang SC;
  81. font-weight: bold;
  82. color: #c99f62;
  83. }
  84. .main-item .main-item-top .main-item-top-left .main-item-time {
  85. margin-top: 20rpx;
  86. font-size: 24rpx;
  87. font-family: PingFang SC;
  88. font-weight: 500;
  89. color: #d6d1d1;
  90. }
  91. .main-item .main-item-top .main-item-type {
  92. padding: 56rpx 24rpx 0 0;
  93. position: relative;
  94. z-index: 2;
  95. font-size: 24rpx;
  96. font-family: PingFang SC;
  97. font-weight: bold;
  98. color: #d6d1d1;
  99. }
  100. .main-item .main-item-bottom {
  101. width: 702rpx;
  102. height: 176rpx;
  103. position: relative;
  104. padding: 30rpx 30rpx 0;
  105. line-height: 1;
  106. }
  107. .main-item .main-item-bottom .main-item-bottom-bg {
  108. position: absolute;
  109. top: 0;
  110. left: 0;
  111. right: 0;
  112. width: 702rpx;
  113. height: 176rpx;
  114. }
  115. .main-item .main-item-bottom .main-item-bottom-bg image {
  116. width: 100%;
  117. height: 100%;
  118. }
  119. .main-item .main-item-bottom .main-item-price {
  120. width: 100%;
  121. position: relative;
  122. z-index: 2;
  123. font-size: 30rpx;
  124. font-family: PingFang SC;
  125. font-weight: bold;
  126. color: #ff6f0f;
  127. }
  128. .main-item .main-item-bottom .main-item-price .fh {
  129. color: #333333;
  130. }
  131. .main-item .main-item-bottom .main-item-price .time {
  132. display: inline-block;
  133. margin-left: 4rpx;
  134. color: #333333;
  135. text-decoration: underline;
  136. }
  137. .main-item .main-item-bottom .main-item-bottom-type {
  138. position: relative;
  139. z-index: 2;
  140. flex-shrink: 0;
  141. font-size: 26rpx;
  142. font-family: PingFang SC;
  143. font-weight: 500;
  144. color: #333333;
  145. }
  146. .main-item .main-item-bottom .main-item-info-right {
  147. position: relative;
  148. z-index: 2;
  149. flex-shrink: 0;
  150. display: flex;
  151. align-items: center;
  152. line-height: 1;
  153. }
  154. .main-item .main-item-bottom .main-item-info-right .main-item-info-font {
  155. font-size: 24rpx;
  156. font-family: PingFang SC;
  157. font-weight: 500;
  158. color: #999999;
  159. margin-right: 10rpx;
  160. }
  161. .main-item .main-item-bottom .main-item-info-right .main-item-info-icon {
  162. position: relative;
  163. top: -10rpx;
  164. width: 19rpx;
  165. height: 19rpx;
  166. }
  167. .main-item .main-item-bottom .main-item-info-right .main-item-info-icon image {
  168. width: 100%;
  169. height: 100%;
  170. }
  171. .main-item .main-item-bottom .main-item-info {
  172. position: relative;
  173. z-index: 2;
  174. margin-top: 20rpx;
  175. }
  176. .main-item .main-item-bottom .main-item-info .main-item-info-left {
  177. width: 100%;
  178. font-size: 24rpx;
  179. font-family: PingFang SC;
  180. font-weight: 500;
  181. color: #666666;
  182. }
  183. .main-item .main-item-bottom .main-item-info .main-item-info-btn {
  184. width: 127rpx;
  185. height: 44rpx;
  186. background: #ff6f0f;
  187. border-radius: 22rpx;
  188. font-size: 22rpx;
  189. font-family: PingFang SC;
  190. font-weight: 500;
  191. color: #ffffff;
  192. line-height: 44rpx;
  193. text-align: center;
  194. }
  195. .image {
  196. width: 44rpx;
  197. height: 30rpx;
  198. }
  199. .info {
  200. width: 350rpx;
  201. margin-right: 10rpx;
  202. font-size: 26rpx;
  203. font-weight: 500;
  204. color: #666666;
  205. }
  206. .copy {
  207. margin-left: 10rpx;
  208. font-size: 22rpx;
  209. font-family: PingFang SC;
  210. font-weight: 500;
  211. text-decoration: underline;
  212. color: #333333;
  213. }
  214. .list-scroll-content {
  215. height: 100%;
  216. }
  217. .btn {
  218. margin: 10rpx auto 0;
  219. width: 622rpx;
  220. height: 85rpx;
  221. background: #ff6f0f;
  222. border-radius: 15rpx;
  223. line-height: 85rpx;
  224. text-align: center;
  225. font-size: 32rpx;
  226. font-family: PingFang SC;
  227. font-weight: bold;
  228. color: #ffffff;
  229. }
  230. .img1 {
  231. width: 560rpx;
  232. height: 182rpx;
  233. display: flex;
  234. justify-content: center;
  235. }
  236. .img1 image {
  237. width: 462rpx;
  238. height: 182rpx;
  239. }
  240. .popup-box {
  241. margin-top: -50rpx;
  242. width: 560rpx;
  243. background: #ffffff;
  244. border-radius: 30rpx;
  245. position: relative;
  246. padding-bottom: 50rpx;
  247. }
  248. .popup-box .img {
  249. position: relative;
  250. top: -80rpx;
  251. left: 0;
  252. width: 560rpx;
  253. height: 186rpx;
  254. display: flex;
  255. justify-content: center;
  256. }
  257. .popup-box .img image {
  258. width: 177rpx;
  259. height: 186rpx;
  260. }
  261. .popup-box .mian {
  262. margin-top: -44rpx;
  263. display: flex;
  264. flex-direction: column;
  265. align-items: center;
  266. background-color: #ffffff;
  267. border-radius: 0 0 20rpx 20rpx;
  268. text-align: center;
  269. }
  270. .popup-box .mian .delivery {
  271. font-size: 40rpx;
  272. color: #333333;
  273. display: flex;
  274. align-items: center;
  275. flex-direction: column;
  276. }
  277. .popup-box .mian .delivery image {
  278. margin-top: 48rpx;
  279. width: 172rpx;
  280. height: 160rpx;
  281. }
  282. .popup-box .mian .comfirm-box {
  283. margin-top: 30rpx;
  284. display: flex;
  285. flex-direction: column;
  286. justify-content: center;
  287. }
  288. .popup-box .mian .comfirm-box .input {
  289. font-size: 26rpx;
  290. font-family: PingFang SC;
  291. font-weight: 500;
  292. color: #999999;
  293. text-align: left;
  294. width: 439rpx;
  295. background: #f5f5f5;
  296. border-radius: 10rpx;
  297. margin-top: 20rpx;
  298. padding: 20rpx 26rpx;
  299. }
  300. .popup-box .mian .popup-btn {
  301. width: 403rpx;
  302. height: 83rpx;
  303. background: #24a17d;
  304. border-radius: 42rpx;
  305. margin: 45rpx auto 0;
  306. font-size: 32rpx;
  307. font-family: PingFang SC;
  308. font-weight: bold;
  309. color: #ffffff;
  310. line-height: 83rpx;
  311. text-align: center;
  312. }
  313. .x {
  314. margin: 35rpx auto 0;
  315. width: 80rpx;
  316. height: 80rpx;
  317. }
  318. .x image {
  319. width: 80rpx;
  320. height: 80rpx;
  321. }