order.scss 10 KB

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