inquiryOrderDetails.wxss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. page {
  27. background: #f6f6f6;
  28. }
  29. /**
  30. * 这里是uni-app内置的常用样式变量
  31. *
  32. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  33. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  34. *
  35. */
  36. /**
  37. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  38. *
  39. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  40. */
  41. /* 颜色变量 */
  42. /* 行为相关颜色 */
  43. /* 文字基本颜色 */
  44. /* 背景颜色 */
  45. /* 边框颜色 */
  46. /* 尺寸变量 */
  47. /* 文字尺寸 */
  48. /* 图片尺寸 */
  49. /* Border Radius */
  50. /* 水平间距 */
  51. /* 垂直间距 */
  52. /* 透明度 */
  53. /* 文章场景相关 */
  54. .content.data-v-f9fa3e3e {
  55. position: relative;
  56. }
  57. .content .cont.data-v-f9fa3e3e {
  58. position: relative;
  59. padding: 0rpx 20rpx 120rpx;
  60. z-index: 999;
  61. width: 100%;
  62. display: flex;
  63. flex-direction: column;
  64. }
  65. .content .doc-box.data-v-f9fa3e3e {
  66. margin: 20rpx 0rpx 0rpx;
  67. padding: 0rpx 30rpx;
  68. background-color: #fff;
  69. border-radius: 20rpx;
  70. }
  71. .content .doc-box .title.data-v-f9fa3e3e {
  72. height: 80rpx;
  73. line-height: 80rpx;
  74. font-size: 30rpx;
  75. color: #000;
  76. font-weight: bold;
  77. border-bottom: 2rpx solid #eeeeee;
  78. }
  79. .content .doc-box .doc-name-box.data-v-f9fa3e3e {
  80. margin-top: 15rpx;
  81. display: flex;
  82. align-items: center;
  83. justify-content: flex-start;
  84. }
  85. .content .doc-box .doc-name-box .doc-name.data-v-f9fa3e3e {
  86. font-size: 38rpx;
  87. font-weight: bold;
  88. }
  89. .content .doc-box .doc-name-box .doc-star.data-v-f9fa3e3e {
  90. margin-left: 10rpx;
  91. }
  92. .content .doc-box .doc-dept-box.data-v-f9fa3e3e {
  93. display: flex;
  94. align-items: center;
  95. justify-content: flex-start;
  96. margin-top: 15rpx;
  97. font-size: 28rpx;
  98. font-family: PingFang SC;
  99. color: #2d2b36;
  100. }
  101. .content .doc-box .doc-his-box.data-v-f9fa3e3e {
  102. display: flex;
  103. align-items: center;
  104. justify-content: flex-start;
  105. margin-top: 15rpx;
  106. font-size: 28rpx;
  107. font-family: PingFang SC;
  108. color: #9a9a9c;
  109. }
  110. .content .doc-box .doc-spec-box.data-v-f9fa3e3e {
  111. display: flex;
  112. align-items: center;
  113. justify-content: space-between;
  114. }
  115. .content .doc-box .doc-spec-box .left.data-v-f9fa3e3e {
  116. display: flex;
  117. align-items: center;
  118. justify-content: flex-start;
  119. }
  120. .content .doc-box .doc-spec-box .left .title.data-v-f9fa3e3e {
  121. font-size: 28rpx;
  122. font-family: PingFang SC;
  123. color: #9a9a9c;
  124. }
  125. .content .doc-box .doc-spec-box .left .spec.data-v-f9fa3e3e {
  126. margin-left: 10rpx;
  127. font-size: 28rpx;
  128. font-family: PingFang SC;
  129. color: #9a9a9c;
  130. }
  131. .content .doc-box .doc-spec-box .right .btn.data-v-f9fa3e3e {
  132. font-size: 28rpx;
  133. font-family: PingFang SC;
  134. color: #C39A58;
  135. }
  136. .content .other-info.data-v-f9fa3e3e {
  137. margin-top: 20rpx;
  138. background-color: #fff;
  139. border-radius: 20rpx;
  140. padding: 0 30rpx;
  141. }
  142. .content .other-info .title.data-v-f9fa3e3e {
  143. height: 80rpx;
  144. line-height: 80rpx;
  145. font-size: 30rpx;
  146. color: #000;
  147. font-weight: bold;
  148. border-bottom: 2rpx solid #eeeeee;
  149. }
  150. .content .other-info .item.data-v-f9fa3e3e {
  151. min-height: 80rpx;
  152. display: flex;
  153. align-items: center;
  154. justify-content: space-between;
  155. }
  156. .content .other-info .item.data-v-f9fa3e3e:last-child {
  157. border-bottom: none;
  158. }
  159. .content .other-info .item .left.data-v-f9fa3e3e {
  160. flex: 1;
  161. display: flex;
  162. align-items: center;
  163. }
  164. .content .other-info .item .left .label.data-v-f9fa3e3e {
  165. min-width: 140rpx;
  166. font-size: 28rpx;
  167. color: #000;
  168. }
  169. .content .other-info .item .left .text.data-v-f9fa3e3e {
  170. font-size: 28rpx;
  171. color: #1b1b1b;
  172. }
  173. .content .other-info .item .status.data-v-f9fa3e3e {
  174. font-size: 28rpx;
  175. font-family: PingFang SC;
  176. font-weight: bold;
  177. }
  178. .content .other-info .item .red.data-v-f9fa3e3e {
  179. color: #db5053;
  180. }
  181. .content .other-info .item .green.data-v-f9fa3e3e {
  182. color: #C39A58;
  183. }
  184. .content .other-info .item .gray.data-v-f9fa3e3e {
  185. color: #9c9c9c;
  186. }
  187. .content .other-info .item .item-btn.data-v-f9fa3e3e {
  188. max-width: 200rpx;
  189. padding: 0rpx 15rpx;
  190. height: 48rpx;
  191. border-radius: 24rpx;
  192. line-height: 48rpx;
  193. font-size: 24rpx;
  194. color: #000;
  195. border: 1rpx solid #d8d8d8;
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. }
  200. .content .btn-box.data-v-f9fa3e3e {
  201. height: 100rpx;
  202. z-index: 9999;
  203. width: 100%;
  204. padding: 0rpx 30rpx;
  205. position: fixed;
  206. bottom: 0;
  207. left: 0;
  208. box-sizing: border-box;
  209. background-color: #ffffff;
  210. display: flex;
  211. align-items: center;
  212. justify-content: flex-end;
  213. }
  214. .content .btn-box .btn.data-v-f9fa3e3e {
  215. padding: 15rpx 30rpx;
  216. margin-left: 10rpx;
  217. text-align: center;
  218. font-size: 28rpx;
  219. font-family: PingFang SC;
  220. color: #FFFFFF;
  221. background: #C39A58;
  222. border-radius: 45rpx;
  223. }