real_name.wxss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545
  1. page {
  2. width: 100%;
  3. height: 100%;
  4. background: #fff;
  5. border-top: 2rpx solid #f4f4f4;
  6. }
  7. .renzheng{
  8. padding-bottom: 20rpx;
  9. font-size: 26rpx;
  10. color: red;
  11. }
  12. .box {
  13. width: 100%;
  14. height: 100%;
  15. }
  16. .block {
  17. width: 100%;
  18. height: 10rpx;
  19. background: #f4f4f4;
  20. }
  21. .box .top {
  22. height: 140rpx;
  23. margin: 0 auto;
  24. background: rgba(255, 255, 255, 1);
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. /* padding: 0 50rpx; */
  29. }
  30. .box .top image {
  31. width: 44rpx;
  32. height: 44rpx;
  33. }
  34. .box .top .text {
  35. width: 125rpx;
  36. height: 4rpx;
  37. background: #dedede;
  38. margin-top: -48rpx;
  39. margin-left: -26rpx;
  40. }
  41. .box .top .text1 {
  42. margin-right: -26rpx;
  43. }
  44. .box .top view text {
  45. font-size: 24rpx;
  46. font-family: PingFang SC;
  47. font-weight: 400;
  48. color: #dedede;
  49. padding-top: 20rpx;
  50. }
  51. .box .top .active2 text {
  52. font-size: 24rpx;
  53. font-family: PingFang SC;
  54. font-weight: 400;
  55. color: rgba(24, 213, 185, 1) !important;
  56. }
  57. .box .top .active1 {
  58. background: #18d5b9 !important;
  59. }
  60. /* 选择手机号获取方式 begin*/
  61. .obtain {
  62. width: 600rpx;
  63. margin: 0 auto;
  64. text-align: center;
  65. display: flex;
  66. flex-direction: column;
  67. }
  68. .obtain view, .obtain button {
  69. height: 76rpx;
  70. line-height: 76rpx;
  71. background: #f4f4f4;
  72. color: #18d5b9;
  73. border: 2rpx solid #18d5b9;
  74. border-radius: 43rpx;
  75. font-size: 32rpx;
  76. }
  77. .obtain view {
  78. background: #fff;
  79. }
  80. .obtain button {
  81. background: #18d5b9;
  82. color: #fff;
  83. margin: 87rpx 0 34rpx 0;
  84. }
  85. /* 选择手机号获取方式 end*/
  86. .box .phone {
  87. width: 100%;
  88. height: 380rpx;
  89. background: rgba(255, 255, 255, 1);
  90. margin-top: 10rpx;
  91. display: flex;
  92. flex-direction: column;
  93. align-items: center;
  94. justify-content: space-around;
  95. }
  96. .box .phone .place1 {
  97. font-size: 32rpx;
  98. font-family: PingFang SC;
  99. font-weight: 400;
  100. color: #ddd;
  101. }
  102. .box .phone .put1 {
  103. width: 606rpx;
  104. height: 76rpx;
  105. background: rgba(255, 255, 255, 1);
  106. border-bottom: 2rpx solid #e5e5e5;
  107. /* border-radius: 10rpx; */
  108. margin-top: 60rpx;
  109. }
  110. .box .phone .put1 input {
  111. height: 100%;
  112. padding-left: 20rpx;
  113. }
  114. .box .phone .put2 {
  115. display: flex;
  116. align-items: center;
  117. justify-content: space-between;
  118. width: 606rpx;
  119. margin-bottom: 60rpx;
  120. }
  121. .box .phone .put2 input {
  122. width: 380rpx;
  123. height: 76rpx;
  124. background: rgba(255, 255, 255, 1);
  125. border-bottom: 2rpx solid #e5e5e5;
  126. padding-left: 20rpx;
  127. }
  128. .box .phone .put2 text {
  129. font-size: 32rpx;
  130. font-family: PingFang SC;
  131. font-weight: 500;
  132. color: #18d5b9;
  133. }
  134. .box .phone_check {
  135. width: 600rpx;
  136. height: 86rpx;
  137. background: rgba(24, 213, 185, 1);
  138. border-radius: 43rpx;
  139. font-size: 32rpx;
  140. font-family: PingFang SC;
  141. font-weight: 400;
  142. color: rgba(255, 255, 255, 1);
  143. margin: 0 auto;
  144. margin-top: 83rpx;
  145. }
  146. /*实名认证 begin*/
  147. .realName {
  148. padding: 0 50rpx;
  149. }
  150. .title {
  151. font-size: 34rpx;
  152. color: #323332;
  153. padding: 45rpx 0;
  154. }
  155. .hint text:last-child {
  156. font-size: 24rpx;
  157. color: #636262;
  158. }
  159. .inp input {
  160. border-bottom: 2rpx solid #e5e5e5;
  161. padding-bottom: 15rpx;
  162. }
  163. .inp .place {
  164. font-size: 30rpx;
  165. color: #ddd;
  166. }
  167. .realName .btn {
  168. text-align: center;
  169. }
  170. .realName .btn .button, .success .button {
  171. width: 90%;
  172. height: 86rpx;
  173. margin: 87rpx auto 30rpx;
  174. background: rgba(24, 213, 185, 1);
  175. border-radius: 43rpx;
  176. color: #fff;
  177. }
  178. .realName .btn view:last-child {
  179. font-size: 24rpx;
  180. font-family: PingFang SC;
  181. font-weight: 400;
  182. color: rgba(24, 213, 185, 1);
  183. }
  184. .service {
  185. text-align: center;
  186. margin-top: 130rpx;
  187. }
  188. .service image {
  189. width: 48rpx;
  190. height: 48rpx;
  191. vertical-align: middle;
  192. margin-right: 15rpx;
  193. }
  194. .service text {
  195. font-size: 26rpx;
  196. color: #18d5b9;
  197. }
  198. /* 实名认证 end */
  199. /* 缴纳押金 begin */
  200. .box .back {
  201. width: 100%;
  202. height: 306rpx;
  203. display: flex;
  204. flex-direction: column;
  205. align-items: center;
  206. margin-top: 10rpx;
  207. background:#32DCB8 url('http://resource.bike.hanyiyun.com/depositBg.png');
  208. background-size:100% 100%;
  209. }
  210. .box .back .posi {
  211. width: 100%;
  212. font-size: 32rpx;
  213. font-family: PingFang SC;
  214. font-weight: 500;
  215. color: rgba(255, 255, 255, 1);
  216. padding-top: 35rpx;
  217. padding-left: 55rpx;
  218. }
  219. .box .back view {
  220. font-size: 36rpx;
  221. font-family: PingFang SC;
  222. font-weight: 500;
  223. color: rgba(255, 255, 255, 1);
  224. padding-top: 38rpx;
  225. }
  226. .phone1 {
  227. width: 100%;
  228. display: flex;
  229. justify-content: center;
  230. color: rgba(24, 213, 185, 1);
  231. margin-top: 75rpx;
  232. }
  233. .box .bottom1 {
  234. width: 600rpx;
  235. display: flex;
  236. flex-direction: column;
  237. align-items: center;
  238. margin: 0 auto;
  239. }
  240. .box .bottom1 .btn {
  241. width: 100%;
  242. height: 76rpx;
  243. background: #18d5b9;
  244. border-radius: 43rpx;
  245. font-size: 32rpx;
  246. font-family: PingFang SC;
  247. font-weight: 400;
  248. color: rgba(255, 255, 255, 1);
  249. margin-top: 83rpx;
  250. }
  251. .box .bottom1 .txt {
  252. font-size: 24rpx;
  253. font-family: PingFang SC;
  254. font-weight: 400;
  255. color: #18d5b9;
  256. padding-top: 18rpx;
  257. }
  258. .box .bottom1 .shuoming {
  259. width: 100%;
  260. display: flex;
  261. align-items: center;
  262. margin-top: 96rpx;
  263. margin-bottom: 24rpx;
  264. }
  265. .box .bottom1 .shuoming text:nth-of-type(1) {
  266. width: 8rpx;
  267. height: 30rpx;
  268. background: rgba(24, 213, 185, 1);
  269. }
  270. .box .bottom1 .shuoming text:nth-of-type(2) {
  271. font-size: 28rpx;
  272. font-family: PingFang SC;
  273. font-weight: 400;
  274. color: rgba(42, 42, 42, 1);
  275. padding-left: 12rpx;
  276. }
  277. .box .bottom1 .test {
  278. font-size: 24rpx;
  279. font-family: PingFang SC;
  280. font-weight: 400;
  281. color: rgba(153, 153, 153, 1);
  282. width: 100%;
  283. }
  284. /* 缴纳押金 end */
  285. /* 认证成功 begin*/
  286. .success image {
  287. width: 164rpx;
  288. height: 180rpx;
  289. margin: 152rpx 0 40rpx 0;
  290. }
  291. .success view{
  292. font-size:36rpx;
  293. color:#2a2a2a;
  294. letter-spacing: 5rpx;
  295. }
  296. .success .button{
  297. width:80%;
  298. }
  299. /* 认证成功 end */
  300. page {
  301. height: 100%;
  302. background: #f4f4f4;
  303. }
  304. /* .deposit {
  305. padding-bottom: 40rpx;
  306. } */
  307. .content {
  308. width: 92%;
  309. margin: 0 auto;
  310. }
  311. .title1,
  312. .avoid text {
  313. font-size: 40rpx;
  314. color: #3A3636;
  315. margin-left: 15rpx;
  316. }
  317. .info {
  318. width: 100%;
  319. height: 301rpx;
  320. position: relative;
  321. }
  322. .activeBg {
  323. background: url('http://resource.bike.hanyiyun.com/weilai/depBg1.png') no-repeat;
  324. background-size: 100% 100%
  325. }
  326. .normalBg {
  327. background:#ffffff url('http://resource.bike.hanyiyun.com/weilai/depBg2.png') no-repeat;
  328. background-size: 100% 100%
  329. }
  330. .normalBg view {
  331. color: #3A3636;
  332. }
  333. .normalBg .state {
  334. color: #068371;
  335. }
  336. .money {
  337. color: #fff;
  338. margin-left: 74rpx;
  339. }
  340. .money .sum {
  341. font-size: 80rpx;
  342. margin: 30rpx 0;
  343. }
  344. .money>view:first-child {
  345. font-size: 32rpx;
  346. padding-top: 30rpx;
  347. }
  348. .state {
  349. position: absolute;
  350. top: 38rpx;
  351. right: 27rpx;
  352. font-size: 26rpx;
  353. color: #068371;
  354. }
  355. .avoid {
  356. margin-top: 28rpx;
  357. position: relative;
  358. }
  359. .avoid .right{
  360. position: absolute;
  361. bottom: 0rpx;
  362. right: 0;
  363. font-size:24rpx;
  364. font-family:PingFang SC;
  365. color:#FA785A;
  366. }
  367. .avoid image {
  368. width: 40rpx;
  369. height: 40rpx;
  370. vertical-align: middle;
  371. margin-left: 10rpx;
  372. }
  373. .avoid view {
  374. font-size: 24rpx;
  375. color: #767575;
  376. margin: 16rpx 0 0 15rpx;
  377. }
  378. .avoidCard {
  379. display: flex;
  380. justify-content: space-between;
  381. align-items: center;
  382. flex-wrap: wrap;
  383. width: 100%;
  384. }
  385. .avoidCard image {
  386. width: 326rpx;
  387. height: 202rpx;
  388. }
  389. .avoidCard .detail {
  390. height: 202rpx;
  391. width: 332rpx;
  392. margin-top: 26rpx;
  393. border-radius: 20rpx;
  394. }
  395. .detail text {
  396. font-size: 46rpx;
  397. color: #555757;
  398. font-weight: bold;
  399. }
  400. .detail .money1,
  401. .detail .discount_price{
  402. color: #18D5B9;
  403. }
  404. .detail .money1{
  405. font-size: 36rpx;
  406. }
  407. .detail .discount_price{
  408. font-size: 46rpx;
  409. }
  410. .detail .price{
  411. font-size: 36rpx;
  412. text-decoration: line-through;
  413. }
  414. .active .discount_price,
  415. .active .money1{
  416. color: white;
  417. }
  418. .detail .date {
  419. font-size: 24rpx;
  420. color: #282828;
  421. margin-top: 20rpx;
  422. opacity: .8;
  423. }
  424. .normal {
  425. background-color: #FFF;
  426. }
  427. .active {
  428. background: linear-gradient(23deg, rgba(105, 233, 183, 1) 0%, rgba(0, 213, 182, 1) 100%);
  429. box-shadow: 0px 5px 30px 0px rgba(233, 230, 230, 0.49);
  430. }
  431. .active text,
  432. .active .date {
  433. color: #fff;
  434. }
  435. .payBtn{
  436. color: #fff;
  437. display: flex;
  438. flex-direction: column;
  439. align-items: center;
  440. /* margin-top: 80rpx; */
  441. position: fixed;
  442. bottom: 0;
  443. left: 0;
  444. width: 100%;
  445. background: white;
  446. padding: 30rpx 0rpx;
  447. }
  448. .pay {
  449. width: 650rpx;
  450. height: 76rpx;
  451. background: rgba(24, 213, 185, 1);
  452. border-radius: 10rpx;
  453. color: #fff;
  454. }
  455. .order {
  456. color: #8F8F8F;
  457. font-size: 24rpx;
  458. text-align: center;
  459. margin-top: 16rpx;
  460. }
  461. .btm_msg {
  462. position: fixed;
  463. width: 100%;
  464. text-align: center;
  465. bottom: 80rpx;
  466. font-size: 26rpx;
  467. }
  468. .btm_msg text {
  469. color: #FFA404;
  470. }