push.wxss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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-39f2f546 {
  28. position: relative;
  29. height: 100vh;
  30. background-color: #f2f2f2;
  31. }
  32. .container .header.data-v-39f2f546 {
  33. height: 480rpx;
  34. color: #fff;
  35. }
  36. .container .header ._img.data-v-39f2f546 {
  37. width: 100%;
  38. }
  39. .container .header .header_title.data-v-39f2f546 {
  40. position: absolute;
  41. top: 65rpx;
  42. left: 308rpx;
  43. color: #fff;
  44. font-size: 28rpx;
  45. }
  46. .container .header .header_icon.data-v-39f2f546 {
  47. position: absolute;
  48. top: 76rpx;
  49. left: 10rpx;
  50. width: 47rpx;
  51. height: 47rpx;
  52. }
  53. .container .header .header_type.data-v-39f2f546 {
  54. position: absolute;
  55. top: 144rpx;
  56. left: 30rpx;
  57. font-size: 40rpx;
  58. font-weight: bold;
  59. }
  60. .container .header .header_info.data-v-39f2f546 {
  61. position: absolute;
  62. top: 215rpx;
  63. left: 30rpx;
  64. font-size: 24rpx;
  65. }
  66. .container .body.data-v-39f2f546 {
  67. position: absolute;
  68. top: 278rpx;
  69. left: 0;
  70. right: 0;
  71. box-sizing: border-box;
  72. padding: 20rpx;
  73. height: calc(100vh - 278rpx);
  74. border-radius: 20rpx 20rpx 0 0;
  75. background-color: #ebeced;
  76. overflow-y: auto;
  77. }
  78. .container .body .body_box.data-v-39f2f546 {
  79. box-sizing: border-box;
  80. padding: 0 30rpx;
  81. margin-bottom: 20rpx;
  82. display: flex;
  83. flex-direction: column;
  84. height: 240rpx;
  85. border-radius: 14rpx;
  86. background-color: #fff;
  87. }
  88. .container .body .body_box .box_title.data-v-39f2f546 {
  89. line-height: 90rpx;
  90. font-size: 28rpx;
  91. font-weight: bold;
  92. border-bottom: 1rpx solid #e5e5e5;
  93. }
  94. .container .body .body_box .box_container.data-v-39f2f546 {
  95. display: flex;
  96. margin-top: 25rpx;
  97. font-size: 28rpx;
  98. }
  99. .container .body .body_box .box_container .container_key.data-v-39f2f546 {
  100. width: 160rpx;
  101. color: #808080;
  102. }
  103. .container .body .body_box .box_container .container_copy.data-v-39f2f546 {
  104. margin-left: auto;
  105. color: #096562;
  106. }
  107. .container .body .body_box .box_container .price.data-v-39f2f546 {
  108. color: #ff5733;
  109. }
  110. .container .body .body_box .box_info.data-v-39f2f546 {
  111. display: flex;
  112. margin-top: 20rpx;
  113. height: 130rpx;
  114. }
  115. .container .body .body_box .box_info ._img.data-v-39f2f546 {
  116. width: 100rpx;
  117. height: 100rpx;
  118. border-radius: 10rpx;
  119. }
  120. .container .body .body_box .box_info .info_msg.data-v-39f2f546 {
  121. display: flex;
  122. flex-direction: column;
  123. justify-content: space-around;
  124. margin-top: -10rpx;
  125. margin-left: 18rpx;
  126. width: 540rpx;
  127. }
  128. .container .body .body_box .box_info .info_msg .msg_name.data-v-39f2f546 {
  129. font-size: 28rpx;
  130. font-weight: bold;
  131. }
  132. .container .body .body_box .box_info .info_msg .msg_address.data-v-39f2f546 {
  133. color: #808080;
  134. font-size: 24rpx;
  135. display: -webkit-box;
  136. -webkit-box-orient: vertical;
  137. -webkit-line-clamp: 2;
  138. overflow: hidden;
  139. }
  140. .container .body .body_box .box_btn.data-v-39f2f546 {
  141. display: flex;
  142. justify-content: space-around;
  143. align-items: center;
  144. height: 110rpx;
  145. }
  146. .container .body .body_box .box_btn .btn_item.data-v-39f2f546 {
  147. display: flex;
  148. align-items: center;
  149. width: 200rpx;
  150. }
  151. .container .body .body_box .box_btn .btn_item .img.data-v-39f2f546 {
  152. margin-right: 14rpx;
  153. width: 38rpx;
  154. height: 38rpx;
  155. }
  156. .container .body .body_box .box_btn .btn_item .img2.data-v-39f2f546 {
  157. width: 66rpx;
  158. height: 66rpx;
  159. }
  160. .container .body .body_box2.data-v-39f2f546 {
  161. display: flex;
  162. flex-direction: column;
  163. box-sizing: border-box;
  164. padding: 0 30rpx;
  165. margin-bottom: 20rpx;
  166. height: 478rpx;
  167. border-radius: 15rpx;
  168. background-color: #fff;
  169. }
  170. .container .body .body_box2 .info_time.data-v-39f2f546 {
  171. display: flex;
  172. align-items: center;
  173. margin-top: 20rpx;
  174. font-size: 32rpx;
  175. font-weight: bold;
  176. }
  177. .container .body .body_box2 .info_time .time_line.data-v-39f2f546 {
  178. width: 17rpx;
  179. height: 1rpx;
  180. background-color: #096562;
  181. }
  182. .container .body .body_box2 .info_time .time_num.data-v-39f2f546 {
  183. box-sizing: border-box;
  184. padding: 0 15rpx;
  185. height: 46rpx;
  186. line-height: 46rpx;
  187. font-size: 24rpx;
  188. font-weight: 400;
  189. border-radius: 66rpx;
  190. border: 1rpx solid #096562;
  191. background-color: #f0f2f5;
  192. }
  193. .container .body .body_box2 .info_time .gap.data-v-39f2f546 {
  194. margin: 0 10rpx;
  195. }
  196. .container .body .body_box2 .info_time text.data-v-39f2f546 {
  197. font-size: 24rpx;
  198. font-weight: 400;
  199. }
  200. .container .body .body_box2 .info_msg.data-v-39f2f546 {
  201. margin-top: 15rpx;
  202. font-size: 28rpx;
  203. font-weight: bold;
  204. }
  205. .container .body .body_box2 .info_type.data-v-39f2f546 {
  206. display: flex;
  207. flex-wrap: wrap;
  208. margin-top: 15rpx;
  209. }
  210. .container .body .body_box2 .info_type .type_item.data-v-39f2f546 {
  211. box-sizing: border-box;
  212. padding: 0 15rpx;
  213. margin-right: 20rpx;
  214. height: 41rpx;
  215. line-height: 41rpx;
  216. font-size: 24rpx;
  217. color: #fff;
  218. border-radius: 34rpx;
  219. background-color: #096562;
  220. }
  221. .container .body .body_box2 .info_tag.data-v-39f2f546 {
  222. display: flex;
  223. flex-wrap: wrap;
  224. margin: 18rpx 0 0;
  225. box-sizing: border-box;
  226. padding-bottom: 30rpx;
  227. color: #808080;
  228. font-size: 24rpx;
  229. border-bottom: 1rpx solid #e5e5e5;
  230. }
  231. .container .body .body_box2 .info_tag .tag_item.data-v-39f2f546 {
  232. margin-right: 20rpx;
  233. }
  234. .container .body .body_box2 .info_box.data-v-39f2f546 {
  235. display: flex;
  236. margin-top: 23rpx;
  237. font-size: 28rpx;
  238. }
  239. .container .body .body_box2 .info_box .box_key.data-v-39f2f546 {
  240. width: 160rpx;
  241. color: #808080;
  242. }
  243. .container .body .body_btn.data-v-39f2f546 {
  244. box-sizing: border-box;
  245. padding: 0 32rpx;
  246. margin-top: 140rpx;
  247. display: flex;
  248. justify-content: space-between;
  249. height: 96rpx;
  250. }
  251. .container .body .body_btn .btn_item.data-v-39f2f546 {
  252. display: flex;
  253. justify-content: center;
  254. align-items: center;
  255. width: 300rpx;
  256. height: 96rpx;
  257. border-radius: 64rpx;
  258. font-size: 32rpx;
  259. }
  260. .container .body .body_btn .type.data-v-39f2f546 {
  261. color: #d43030;
  262. border: 1rpx solid #d43030;
  263. }
  264. .container .body .body_btn .type2.data-v-39f2f546 {
  265. color: #fff;
  266. background-color: #096562;
  267. }