Helppay.wxss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488
  1. page {
  2. background: #F2EDED;
  3. }
  4. /* 取件时间弹框 */
  5. .popup_data {
  6. height: 600rpx;
  7. width: 100%;
  8. position: relative;
  9. }
  10. .data_title {
  11. width: 92%;
  12. margin: 0 auto;
  13. font-size: 32rpx;
  14. line-height: 105rpx;
  15. font-weight: bold;
  16. letter-spacing: 2rpx;
  17. position: relative;
  18. top: 0rpx;
  19. z-index: 99991;
  20. }
  21. .data_btn {
  22. position: absolute;
  23. bottom: 28rpx;
  24. width: 100%;
  25. z-index: 99992;
  26. }
  27. .btn {
  28. width: 90%;
  29. margin: 0 auto;
  30. height: 98rpx;
  31. color: white;
  32. background: #FF7F00;
  33. border-radius: 20rpx;
  34. text-align: center;
  35. line-height: 98rpx;
  36. letter-spacing: 1rpx;
  37. }
  38. .u-close {
  39. position: absolute;
  40. z-index: 999999 !important;
  41. }
  42. .u-picker-body {
  43. height: 700rpx !important;
  44. }
  45. /* .u-picker-header {
  46. position: relative !important;
  47. top: 138upx;
  48. z-index: 99992;
  49. } */
  50. /* 物品信息弹框 */
  51. .popup_info {
  52. height: 1100rpx;
  53. width: 100%;
  54. position: relative;
  55. }
  56. .data_items {
  57. width: 100%;
  58. }
  59. .item_box {
  60. width: 90%;
  61. margin: 0 auto;
  62. }
  63. .item_btn {
  64. border: 1rpx solid #cccccc;
  65. border-radius: 78rpx;
  66. width: 200rpx;
  67. height: 80rpx;
  68. text-align: center;
  69. line-height: 80rpx;
  70. font-size: 28rpx;
  71. margin-right: 10rpx;
  72. margin-left: 10rpx;
  73. margin-bottom: 20rpx;
  74. }
  75. .item_btn:active {
  76. background: #ffd9b3;
  77. border: 2rpx solid #ff7f00;
  78. }
  79. .item_type {
  80. display: flex;
  81. flex-wrap: wrap;
  82. margin-top: 20rpx;
  83. }
  84. /* 物品保价弹框 */
  85. .valua_icon {
  86. width: 90%;
  87. position: absolute;
  88. bottom: 130rpx;
  89. left: 40rpx;
  90. }
  91. .input {
  92. width: 90%;
  93. margin: 0 auto;
  94. }
  95. .u-input--border {
  96. border-radius: 10rpx;
  97. border-radius: 10rpx;
  98. border: 2rpx solid #F2F2F2 !important;
  99. background: #F2F2F2 !important;
  100. }
  101. .input_bg {
  102. width: 90%;
  103. margin: 0 auto;
  104. position: relative;
  105. }
  106. .input_bg image {
  107. width: 100%;
  108. height: 98rpx;
  109. }
  110. .input_bg text {
  111. position: absolute;
  112. top: 30rpx;
  113. left: 36rpx;
  114. color: #FF7F00;
  115. font-size: 28rpx;
  116. }
  117. /* 红包弹框 */
  118. .popup_money {
  119. /* height: 400upx; */
  120. width: 100%;
  121. height: 630rpx;
  122. position: relative;
  123. background: #F2EDED;
  124. padding-bottom: 45rpx;
  125. }
  126. .uni-scroll-view,
  127. .uni-scroll-view-content {
  128. position: relative;
  129. width: 100%;
  130. height: 100%;
  131. background: #F2EDED;
  132. }
  133. .image_box {
  134. width: 40%;
  135. margin: 0 auto;
  136. margin-bottom: 110rpx;
  137. }
  138. .money_box {
  139. width: 93%;
  140. margin: 0 auto;
  141. background: #ffffff;
  142. border-radius: 16rpx;
  143. height: 240rpx;
  144. margin-top: 10rpx;
  145. /* margin-bottom: 35rpx; */
  146. /* margin-top: 20rpx; */
  147. }
  148. .box_tit {
  149. width: 90%;
  150. margin: 0 auto;
  151. height: 80rpx;
  152. display: flex;
  153. }
  154. .money_name {
  155. flex: 1;
  156. display: flex;
  157. justify-content: left;
  158. align-items: center;
  159. font-size: 24rpx;
  160. font-weight: bold;
  161. letter-spacing: 2rpx;
  162. }
  163. .money_price {
  164. flex: 1;
  165. display: flex;
  166. justify-content: flex-end;
  167. align-items: center;
  168. font-size: 36rpx;
  169. font-weight: bold;
  170. color: red;
  171. }
  172. .money_data {
  173. color: #999999;
  174. font-size: 22rpx;
  175. width: 90%;
  176. margin: 0 auto;
  177. margin-top: -10rpx;
  178. }
  179. .u-line {
  180. width: 90% !important;
  181. border-bottom-width: 6rpx !important;
  182. margin: 0 auto !important;
  183. margin-top: 24rpx !important;
  184. margin-bottom: 24rpx !important;
  185. }
  186. .box_bottom {
  187. width: 90%;
  188. margin: 0 auto;
  189. display: flex;
  190. height: 40rpx;
  191. }
  192. .money_use {
  193. flex: 1;
  194. color: #999999;
  195. font-size: 22rpx;
  196. display: flex;
  197. justify-content: left;
  198. align-items: center;
  199. }
  200. .lj_use {
  201. width: 160rpx;
  202. border: 1rpx solid #FF7F00;
  203. color: #FF7F00;
  204. text-align: center;
  205. line-height: 46rpx;
  206. border-radius: 42rpx;
  207. font-size: 20rpx;
  208. }
  209. .help_pay {
  210. width: 100%;
  211. /* position: fixed;
  212. bottom: 120upx;
  213. left: 0upx;
  214. right: 0upx; */
  215. }
  216. .content {
  217. /* margin-top: -380upx; */
  218. /* position: relative; */
  219. /* z-index: 999; */
  220. }
  221. .part_one {
  222. width: 95%;
  223. margin: 0 auto;
  224. /* height: 190rpx; */
  225. background: #ffffff;
  226. border-radius: 20rpx;
  227. padding: 25rpx 10rpx;
  228. }
  229. .pay_tit {
  230. width: 90%;
  231. margin: 0 auto;
  232. /* height: 200upx; */
  233. position: relative;
  234. }
  235. .pay_name {
  236. font-size: 32rpx;
  237. font-weight: bold;
  238. width: 95%;
  239. margin: 0 auto;
  240. letter-spacing: 1rpx;
  241. /* padding-top: 30upx; */
  242. }
  243. .pay_set {
  244. color: #333333;
  245. font-size: 29rpx;
  246. width: 95%;
  247. margin: 0 auto;
  248. /* margin-top: 20upx; */
  249. }
  250. .part_two {
  251. width: 95%;
  252. margin: 0 auto;
  253. padding: 20rpx 10rpx;
  254. background: #ffffff;
  255. border-radius: 15rpx;
  256. margin-top: 20rpx;
  257. }
  258. .tabs_box {
  259. display: none;
  260. margin-top: 10rpx;
  261. }
  262. .dis {
  263. display: block;
  264. width: 100%;
  265. padding-bottom: 28rpx;
  266. }
  267. .part_three {
  268. width: 95%;
  269. margin: 0 auto;
  270. /* height: 335rpx; */
  271. background: #ffffff;
  272. border-radius: 20rpx;
  273. margin-top: 20rpx;
  274. }
  275. .u-form-item__body {
  276. position: relative !important;
  277. }
  278. .u-form-item--left {
  279. position: absolute !important;
  280. top: 30rpx;
  281. left: 15rpx;
  282. font-size: 31rpx !important;
  283. font-weight: bold;
  284. letter-spacing: 2rpx;
  285. }
  286. .u-form-item--right__content {
  287. margin-right: 20rpx !important;
  288. }
  289. .u-form-item {
  290. line-height: 20rpx !important;
  291. padding: 20rpx 0 !important;
  292. }
  293. .u-input__input {
  294. font-size: 31rpx !important;
  295. }
  296. .part_four {
  297. width: 95%;
  298. background: #ffffff;
  299. margin: 0 auto;
  300. border-radius: 20rpx;
  301. display: flex;
  302. margin-top: 20rpx;
  303. }
  304. .take_number {
  305. flex: 4;
  306. }
  307. .number_name {
  308. width: 90%;
  309. margin: 0 auto;
  310. font-size: 31rpx;
  311. font-weight: bold;
  312. line-height: 80rpx;
  313. }
  314. .number_text {
  315. width: 90%;
  316. margin: 0 auto;
  317. color: #999999;
  318. font-size: 25rpx;
  319. line-height: 20rpx;
  320. }
  321. .take_number_kg {
  322. flex: 1;
  323. display: flex;
  324. justify-content: center;
  325. align-items: center;
  326. }
  327. .content_sure {
  328. display: flex;
  329. align-items: center;
  330. margin-bottom: 160rpx;
  331. margin-left: 30rpx;
  332. margin-top: 20rpx;
  333. }
  334. .u-checkbox__label {
  335. font-size: 26rpx !important;
  336. letter-spacing: 2rpx;
  337. color: #888888 !important;
  338. }
  339. .tabbar {
  340. width: 100%;
  341. height: 130rpx;
  342. background: #ffffff;
  343. position: fixed;
  344. bottom: 0rpx;
  345. left: 0rpx;
  346. right: 0rpx;
  347. display: flex;
  348. z-index: 99;
  349. }
  350. .tabbar_price {
  351. flex: 1;
  352. display: flex;
  353. justify-content: left;
  354. align-items: center;
  355. font-size: 28rpx;
  356. font-weight: bold;
  357. margin-left: 40rpx;
  358. }
  359. .tabbar_price text {
  360. color: #FF3333;
  361. font-size: 36rpx;
  362. font-weight: 500;
  363. }
  364. .tabbar_btn {
  365. flex: 1;
  366. display: flex;
  367. justify-content: center;
  368. align-items: center;
  369. }
  370. .but {
  371. background: #FF7F00;
  372. width: 240rpx;
  373. height: 80rpx;
  374. text-align: center;
  375. line-height: 80rpx;
  376. border-radius: 60rpx;
  377. color: white;
  378. font-size: 24rpx;
  379. }
  380. .actclass {
  381. background-color: #FFD9B3;
  382. }
  383. .popup_pay {
  384. width: 100%;
  385. }
  386. .pay_btn {
  387. width: 90%;
  388. margin: 20rpx auto 40rpx;
  389. text-align: center;
  390. background: #FF7F00;
  391. height: 80rpx;
  392. border-radius: 16rpx;
  393. color: #ffffff;
  394. line-height: 80rpx;
  395. }
  396. .one_box {
  397. width: 100%;
  398. /* height: 80upx; */
  399. /* background: #F5F5F5; */
  400. margin: 0 auto;
  401. border-radius: 12rpx;
  402. display: flex;
  403. /* height: 100rpx; */
  404. }
  405. .box_jh {
  406. width: 90%;
  407. margin: 0 auto;
  408. line-height: 70rpx;
  409. }
  410. .box_jh image {
  411. width: 30rpx;
  412. height: 30rpx;
  413. }
  414. .box_dian {
  415. /* flex: 1; */
  416. width: 15%;
  417. display: flex;
  418. justify-content: center;
  419. align-items: center;
  420. }
  421. .box_dian image {
  422. width: 45rpx;
  423. height: 45rpx;
  424. }
  425. .box_name {
  426. flex: 5;
  427. display: flex;
  428. justify-content: left;
  429. align-items: center;
  430. color: #333333;
  431. font-weight: 700;
  432. }
  433. .box_addres {
  434. /* flex: 5; */
  435. width: 80%;
  436. font-size: 32rpx;
  437. overflow: hidden;
  438. }
  439. .box_addres1 {
  440. /* flex: 5; */
  441. width: 80%;
  442. font-size: 32rpx;
  443. overflow: hidden;
  444. text-align: right;
  445. }
  446. .name {
  447. display: inline;
  448. font-size: 31rpx;
  449. color: #999999;
  450. }
  451. .number {
  452. display: initial;
  453. color: #999999;
  454. font-size: 31rpx;
  455. margin-left: 30rpx;
  456. }
  457. .box_image {
  458. width: 15%;
  459. /* margin-right: 22rpx; */
  460. display: flex;
  461. justify-content: center;
  462. align-items: center;
  463. }
  464. .icon_you {
  465. color: #c0c4cc;
  466. }