main.scss 10 KB

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