affirmOrder.wxss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .container.data-v-36d90744 {
  28. position: relative;
  29. display: flex;
  30. flex-direction: column;
  31. height: 100vh;
  32. overflow: hidden;
  33. background-color: #ebeced;
  34. }
  35. .container .header.data-v-36d90744 {
  36. position: relative;
  37. height: 145rpx;
  38. overflow: hidden;
  39. }
  40. .container .header ._img.data-v-36d90744 {
  41. width: 100%;
  42. }
  43. .container .header .header_title.data-v-36d90744 {
  44. position: absolute;
  45. top: 65rpx;
  46. left: 308rpx;
  47. color: #fff;
  48. font-size: 28rpx;
  49. }
  50. .container .header .header_icon.data-v-36d90744 {
  51. position: absolute;
  52. top: 76rpx;
  53. left: 5rpx;
  54. width: 47rpx;
  55. height: 47rpx;
  56. }
  57. .container .body.data-v-36d90744 {
  58. height: calc(100vh - 271rpx);
  59. overflow-y: auto;
  60. }
  61. .container .body .info.data-v-36d90744 {
  62. display: flex;
  63. flex-direction: column;
  64. box-sizing: border-box;
  65. padding: 0 30rpx;
  66. margin: 0 auto;
  67. margin-top: 18rpx;
  68. width: 710rpx;
  69. border-radius: 15rpx;
  70. background-color: #fff;
  71. }
  72. .container .body .info .info_time.data-v-36d90744 {
  73. display: flex;
  74. align-items: center;
  75. margin-top: 20rpx;
  76. font-size: 32rpx;
  77. font-weight: bold;
  78. }
  79. .container .body .info .info_time .time_line.data-v-36d90744 {
  80. width: 17rpx;
  81. height: 1rpx;
  82. background-color: #096562;
  83. }
  84. .container .body .info .info_time .time_num.data-v-36d90744 {
  85. box-sizing: border-box;
  86. padding: 0 15rpx;
  87. height: 46rpx;
  88. line-height: 46rpx;
  89. font-size: 24rpx;
  90. font-weight: 400;
  91. border-radius: 66rpx;
  92. border: 1rpx solid #096562;
  93. background-color: #f0f2f5;
  94. }
  95. .container .body .info .info_time .gap.data-v-36d90744 {
  96. margin: 0 10rpx;
  97. }
  98. .container .body .info .info_time text.data-v-36d90744 {
  99. font-size: 24rpx;
  100. font-weight: 400;
  101. }
  102. .container .body .info .info_msg.data-v-36d90744 {
  103. margin-top: 15rpx;
  104. font-size: 28rpx;
  105. font-weight: bold;
  106. }
  107. .container .body .info .info_type.data-v-36d90744 {
  108. display: flex;
  109. flex-wrap: wrap;
  110. margin-top: 15rpx;
  111. }
  112. .container .body .info .info_type .type_item.data-v-36d90744 {
  113. box-sizing: border-box;
  114. padding: 0 15rpx;
  115. margin-right: 20rpx;
  116. height: 41rpx;
  117. line-height: 41rpx;
  118. font-size: 24rpx;
  119. color: #fff;
  120. border-radius: 34rpx;
  121. background-color: #096562;
  122. }
  123. .container .body .info .info_tag.data-v-36d90744 {
  124. display: flex;
  125. flex-wrap: wrap;
  126. margin: 18rpx 0 30rpx;
  127. color: #808080;
  128. font-size: 24rpx;
  129. }
  130. .container .body .info .info_tag .tag_item.data-v-36d90744 {
  131. margin-right: 20rpx;
  132. }
  133. .container .body .msg.data-v-36d90744 {
  134. box-sizing: border-box;
  135. padding-left: 26rpx;
  136. margin: auto;
  137. margin-top: 20rpx;
  138. width: 710rpx;
  139. border-radius: 15rpx;
  140. background-color: #fff;
  141. }
  142. .container .body .msg .msg_title.data-v-36d90744 {
  143. height: 87rpx;
  144. line-height: 87rpx;
  145. font-size: 28rpx;
  146. font-weight: bold;
  147. border-bottom: 1rpx solid #e6e6e6;
  148. }
  149. .container .body .msg .msg_box.data-v-36d90744 {
  150. display: flex;
  151. align-items: center;
  152. height: 97rpx;
  153. font-size: 28rpx;
  154. border-bottom: 1rpx solid #e6e6e6;
  155. }
  156. .container .body .msg .msg_box .box_key.data-v-36d90744 {
  157. width: 120rpx;
  158. color: #808080;
  159. }
  160. .container .body .msg .msg_box .box_value.data-v-36d90744 {
  161. margin-left: 30rpx;
  162. flex: 1;
  163. }
  164. .container .body .msg .msg_box .box_value input.data-v-36d90744 {
  165. box-sizing: border-box;
  166. padding-right: 30rpx;
  167. width: 100%;
  168. }
  169. .container .body .msg .msg_box .color.data-v-36d90744 {
  170. color: #808080;
  171. }
  172. .container .body .msg .msg_box .box_icon.data-v-36d90744 {
  173. display: flex;
  174. align-items: center;
  175. }
  176. .container .body .msg .msg_box .box_icon .img.data-v-36d90744 {
  177. width: 47rpx;
  178. height: 47rpx;
  179. }
  180. .container .body .msg .msg_box .box_icon .img2.data-v-36d90744 {
  181. margin: 0 30rpx;
  182. width: 37rpx;
  183. height: 37rpx;
  184. }
  185. .container .body .msg .msg_box .box_icon .img3.data-v-36d90744 {
  186. margin: 0 30rpx;
  187. width: 40rpx;
  188. height: 40rpx;
  189. }
  190. .container .body .price.data-v-36d90744 {
  191. box-sizing: border-box;
  192. padding-left: 26rpx;
  193. margin: 20rpx auto;
  194. width: 710rpx;
  195. height: 197rpx;
  196. border-radius: 15rpx;
  197. background-color: #fff;
  198. }
  199. .container .body .price .price_title.data-v-36d90744 {
  200. line-height: 92rpx;
  201. font-size: 28rpx;
  202. font-weight: bold;
  203. border-bottom: 1rpx solid #e6e6e6;
  204. }
  205. .container .body .price .price_box.data-v-36d90744 {
  206. display: flex;
  207. justify-content: space-between;
  208. align-items: center;
  209. height: 92rpx;
  210. font-size: 28rpx;
  211. }
  212. .container .body .price .price_box .box_key.data-v-36d90744 {
  213. color: #808080;
  214. }
  215. .container .body .price .price_box .box_value.data-v-36d90744 {
  216. display: flex;
  217. align-items: center;
  218. }
  219. .container .body .price .price_box .box_value text.data-v-36d90744 {
  220. color: #ff5733;
  221. font-size: 24rpx;
  222. }
  223. .container .body .price .price_box .box_value ._span.data-v-36d90744 {
  224. margin-right: 30rpx;
  225. color: #ff5733;
  226. }
  227. .container .body .all.data-v-36d90744 {
  228. box-sizing: border-box;
  229. padding-left: 26rpx;
  230. margin: 0 auto 60rpx;
  231. width: 710rpx;
  232. border-radius: 15rpx;
  233. background-color: #fff;
  234. }
  235. .container .body .all .all_title.data-v-36d90744 {
  236. display: flex;
  237. height: 92rpx;
  238. justify-content: space-between;
  239. align-items: center;
  240. font-size: 28rpx;
  241. font-weight: bold;
  242. border-bottom: 1rpx solid #e6e6e6;
  243. }
  244. .container .body .all .all_title .mr_30.data-v-36d90744 {
  245. margin-right: 30rpx;
  246. }
  247. .container .body .all .all_box.data-v-36d90744 {
  248. box-sizing: border-box;
  249. padding-right: 26rpx;
  250. display: flex;
  251. justify-content: space-between;
  252. font-size: 28rpx;
  253. }
  254. .container .body .all .all_box .box_list.data-v-36d90744 {
  255. margin-bottom: 28rpx;
  256. color: #808080;
  257. }
  258. .container .body .all .all_box .box_list .list_item.data-v-36d90744 {
  259. margin-top: 30rpx;
  260. }
  261. .container .body .all .all_box .box_total.data-v-36d90744 {
  262. display: flex;
  263. justify-content: center;
  264. align-items: center;
  265. }
  266. .container .foot.data-v-36d90744 {
  267. position: absolute;
  268. left: 0;
  269. right: 0;
  270. bottom: 0;
  271. padding: 0 20rpx;
  272. display: flex;
  273. justify-content: space-between;
  274. align-items: center;
  275. height: 126rpx;
  276. background-color: #fff;
  277. }
  278. .container .foot .foot_left.data-v-36d90744 {
  279. margin-top: -10rpx;
  280. font-size: 40rpx;
  281. color: #ff5733;
  282. }
  283. .container .foot .foot_left text.data-v-36d90744 {
  284. font-size: 24rpx;
  285. }
  286. .container .foot .foot_right.data-v-36d90744 {
  287. margin-top: -10rpx;
  288. display: flex;
  289. justify-content: center;
  290. align-items: center;
  291. width: 238rpx;
  292. height: 80rpx;
  293. color: #fff;
  294. font-size: 32rpx;
  295. border-radius: 64rpx;
  296. background-color: #096562;
  297. }