main.scss 9.3 KB

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