account.wxss 10 KB

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