list.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .order-page.data-v-be7e3d24 {
  21. height: 100%;
  22. display: -webkit-box;
  23. display: -webkit-flex;
  24. display: flex;
  25. -webkit-box-orient: vertical;
  26. -webkit-box-direction: normal;
  27. -webkit-flex-direction: column;
  28. flex-direction: column;
  29. background-color: #f9fbfc;
  30. }
  31. .order-page .order-list.data-v-be7e3d24 {
  32. padding-top: 20rpx;
  33. padding-bottom: 80rpx;
  34. -webkit-box-flex: 1;
  35. -webkit-flex: 1;
  36. flex: 1;
  37. }
  38. .order-page .order-list .allot-item.data-v-be7e3d24 {
  39. margin-bottom: 1rpx;
  40. padding: 30rpx;
  41. display: -webkit-box;
  42. display: -webkit-flex;
  43. display: flex;
  44. -webkit-box-align: center;
  45. -webkit-align-items: center;
  46. align-items: center;
  47. box-shadow: 0rpx 1rpx 0rpx 0rpx #eeeeee;
  48. background-color: #fff;
  49. }
  50. .order-page .order-list .allot-item .info.data-v-be7e3d24 {
  51. -webkit-box-flex: 1;
  52. -webkit-flex: 1;
  53. flex: 1;
  54. margin-right: 20rpx;
  55. }
  56. .order-page .order-list .allot-item .info .info-order.data-v-be7e3d24 {
  57. font-size: 32rpx;
  58. font-weight: 600;
  59. color: #333333;
  60. }
  61. .order-page .order-list .allot-item .info .info-name.data-v-be7e3d24 {
  62. margin: 40rpx 0 20rpx;
  63. font-size: 28rpx;
  64. font-weight: 400;
  65. color: #666666;
  66. }
  67. .order-page .order-list .allot-item .info .info-time.data-v-be7e3d24 {
  68. margin-right: 30rpx;
  69. font-size: 28rpx;
  70. font-weight: 400;
  71. color: #666666;
  72. }
  73. .order-page .order-list .allot-item .status.data-v-be7e3d24 {
  74. display: -webkit-box;
  75. display: -webkit-flex;
  76. display: flex;
  77. -webkit-box-orient: vertical;
  78. -webkit-box-direction: normal;
  79. -webkit-flex-direction: column;
  80. flex-direction: column;
  81. -webkit-box-align: center;
  82. -webkit-align-items: center;
  83. align-items: center;
  84. -webkit-flex-shrink: 0;
  85. flex-shrink: 0;
  86. width: 100rpx;
  87. color: #cccccc;
  88. }
  89. .order-page .order-list .allot-item .status .status-name.data-v-be7e3d24 {
  90. margin-top: 10rpx;
  91. font-size: 24rpx;
  92. }
  93. .order-page .order-list .allot-item .status .iconfont.data-v-be7e3d24 {
  94. font-size: 46rpx;
  95. }
  96. .order-page .order-list .allot-item .status.primary.data-v-be7e3d24 {
  97. color: #3385ff;
  98. }
  99. .order-page .order-list .allot-item .status.gray.data-v-be7e3d24 {
  100. color: #cccccc;
  101. }
  102. .order-page .order-list .allot-item .status.warn.data-v-be7e3d24 {
  103. color: #ffaf1d;
  104. }
  105. .order-page .bar-view.data-v-be7e3d24 {
  106. -webkit-flex-shrink: 0;
  107. flex-shrink: 0;
  108. display: -webkit-box;
  109. display: -webkit-flex;
  110. display: flex;
  111. -webkit-box-pack: end;
  112. -webkit-justify-content: flex-end;
  113. justify-content: flex-end;
  114. -webkit-box-align: center;
  115. -webkit-align-items: center;
  116. align-items: center;
  117. padding: 0 30rpx;
  118. width: 100%;
  119. height: 100rpx;
  120. box-shadow: 0rpx -1rpx 6rpx 0rpx rgba(4, 0, 0, 0.06);
  121. }
  122. .order-page .bar-view .btn-view.data-v-be7e3d24 {
  123. display: -webkit-box;
  124. display: -webkit-flex;
  125. display: flex;
  126. }
  127. .order-page .bar-view .btn-view .admin-button-com.data-v-be7e3d24 {
  128. margin: 0 10rpx;
  129. width: 140rpx;
  130. }