main.scss 10 KB

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