Helpsend.wxss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  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: 100rpx;
  15. font-weight: bold;
  16. letter-spacing: 3rpx;
  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: 80rpx;
  31. color: white;
  32. background: #FF7F00;
  33. border-radius: 20rpx;
  34. text-align: center;
  35. line-height: 80rpx;
  36. letter-spacing: 2rpx;
  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: 950rpx;
  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: 70rpx;
  66. width: 200rpx;
  67. height: 70rpx;
  68. text-align: center;
  69. line-height: 70rpx;
  70. font-size: 27rpx;
  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: 120rpx;
  89. left: 40rpx;
  90. }
  91. .input {
  92. width: 90%;
  93. margin: 0 auto;
  94. }
  95. .u-input--border {
  96. border-radius: 12rupx;
  97. /* border-radius:12rupx; */
  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: 80rpx;
  109. }
  110. .input_bg text {
  111. position: absolute;
  112. top: 30rpx;
  113. left: 24rpx;
  114. color: #FF7F00;
  115. font-size: 26rpx;
  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. .u-drawer-bottom {
  139. background-color: #FAF7F5 !important;
  140. }
  141. .money_box {
  142. width: 93%;
  143. margin: 0 auto;
  144. background: #ffffff;
  145. border-radius: 14rpx;
  146. height: 220rpx;
  147. margin-bottom: 50rpx;
  148. }
  149. .box_tit {
  150. width: 90%;
  151. margin: 0 auto;
  152. height: 80rpx;
  153. display: flex;
  154. }
  155. .money_name {
  156. flex: 1;
  157. display: flex;
  158. justify-content: left;
  159. align-items: center;
  160. font-size: 27rpx;
  161. font-weight: bold;
  162. letter-spacing: 2rpx;
  163. }
  164. .money_price {
  165. flex: 1;
  166. display: flex;
  167. justify-content: flex-end;
  168. align-items: center;
  169. font-size: 34rpx;
  170. font-weight: bold;
  171. color: red;
  172. }
  173. .money_data {
  174. color: #999999;
  175. font-size: 24rpx;
  176. width: 90%;
  177. margin: 0 auto;
  178. margin-top: -8rpx;
  179. }
  180. .u-line {
  181. width: 90% !important;
  182. border-bottom-width: 6rpx !important;
  183. margin: 0 auto !important;
  184. margin-top: 22rpx !important;
  185. margin-bottom: 22rpx !important;
  186. }
  187. .box_bottom {
  188. width: 90%;
  189. margin: 0 auto;
  190. display: flex;
  191. height: 40rpx;
  192. }
  193. .money_use {
  194. flex: 1;
  195. color: #999999;
  196. font-size: 24rpx;
  197. display: flex;
  198. justify-content: left;
  199. align-items: center;
  200. }
  201. .lj_use {
  202. width: 150rpx;
  203. border: 2rpx solid #FF7F00;
  204. color: #FF7F00;
  205. text-align: center;
  206. line-height: 48rpx;
  207. border-radius: 40rpx;
  208. font-size: 23rpx;
  209. }
  210. .slot-wrap {
  211. /* display: flex; */
  212. /* align-items: center; */
  213. /* 如果您想让slot内容占满整个导航栏的宽度 */
  214. /* flex: 1; */
  215. /* 如果您想让slot内容与导航栏左右有空隙 */
  216. /* padding: 0 30rpx; */
  217. width: 100%;
  218. text-align: center;
  219. margin-left: 100rpx;
  220. letter-spacing: 2rpx;
  221. font-weight: bold;
  222. font-size: 30rpx;
  223. }
  224. .contents {
  225. width: 100%;
  226. margin-top: 25rpx;
  227. }
  228. .part_one {
  229. width: 95%;
  230. margin: 0 auto;
  231. /* height: 240upx; */
  232. background: #ffffff;
  233. border-radius: 20rpx;
  234. margin-top: 20rpx;
  235. padding: 25rpx 10rpx;
  236. }
  237. .one_box {
  238. width: 100%;
  239. /* height: 80upx; */
  240. /* background: #F5F5F5; */
  241. margin: 0 auto;
  242. border-radius: 12rpx;
  243. display: flex;
  244. /* height: 100rpx; */
  245. align-items: center;
  246. }
  247. .box_dian {
  248. /* flex: 1; */
  249. width:10%;
  250. display: flex;
  251. justify-content: center;
  252. align-items: center;
  253. }
  254. .box_dian image {
  255. width: 45rpx;
  256. height: 45rpx;
  257. }
  258. .box_name {
  259. flex: 5;
  260. display: flex;
  261. justify-content: left;
  262. align-items: center;
  263. color: #333333;
  264. font-weight: 700;
  265. }
  266. .box_addres {
  267. /* flex: 5; */
  268. width: 80%;
  269. font-size: 32rpx;
  270. overflow: hidden;
  271. }
  272. .box_addres1 {
  273. /* flex: 5; */
  274. width: 80%;
  275. font-size: 28rpx;
  276. overflow: hidden;
  277. }
  278. .name {
  279. display: inline;
  280. font-size: 31rpx;
  281. color: #999999;
  282. }
  283. .number {
  284. display: initial;
  285. color: #999999;
  286. font-size: 31rpx;
  287. margin-left: 30rpx;
  288. }
  289. .box_image {
  290. width: 15%;
  291. /* margin-right: 22rpx; */
  292. display: flex;
  293. justify-content: center;
  294. align-items: center;
  295. }
  296. .u-icon__icon {
  297. color: #CCCCCC !important;
  298. }
  299. .icon_you {
  300. /* position: relative;
  301. top: 10upx !important; */
  302. }
  303. .box_jh {
  304. margin-left: 19rpx;
  305. height: 30rpx;
  306. display: flex;
  307. justify-content: left;
  308. align-items: center;
  309. }
  310. .box_jh image {
  311. width: 30rpx;
  312. height: 30rpx;
  313. }
  314. .part_two {
  315. width: 95%;
  316. margin: 0 auto;
  317. /* height: 260rpx; */
  318. background: #ffffff;
  319. border-radius: 20rpx;
  320. margin-top: 20rpx;
  321. }
  322. .u-input {
  323. width: 80% !important;
  324. margin-left: 130rpx !important;
  325. }
  326. .part_three {
  327. width: 95%;
  328. margin: 0 auto;
  329. /* height: 260rpx; */
  330. background: #ffffff;
  331. border-radius: 20rpx;
  332. margin-top: 20rpx;
  333. }
  334. .u-form-item__body {
  335. position: relative !important;
  336. }
  337. .u-form-item--left {
  338. position: absolute !important;
  339. top: 30rpx;
  340. left: 10rpx;
  341. font-size: 31rpx;
  342. /* font-weight: bold; */
  343. letter-spacing: 2rpx;
  344. }
  345. .u-form-item--right__content {
  346. margin-right: 20rpx !important;
  347. }
  348. .u-form-item {
  349. line-height: 20rpx !important;
  350. padding: 25rpx 0 !important;
  351. }
  352. .u-input__input {
  353. font-size: 28rpx !important;
  354. }
  355. .u-input {
  356. position: relative;
  357. display: flex;
  358. flex-direction: row;
  359. justify-content: flex-end !important;
  360. }
  361. .part_four {
  362. width: 95%;
  363. background: #ffffff;
  364. margin: 0 auto;
  365. border-radius: 20rpx;
  366. display: flex;
  367. margin-top: 20rpx;
  368. }
  369. .take_number {
  370. flex: 4;
  371. }
  372. .number_name {
  373. width: 90%;
  374. margin: 0 auto;
  375. font-size: 31rpx;
  376. font-weight: bold;
  377. line-height: 70rpx;
  378. }
  379. .number_text {
  380. width: 90%;
  381. margin: 0 auto;
  382. color: #999999;
  383. font-size: 25rpx;
  384. line-height: 20rpx;
  385. }
  386. .take_number_kg {
  387. flex: 1;
  388. display: flex;
  389. justify-content: center;
  390. align-items: center;
  391. }
  392. .content_sure {
  393. display: flex;
  394. align-items: center;
  395. margin-bottom: 160rpx;
  396. margin-left: 15px;
  397. margin-top: 10px;
  398. }
  399. .u-checkbox__label {
  400. font-size: 26rpx !important;
  401. letter-spacing: 2rpx;
  402. color: #888888 !important;
  403. }
  404. .tabbar {
  405. width: 100%;
  406. height: 130rpx;
  407. background: #ffffff;
  408. position: fixed;
  409. bottom: 0rpx;
  410. left: 0rpx;
  411. right: 0rpx;
  412. display: flex;
  413. z-index: 99;
  414. }
  415. .tabbar_price {
  416. flex: 1;
  417. display: flex;
  418. justify-content: left;
  419. align-items: center;
  420. font-size: 30rpx;
  421. font-weight: bold;
  422. margin-left: 40rpx;
  423. }
  424. .tabbar_price text {
  425. color: #FF3333;
  426. font-size: 38rpx;
  427. font-weight: 500;
  428. }
  429. .tabbar_btn {
  430. flex: 1;
  431. display: flex;
  432. justify-content: flex-end;
  433. align-items: center;
  434. margin-right: 25rpx;
  435. }
  436. .but {
  437. background: #FF7F00;
  438. width: 230rpx;
  439. height: 80rpx;
  440. text-align: center;
  441. line-height: 80rpx;
  442. border-radius: 60rpx;
  443. color: white;
  444. font-size: 27rpx;
  445. }
  446. .actclass {
  447. background-color: #FFD9B3;
  448. border:none
  449. }
  450. /* 支付弹框 */
  451. .popup_pay {
  452. width: 100%;
  453. }
  454. .pay_btns {
  455. width: 90%;
  456. margin: 0 auto 40rpx;
  457. text-align: center;
  458. background: #FF7F00;
  459. height: 80rpx;
  460. border-radius: 16rpx;
  461. color: #ffffff;
  462. line-height: 80rpx;
  463. margin-top: 20rpx;
  464. }