style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619
  1. @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
  2. body {
  3. font-family: 'Poppins', sans-serif;
  4. color: black;
  5. }
  6. p {
  7. font-size: 12px;
  8. }
  9. .language-box{
  10. display: block;
  11. width: 124px;
  12. height: 40px;
  13. line-height: 40px;
  14. text-align: center;
  15. border: 1px solid #fff;
  16. border-radius: 6px;
  17. font-size: 16px;
  18. font-weight: 400;
  19. text-decoration: none;
  20. /* color: #ffffff; */
  21. margin-left: 24px;
  22. }
  23. .btn-primary {
  24. background: rgb(237,31,37);
  25. background: linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
  26. border-radius: 5px;
  27. border: none;
  28. padding-left: 30px !important;
  29. padding-right: 30px !important;
  30. color: white;
  31. }
  32. .main-heading {
  33. font-size: 60px;
  34. font-weight: 700;
  35. }
  36. .bg-header {
  37. color: white;
  38. background-image: url(../imgs/header-bg.png);
  39. background-repeat: no-repeat;
  40. background-size: 100%;
  41. /* background-position: bottom; */
  42. }
  43. .btn-gradient {
  44. background: -webkit-linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
  45. color: white;
  46. border-radius: 5px;
  47. border: none;
  48. font-size: 30px;
  49. padding-left: 80px !important;
  50. padding-right: 80px !important;
  51. font-weight: 700;
  52. padding: 10px;
  53. }
  54. .btn-gradient:hover {
  55. background: -webkit-linear-gradient(90deg, rgba(254,89,36,1) 0%, rgba(237,31,37,1) 100%);
  56. color: white;
  57. }
  58. .text-primary {
  59. background: -webkit-linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
  60. -webkit-background-clip: text;
  61. -webkit-text-fill-color: transparent;
  62. }
  63. section {
  64. padding-top: 5rem;
  65. padding-bottom: 5rem;
  66. }
  67. .section-bg {
  68. background-image: url(../imgs/section-bg.png);
  69. background-repeat: no-repeat;
  70. }
  71. .bg-menu {
  72. background-color: #fff;
  73. backdrop-filter: blur(10px);
  74. }
  75. .section-bg-1 {
  76. background-image: url(../imgs/section-bg-1.png);
  77. background-repeat: no-repeat;
  78. background-attachment: fixed;
  79. }
  80. .section-bg-2 {
  81. background-image: url(../imgs/section-bg-2.png);
  82. background-repeat: no-repeat;
  83. /* background-attachment: fixed; */
  84. background-size: cover;
  85. color: white;
  86. }
  87. .bg-danger {
  88. background: -webkit-linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
  89. color: white;
  90. }
  91. .btn-secondary {
  92. color: white;
  93. background-color: #34065c;
  94. }
  95. .bg-secondary {
  96. color: white;
  97. background-color: #34065c !important;
  98. }
  99. .container__image {
  100. float: left;
  101. }
  102. .container__text {
  103. display: table-cell;
  104. padding-left: 15px;
  105. }
  106. .followers-section {
  107. border-width: 2px;
  108. border-style: solid;
  109. border-image: linear-gradient(to top, #3A9DD5, #F23025) 1;
  110. background-color: #25054D;
  111. padding: 15px;
  112. }
  113. .spring-bg {
  114. border-width: 8px;
  115. border-style: solid;
  116. border-image: linear-gradient(to top, #ffc161, #fffaef) 1;
  117. background-color: #25054D;
  118. padding: 15px;
  119. border-radius: 20px;
  120. box-shadow: inset 0px 0px 20px rgba(0,0,0,0.5);
  121. }
  122. .spring-bg-box {
  123. border-width: 8px;
  124. border-style: solid;
  125. border-image: linear-gradient(to top, #ffbb58, #fffaef) 1;
  126. background-color: #fff;
  127. padding: 15px;
  128. border-radius: 20px;
  129. margin: 5px;
  130. width: 32%;
  131. box-shadow: inset 0px 0px 20px rgba(0,0,0,0.5);
  132. display: flex;
  133. flex-direction: column;
  134. justify-content: center;
  135. align-items: center;
  136. }
  137. .spring-bg-box-red {
  138. border-width: 8px;
  139. border-style: solid;
  140. border-image: linear-gradient(to top, #ffbb58, #fffaef) 1;
  141. background-color: red;
  142. padding: 15px;
  143. border-radius: 20px;
  144. margin: 5px;
  145. width: 32%;
  146. box-shadow: inset 0px 0px 20px rgba(0,0,0,0.5);
  147. cursor: pointer;
  148. display: flex;
  149. flex-direction: column;
  150. justify-content: center;
  151. align-items: center;
  152. }
  153. .spring-box-text {
  154. background: linear-gradient(to top, #ffbb58 50%, #fff0d2 50%);
  155. -webkit-background-clip: text;
  156. -webkit-text-fill-color: transparent;
  157. font-size: 70px;
  158. font-weight: 700;
  159. filter: drop-shadow(4px 4px 2px #00000070);
  160. -webkit-text-stroke: 2px #a35500;
  161. }
  162. .spring-bg-box-red .spring-box-text {
  163. background: linear-gradient(to top, #ffbb58 50%, #fff0d2 50%);
  164. -webkit-background-clip: text;
  165. -webkit-text-fill-color: transparent;
  166. font-size: 40px;
  167. font-weight: 700;
  168. filter: drop-shadow(4px 4px 2px #00000070);
  169. -webkit-text-stroke: 2px #a35500;
  170. }
  171. .spring-bg-box-red p.spring-box-text1 {
  172. margin: 0;
  173. background: linear-gradient(to top, #ffbb58 50%, #fff0d2 50%);
  174. -webkit-background-clip: text;
  175. -webkit-text-fill-color: transparent;
  176. font-size: 20px;
  177. font-weight: 700;
  178. filter: drop-shadow(4px 4px 2px #00000070);
  179. /* -webkit-text-stroke: 2px #a35500; */
  180. }
  181. .spring-box-text-s{
  182. font-size: 40px;
  183. }
  184. .title {
  185. line-height: 1.5em;
  186. font-weight: bold;
  187. }
  188. .caption {
  189. font-size: 0.8em;
  190. }
  191. .step-bg {
  192. width: 300px;
  193. height: 300px;
  194. border: double 10px transparent;
  195. border-radius: 50%;
  196. background-image: linear-gradient(white, white), radial-gradient(circle at top left, #f00,#3020ff);
  197. background-origin: border-box;
  198. background-clip: content-box, border-box;
  199. display: inline-block;
  200. box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  201. text-align: center;
  202. display: flex;
  203. flex-direction: column;
  204. justify-content: center;
  205. }
  206. .step-bg h4{
  207. padding: 1rem;
  208. }
  209. .main-heading-4 {
  210. border-width: 2px;
  211. border-style: solid;
  212. border-image: linear-gradient(to top, rgb(58, 157, 213), rgb(242, 48, 37)) 1 / 1 / 0 stretch;
  213. padding: 10px;
  214. backdrop-filter: blur(8px);
  215. font-size: 36px;
  216. font-weight: bolder;
  217. }
  218. .bg-footer {
  219. color: white;
  220. background-image: url(../imgs/footer-bg.png);
  221. background-repeat: no-repeat;
  222. background-position: bottom;
  223. background-size: 100%;
  224. }
  225. .el-carousel.el-carousel--horizontal{
  226. width: 550px;
  227. }
  228. .Avatar{
  229. width: 100%;
  230. position: absolute;
  231. top: -45px;
  232. left: 0;
  233. display: flex;
  234. justify-content: center;
  235. z-index: 9;
  236. }
  237. .Avatar img{
  238. width: 80px;
  239. background: #fff;
  240. border-radius: 80px;
  241. }
  242. .my-winner-dec{
  243. background: linear-gradient(to top, #ffbb58 50%, #fff0d2 50%);
  244. -webkit-background-clip: text;
  245. -webkit-text-fill-color: transparent;
  246. font-weight: 700;
  247. filter: drop-shadow(4px 4px 2px #00000070);
  248. /* -webkit-text-stroke: 2px #a35500; */
  249. font-size: 2rem;
  250. width: 100%;
  251. position: absolute;
  252. top: 200px;
  253. left: 0;
  254. text-align: center;
  255. }
  256. .my-winner-dec1{
  257. background: linear-gradient(to top, #ffbb58 50%, #fff0d2 50%);
  258. -webkit-background-clip: text;
  259. -webkit-text-fill-color: transparent;
  260. font-weight: 700;
  261. filter: drop-shadow(4px 4px 2px #00000070);
  262. /* -webkit-text-stroke: 2px #a35500; */
  263. font-size: 2rem;
  264. width: 100%;
  265. position: absolute;
  266. top: 140px;
  267. left: 0;
  268. text-align: center;
  269. }
  270. /* 抽奖 */
  271. .w-turntable-content {
  272. display: flex;
  273. flex-wrap: wrap;
  274. /* width: 288px;
  275. height: 288px; */
  276. background-color: #fff;
  277. margin: 20px auto;
  278. }
  279. .w-turntable-content .turntable-item {
  280. /* width: 92px;
  281. height: 92px; */
  282. /* border-radius: 16px;
  283. background-size: 100%; */
  284. /* margin-right: 6px;
  285. margin-bottom: 6px; */
  286. /* padding: 12px 16px 0; */
  287. display: flex;
  288. flex-direction: column;
  289. align-items: center;
  290. justify-content: center;
  291. position: relative;
  292. /* background-color: rgba(250, 110, 90); */
  293. }
  294. .turntable-item:nth-last-child(1), .turntable-item:nth-last-child(2), .turntable-item:nth-last-child(3) {
  295. margin-bottom: 0;
  296. }
  297. .turntable-item:nth-child(3n) {
  298. margin-right: 0;
  299. }
  300. .turntable-item .item-img {
  301. /* width: 60px;
  302. height: 60px; */
  303. border-radius: 8px;
  304. }
  305. .turntable-item .name {
  306. /* margin-bottom: 8px; */
  307. /* font-size: 12px; */
  308. /* font-weight: 400;
  309. color: #835023;
  310. line-height: 18px; */
  311. /* width: 92px; */
  312. text-align: center;
  313. }
  314. .w-turntable-content .turntable-btn {
  315. /* width: 92px;
  316. height: 92px; */
  317. margin-right: 6px;
  318. }
  319. .turntable-btn .item-btn-img {
  320. width: 100%;
  321. height: 100%;
  322. border-radius: 16px
  323. }
  324. /* // 抽奖活动开始时的遮罩层 */
  325. .w-turntable-content .start-activity-bg {
  326. /* width: 92px;
  327. height: 92px; */
  328. width: 100%;
  329. height: 100%;
  330. position: absolute;
  331. top: 0;
  332. left: 0;
  333. background: rgba(0,0,0,0.3);
  334. border-radius: 16px;
  335. }
  336. .el-message-box__message p{
  337. font-size: 16px;
  338. font-weight: bold;
  339. }
  340. .el-button--mini, .el-button--small{
  341. font-size: 16px;
  342. }
  343. .banner_img{
  344. width: 750px;
  345. margin-top: 50px;
  346. margin-left: 80px;
  347. }
  348. .banner_box .main-heading{
  349. font-size: 80px;
  350. }
  351. .el-dialog.crm-signup{
  352. width: 680px;
  353. border-radius: 10px;
  354. }
  355. .banner-signup{
  356. padding: 25px 50px;
  357. color: #333;
  358. position: relative;
  359. font-family: Poppins, sans-serif;
  360. }
  361. .banner-signup .close{
  362. width: 40px;
  363. height: 40px;
  364. border-radius: 30px;
  365. background-color: #F02925;
  366. cursor: pointer;
  367. display: flex;
  368. justify-content: center;
  369. align-items: center;
  370. color: #fff;
  371. position: absolute;
  372. top: -40px;
  373. right: 0;
  374. }
  375. .banner-signup .title{
  376. font-size: 18px;
  377. margin-bottom: 50px;
  378. font-family: Poppins, sans-serif;
  379. display: flex;
  380. flex-direction: column;
  381. justify-content: center;
  382. align-items: center;
  383. }
  384. .banner-signup .title .img-responsive{
  385. margin-bottom: 40px;
  386. }
  387. .banner-signup .title .title2{
  388. font-size: 26px;
  389. font-weight: 900;
  390. }
  391. .banner-signup .el-input__inner{
  392. width: 100%;
  393. height: 60px;
  394. font-size: 17px;
  395. background-color: #F8F8F8;
  396. border-radius: 6px;
  397. border-color: #B1B1B1;
  398. color: #434242;
  399. background-color: transparent;
  400. font-weight: 600;
  401. }
  402. .banner-signup .el-input__inner::placeholder{/*Firefox,Chrome,Opera*/
  403. color:#434242;
  404. }
  405. .banner-signup .el-input__inner:-ms-input-placeholder{/*InternetExplorer10-11*/
  406. color:#434242;
  407. }
  408. .banner-signup .el-input__inner::-ms-input-placeholder{/*MicrosoftEdge*/
  409. color:#434242;
  410. }
  411. /* .el-input__inner {
  412. border: none;
  413. border-bottom: 1px solid;
  414. border-radius: 0;
  415. border-color: #979797;
  416. color: #e4e4e4;
  417. background-color: transparent;
  418. } */
  419. .banner-signup .el-select .el-input__inner {
  420. padding-left: 40px;
  421. }
  422. i.icondingwei {
  423. position: absolute;
  424. top: 10px;
  425. left: 12px;
  426. color: #F02925;
  427. font-weight: 600;
  428. }
  429. .banner-signup .el-input__prefix, .el-input__suffix{
  430. color: #F02925;
  431. font-weight: 600;
  432. }
  433. .banner-signup .el-input--prefix .el-input__inner {
  434. padding-left: 40px;
  435. }
  436. .banner-signup .el-input__prefix{
  437. padding-left: 8px;
  438. top: 2px;
  439. }
  440. .banner-signup .el-select{
  441. width: 100%;
  442. }
  443. .banner-signup .el-col{
  444. padding: 0;
  445. }
  446. .banner-signup .getCode{
  447. display: inline-block;
  448. width: 100%;
  449. line-height: 60px;
  450. text-align: center;
  451. background-color: #191B28;
  452. border: 1px solid #e4e4e4;
  453. cursor: pointer;
  454. color: #e4e4e4;
  455. border-radius: 6px;
  456. font-size: 17px;
  457. padding: 0 !important;
  458. }
  459. .pwd {
  460. text-align: left;
  461. padding-left: 20px;
  462. margin: 0;
  463. margin-left: 10px;
  464. font-size: 15px;
  465. }
  466. .pwd li {
  467. list-style-type: disc;
  468. /*height: 20px;*/
  469. line-height: 20px;
  470. color: #979797;
  471. }
  472. .pwd .fit {
  473. color: #EC1920;
  474. }
  475. .banner-signup .agree{
  476. font-size: 16px;
  477. color: #434242;
  478. }
  479. .banner-signup .agree_title{
  480. word-break: keep-all;
  481. }
  482. .banner-signup .el-checkbox__inner::after{
  483. height: 10px;
  484. left: 7px;
  485. position: absolute;
  486. top: 2px;
  487. }
  488. .banner-signup .el-checkbox__inner{
  489. width: 20px;
  490. height: 20px;
  491. }
  492. .banner-signup .el-checkbox__input.is-checked .el-checkbox__inner{
  493. background-color: #EC1920;
  494. border-color: #EC1920;
  495. }
  496. .banner-signup .el-checkbox__inner:hover {
  497. border-color: #EC1920;
  498. }
  499. .banner-signup .el-checkbox__input.is-focus .el-checkbox__inner{
  500. border-color: #EC1920;
  501. }
  502. .banner-signup .sign-btn.btn-gradient{
  503. width: 100%;
  504. display: flex;
  505. flex-wrap: wrap;
  506. justify-content: center;
  507. align-items: center;
  508. word-break: break-word;
  509. padding-left: 0px !important;
  510. padding-right: 0px !important;
  511. }
  512. .banner-signup-btnBox{
  513. display: flex;
  514. }
  515. @media screen and (max-width: 768px) {
  516. .bg-header {
  517. background-size: cover;
  518. }
  519. .main-heading {
  520. font-size: 30px;
  521. font-weight: 700;
  522. }
  523. .spring-box-text{
  524. font-size: 20px;
  525. }
  526. .spring-bg-box{
  527. width: 30%;
  528. }
  529. .spring-bg-box-red .spring-box-text{
  530. font-size: 12px;
  531. -webkit-text-stroke: 0px #a35500;
  532. }
  533. .spring-bg-box-red p.spring-box-text1{
  534. font-size: 12px;
  535. }
  536. .spring-box-text-s{
  537. font-size: 12px;
  538. -webkit-text-stroke: 0px #a35500;
  539. }
  540. .spring-box-text{
  541. -webkit-text-stroke: 1px #a35500;
  542. }
  543. .my-winner-dec{
  544. top: 170px;
  545. font-size: 1rem;
  546. }
  547. .my-winner-dec1{
  548. top: 110px;
  549. }
  550. .btn-gradient{
  551. display: block;
  552. }
  553. .navbar-toggler-icon{
  554. background-color: rgba(237,31,37,1);
  555. }
  556. .step-bg-con{
  557. display: flex;
  558. justify-content: center;
  559. }
  560. .table.table-striped{
  561. font-size: 16px;
  562. }
  563. .bg-footer{
  564. background-size: cover;
  565. }
  566. .btn.btn-gradient.mt-5.w-25{
  567. width: 80% !important;
  568. }
  569. .banner_img{
  570. width: 562px;
  571. margin-top: 30px;
  572. margin-left: 58px;
  573. }
  574. .banner_box{
  575. overflow: hidden;
  576. }
  577. .banner_box .main-heading{
  578. font-size: 30px;
  579. }
  580. .el-dialog.crm-signup {
  581. width: 95%;
  582. border-radius: 10px;
  583. }
  584. .banner-signup {
  585. padding: 25px 0;
  586. word-break: break-word;
  587. }
  588. .banner-signup .text-primary.fw-bolder{
  589. font-size: 25px;
  590. }
  591. .banner-signup .title .title2 {
  592. font-size: 20px;
  593. }
  594. .pwd {
  595. word-break: break-word;
  596. }
  597. .banner-signup-btnBox{
  598. display: flex;
  599. flex-wrap: wrap;
  600. }
  601. .banner-signup .sign-btn{
  602. margin-left: 0 !important;
  603. margin-right: 0 !important;
  604. }
  605. }