refundAdmin.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page.data-v-dbb51246,
  12. .content.data-v-dbb51246 {
  13. background: #f8f6f6;
  14. height: 100%;
  15. }
  16. .swiper-box.data-v-dbb51246 {
  17. height: calc(100% - 40px);
  18. }
  19. .list-scroll-content.data-v-dbb51246 {
  20. height: 100%;
  21. }
  22. .navbar.data-v-dbb51246 {
  23. display: flex;
  24. height: 40px;
  25. padding: 0 5px;
  26. background: #fff;
  27. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  28. position: relative;
  29. z-index: 10;
  30. }
  31. .navbar .nav-item.data-v-dbb51246 {
  32. flex: 1;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. height: 100%;
  37. font-size: 15px;
  38. color: #303133;
  39. position: relative;
  40. }
  41. .navbar .nav-item.current.data-v-dbb51246 {
  42. color: #921a23;
  43. }
  44. .navbar .nav-item.current.data-v-dbb51246:after {
  45. content: '';
  46. position: absolute;
  47. left: 50%;
  48. bottom: 0;
  49. -webkit-transform: translateX(-50%);
  50. transform: translateX(-50%);
  51. width: 44px;
  52. height: 0;
  53. border-bottom: 2px solid #921a23;
  54. }
  55. .uni-swiper-item.data-v-dbb51246 {
  56. height: auto;
  57. }
  58. .order-item.data-v-dbb51246 {
  59. display: flex;
  60. flex-direction: column;
  61. padding-left: 30rpx;
  62. background: #fff;
  63. margin-top: 16rpx;
  64. /* 多条商品 */
  65. /* 单条商品 */
  66. }
  67. .order-item .i-top.data-v-dbb51246 {
  68. display: flex;
  69. align-items: center;
  70. height: 80rpx;
  71. padding-right: 30rpx;
  72. font-size: 28rpx;
  73. color: #303133;
  74. position: relative;
  75. }
  76. .order-item .i-top .time.data-v-dbb51246 {
  77. flex: 1;
  78. }
  79. .order-item .i-top .state.data-v-dbb51246 {
  80. color: #921a23;
  81. }
  82. .order-item .i-top .del-btn.data-v-dbb51246 {
  83. padding: 10rpx 0 10rpx 36rpx;
  84. font-size: 32rpx;
  85. color: #909399;
  86. position: relative;
  87. }
  88. .order-item .i-top .del-btn.data-v-dbb51246:after {
  89. content: '';
  90. width: 0;
  91. height: 30rpx;
  92. border-left: 1px solid #dcdfe6;
  93. position: absolute;
  94. left: 20rpx;
  95. top: 50%;
  96. -webkit-transform: translateY(-50%);
  97. transform: translateY(-50%);
  98. }
  99. .order-item .goods-box.data-v-dbb51246 {
  100. height: 160rpx;
  101. padding: 20rpx 0;
  102. white-space: nowrap;
  103. }
  104. .order-item .goods-box .goods-item.data-v-dbb51246 {
  105. width: 120rpx;
  106. height: 120rpx;
  107. display: inline-block;
  108. margin-right: 24rpx;
  109. }
  110. .order-item .goods-box .goods-img.data-v-dbb51246 {
  111. display: block;
  112. width: 100%;
  113. height: 100%;
  114. }
  115. .order-item .goods-box-single.data-v-dbb51246 {
  116. display: flex;
  117. padding: 20rpx 0;
  118. }
  119. .order-item .goods-box-single .goods-img.data-v-dbb51246 {
  120. display: block;
  121. width: 120rpx;
  122. height: 120rpx;
  123. }
  124. .order-item .goods-box-single .right.data-v-dbb51246 {
  125. flex: 1;
  126. display: flex;
  127. flex-direction: column;
  128. padding: 0 30rpx 0 24rpx;
  129. overflow: hidden;
  130. }
  131. .order-item .goods-box-single .right .row.data-v-dbb51246 {
  132. margin-top: 10rpx;
  133. justify-content: flex-end;
  134. }
  135. .order-item .goods-box-single .right .row_title.data-v-dbb51246 {
  136. padding: 5rpx 10rpx;
  137. background-color: #dddddd;
  138. border-radius: 10rpx;
  139. font-size: 22rpx;
  140. color: #ffffff;
  141. background: #ffeee9;
  142. border-radius: 5rpx;
  143. color: #f55e5c;
  144. }
  145. .order-item .goods-box-single .right .title.data-v-dbb51246 {
  146. font-size: 30rpx;
  147. color: #303133;
  148. line-height: 1;
  149. width: 80%;
  150. }
  151. .order-item .goods-box-single .right .attr-box.data-v-dbb51246 {
  152. display: flex;
  153. justify-content: flex-end;
  154. font-size: 26rpx;
  155. color: #909399;
  156. }
  157. .order-item .goods-box-single .right .price.data-v-dbb51246 {
  158. display: inline;
  159. font-size: 30rpx;
  160. color: #303133;
  161. }
  162. .order-item .goods-box-single .right .price.data-v-dbb51246:before {
  163. content: '¥';
  164. font-size: 24rpx;
  165. }
  166. .order-item .price-box.data-v-dbb51246 {
  167. display: flex;
  168. justify-content: flex-end;
  169. align-items: baseline;
  170. padding: 20rpx 30rpx;
  171. font-size: 26rpx;
  172. color: #909399;
  173. }
  174. .order-item .price-box .num.data-v-dbb51246 {
  175. margin: 0 8rpx;
  176. color: #303133;
  177. }
  178. .order-item .price-box .price.data-v-dbb51246 {
  179. font-size: 26rpx;
  180. color: #333;
  181. }
  182. .order-item .price-box .price.data-v-dbb51246:before {
  183. content: '¥';
  184. font-size: 24rpx;
  185. margin: 0 2rpx 0 8rpx;
  186. }
  187. .order-item .action-box.data-v-dbb51246 {
  188. display: flex;
  189. justify-content: flex-end;
  190. align-items: center;
  191. height: 100rpx;
  192. position: relative;
  193. padding-right: 30rpx;
  194. }
  195. .order-item .action-btn.data-v-dbb51246 {
  196. display: inline-block;
  197. height: 48rpx;
  198. background: linear-gradient(90deg, #962c32, #942026);
  199. border-radius: 24rpx;
  200. margin: 0;
  201. margin-left: 24rpx;
  202. text-align: center;
  203. line-height: 48rpx;
  204. font-size: 26rpx;
  205. color: #fff;
  206. }
  207. .order-item .action-btn.data-v-dbb51246:after {
  208. border-radius: 100px;
  209. }
  210. .order-item .action-btn.recom.data-v-dbb51246 {
  211. color: #921a23;
  212. }
  213. .order-item .action-btn.recom.data-v-dbb51246:after {
  214. border-color: #921a23;
  215. }
  216. .order-item .action-btn.evaluate.data-v-dbb51246 {
  217. color: #fd5b23;
  218. }
  219. .order-item .action-btn.evaluate.data-v-dbb51246:after {
  220. border-color: #fd5b23;
  221. }
  222. /* load-more */
  223. .uni-load-more.data-v-dbb51246 {
  224. display: flex;
  225. flex-direction: row;
  226. height: 80rpx;
  227. align-items: center;
  228. justify-content: center;
  229. }
  230. .uni-load-more__text.data-v-dbb51246 {
  231. font-size: 28rpx;
  232. color: #999;
  233. }
  234. .uni-load-more__img.data-v-dbb51246 {
  235. height: 24px;
  236. width: 24px;
  237. margin-right: 10px;
  238. }
  239. .uni-load-more__img > view.data-v-dbb51246 {
  240. position: absolute;
  241. }
  242. .uni-load-more__img > view view.data-v-dbb51246 {
  243. width: 6px;
  244. height: 2px;
  245. border-top-left-radius: 1px;
  246. border-bottom-left-radius: 1px;
  247. background: #999;
  248. position: absolute;
  249. opacity: 0.2;
  250. -webkit-transform-origin: 50%;
  251. transform-origin: 50%;
  252. -webkit-animation: load-data-v-dbb51246 1.56s ease infinite;
  253. animation: load-data-v-dbb51246 1.56s ease infinite;
  254. }
  255. .uni-load-more__img > view view.data-v-dbb51246:nth-child(1) {
  256. -webkit-transform: rotate(90deg);
  257. transform: rotate(90deg);
  258. top: 2px;
  259. left: 9px;
  260. }
  261. .uni-load-more__img > view view.data-v-dbb51246:nth-child(2) {
  262. -webkit-transform: rotate(180deg);
  263. transform: rotate(180deg);
  264. top: 11px;
  265. right: 0;
  266. }
  267. .uni-load-more__img > view view.data-v-dbb51246:nth-child(3) {
  268. -webkit-transform: rotate(270deg);
  269. transform: rotate(270deg);
  270. bottom: 2px;
  271. left: 9px;
  272. }
  273. .uni-load-more__img > view view.data-v-dbb51246:nth-child(4) {
  274. top: 11px;
  275. left: 0;
  276. }
  277. .load1.data-v-dbb51246,
  278. .load2.data-v-dbb51246,
  279. .load3.data-v-dbb51246 {
  280. height: 24px;
  281. width: 24px;
  282. }
  283. .load2.data-v-dbb51246 {
  284. -webkit-transform: rotate(30deg);
  285. transform: rotate(30deg);
  286. }
  287. .load3.data-v-dbb51246 {
  288. -webkit-transform: rotate(60deg);
  289. transform: rotate(60deg);
  290. }
  291. .load1 view.data-v-dbb51246:nth-child(1) {
  292. -webkit-animation-delay: 0s;
  293. animation-delay: 0s;
  294. }
  295. .load2 view.data-v-dbb51246:nth-child(1) {
  296. -webkit-animation-delay: 0.13s;
  297. animation-delay: 0.13s;
  298. }
  299. .load3 view.data-v-dbb51246:nth-child(1) {
  300. -webkit-animation-delay: 0.26s;
  301. animation-delay: 0.26s;
  302. }
  303. .load1 view.data-v-dbb51246:nth-child(2) {
  304. -webkit-animation-delay: 0.39s;
  305. animation-delay: 0.39s;
  306. }
  307. .load2 view.data-v-dbb51246:nth-child(2) {
  308. -webkit-animation-delay: 0.52s;
  309. animation-delay: 0.52s;
  310. }
  311. .load3 view.data-v-dbb51246:nth-child(2) {
  312. -webkit-animation-delay: 0.65s;
  313. animation-delay: 0.65s;
  314. }
  315. .load1 view.data-v-dbb51246:nth-child(3) {
  316. -webkit-animation-delay: 0.78s;
  317. animation-delay: 0.78s;
  318. }
  319. .load2 view.data-v-dbb51246:nth-child(3) {
  320. -webkit-animation-delay: 0.91s;
  321. animation-delay: 0.91s;
  322. }
  323. .load3 view.data-v-dbb51246:nth-child(3) {
  324. -webkit-animation-delay: 1.04s;
  325. animation-delay: 1.04s;
  326. }
  327. .load1 view.data-v-dbb51246:nth-child(4) {
  328. -webkit-animation-delay: 1.17s;
  329. animation-delay: 1.17s;
  330. }
  331. .load2 view.data-v-dbb51246:nth-child(4) {
  332. -webkit-animation-delay: 1.3s;
  333. animation-delay: 1.3s;
  334. }
  335. .load3 view.data-v-dbb51246:nth-child(4) {
  336. -webkit-animation-delay: 1.43s;
  337. animation-delay: 1.43s;
  338. }
  339. @-webkit-keyframes load-data-v-dbb51246 {
  340. 0% {
  341. opacity: 1;
  342. }
  343. 100% {
  344. opacity: 0.2;
  345. }
  346. }
  347. .agree-wrapper .agree.data-v-dbb51246 {
  348. width: 522rpx;
  349. height: 605rpx;
  350. background: #ffffff;
  351. border-radius: 20rpx;
  352. text-align: center;
  353. }
  354. .agree-wrapper .agree image.data-v-dbb51246 {
  355. width: 522rpx;
  356. height: 307rpx;
  357. border-radius: 20rpx;
  358. }
  359. .agree-wrapper .agree .tap1.data-v-dbb51246 {
  360. padding-top: 47.5rpx;
  361. font-size: 36rpx;
  362. font-weight: 500;
  363. color: #333333;
  364. line-height: 1;
  365. }
  366. .agree-wrapper .agree .tap2.data-v-dbb51246 {
  367. padding-top: 22rpx;
  368. font-size: 30rpx;
  369. font-weight: 500;
  370. color: #999999;
  371. line-height: 1;
  372. }
  373. .agree-wrapper .agree .btn-wrapper.data-v-dbb51246 {
  374. padding-top: 55.5rpx;
  375. justify-content: center;
  376. }
  377. .agree-wrapper .agree .btn-wrapper view.data-v-dbb51246 {
  378. width: 197rpx;
  379. height: 61rpx;
  380. border: 1px solid #901b21;
  381. border-radius: 31px;
  382. background: #ffffff;
  383. font-size: 24rpx;
  384. font-weight: 500;
  385. color: #901b21;
  386. line-height: 61rpx;
  387. }
  388. .agree-wrapper .agree .btn-wrapper .tybtn.data-v-dbb51246 {
  389. margin-left: 22.8rpx;
  390. color: #fff;
  391. background-color: #901b21;
  392. }
  393. .bind-admin-wappper.data-v-dbb51246 {
  394. width: 600rpx;
  395. height: 682rpx;
  396. border-radius: 20rpx;
  397. background-color: #fff;
  398. }
  399. .bind-admin-wappper .title.data-v-dbb51246 {
  400. padding-top: 70rpx;
  401. font-size: 42rpx;
  402. text-align: center;
  403. font-family: PingFang SC;
  404. font-weight: 500;
  405. color: #901b21;
  406. }
  407. .bind-admin-wappper .admin-item .item-name.data-v-dbb51246 {
  408. padding-top: 55rpx;
  409. padding-bottom: 20rpx;
  410. font-size: 32rpx;
  411. font-family: PingFang SC;
  412. font-weight: 500;
  413. color: #333333;
  414. padding-left: 68rpx;
  415. }
  416. .bind-admin-wappper .admin-item .item-val.data-v-dbb51246 {
  417. width: 470rpx;
  418. height: 70rpx;
  419. line-height: 70rpx;
  420. margin: 0 auto;
  421. background: #ffffff;
  422. border: 1px solid #999999;
  423. border-radius: 6px;
  424. outline: none;
  425. }
  426. .bind-admin-wappper .admin-item .item-val input.data-v-dbb51246 {
  427. padding-left: 20rpx;
  428. display: block;
  429. height: 70rpx;
  430. line-height: 70rpx;
  431. }
  432. .bind-admin-wappper .btn-wrapper.data-v-dbb51246 {
  433. margin-top: 60rpx;
  434. display: flex;
  435. justify-content: space-between;
  436. height: 50rpx;
  437. padding: 0 65rpx;
  438. }
  439. .bind-admin-wappper .btn-wrapper .btn.data-v-dbb51246 {
  440. text-align: center;
  441. font-size: 30rpx;
  442. font-family: PingFang SC;
  443. font-weight: 500;
  444. line-height: 70rpx;
  445. color: #666666;
  446. width: 224rpx;
  447. height: 70rpx;
  448. border-radius: 6rpx;
  449. border: 1px solid #999999;
  450. }
  451. .bind-admin-wappper .btn-wrapper .btn1.data-v-dbb51246 {
  452. color: #fff;
  453. background-color: #901b21;
  454. }
  455. .top-search.data-v-dbb51246 {
  456. width: 750rpx;
  457. height: 100rpx;
  458. display: flex;
  459. justify-content: center;
  460. align-items: center;
  461. position: relative;
  462. }
  463. .top-search .search-key.data-v-dbb51246 {
  464. width: 700rpx;
  465. height: 70rpx;
  466. padding-left: 100rpx;
  467. background: #FFFFFF;
  468. box-shadow: 0px 1rpx 21rpx 0px rgba(144, 27, 33, 0.12);
  469. border-radius: 35rpx;
  470. position: relative;
  471. }
  472. .top-search .search-logo.data-v-dbb51246 {
  473. width: 36rpx;
  474. height: 36rpx;
  475. position: absolute;
  476. top: 0;
  477. bottom: 0;
  478. left: 50rpx;
  479. margin: auto;
  480. }
  481. .top-search .search-btn.data-v-dbb51246 {
  482. width: 150rpx;
  483. height: 70rpx;
  484. border-radius: 30rpx;
  485. color: #901b21;
  486. text-align: center;
  487. line-height: 70rpx;
  488. position: absolute;
  489. top: 0;
  490. bottom: 0;
  491. right: 10rpx;
  492. margin: auto;
  493. z-index: 9;
  494. }