index.scss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. .home {
  2. background-image: url("../../assets/image/bg.png");
  3. background-size: 100% 100%;
  4. width: 750px;
  5. // height: 3522px;
  6. color: #fff;
  7. overflow: hidden;
  8. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  9. .title {
  10. height: 54px;
  11. width: 100%;
  12. display: flex;
  13. justify-content: space-between;
  14. align-items: center;
  15. box-sizing: border-box;
  16. margin-top: 44px;
  17. padding: 0 30px;
  18. .logo {
  19. img {
  20. width: 109px;
  21. height: 54px;
  22. }
  23. }
  24. .yyInfo {
  25. color: #ffc27b;
  26. font-size: 24px;
  27. }
  28. }
  29. .sh {
  30. margin-top: 83px;
  31. padding-left: 60px;
  32. font-size: 39px;
  33. letter-spacing: 1px;
  34. font-weight: 400;
  35. }
  36. .gg {
  37. font-size: 86px;
  38. letter-spacing: 1px;
  39. font-weight: bold;
  40. text-align: center;
  41. margin-top: 23px;
  42. }
  43. .ggEl {
  44. height: 38px;
  45. font-size: 34px;
  46. font-family: ArialMT;
  47. color: #ffffff;
  48. line-height: 39px;
  49. letter-spacing: 4px;
  50. text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  51. text-align: center;
  52. }
  53. .blh {
  54. font-size: 30px;
  55. font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  56. font-weight: 400;
  57. color: #ffffff;
  58. line-height: 45px;
  59. letter-spacing: 1px;
  60. margin-top: 20px;
  61. text-align: center;
  62. }
  63. .yqh {
  64. margin-top: 640px;
  65. font-size: 52px;
  66. text-align: center;
  67. }
  68. .yqhEl {
  69. font-family: FZYOUHS_504L--GB1-0, FZYOUHS_504L--GB1;
  70. font-weight: normal;
  71. color: #ffffff;
  72. line-height: 24px;
  73. letter-spacing: 10px;
  74. text-align: center;
  75. font-size: 22px;
  76. }
  77. .ghgl {
  78. font-size: 30px;
  79. font-family: SourceHanSansCN-Light, SourceHanSansCN;
  80. font-weight: 300;
  81. color: #ffffff;
  82. line-height: 61px;
  83. letter-spacing: 12px;
  84. text-align: center;
  85. }
  86. .yyfs {
  87. font-size: 35px;
  88. font-family: PingFangSC-Medium, PingFang SC;
  89. font-weight: 500;
  90. color: #ffffff;
  91. line-height: 49px;
  92. text-align: center;
  93. color: #ccc;
  94. span {
  95. color: #fff;
  96. margin: 0 20px;
  97. }
  98. }
  99. .yyfsEl {
  100. font-size: 20px;
  101. text-transform: Uppercase;
  102. font-weight: normal;
  103. color: #ffffff;
  104. line-height: 23px;
  105. letter-spacing: 3px;
  106. text-align: center;
  107. }
  108. .formBox {
  109. width: 670px;
  110. // height: 1069px;
  111. background: linear-gradient(360deg, #0f2471 0%, #171f44 100%);
  112. box-shadow: 0px 5px 24px -14px #040414;
  113. border-radius: 8px;
  114. margin: 0 auto;
  115. margin-top: 40px;
  116. padding: 40px;
  117. box-sizing: border-box;
  118. .van-form {
  119. /deep/ .van-field {
  120. margin-top: 25px;
  121. background: transparent;
  122. border: 1px solid blue;
  123. .van-field__label {
  124. color: #fff;
  125. }
  126. &::after {
  127. display: none;
  128. }
  129. input {
  130. color: #fff;
  131. }
  132. .van-field__button {
  133. border-left: 1px solid #d8d8d8;
  134. }
  135. .hqyzm {
  136. font-size: 24px;
  137. font-weight: 400;
  138. color: #ffc27b;
  139. line-height: 33px;
  140. }
  141. }
  142. .infoT {
  143. font-size: 24px;
  144. font-weight: 300;
  145. color: #ffffff;
  146. line-height: 33px;
  147. text-align: right;
  148. width: 100%;
  149. display: block;
  150. margin-top: 16px;
  151. }
  152. }
  153. }
  154. .hdxxInfo {
  155. width: 670px;
  156. height: 233px;
  157. background: linear-gradient(360deg, #0f2471 0%, #171f44 100%);
  158. box-shadow: 0px 5px 24px -14px rgba(0, 0, 0, 0.14);
  159. border-radius: 4px;
  160. border: 1px solid rgba(81, 111, 255, 0.5);
  161. border-radius: 8px;
  162. margin: 0 auto;
  163. margin-top: 40px;
  164. padding: 40px;
  165. box-sizing: border-box;
  166. }
  167. .hdxxInfoLable {
  168. font-size: 26px;
  169. font-weight: 400;
  170. color: #ffffff;
  171. line-height: 37px;
  172. letter-spacing: 2px;
  173. margin-bottom: 18px;
  174. display: flex;
  175. align-items: center;
  176. span {
  177. width: 1px;
  178. height: 28px;
  179. background: #ffffff;
  180. opacity: 0.5;
  181. margin-right: 25px;
  182. display: inline-block;
  183. }
  184. .boldColor {
  185. color: #ffc27b;
  186. font-style: inherit;
  187. font-size: 32px;
  188. margin: 0 4px;
  189. }
  190. }
  191. .bottomBox {
  192. display: flex;
  193. justify-content: space-between;
  194. padding: 80px 30px;
  195. box-sizing: border-box;
  196. .bottomBoxL {
  197. flex: 1;
  198. padding: 0 20px;
  199. width: 63%;
  200. .title1 {
  201. height: 30px;
  202. font-size: 22px;
  203. font-weight: 300;
  204. color: #ffffff;
  205. line-height: 30px;
  206. }
  207. .title2 {
  208. margin-top: 15px;
  209. height: 58px;
  210. font-size: 18px;
  211. font-weight: 300;
  212. color: #ffffff;
  213. line-height: 35px;
  214. }
  215. .title3 {
  216. margin-top: 25px;
  217. height: 87px;
  218. font-size: 18px;
  219. font-weight: 300;
  220. color: #ffffff;
  221. line-height: 35px;
  222. }
  223. }
  224. .bottomBoxR {
  225. width: 37%;
  226. display: flex;
  227. justify-content: flex-end;
  228. flex-direction: column;
  229. align-items: center;
  230. .bottomBoxRT {
  231. font-size: 16px;
  232. color: #ffffff;
  233. text-align: center;
  234. span {
  235. font-size: 14px;
  236. }
  237. }
  238. img {
  239. margin-top: 20px;
  240. width: 158px;
  241. height: 158px;
  242. }
  243. }
  244. }
  245. }
  246. .successBox {
  247. width: 550px;
  248. height: 700px;
  249. position: fixed;
  250. left: 0;
  251. top: 0;
  252. bottom: 0;
  253. right: 0;
  254. margin: auto;
  255. background: url("../../assets/image/bg1.png");
  256. background-size: 100% 100%;
  257. padding: 100px 60px 0;
  258. box-sizing: border-box;
  259. display: flex;
  260. flex-direction: column;
  261. align-items: center;
  262. .iconSuccess {
  263. display: flex;
  264. justify-content: center;
  265. align-items: center;
  266. font-size: 48px;
  267. font-weight: 500;
  268. color: #ffffff;
  269. line-height: 67px;
  270. img {
  271. width: 30px;
  272. height: 30px;
  273. margin-right: 20px;
  274. }
  275. }
  276. .tzxx {
  277. height: 100px;
  278. font-size: 30px;
  279. font-weight: 300;
  280. color: #FFFFFF;
  281. line-height: 50px;
  282. letter-spacing: 2px;
  283. text-align: center;
  284. margin-top: 35px;
  285. }
  286. .van-button {
  287. margin-top: 100px;
  288. width: 100%;
  289. }
  290. }