order.scss 9.5 KB

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