affirmOrder.wxss 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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. min-height: 100vh;
  32. background-color: #ebeced;
  33. }
  34. .container .header.data-v-36d90744 {
  35. position: relative;
  36. height: 125rpx;
  37. overflow: hidden;
  38. }
  39. .container .header ._img.data-v-36d90744 {
  40. width: 100%;
  41. }
  42. .container .header .header_title.data-v-36d90744 {
  43. position: absolute;
  44. top: 65rpx;
  45. left: 308rpx;
  46. color: #fff;
  47. font-size: 28rpx;
  48. }
  49. .container .header .header_icon.data-v-36d90744 {
  50. position: absolute;
  51. top: 56rpx;
  52. left: 5rpx;
  53. width: 47rpx;
  54. height: 47rpx;
  55. }
  56. .container .info.data-v-36d90744 {
  57. display: flex;
  58. flex-direction: column;
  59. box-sizing: border-box;
  60. padding: 0 30rpx;
  61. margin: 0 auto;
  62. margin-top: 18rpx;
  63. width: 710rpx;
  64. border-radius: 15rpx;
  65. background-color: #fff;
  66. }
  67. .container .info .info_time.data-v-36d90744 {
  68. display: flex;
  69. align-items: center;
  70. margin-top: 20rpx;
  71. font-size: 32rpx;
  72. font-weight: bold;
  73. }
  74. .container .info .info_time .time_line.data-v-36d90744 {
  75. width: 17rpx;
  76. height: 1rpx;
  77. background-color: #096562;
  78. }
  79. .container .info .info_time .time_num.data-v-36d90744 {
  80. box-sizing: border-box;
  81. padding: 0 15rpx;
  82. height: 46rpx;
  83. line-height: 46rpx;
  84. font-size: 24rpx;
  85. font-weight: 400;
  86. border-radius: 66rpx;
  87. border: 1rpx solid #096562;
  88. background-color: #f0f2f5;
  89. }
  90. .container .info .info_time .gap.data-v-36d90744 {
  91. margin: 0 10rpx;
  92. }
  93. .container .info .info_time text.data-v-36d90744 {
  94. font-size: 24rpx;
  95. font-weight: 400;
  96. }
  97. .container .info .info_msg.data-v-36d90744 {
  98. margin-top: 15rpx;
  99. font-size: 28rpx;
  100. font-weight: bold;
  101. }
  102. .container .info .info_type.data-v-36d90744 {
  103. display: flex;
  104. flex-wrap: wrap;
  105. margin-top: 15rpx;
  106. }
  107. .container .info .info_type .type_item.data-v-36d90744 {
  108. box-sizing: border-box;
  109. padding: 0 15rpx;
  110. margin-right: 20rpx;
  111. height: 41rpx;
  112. line-height: 41rpx;
  113. font-size: 24rpx;
  114. color: #fff;
  115. border-radius: 34rpx;
  116. background-color: #096562;
  117. }
  118. .container .info .info_tag.data-v-36d90744 {
  119. display: flex;
  120. flex-wrap: wrap;
  121. margin: 18rpx 0 30rpx;
  122. color: #808080;
  123. font-size: 24rpx;
  124. }
  125. .container .info .info_tag .tag_item.data-v-36d90744 {
  126. margin-right: 20rpx;
  127. }
  128. .container .msg.data-v-36d90744 {
  129. box-sizing: border-box;
  130. padding-left: 26rpx;
  131. margin: auto;
  132. margin-top: 20rpx;
  133. width: 710rpx;
  134. border-radius: 15rpx;
  135. background-color: #fff;
  136. }
  137. .container .msg .msg_title.data-v-36d90744 {
  138. height: 87rpx;
  139. line-height: 87rpx;
  140. font-size: 28rpx;
  141. font-weight: bold;
  142. border-bottom: 1rpx solid #e6e6e6;
  143. }
  144. .container .msg .msg_box.data-v-36d90744 {
  145. display: flex;
  146. align-items: center;
  147. height: 97rpx;
  148. font-size: 28rpx;
  149. border-bottom: 1rpx solid #e6e6e6;
  150. }
  151. .container .msg .msg_box .box_key.data-v-36d90744 {
  152. width: 120rpx;
  153. color: #808080;
  154. }
  155. .container .msg .msg_box .box_value.data-v-36d90744 {
  156. margin-left: 30rpx;
  157. flex: 1;
  158. }
  159. .container .msg .msg_box .box_value input.data-v-36d90744 {
  160. box-sizing: border-box;
  161. padding-right: 30rpx;
  162. width: 100%;
  163. }
  164. .container .msg .msg_box .color.data-v-36d90744 {
  165. color: #808080;
  166. }
  167. .container .msg .msg_box .box_icon.data-v-36d90744 {
  168. display: flex;
  169. align-items: center;
  170. }
  171. .container .msg .msg_box .box_icon .img.data-v-36d90744 {
  172. width: 47rpx;
  173. height: 47rpx;
  174. }
  175. .container .msg .msg_box .box_icon .img2.data-v-36d90744 {
  176. margin: 0 30rpx;
  177. width: 37rpx;
  178. height: 37rpx;
  179. }
  180. .container .msg .msg_box .box_icon .img3.data-v-36d90744 {
  181. margin: 0 30rpx;
  182. width: 40rpx;
  183. height: 40rpx;
  184. }
  185. .container .foot.data-v-36d90744 {
  186. position: absolute;
  187. left: 0;
  188. right: 0;
  189. bottom: 0;
  190. padding: 0 20rpx;
  191. display: flex;
  192. justify-content: space-between;
  193. align-items: center;
  194. height: 126rpx;
  195. background-color: #fff;
  196. }
  197. .container .foot .foot_left.data-v-36d90744 {
  198. margin-top: -10rpx;
  199. font-size: 40rpx;
  200. color: #ff5733;
  201. }
  202. .container .foot .foot_left text.data-v-36d90744 {
  203. font-size: 24rpx;
  204. }
  205. .container .foot .foot_right.data-v-36d90744 {
  206. margin-top: -10rpx;
  207. display: flex;
  208. justify-content: center;
  209. align-items: center;
  210. width: 238rpx;
  211. height: 80rpx;
  212. color: #fff;
  213. font-size: 32rpx;
  214. border-radius: 64rpx;
  215. background-color: #096562;
  216. }