mineGiftList.wxss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. /* pages/mineGiftList/mineGiftList.wxss */
  2. page{
  3. background:#f9f9f9;
  4. padding-bottom: 20rpx;
  5. }
  6. .header_wrap{
  7. width: 100%;
  8. height: 98rpx;
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. z-index: 1000;
  13. background-color: #fff;
  14. }
  15. .header{
  16. display: flex;
  17. flex-flow: row;
  18. height: 98rpx;
  19. font-size: 30rpx;
  20. color: #768187;
  21. background-color: #fff;
  22. }
  23. .header_each{
  24. display: inline-block;
  25. /* flex: 1; */
  26. width: 220rpx;
  27. height: 96rpx;
  28. line-height: 96rpx;
  29. color: #768187;
  30. text-align: center;
  31. margin-right: 50rpx;
  32. }
  33. .header_each_active{
  34. color: #b4a078;
  35. border-bottom:2rpx solid #b4a078;
  36. }
  37. .list_wrap{
  38. padding: 100rpx 0 0 0;
  39. }
  40. .each_order{
  41. padding:0 20rpx 40rpx 30rpx;
  42. height: auto;
  43. background-color: #fff;
  44. position: relative;
  45. margin-bottom: 15rpx;
  46. }
  47. .order_num{
  48. font-size: 24rpx;
  49. line-height: 86rpx;
  50. color: #646464;
  51. padding-top: 13px;
  52. border-bottom: 1px solid #dedede;
  53. }
  54. /* 状态按钮 */
  55. .confirme_btn{
  56. width: 110rpx;
  57. height: 40rpx;
  58. font-size: 24rpx;
  59. line-height: 40rpx;
  60. color: #fff;
  61. text-align: center;
  62. border-radius: 20rpx;
  63. position: absolute;
  64. top:46rpx;
  65. right:24rpx;
  66. }
  67. /* 待定制 */
  68. .btn_green{
  69. color: #b4a078;
  70. border:1px solid #b4a078;
  71. }
  72. /* 待付款 */
  73. .btn_red{
  74. color: #b4a078;
  75. border:1px solid #b4a078;
  76. }
  77. /* 待发货 */
  78. .btn_yellow{
  79. color: #cc9368;
  80. border:1px solid #cc9368;
  81. }
  82. /* 已发货 */
  83. .btn_purple{
  84. color: #ce976e;
  85. border:1px solid #ce976e;
  86. }
  87. /* 已完成 */
  88. .btn_blue{
  89. color: #232323;
  90. border:1px solid #232323;
  91. }
  92. /* 商品信息 */
  93. .goods_img{
  94. float: left;
  95. display: block;
  96. width: 200rpx;
  97. height: 200rpx;
  98. margin:0 36rpx 0 0;
  99. }
  100. .goods_cont{
  101. float: left;
  102. width: 450rpx;
  103. padding-top:25rpx;
  104. }
  105. .goods_name{
  106. height: 68rpx;
  107. font-size: 24rpx;
  108. font-weight: bold;
  109. line-height: 34rpx;
  110. color: #333;
  111. text-overflow: ellipsis;
  112. overflow: hidden;
  113. display: -webkit-box;
  114. -webkit-line-clamp: 2;
  115. -webkit-box-orient: vertical;
  116. padding:20rpx 0 20rpx 0;
  117. }
  118. .goods_style{
  119. float: left;
  120. font-size: 24rpx;
  121. line-height: 32rpx;
  122. color: #646464;
  123. }
  124. .goods_num,.goods_price{
  125. font-size: 24rpx;
  126. color:#646464;
  127. text-overflow: ellipsis;
  128. overflow: hidden;
  129. white-space: nowrap;
  130. }
  131. .goods_price{
  132. color: #ff8400;
  133. }
  134. .goods_price text{
  135. font-size: 36rpx;
  136. font-weight: bold;
  137. font-style: italic;
  138. }
  139. .goods_style{
  140. width: 340rpx;
  141. }
  142. .goods_num{
  143. width: 110rpx;
  144. text-align: right;
  145. }
  146. .goods_price{
  147. width:130rpx;
  148. text-align: right;
  149. padding-right: 10rpx;
  150. }
  151. .infor_content{
  152. background-color: #fff;
  153. margin-top:-14rpx;
  154. }
  155. .each_infor{
  156. width: 90%;
  157. margin-left:5%;
  158. height: 106rpx;
  159. font-size: 28rpx;
  160. line-height: 106rpx;
  161. color: #666;
  162. position: relative;
  163. }
  164. .infor_title{
  165. float: left;
  166. }
  167. .goods_msg{
  168. text-align: right;
  169. line-height: 50rpx;
  170. padding-top: 6rpx;
  171. }
  172. .num_title{
  173. font-size: 24rpx;
  174. color: #646464;
  175. }
  176. .money_title,.money_money{
  177. font-size: 28rpx;
  178. color: #b4a078;
  179. }
  180. .msg{
  181. text-align: right;
  182. font-size: 18rpx;
  183. color: #aaa;
  184. padding-bottom: 26rpx;
  185. }
  186. .order_btn{
  187. float: right;
  188. width: 136rpx;
  189. height: 48rpx;
  190. font-size: 24rpx;
  191. text-align: center;
  192. line-height: 48rpx;
  193. color: #fff;
  194. background-color: #b4a078;
  195. border: 1px solid #b4a078;
  196. margin:26rpx 26rpx 0 0;
  197. padding:0;
  198. }
  199. .order_btn2{
  200. background-color: #c2c530;
  201. border: 1px solid #c2c530;
  202. }
  203. /* 用心送 */
  204. .xinyi{
  205. color:#636363;
  206. border: 1px solid #b5b5b5;
  207. background-color: #fff;
  208. }
  209. .each_goods_infor{
  210. border-bottom:1px solid #dedede;
  211. position: relative;
  212. }
  213. /* 定制预览按钮 */
  214. .yulan_btn{
  215. position: absolute;
  216. top:78rpx;
  217. left: 40rpx;
  218. z-index: 1;
  219. width: 120rpx;
  220. height: 44rpx;
  221. font-size:22rpx;
  222. line-height: 44rpx;
  223. text-align: center;
  224. color:#fff;
  225. background-color: rgba(0,0,0,0.6);
  226. border-radius: 60rpx;
  227. }
  228. /* 定制预览 */
  229. .preview_wrap{
  230. position: fixed;
  231. top: 0;
  232. left: 0;
  233. z-index: 999999;
  234. width: 100%;
  235. height: 100%;
  236. background-color: rgba(0,0,0,1);
  237. }
  238. .banner_swiper{
  239. width: 100%;
  240. height: 100%;
  241. }
  242. .banner{
  243. vertical-align: middle;
  244. }
  245. .preview_img{
  246. width: 100%;
  247. height: 100%;
  248. display: flex;
  249. align-items: center;
  250. }
  251. .preview_wrap image{
  252. width: 100%;
  253. }
  254. /* 倒计时 */
  255. .count_down{
  256. font-size:24rpx;
  257. line-height:44rpx;
  258. color:#646464;
  259. }
  260. /* 定制完成 */
  261. .qrfh_wrap{
  262. width: 100%;
  263. height: 100%;
  264. position: fixed;
  265. top: 0;
  266. left: 0;
  267. z-index: 9999;
  268. background-color: rgba(0,0,0,0.6);
  269. }
  270. .qrfh_content_wrap{
  271. width: 80%;
  272. height: 283rpx;
  273. background-color: #fff;
  274. border-radius: 4px;
  275. position: fixed;
  276. top: 50%;
  277. left: 50%;
  278. margin: -141rpx 0 0 -40%;
  279. }
  280. .qrfh_cont_wrap{
  281. padding: 50rpx 15rpx;
  282. font-size: 32rpx;
  283. line-height: 46rpx;
  284. text-align: center;
  285. color: #999;
  286. }
  287. .qrfh_btn_wrap{
  288. position: absolute;
  289. left:0;
  290. bottom: 0;
  291. }
  292. .qrfh_cancle,.qrfh_sure{
  293. float: left;
  294. width: 50%;
  295. height: 90rpx;
  296. font-size: 40rpx;
  297. line-height: 90rpx;
  298. border-top: 1px solid #ccc;
  299. text-align: center;
  300. }
  301. .qrfh_cancle{
  302. color:#222;
  303. border-right: 1px solid #ccc;
  304. box-sizing: border-box;
  305. }
  306. .qrfh_sure{
  307. color: #b4a078;
  308. }
  309. /* 返回首页 */
  310. .back_btn{
  311. position: fixed;
  312. right: 22rpx;
  313. bottom:118rpx ;
  314. z-index: 20;
  315. }
  316. .back_btn_hidden{
  317. display: none;
  318. }
  319. .back_btn_icon{
  320. display: block;
  321. width: 80rpx;
  322. height: 80rpx;
  323. }
  324. .container{
  325. height: 100%;
  326. }
  327. .scoll-h{
  328. height: 100vh;
  329. overflow: hidden;
  330. }