sweep_code.wxss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. page {
  2. width: 100%;
  3. border-top: 2rpx solid #dedede;
  4. }
  5. .box {
  6. width: 100%;
  7. height: auto;
  8. }
  9. .notice{
  10. width: 100%;
  11. height: 60rpx;
  12. display: flex;
  13. align-items: center;
  14. color: black;
  15. font-size: 26rpx;
  16. position: fixed;
  17. top: 0;
  18. left: 0;
  19. justify-content: center;
  20. background: #E92E16;
  21. }
  22. .notice .text{
  23. color: white;
  24. }
  25. .notice image{
  26. margin-right: 20rpx;
  27. }
  28. .box .top {
  29. width: 100%;
  30. height: 606rpx;
  31. display: flex;
  32. flex-direction: column;
  33. align-items: center;
  34. background-image: url('http://resource.bike.hanyiyun.com/weapp/map.jpg');
  35. background-size: 100% 100%;
  36. justify-content: space-around;
  37. }
  38. .top .top_view{
  39. display: flex;
  40. flex-direction: column;
  41. align-items: center;
  42. padding-top: 44rpx;
  43. }
  44. .top .top_view .title{
  45. width:474rpx;
  46. font-size:52rpx;
  47. font-family:PingFang SC;
  48. font-weight:500;
  49. color:rgba(51,51,51,1);
  50. }
  51. .top .top_view .view{
  52. width: 468rpx;
  53. display: flex;
  54. justify-content: center;
  55. font-size:24rpx;
  56. font-family:PingFang SC;
  57. font-weight:400;
  58. color:rgba(51,51,51,1);
  59. padding-top: 25rpx;
  60. }
  61. .top .top_view .view view{
  62. display: flex;
  63. align-items: center;
  64. }
  65. .top image{
  66. width: 276rpx;
  67. height: 141rpx;
  68. }
  69. .top .btm_view{
  70. width:212rpx;
  71. height:52rpx;
  72. border:2rpx solid red;
  73. border-radius:26rpx;
  74. display: flex;
  75. align-items: center;
  76. justify-content: center;
  77. font-size:24rpx;
  78. font-family:PingFang SC;
  79. font-weight:400;
  80. color:red;
  81. }
  82. .background {
  83. width: 100%;
  84. height: 16rpx;
  85. background: rgba(249, 249, 248, 1);
  86. }
  87. .bottom {
  88. width: 84%;
  89. display: flex;
  90. flex-direction: column;
  91. margin: 0 auto;
  92. }
  93. .bottom .baoxiu{
  94. text-align: right;
  95. font-size:24rpx;
  96. font-family:PingFang SC;
  97. font-weight:500;
  98. color:rgba(24,213,185,1);
  99. padding-bottom: 20rpx;
  100. }
  101. .bottom .btm_top {
  102. display: flex;
  103. justify-content: space-between;
  104. align-items: center;
  105. padding-bottom: 34rpx;
  106. border-bottom: 2rpx solid #dedede;
  107. font-weight: 800;
  108. }
  109. .bottom .btm_top view{
  110. font-size:40rpx;
  111. font-family:PingFang SC;
  112. font-weight:500;
  113. color:rgba(42,42,42,1);
  114. }
  115. .bottom .btm_center {
  116. display: flex;
  117. justify-content: space-between;
  118. align-items: center;
  119. }
  120. .bottom .btm_center view {
  121. width: 50%;
  122. display: flex;
  123. flex-direction: column;
  124. align-items: center;
  125. }
  126. .bottom .btm_center view text:nth-of-type(1) {
  127. font-size:40rpx;
  128. font-family:PingFang SC;
  129. font-weight:bold;
  130. color:rgba(42,42,42,1);
  131. }
  132. .bottom .btm_center view text:nth-of-type(2) {
  133. font-size: 24rpx;
  134. font-family: PingFang-SC-Regular;
  135. font-weight: 400;
  136. color: rgba(153, 153, 153, 1);
  137. padding-top: 15rpx;
  138. }
  139. .bottom .btm_btm_rent {
  140. display: flex;
  141. justify-content: center;
  142. align-items: center;
  143. height: 90rpx;
  144. border-radius: 10rpx;
  145. font-size: 32rpx;
  146. font-family: PingFang-SC-Medium;
  147. font-weight: 500;
  148. color: rgba(255, 254, 254, 1);
  149. width:630rpx;
  150. background:rgba(24,213,185,1);
  151. box-shadow:0px 8rpx 54rpx 0px rgba(224,224,224,0.68);
  152. }
  153. .bottom .btm_btm_use {
  154. display: flex;
  155. justify-content: center;
  156. align-items: center;
  157. height: 90rpx;
  158. width:630rpx;
  159. background:#E92E16;
  160. box-shadow:0px 8rpx 8rpx 0px rgba(224,224,224,0.68);
  161. border-radius:10rpx;
  162. font-size:32rpx;
  163. font-family:PingFang SC;
  164. font-weight:500;
  165. color:white;
  166. }
  167. .bottom .btm_btm1 {
  168. border: 2rpx solid rgba(24, 213, 185, 1);
  169. box-shadow: 0rpx 8rpx 54rpx 0rpx rgba(224, 224, 224, 0.68);
  170. border-radius: 10rpx;
  171. background: #fff !important;
  172. font-size: 32rpx;
  173. font-family: PingFang SC;
  174. font-weight: 500;
  175. color: rgba(24, 213, 185, 1);
  176. margin-top: 25rpx !important;
  177. }
  178. .back {
  179. width: 100%;
  180. height: 100%;
  181. position: fixed;
  182. top: 0rpx;
  183. left: 0rpx;
  184. right: 0rpx;
  185. bottom: 0rpx;
  186. z-index: 9999;
  187. background: #666;
  188. opacity: 0.5;
  189. }
  190. .model {
  191. display: flex;
  192. justify-content: center;
  193. width: 100%;
  194. position: fixed;
  195. z-index: 9999;
  196. top: 8%;
  197. left: 0%;
  198. }
  199. .over {
  200. position: fixed;
  201. bottom: 10%;
  202. z-index: 99999;
  203. }
  204. .content {
  205. width: 582rpx;
  206. height: 670rpx;
  207. background: white;
  208. z-index: 99999;
  209. margin-top: 160rpx;
  210. position: relative;
  211. }
  212. .content .view1 {
  213. display: flex;
  214. align-items: center;
  215. width: 100%;
  216. justify-content: space-around;
  217. }
  218. .content .view2 {
  219. display: flex;
  220. align-items: center;
  221. padding-left: 50rpx;
  222. padding-top: 14rpx;
  223. }
  224. .content .view2 view:nth-of-type(1) {
  225. width: 10rpx;
  226. height: 10rpx;
  227. background: rgba(24, 213, 185, 1);
  228. opacity: 0.85;
  229. border-radius: 50%;
  230. }
  231. .content .view2 view:nth-of-type(2) {
  232. font-size: 30rpx;
  233. font-family: PingFang SC;
  234. font-weight: 500;
  235. color: rgba(24, 213, 185, 1);
  236. padding-left: 10rpx;
  237. }
  238. .content .text {
  239. font-size: 24rpx;
  240. font-family: PingFang SC;
  241. font-weight: 400;
  242. color: rgba(152, 152, 152, 1);
  243. padding-left: 65rpx;
  244. padding-top: 10rpx;
  245. display: flex;
  246. flex-direction: column;
  247. }
  248. .content .view1 view {
  249. width: 218rpx;
  250. height: 228rpx;
  251. background: #efefef;
  252. display: flex;
  253. align-items: center;
  254. justify-content: center;
  255. margin-top: -40rpx;
  256. }
  257. .content .bottom1 {
  258. width: 100%;
  259. display: flex;
  260. position: absolute;
  261. bottom: 0rpx;
  262. left: 0rpx;
  263. height: 88rpx;
  264. justify-content: space-between;
  265. align-items: flex-end;
  266. }
  267. .content .bottom1 view {
  268. width: 100%;
  269. height: 100%;
  270. display: flex;
  271. align-items: center;
  272. justify-content: center;
  273. background: #10d6bb;
  274. color: white;
  275. }
  276. .pop {
  277. position: absolute;
  278. top: 50%;
  279. left: 50%;
  280. transform: translate(-50%, -50%);
  281. width: 670rpx;
  282. height: 1180rpx;
  283. background: rgba(255, 255, 255, 1);
  284. border-radius: 14rpx;
  285. }
  286. .pop .top {
  287. width: 100%;
  288. height: 100rpx;
  289. background: rgba(246, 246, 246, 1);
  290. border-radius: 14rpx 14rpx 0rpx 0rpx;
  291. display: flex;
  292. align-items: center;
  293. justify-content: center;
  294. font-size: 46rpx;
  295. font-family: PingFang SC;
  296. font-weight: bold;
  297. color: rgba(31, 31, 31, 1);
  298. }
  299. .pop .center {
  300. display: flex;
  301. flex-direction: column;
  302. width: 100%;
  303. }
  304. .pop .center .view {
  305. display: flex;
  306. width: 100%;
  307. border-bottom: 2rpx #EFEFEF solid;
  308. }
  309. .pop .center .view view {
  310. width: 64.29%;
  311. display: flex;
  312. flex-direction: column;
  313. padding-left: 25rpx;
  314. }
  315. .pop .center .view view .title2 {
  316. padding-top: 22rpx;
  317. font-size: 32rpx;
  318. font-family: PingFang SC;
  319. font-weight: 500;
  320. color: rgba(54, 54, 50, 1);
  321. }
  322. .pop .center .view view .content1 {
  323. padding-top: 5rpx;
  324. font-size: 24rpx;
  325. font-family: PingFang SC;
  326. font-weight: 400;
  327. color: rgba(103, 103, 103, 1);
  328. opacity: 0.8;
  329. width: 92%;
  330. letter-spacing: 0.5px;
  331. }
  332. .pop .center .view image {
  333. width: 235rpx;
  334. height: 188rpx;
  335. }
  336. .pop .bottom1 {
  337. width: 100%;
  338. height: 130rpx;
  339. display: flex;
  340. align-items: center;
  341. justify-content: center;
  342. }
  343. .pop .bottom1 view {
  344. width: 400rpx;
  345. height: 76rpx;
  346. background: #0FD6BA;
  347. border-radius: 38rpx;
  348. display: flex;
  349. align-items: center;
  350. justify-content: center;
  351. font-size: 32rpx;
  352. font-family: PingFang SC;
  353. font-weight: 400;
  354. color: rgba(255, 255, 255, 1);
  355. }
  356. .cover {
  357. position: absolute;
  358. top: 50%;
  359. left: 50%;
  360. transform: translate(-50%, -50%);
  361. height: 100%;
  362. width: 100%;
  363. background: rgba(0, 0, 0, 0.5);
  364. }
  365. .arrow_down{
  366. width: 54rpx;
  367. height: 54rpx;
  368. position: fixed;
  369. right: 20rpx;
  370. bottom: 700rpx;
  371. z-index: 8888;
  372. }
  373. .arrow_down image{
  374. width: 100%;
  375. height: 100%;
  376. }
  377. .maskLayer{
  378. z-index: 8887;
  379. position: fixed;
  380. top: 0rpx;
  381. left: 0rpx;
  382. right: 0rpx;
  383. bottom: 0rpx;
  384. width: 100%;
  385. height: 100%;
  386. background: #333;
  387. opacity: .5;
  388. }
  389. .choose{
  390. z-index: 8888;
  391. position: fixed;
  392. bottom: 0rpx;
  393. width: 100%;
  394. background: white;
  395. padding: 26rpx 0rpx;
  396. display: flex;
  397. flex-wrap: wrap;
  398. /* justify-content: center; */
  399. }
  400. .choose .left{
  401. margin-left: 4%;
  402. margin-top: 7rpx;
  403. margin-bottom: 7rpx;
  404. margin-right: 10rpx;
  405. }
  406. .choose .right{
  407. margin-right: 4%;
  408. margin-top: 7rpx;
  409. margin-bottom: 7rpx;
  410. }
  411. .backposi {
  412. width: 100%;
  413. height: 100%;
  414. position: fixed;
  415. left: 50%;
  416. top: 50%;
  417. transform: translate(-50%, -50%);
  418. background: rgba(0, 0, 0, 1);
  419. opacity: 0.4;
  420. z-index: 8887;
  421. }
  422. .authName {
  423. width: 470rpx;
  424. height: 598rpx;
  425. position: fixed;
  426. top: 50%;
  427. left: 50%;
  428. transform: translate(-50%, -50%);
  429. z-index: 9999;
  430. }
  431. .realname {
  432. display: flex;
  433. flex-direction: column;
  434. align-items: center;
  435. /* border: 1px solid #000; */
  436. width: 470rpx;
  437. height: 520rpx;
  438. }
  439. .auth {
  440. position: absolute;
  441. top: 0;
  442. left: 0;
  443. width: 470rpx;
  444. height: 520rpx;
  445. }
  446. .realname .text1 {
  447. position: absolute;
  448. top: 40%;
  449. font-size: 50rpx;
  450. font-family: PingFang SC;
  451. color: #111;
  452. }
  453. .realname .text2 {
  454. position: absolute;
  455. top: 50%;
  456. font-size: 26rpx;
  457. font-family: PingFang SC;
  458. color: rgba(102, 102, 102, 1);
  459. margin-top: 23rpx;
  460. }
  461. .realname .view {
  462. position: absolute;
  463. top: 68%;
  464. width: 362rpx;
  465. height: 76rpx;
  466. background: #18d5b9;
  467. text-align: center;
  468. display: flex;
  469. align-items: center;
  470. justify-content: center;
  471. font-size: 32rpx;
  472. border-radius: 43rpx;
  473. font-family: PingFang SC;
  474. color: rgba(255, 255, 255, 1);
  475. }
  476. .authName .over {
  477. position: absolute;
  478. bottom: 0%;
  479. z-index: 8888;
  480. left: 46%;
  481. }
  482. .deposit {
  483. width: 564rpx;
  484. height: 614rpx;
  485. display: flex;
  486. flex-direction: column;
  487. align-items: center;
  488. justify-content: center;
  489. z-index: 8888;
  490. position: fixed;
  491. top: 50%;
  492. left: 50%;
  493. transform: translate(-50%, -50%);
  494. }
  495. .deposit .text1 {
  496. position: absolute;
  497. top: 45%;
  498. font-size: 50rpx;
  499. font-family: PingFang SC;
  500. color: rgba(51, 51, 51, 1);
  501. }
  502. .deposit .depositBg {
  503. width: 100%;
  504. height: 100%;
  505. }
  506. .deposit .text2 {
  507. position: absolute;
  508. top: 59%;
  509. font-size: 32rpx;
  510. font-family: PingFang SC;
  511. color: rgba(153, 153, 153, 1);
  512. }
  513. .deposit .text3 {
  514. position: absolute;
  515. top: 60%;
  516. font-size: 32rpx;
  517. font-family: PingFang SC;
  518. color: rgba(244, 145, 91, 1);
  519. }
  520. .deposit .view {
  521. position: absolute;
  522. top: 71%;
  523. width: 266rpx;
  524. height: 68rpx;
  525. border: 1px solid #f4915b;
  526. border-radius: 34rpx;
  527. font-size: 32rpx;
  528. font-family: PingFang SC;
  529. color: #f4915b;
  530. }
  531. .deposit .text4 {
  532. position: absolute;
  533. bottom: -12%;
  534. }
  535. .cell{
  536. width: 38rpx;
  537. height: 38rpx;
  538. vertical-align: middle;
  539. }
  540. .useBikeTip {
  541. width: 100%;
  542. top: 0;
  543. height: 100vh;
  544. position: absolute;
  545. z-index: 99999;
  546. background-color: rgba(51, 51, 51, 0.6);
  547. }
  548. .useTipContent {
  549. margin-top: 20%;
  550. margin-left: 5%;
  551. width: 90%;
  552. background: #fff;
  553. padding-bottom: 50rpx;
  554. border-radius: 10rpx;
  555. }
  556. .useTipContent_title {
  557. text-align: center;
  558. height:100rpx;
  559. line-height: 100rpx;
  560. font-size: 40rpx;
  561. border-bottom: solid 1rpx rgb(216, 213, 213);
  562. /* background-color: #f4915b; */
  563. font-weight: 500;
  564. }
  565. .useContent {
  566. border-bottom: solid 1rpx rgb(216, 213, 213);
  567. display: flex;
  568. }
  569. .tip-left {
  570. flex: 0 0 35%;
  571. /* height: 100%; */
  572. /* height:150rpx; */
  573. /* overflow: hidden; */
  574. /* background-color: #E92E16 */
  575. }
  576. .tip-left image{
  577. width: 100%;
  578. height: 99%;
  579. }
  580. .tip-right{
  581. flex: 1;
  582. padding:20rpx;
  583. border-left:solid 1rpx rgb(216, 213, 213);
  584. }
  585. .tip-right view:first-child{
  586. font-size: 34rpx;
  587. /* font-weight: 500; */
  588. }
  589. .tip-right view:last-child{
  590. margin-top: 10rpx;
  591. font-size: 28rpx;
  592. color: rgb(131, 131, 131);
  593. }
  594. .tip-right text{
  595. color: red;
  596. }
  597. .iKnow{
  598. width: 50%;
  599. margin-left: 25%;
  600. height: 70rpx;
  601. line-height: 70rpx;
  602. text-align: center;
  603. color: #fff;
  604. border-radius: 15rpx;
  605. margin-top: 50rpx;
  606. background-color: #0FD6BA
  607. }