main.scss 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491
  1. @import "../../../../public/scss/reset.scss";
  2. @import "../../../../public/scss/unicom.scss";
  3. html, body {
  4. margin: 0;
  5. padding: 0;
  6. height: 100%;
  7. min-height: 13.34rem;
  8. }
  9. body {
  10. color: white;
  11. min-height: 13.34rem;
  12. font-family: PingFangSC-Regular, sans-serif,"SourceHanSansCN-Regular", "Microsoft YaHei", "微软雅黑", STXihei, SimHei, "华文细黑";
  13. background: url('../images/bg.png') no-repeat;
  14. background-size: 100% 100%;
  15. }
  16. @media screen and (max-height: 667px) {
  17. body {
  18. background: url('../images/bg.png') no-repeat;
  19. background-size: 100% 13.34rem;
  20. }
  21. }
  22. .unicom {
  23. padding: 0.16rem 0 0 0.2rem;
  24. width: 1.26rem;
  25. height: 0.84rem;
  26. img {
  27. width: 100%;
  28. }
  29. }
  30. .main {
  31. width: 100%;
  32. height: 100%;
  33. min-height: 13.34rem;
  34. box-sizing: border-box;
  35. background: url('../images/bg-bottom.png') no-repeat bottom;
  36. background-size: 100%;
  37. }
  38. .main-order {
  39. .banner {
  40. margin: -0.8rem auto 0;
  41. img {
  42. width: 100%;
  43. }
  44. }
  45. .apps {
  46. height: 1.04rem;
  47. margin: 0.18rem 0 0 0;
  48. img {
  49. width: 100%;
  50. }
  51. }
  52. .order {
  53. margin: 0.4rem auto 0;
  54. padding: unset;
  55. background: url(../images/btn-order.png) no-repeat;
  56. background-size: 100% 100%;
  57. height: 1.6rem;
  58. display: flex;
  59. align-items: center;
  60. justify-content: center;
  61. .btn {
  62. color: white;
  63. font-size: 0.34rem;
  64. width: 6.3rem;
  65. height: 0.93rem;
  66. background: none;
  67. padding: 0;
  68. display: flex;
  69. align-items: center;
  70. justify-content: center;
  71. border: none;
  72. outline: none;
  73. margin: 0 auto;
  74. border-radius: 0.47rem;
  75. }
  76. }
  77. .btn-tip {
  78. color: #9DB8FF;
  79. font-size: 0.3rem;
  80. text-align: center;
  81. border-bottom: 0.02rem solid #9DB8FF;
  82. width: 2.5rem;
  83. padding-bottom: 0.1em;
  84. margin: 0.23rem auto 0;
  85. }
  86. }
  87. .overlay {
  88. position: fixed;
  89. top: 0;
  90. right: 0;
  91. bottom: 0;
  92. left: 0;
  93. z-index: 9990;
  94. background-color: rgba(0, 0, 0, 0.3);
  95. min-height: 6.5rem;
  96. }
  97. .dialog-agr {
  98. position: absolute;
  99. width: 6.35rem;
  100. height: 9.3rem;
  101. top: 50%;
  102. left: 50%;
  103. transform: translate(-50%, -50%);
  104. font-size: 0.28rem;
  105. background: #2E188F;
  106. background-size: 100% 100%;
  107. z-index: 10000;
  108. color: #FFFFFF;
  109. text-align: justify;
  110. border-radius: 0.1rem;
  111. overflow: hidden;
  112. h2 {
  113. height: 0.5rem;
  114. font-size: 0.32rem;
  115. text-align: center;
  116. margin: 0.4rem auto 0.2rem;
  117. width: 1.4rem;
  118. border-bottom: 0.02rem solid;
  119. }
  120. .close {
  121. width: 0.45rem;
  122. height: 0.45rem;
  123. top: .2rem;
  124. right: 0.3rem;
  125. position: absolute;
  126. img {
  127. width: 100%;
  128. height: 100%;
  129. }
  130. }
  131. .container {
  132. height: 7.8rem;
  133. overflow: scroll;
  134. .title {
  135. color: #fff;
  136. font-size: 0.3rem;
  137. padding-left: 0.4rem;
  138. display: flex;
  139. align-items: baseline;
  140. .dot {
  141. width: 0.2rem;
  142. height: 0.2rem;
  143. background-color: #9DB8FF;
  144. margin-right: 0.1rem;
  145. }
  146. }
  147. .content {
  148. line-height: 0.45rem;
  149. margin-bottom: 0.15rem;
  150. ul {
  151. list-style-type: none;
  152. padding: 0 0.4rem;
  153. li {
  154. margin-bottom: 0.1rem;
  155. }
  156. }
  157. }
  158. }
  159. }
  160. .main-draw {
  161. padding-bottom: 2rem;
  162. .banner {
  163. width: 6.13rem;
  164. margin: auto;
  165. padding-left: 0.3rem;
  166. img {
  167. width: 100%;
  168. }
  169. }
  170. .login {
  171. width: 100%;
  172. height: 8.55rem;
  173. margin-top: -1rem;
  174. background: url('../images/bg-draw.png') no-repeat;
  175. background-size: 100% 100%;
  176. }
  177. }
  178. input::-webkit-input-placeholder {
  179. color: #b1b1b1;
  180. font-size: 0.28rem;
  181. }
  182. input::-moz-placeholder { /* Mozilla Firefox 19+ */
  183. color: #b1b1b1;
  184. font-size: 0.28rem;
  185. }
  186. input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  187. color: #b1b1b1;
  188. font-size: 0.28rem;
  189. }
  190. input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  191. color: #b1b1b1;
  192. font-size: 0.28rem;
  193. }
  194. .sms-form {
  195. margin: 0.15rem 0.4rem 0.3rem;
  196. padding: 2.7rem 0.25rem 0.3rem;
  197. }
  198. .form-group {
  199. background: rgba(196, 219, 115, 0.3);
  200. border-radius: 0.2rem;
  201. padding: 0.3rem 0.2rem 0.35rem;
  202. .input-row {
  203. display: flex;
  204. align-content: space-between;
  205. justify-content: center;
  206. margin-bottom: 0.25rem;
  207. .smscode {
  208. width: 100%;
  209. margin-right: 0.15rem;
  210. }
  211. .sendcode {
  212. font-size: 0.3rem;
  213. height: .86rem;
  214. line-height: 0.86rem;
  215. color: rgb(10,183,120);
  216. padding: 0 0.2rem;
  217. word-break: keep-all;
  218. white-space: nowrap;
  219. border-radius: 0.1rem;
  220. border: 0.01rem solid rgb(10,183,120);
  221. }
  222. .sendcode-wait {
  223. }
  224. &:last-child {
  225. margin-bottom: 0rem;
  226. }
  227. }
  228. input {
  229. color: rgb(142,146,140);
  230. font-size: 0.36rem;
  231. width: 100%;
  232. height: 0.88rem;
  233. outline: none;
  234. -webkit-appearance: none;
  235. min-width: 2.4rem;
  236. margin-bottom: 0.01rem;
  237. border: 0.01rem solid rgb(204,204,204);
  238. border-radius: 0.1rem;
  239. padding-left: 0.3rem;
  240. background: rgb(254,238,230);
  241. }
  242. .actions {
  243. margin-top: 0.4rem;
  244. .btn {
  245. color: white;
  246. font-size: 0.36rem;
  247. width: 5.7rem;
  248. height: 1rem;
  249. background: url(../images/btn-order.png) no-repeat;
  250. background-size: 100% 100%;
  251. margin: 0 auto;
  252. line-height: 1rem;
  253. text-align: center;
  254. }
  255. }
  256. }
  257. .section-agr {
  258. margin-top: 0.4rem;
  259. .title {
  260. height: 0.95rem;
  261. text-align: center;
  262. img {
  263. width: 2.87rem;
  264. height: 0.95rem;
  265. }
  266. }
  267. .content {
  268. border-radius: 0.2rem;
  269. margin: 0.25rem 0.4rem 0;
  270. .red {
  271. color: #ff4a38;
  272. }
  273. .title {
  274. width: 1.7rem;
  275. height: 0.68rem;
  276. background: url(../images/bg-title.png) no-repeat;
  277. background-size: 100% 100%;
  278. display: flex;
  279. align-items: center;
  280. justify-content: center;
  281. font-size: 0.3rem;
  282. color: #63AB47;
  283. margin-bottom: 0.1rem;
  284. }
  285. ul {
  286. color: rgb(61,70,68);
  287. font-size: 0.28rem;
  288. text-align: justify;
  289. margin-bottom: 0.43rem;
  290. li {
  291. margin-bottom: 0.15rem;
  292. line-height: 0.38rem;
  293. .sub-ul {
  294. margin: 0.1rem 0;
  295. li {
  296. font-size: 0.24rem;
  297. }
  298. }
  299. &:last-child {
  300. margin-bottom: 0;
  301. }
  302. }
  303. }
  304. }
  305. .footer {
  306. color: #ff4a38;
  307. text-align: center;
  308. font-size: 0.24rem;
  309. span {
  310. transform:rotate(7deg)
  311. }
  312. }
  313. }
  314. .main-cancel {
  315. padding-bottom: 3rem;
  316. .banner {
  317. width: 6.13rem;
  318. margin: auto;
  319. padding-left: 0.3rem;
  320. img {
  321. width: 100%;
  322. }
  323. }
  324. .login {
  325. width: 100%;
  326. height: 8.55rem;
  327. margin-top: -1rem;
  328. background: url('../images/bg-cancel.png') no-repeat;
  329. background-size: 100% 100%;
  330. .tips {
  331. display: flex;
  332. font-size: 0.28rem;
  333. color: rgba(188, 130, 19, 0.6);
  334. padding: 2.5rem 0.6rem 0rem;
  335. text-align: justify;
  336. .ring {
  337. width: 0.6rem;
  338. display: flex;
  339. margin: 0 0.15rem 0 0;
  340. img {
  341. height: 0.5rem;
  342. }
  343. }
  344. }
  345. }
  346. .sms-form {
  347. padding: 0 0.25rem 0.3rem;
  348. }
  349. }
  350. .dialog-confirm {
  351. position: fixed;
  352. top: 4rem;
  353. left: 0.62rem;
  354. right: 0.62rem;
  355. height: 3.6rem;
  356. border-radius: 0.3rem;
  357. z-index: 9992;
  358. background: #ffffff;
  359. .close {
  360. position: absolute;
  361. top: 0;
  362. right: 0.45rem;
  363. width: 0.59rem;
  364. height: 0.69rem;
  365. img {
  366. width: 100%;
  367. }
  368. }
  369. h1 {
  370. color: #333333;
  371. font-size: 0.34rem;
  372. font-weight: bold;
  373. text-align: center;
  374. margin: 0.63rem auto 0;
  375. }
  376. .content {
  377. color: rgb(51,51,51);
  378. font-size: 0.32rem;
  379. height: 1.8rem;
  380. text-align: center;
  381. line-height: 0.5rem;
  382. margin: 0.6rem 0.42rem 0;
  383. }
  384. .actions {
  385. font-size: 0.3rem;
  386. display: flex;
  387. align-items: center;
  388. justify-content: space-between;
  389. margin: 0 0.6rem;
  390. .btn {
  391. color: #0bb577;
  392. font-size: 0.3rem;
  393. width: 2.2rem;
  394. height: 0.8rem;
  395. display: flex;
  396. align-items: center;
  397. justify-content: center;
  398. border-radius: 0.4rem;
  399. background: #e2f6ef;
  400. }
  401. .okay {
  402. color: white;
  403. float: left;
  404. background: #0bb577;
  405. }
  406. }
  407. }
  408. .draw {
  409. display: flex;
  410. font-size: 0.27rem;
  411. align-items: center;
  412. justify-content: center;
  413. color: #EAECEC;
  414. .btn-draw {
  415. width: 2.3rem;
  416. height: 0.86rem;
  417. margin-left: 0.15rem;
  418. background: url(../images/btn-draw.png) no-repeat;
  419. background-size: 100% 100%;
  420. }
  421. }