ParcelExpress.wxss 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422
  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. .goodname.data-v-5b62f5ed {
  28. font-family: SFPro, SFPro;
  29. font-weight: 400;
  30. font-size: 28rpx;
  31. color: #222222;
  32. line-height: 32rpx;
  33. text-align: left;
  34. font-style: normal;
  35. }
  36. .topname.data-v-5b62f5ed {
  37. font-family: PingFangSC, PingFang SC;
  38. font-weight: 500;
  39. font-size: 30rpx;
  40. color: #222222;
  41. line-height: 42rpx;
  42. text-align: left;
  43. font-style: normal;
  44. }
  45. .entrepot.data-v-5b62f5ed {
  46. width: 702rpx;
  47. background: #FFFFFF;
  48. border-radius: 16rpx;
  49. padding: 0 20rpx 32rpx;
  50. box-sizing: border-box;
  51. }
  52. .entrepot .timea.data-v-5b62f5ed {
  53. font-family: PingFangSC, PingFang SC;
  54. font-weight: 400;
  55. font-size: 26rpx;
  56. color: #444444;
  57. line-height: 36rpx;
  58. text-align: left;
  59. font-style: normal;
  60. margin-top: 30rpx;
  61. }
  62. .entrepot .adda.data-v-5b62f5ed {
  63. margin-top: 8rpx;
  64. font-family: PingFangSC, PingFang SC;
  65. font-weight: 400;
  66. font-size: 24rpx;
  67. color: #222222;
  68. line-height: 34rpx;
  69. text-align: right;
  70. font-style: normal;
  71. }
  72. .entrepot .entrepotname.data-v-5b62f5ed {
  73. font-family: PingFangSC, PingFang SC;
  74. font-weight: 560;
  75. font-size: 32rpx;
  76. color: #222222;
  77. line-height: 44rpx;
  78. text-align: left;
  79. font-style: normal;
  80. }
  81. .entrepot .box.data-v-5b62f5ed {
  82. width: 662rpx;
  83. height: 128rpx;
  84. background: #F5F5F5;
  85. border-radius: 10rpx;
  86. }
  87. .entrepot .entre.data-v-5b62f5ed {
  88. width: 662rpx;
  89. height: 100rpx;
  90. border-bottom: 2rpx solid rgba(151, 151, 151, 0.1);
  91. line-height: 100rpx;
  92. }
  93. .entrepot .entre .title.data-v-5b62f5ed {
  94. font-family: PingFangSC, PingFang SC;
  95. font-weight: 600;
  96. font-size: 28rpx;
  97. color: #222222;
  98. line-height: 40rpx;
  99. text-align: left;
  100. font-style: normal;
  101. }
  102. .entrepot .entre .change.data-v-5b62f5ed {
  103. padding: 10rpx 26rpx;
  104. display: inline;
  105. background: rgba(255, 21, 21, 0.1);
  106. border-radius: 30rpx;
  107. font-family: PingFangSC, PingFang SC;
  108. font-weight: 400;
  109. font-size: 24rpx;
  110. color: #F83224;
  111. line-height: 32rpx;
  112. text-align: center;
  113. font-style: normal;
  114. box-sizing: border-box;
  115. }
  116. .sum.data-v-5b62f5ed {
  117. font-family: PingFangSC, PingFang SC;
  118. font-weight: 500;
  119. font-size: 24rpx;
  120. color: #222222;
  121. line-height: 34rpx;
  122. text-align: left;
  123. font-style: normal;
  124. }
  125. .deal.data-v-5b62f5ed {
  126. font-family: PingFangSC, PingFang SC;
  127. font-weight: 400;
  128. font-size: 20rpx;
  129. color: #666666;
  130. line-height: 28rpx;
  131. text-align: left;
  132. font-style: normal;
  133. }
  134. .tonext.data-v-5b62f5ed {
  135. width: 286rpx;
  136. height: 88rpx;
  137. background: #F83224;
  138. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  139. border-radius: 44rpx;
  140. font-family: PingFangSC, PingFang SC;
  141. font-weight: 500;
  142. font-size: 32rpx;
  143. color: #FFFFFF;
  144. line-height: 88rpx;
  145. text-align: center;
  146. font-style: normal;
  147. }
  148. .next.data-v-5b62f5ed {
  149. width: 750rpx;
  150. height: 166rpx;
  151. background: #FFFFFF;
  152. position: fixed;
  153. bottom: 0;
  154. left: 0;
  155. padding: 12rpx 24rpx;
  156. box-sizing: border-box;
  157. }
  158. .wup.data-v-5b62f5ed {
  159. width: 704rpx;
  160. background: #FFFFFF;
  161. border-radius: 16rpx;
  162. margin-top: 20rpx;
  163. padding: 0rpx 20rpx;
  164. box-sizing: border-box;
  165. }
  166. .info.data-v-5b62f5ed {
  167. height: 100rpx;
  168. border-bottom: 2rpx solid rgba(151, 151, 151, 0.08);
  169. }
  170. .info .wupin.data-v-5b62f5ed {
  171. font-family: PingFangSC, PingFang SC;
  172. font-weight: 400;
  173. font-size: 28rpx;
  174. color: #333333;
  175. line-height: 40rpx;
  176. text-align: left;
  177. font-style: normal;
  178. }
  179. .info .change.data-v-5b62f5ed {
  180. font-family: PingFangSC, PingFang SC;
  181. font-weight: 400;
  182. font-size: 28rpx;
  183. color: #666666;
  184. line-height: 40rpx;
  185. text-align: left;
  186. font-style: normal;
  187. }
  188. .info .mast.data-v-5b62f5ed {
  189. padding: 0 10rpx;
  190. height: 30rpx;
  191. border-radius: 16rpx;
  192. border: 1rpx solid #F83224;
  193. font-family: PingFangSC, PingFang SC;
  194. font-weight: 400;
  195. font-size: 20rpx;
  196. color: #FF1515;
  197. line-height: 30rpx;
  198. text-align: center;
  199. font-style: normal;
  200. margin-left: 12rpx;
  201. }
  202. .mon.data-v-5b62f5ed {
  203. font-family: HarmonyOS_Sans_Medium;
  204. font-size: 20rpx;
  205. color: #F83224;
  206. line-height: 26rpx;
  207. text-align: left;
  208. font-style: normal;
  209. }
  210. .bigtitle.data-v-5b62f5ed {
  211. font-family: PingFangSC, PingFang SC;
  212. font-weight: 600;
  213. font-size: 28rpx;
  214. color: #222222;
  215. line-height: 40rpx;
  216. text-align: left;
  217. font-style: normal;
  218. }
  219. .timeb.data-v-5b62f5ed {
  220. font-family: PingFangSC, PingFang SC;
  221. font-weight: 400;
  222. font-size: 22rpx;
  223. color: #666666;
  224. line-height: 32rpx;
  225. text-align: left;
  226. font-style: normal;
  227. }
  228. .timea.data-v-5b62f5ed {
  229. font-family: PingFangSC, PingFang SC;
  230. font-weight: 400;
  231. font-size: 22rpx;
  232. color: #555555;
  233. line-height: 32rpx;
  234. text-align: left;
  235. font-style: normal;
  236. }
  237. .pinb.data-v-5b62f5ed {
  238. width: 148rpx;
  239. height: 64rpx;
  240. background: #FF1515;
  241. border-radius: 42rpx;
  242. font-family: PingFangSC, PingFang SC;
  243. font-weight: 500;
  244. font-size: 28rpx;
  245. color: #FFFFFF;
  246. line-height: 64rpx;
  247. text-align: center;
  248. font-style: normal;
  249. }
  250. .label.data-v-5b62f5ed {
  251. margin-top: 20rpx;
  252. width: 702rpx;
  253. height: 288rpx;
  254. background: #FFFFFF;
  255. border-radius: 16rpx;
  256. padding: 32rpx 20rpx;
  257. box-sizing: border-box;
  258. }
  259. .label .left.data-v-5b62f5ed {
  260. width: 144rpx;
  261. height: 144rpx;
  262. background: #F5F5F5;
  263. border-radius: 8rpx;
  264. }
  265. .label .left .bourn.data-v-5b62f5ed {
  266. font-family: PingFangSC, PingFang SC;
  267. font-weight: 400;
  268. font-size: 20rpx;
  269. color: #222222;
  270. line-height: 28rpx;
  271. text-align: left;
  272. font-style: normal;
  273. }
  274. .label .left .addres.data-v-5b62f5ed {
  275. font-family: PingFangSC, PingFang SC;
  276. font-weight: 500;
  277. font-size: 28rpx;
  278. color: #222222;
  279. line-height: 40rpx;
  280. text-align: left;
  281. font-style: normal;
  282. }
  283. .flexc.data-v-5b62f5ed {
  284. display: flex;
  285. flex-direction: column;
  286. justify-content: center;
  287. align-items: center;
  288. }
  289. .hai.data-v-5b62f5ed {
  290. font-family: PingFangSC, PingFang SC;
  291. font-weight: 600;
  292. font-size: 32rpx;
  293. color: #222222;
  294. line-height: 44rpx;
  295. text-align: left;
  296. font-style: normal;
  297. margin-right: 10rpx;
  298. }
  299. .more.data-v-5b62f5ed {
  300. font-family: PingFangSC, PingFang SC;
  301. font-weight: 400;
  302. font-size: 24rpx;
  303. color: #F83224;
  304. line-height: 34rpx;
  305. text-align: left;
  306. font-style: normal;
  307. }
  308. .parcel.data-v-5b62f5ed {
  309. width: 702rpx;
  310. height: 260rpx;
  311. background: #FFFFFF;
  312. border-radius: 16rpx;
  313. margin-top: 20rpx;
  314. padding: 24rpx;
  315. box-sizing: border-box;
  316. }
  317. .parcel .myparcel.data-v-5b62f5ed {
  318. font-family: PingFangSC, PingFang SC;
  319. font-weight: 600;
  320. font-size: 28rpx;
  321. color: #222222;
  322. line-height: 40rpx;
  323. text-align: left;
  324. font-style: normal;
  325. }
  326. .parcel .add.data-v-5b62f5ed {
  327. width: 240rpx;
  328. height: 48rpx;
  329. background: rgba(248, 50, 36, 0.06);
  330. border-radius: 24rpx;
  331. }
  332. .parcel .add .addtext.data-v-5b62f5ed {
  333. font-family: PingFangSC, PingFang SC;
  334. font-weight: 600;
  335. font-size: 20rpx;
  336. color: #000000;
  337. line-height: 28rpx;
  338. text-align: left;
  339. font-style: normal;
  340. }
  341. .address.data-v-5b62f5ed {
  342. width: 702rpx;
  343. background: #FFFFFF;
  344. border-radius: 20rpx;
  345. padding: 48rpx 24rpx 36rpx;
  346. box-sizing: border-box;
  347. margin-top: 38rpx;
  348. }
  349. .address .bottom.data-v-5b62f5ed {
  350. padding: 0 76rpx;
  351. box-sizing: border-box;
  352. margin-top: 48rpx;
  353. }
  354. .address .bottom .friend.data-v-5b62f5ed {
  355. font-family: PingFangSC, PingFang SC;
  356. font-weight: 400;
  357. font-size: 28rpx;
  358. color: #555555;
  359. line-height: 40rpx;
  360. text-align: left;
  361. font-style: normal;
  362. margin-left: 12rpx;
  363. }
  364. .address .mail.data-v-5b62f5ed {
  365. width: 646rpx;
  366. height: 84rpx;
  367. background: #F83224;
  368. box-shadow: 0rpx 16rpx 40rpx -12rpx rgba(255, 21, 21, 0.5);
  369. border-radius: 44rpx;
  370. font-family: PingFangSC, PingFang SC;
  371. font-weight: 500;
  372. font-size: 32rpx;
  373. color: #FFFFFF;
  374. line-height: 84rpx;
  375. text-align: center;
  376. font-style: normal;
  377. }
  378. .address .left.data-v-5b62f5ed {
  379. height: 128rpx;
  380. }
  381. .address .left .pople.data-v-5b62f5ed {
  382. font-family: PingFangSC, PingFang SC;
  383. font-weight: 500;
  384. font-size: 30rpx;
  385. color: #222222;
  386. line-height: 42rpx;
  387. text-align: left;
  388. font-style: normal;
  389. }
  390. .address .left .jiadd.data-v-5b62f5ed {
  391. font-family: PingFangSC, PingFang SC;
  392. font-weight: 400;
  393. font-size: 26rpx;
  394. color: #777777;
  395. line-height: 36rpx;
  396. text-align: left;
  397. font-style: normal;
  398. }
  399. .address .left .right.data-v-5b62f5ed {
  400. font-family: PingFangSC, PingFang SC;
  401. font-weight: 500;
  402. font-size: 26rpx;
  403. color: #222222;
  404. line-height: 36rpx;
  405. text-align: left;
  406. font-style: normal;
  407. margin-left: 18rpx;
  408. }
  409. .data-v-5b62f5ed .u-navbar__content.data-v-1194bf80 {
  410. background-color: rgba(0, 0, 0, 0) !important;
  411. }
  412. .data-v-5b62f5ed .u-status-bar.data-v-13f16680 {
  413. background-color: rgba(0, 0, 0, 0) !important;
  414. }
  415. .data-v-5b62f5ed .u-subsection--button.data-v-b14d3440 {
  416. /* padding: 6rpx 34rpx !important; */
  417. border-radius: 64rpx !important;
  418. }
  419. .data-v-5b62f5ed .u-subsection--button__bar.data-v-b14d3440 {
  420. border-radius: 32rpx !important;
  421. }