order.wxss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. page {
  2. /* height: 100%; */
  3. width: 100%;
  4. background: #f4f4f4;
  5. }
  6. .orders-switch {
  7. width: 100%;
  8. background: #fff;
  9. height: 84rpx;
  10. /* border-bottom: 1px solid rgba(0,0,0,.15); */
  11. }
  12. .orders-switch .item {
  13. display: inline-block;
  14. height: 82rpx;
  15. width: 18%;
  16. padding: 0 15rpx;
  17. text-align: center;
  18. }
  19. .orders-switch .item .txt {
  20. display: inline-block;
  21. height: 82rpx;
  22. padding: 0 20rpx;
  23. line-height: 82rpx;
  24. color: #9a9ba1;
  25. font-size: 30rpx;
  26. width: 170rpx;
  27. }
  28. .orders-switch .item.active .txt {
  29. color: #ab956d;
  30. border-bottom: 4rpx solid #ab956d;
  31. }
  32. .no-order {
  33. width: 100%;
  34. height: auto;
  35. margin: 0 auto;
  36. }
  37. .no-order .c {
  38. width: 100%;
  39. height: auto;
  40. padding-top: 400rpx;
  41. }
  42. .no-order .c text {
  43. margin: 0 auto;
  44. display: block;
  45. width: 258rpx;
  46. height: 29rpx;
  47. line-height: 29rpx;
  48. text-align: center;
  49. font-size: 29rpx;
  50. color: #999;
  51. }
  52. .orders {
  53. height: auto;
  54. width: 750rpx;
  55. /* overflow: hidden; */
  56. padding:0 24rpx;
  57. margin-top:110rpx;
  58. }
  59. .order {
  60. /* margin-top: 20rpx; */
  61. background: #fff;
  62. padding:0 24rpx 24rpx 24rpx;
  63. border-radius: 24rpx;
  64. margin-bottom:24rpx;
  65. }
  66. .order .h {
  67. height: 72rpx;
  68. border-bottom: 2rpx solid #E0E0E0;
  69. color: #191919;
  70. font-size: 28rpx;
  71. font-weight: bold;
  72. display: flex;
  73. align-items: center;
  74. justify-content: space-between;
  75. }
  76. .order .h .l {
  77. }
  78. .order .h .r {
  79. }
  80. .order .goods {
  81. display: flex;
  82. /* align-items: center; */
  83. /* height: 199rpx; */
  84. padding:24rpx 0 0;
  85. position: relative;
  86. }
  87. .order .goods .img {
  88. height: 190rpx;
  89. width: 190rpx;
  90. background: #f4f4f4;
  91. }
  92. .order .goods .img image {
  93. height: 190rpx;
  94. width: 190rpx;
  95. overflow: hidden;
  96. border-radius: 10rpx;
  97. }
  98. .order .goods .info {
  99. height: 145.83rpx;
  100. flex: 1;
  101. padding-left: 20rpx;
  102. }
  103. .info-orderSn {
  104. font-size: 28rpx;
  105. font-weight: bold;
  106. }
  107. .info-main{
  108. display: flex;
  109. height: 40rpx;
  110. align-items: center;
  111. justify-content: space-between;
  112. /* margin-bottom: 58rpx; */
  113. }
  114. .info .sku-name{
  115. color: #666666;
  116. font-size: 24rpx;
  117. margin:10rpx 0;
  118. height: 34rpx;
  119. line-height: 34rpx;
  120. display: flex;
  121. justify-content: space-between;
  122. }
  123. .product-name {
  124. line-height: 40rpx;
  125. font-size: 28rpx;
  126. /* padding-left: 20rpx;
  127. text-indent: -16rpx; */
  128. overflow: hidden;
  129. text-overflow: ellipsis;
  130. white-space: nowrap;
  131. width: 328rpx;
  132. font-weight: bold;
  133. color: rgba(0,0,0,0.9);
  134. }
  135. .info-main .price{
  136. color: rgba(0,0,0,0.9);
  137. font-size: 24rpx;
  138. font-weight: bold;
  139. }
  140. .info .other-info {
  141. font-size: 24rpx;
  142. color: rgba(0,0,0,0.9);
  143. line-height: 34rpx;
  144. }
  145. .order .goods .status {
  146. width: 105rpx;
  147. color: #b4282d;
  148. font-size: 25rpx;
  149. }
  150. .order .b {
  151. height: 44rpx;
  152. line-height: 44rpx;
  153. /* border-top: 1px solid #f4f4f4; */
  154. font-size: 26rpx;
  155. color: #666;
  156. text-align: right;
  157. }
  158. .order .b text{
  159. font-size: 24rpx;
  160. color: rgba(0,0,0,0.9);
  161. font-weight: bold;
  162. }
  163. .order .b .l {
  164. /* float: left; */
  165. }
  166. .order .b .r {
  167. float: right;
  168. }
  169. .order .b .btn {
  170. margin-top: 19rpx;
  171. height: 64.5rpx;
  172. line-height: 64.5rpx;
  173. text-align: center;
  174. padding: 0 20rpx;
  175. border-radius: 5rpx;
  176. font-size: 28rpx;
  177. color: #fff;
  178. background: #b4282d;
  179. }
  180. .order-operate-wrapper{
  181. /* height: 80rpx; */
  182. display: flex;
  183. align-items: center;
  184. justify-content: flex-end;
  185. flex:1;
  186. flex-wrap: wrap;
  187. border-top: 2rpx solid #E0E0E0;
  188. padding:10rpx 0 12rpx;
  189. margin:20rpx 0 0;
  190. }
  191. /* .order-operate-wrapper::after {
  192. content: '';
  193. flex: auto;
  194. } */
  195. .order-operate-wrapper>view{
  196. text-align: center;
  197. font-size: 24rpx;
  198. color: #fff;
  199. margin-left:20rpx;
  200. width: 160rpx;
  201. height: 56rpx;
  202. line-height: 56rpx;
  203. background: linear-gradient(90deg, #FF9C49 0%, #FF8219 100%);
  204. border-radius: 56rpx;
  205. margin-top:10rpx;
  206. }
  207. .order-operate-wrapper>view.del{
  208. border: 2rpx solid #D8D8D8;
  209. color: #666666;
  210. background: #fff;
  211. }
  212. .order-operate-wrapper>view.appoint{
  213. background: linear-gradient(90deg, #00BAFF 0%, #008DFF 100%);
  214. }
  215. .myqr{
  216. position: fixed;
  217. z-index: 999;
  218. width: 100%;
  219. text-align: center;
  220. height: auto;
  221. padding-top: 50rpx;
  222. top:0;
  223. left:0;
  224. right:0;
  225. bottom:0;
  226. }
  227. .myqr .cancel{
  228. width: 60rpx;
  229. height: 60rpx;
  230. margin-top: 30rpx;
  231. margin-left: 480rpx;
  232. }
  233. .myqr .img{
  234. width: 480rpx;
  235. }
  236. .myqr .btn{
  237. width: 120rpx;
  238. height: 120rpx;
  239. line-height: 120rpx;
  240. margin-top: 20rpx;
  241. padding: 30rpx;
  242. background: #ffffff;
  243. border-radius:60rpx;
  244. }
  245. /* 会员卡蒙层的样式 */
  246. .poster{
  247. position: fixed;
  248. top: 0;
  249. bottom: 0;
  250. right: 0;
  251. left: 0;
  252. background-color: #333333d1;
  253. /* padding: 0rpx 80rpx;
  254. padding-top: 20%;*/
  255. z-index: 99;
  256. height: 100%;
  257. text-align: center;
  258. justify-content: center;
  259. align-items: center;
  260. display: flex;
  261. }
  262. .title{
  263. color: #fff;
  264. margin: 20rpx 0;
  265. font-size: 30rpx;
  266. }
  267. .ads{
  268. margin: 10rpx 0rpx;
  269. color: #fff;
  270. }
  271. .tool{
  272. display: flex;
  273. text-align: center;
  274. justify-content: baseline;
  275. width: 100%;
  276. margin-top: 20rpx;
  277. }
  278. .tool view{
  279. flex: 1;
  280. }
  281. .img{
  282. width: 99rpx;
  283. }
  284. .closeImg{
  285. width: 57rpx;
  286. height: 57rpx;
  287. }
  288. .share-btn{
  289. background-color:transparent;
  290. }
  291. .share-btn::after {
  292. border: none;
  293. }
  294. .m-card{
  295. width: 100%;
  296. height: 230rpx;
  297. margin: 20rpx 0;
  298. }
  299. .m-card image{
  300. width: 100%;
  301. height: 230rpx;
  302. }
  303. .appoint-tabs-wrapper{
  304. height:88rpx;
  305. display: flex;
  306. align-items: center;
  307. line-height: 88rpx;
  308. justify-content: space-around;
  309. position: fixed;
  310. left:0;
  311. right:0;
  312. top:0;
  313. background: #fff;
  314. z-index:99;
  315. }
  316. .appoint-tab-item{
  317. font-weight: bold;
  318. font-size: 30rpx;
  319. color: #191919;
  320. /* width:80rpx; */
  321. /* border-bottom:4rpx solid #fff; */
  322. }
  323. .appoint-tab-item.active{
  324. color:#FE2B54;
  325. /* border-bottom:4rpx solid #09afff; */
  326. }
  327. .detail-btn{
  328. width: 148rpx;
  329. text-align: center;
  330. line-height: 60rpx;
  331. text-align: center;
  332. font-size: 26rpx;
  333. color:#00B9FF;
  334. margin-top:-20rpx;
  335. /* margin-left:340rpx; */
  336. width: 170rpx;
  337. height: 60rpx;
  338. background: #FFFFFF;
  339. border: 2rpx solid #00B9FF;
  340. border-radius: 60px;
  341. float: right;
  342. }
  343. .status-tips{
  344. height: 56rpx;
  345. background: #EBEBEB;
  346. border-radius: 10rpx;
  347. display: flex;
  348. align-items: center;
  349. padding:0 0 0 16rpx;
  350. margin-top:24rpx;
  351. }
  352. .status-tips image{
  353. width:36rpx;
  354. height:32rpx;
  355. }
  356. .status-tips view{
  357. font-size: 24rpx;
  358. color:#2e3333;
  359. }
  360. .status-tips .tips-title{
  361. color: #191919;
  362. font-weight: bold;
  363. margin:0 16rpx;
  364. }
  365. .customer-msg{
  366. background: #EBEBEB;
  367. border-radius: 10rpx;
  368. display: flex;
  369. padding:12rpx 16rpx;
  370. margin-top:24rpx;
  371. }
  372. .customer-msg .msg-title{
  373. color: #FE2B54;
  374. font-weight: bold;
  375. font-size: 24rpx;
  376. white-space: nowrap;
  377. }
  378. .customer-msg .msg-text{
  379. line-height: 34rpx;
  380. display: -webkit-box;
  381. -webkit-box-orient: vertical;
  382. -webkit-line-clamp: 2;
  383. text-overflow: ellipsis;
  384. overflow: hidden;
  385. font-size: 24rpx;
  386. color: #000000;
  387. }
  388. .over-time{
  389. position: absolute;
  390. top:170rpx;
  391. right:0;
  392. line-height: 40rpx;
  393. color: #AD0000;
  394. font-size: 28rpx;
  395. }
  396. .eval-btn{
  397. text-align: center;
  398. font-size: 24rpx;
  399. color: #fff;
  400. margin-left:20rpx;
  401. width: 160rpx;
  402. height: 56rpx;
  403. line-height: 56rpx;
  404. background: linear-gradient(90deg, #FF9C49 0%, #FF8219 100%);
  405. border-radius: 56rpx;
  406. margin-top:10rpx;
  407. border: 2rpx solid #FF8219;
  408. color: #FF8219;
  409. background: #fff;
  410. }
  411. .order-operate-wrapper view.eval-btn{
  412. border: 2rpx solid #FF8219;
  413. color: #FF8219;
  414. background: #fff;
  415. }