style.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  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. .btn-primary {
  10. background: rgb(237,31,37);
  11. background: linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
  12. border-radius: 20px;
  13. border: none;
  14. padding-left: 30px !important;
  15. padding-right: 30px !important;
  16. color: white;
  17. }
  18. .main-heading {
  19. font-size: 70px;
  20. font-weight: 700;
  21. }
  22. .btn-gradient {
  23. background: #EC1920;
  24. color: white;
  25. border-radius: 30px;
  26. border: none;
  27. font-size: 20px;
  28. padding-left: 80px !important;
  29. padding-right: 80px !important;
  30. font-weight: 700;
  31. padding: 10px;
  32. }
  33. .btn-gradient:hover {
  34. background: #EC1920;
  35. color: white;
  36. }
  37. .text-primary {
  38. color: #333 !important;
  39. font-size: 20px;
  40. text-align: center;
  41. font-weight: bold;
  42. }
  43. section {
  44. padding-top: 5rem;
  45. padding-bottom: 5rem;
  46. }
  47. .section-bg {
  48. }
  49. .bg-menu {
  50. background-color: #4e1565db;
  51. backdrop-filter: blur(10px);
  52. }
  53. .bg-danger {
  54. background: -webkit-linear-gradient(90deg, rgba(237,31,37,1) 0%, rgba(254,89,36,1) 100%);
  55. color: white;
  56. }
  57. .btn-secondary {
  58. color: white;
  59. background-color: #34065c;
  60. }
  61. .bg-secondary {
  62. color: white;
  63. background-color: #34065c !important;
  64. }
  65. .container__image {
  66. float: left;
  67. }
  68. .container__text {
  69. display: table-cell;
  70. padding-left: 15px;
  71. }
  72. .followers-section {
  73. border-width: 2px;
  74. border-style: solid;
  75. border-image: linear-gradient(to bottom, #3A9DD5, #F23025) 1;
  76. background-color: #25054D;
  77. padding: 15px;
  78. }
  79. .step {
  80. position: relative;
  81. min-height: 1em;
  82. color: gray;
  83. }
  84. .step + .step {
  85. margin-top: 3em
  86. }
  87. .step > div:first-child {
  88. position: static;
  89. height: 0;
  90. }
  91. .step > div:not(:first-child) {
  92. margin-left: 3em;
  93. padding-left: 1em;
  94. }
  95. .step.step-active {
  96. color: #ee2424;
  97. }
  98. .step.step-active .circle {
  99. background-color: #ee2424;
  100. }
  101. .title {
  102. line-height: 1.5em;
  103. font-weight: bold;
  104. }
  105. .caption {
  106. font-size: 0.8em;
  107. }
  108. .text-muted{
  109. font-size: 16px;
  110. }
  111. .el-dialog.crm-signup{
  112. width: 680px;
  113. border-radius: 10px;
  114. }
  115. .banner-signup{
  116. padding: 25px 50px;
  117. color: #333;
  118. position: relative;
  119. font-family: Poppins, sans-serif;
  120. /* border: 10px solid #3D80AB; */
  121. }
  122. .banner-signup .close{
  123. width: 40px;
  124. height: 40px;
  125. border-radius: 30px;
  126. background-color: #F02925;
  127. cursor: pointer;
  128. display: flex;
  129. justify-content: center;
  130. align-items: center;
  131. color: #fff;
  132. position: absolute;
  133. top: -40px;
  134. right: 0;
  135. }
  136. .banner-signup .title{
  137. font-size: 18px;
  138. margin-bottom: 50px;
  139. font-family: Poppins, sans-serif;
  140. color: #787F84;
  141. }
  142. .banner-signup .title .img-responsive{
  143. margin-bottom: 40px;
  144. }
  145. .banner-signup .title .title2{
  146. text-align: left;
  147. font-size: 16px;
  148. font-weight: 900;
  149. }
  150. .banner-signup .title .title3{
  151. text-align: left;
  152. font-size: 20px;
  153. font-weight: 900;
  154. margin-top: 30px;
  155. border-bottom: 2px solid #F02925;
  156. padding-bottom: 5px;
  157. color: #333;
  158. }
  159. .banner-signup .form_label{
  160. font-size: 20px;
  161. font-weight: 900;
  162. color: #43423E;
  163. }
  164. .banner-signup .el-input__inner{
  165. width: 100%;
  166. height: 60px;
  167. font-size: 17px;
  168. background-color: #F8F8F8;
  169. border-radius: 6px;
  170. border-color: #B1B1B1;
  171. color: #434242;
  172. background-color: transparent;
  173. font-weight: 600;
  174. }
  175. .banner-signup .el-input__inner::placeholder{/*Firefox,Chrome,Opera*/
  176. color:#69696F;
  177. font-weight: 400;
  178. }
  179. .banner-signup .el-input__inner:-ms-input-placeholder{/*InternetExplorer10-11*/
  180. color:#69696F;
  181. font-weight: 400;
  182. }
  183. .banner-signup .el-input__inner::-ms-input-placeholder{/*MicrosoftEdge*/
  184. color:#69696F;
  185. font-weight: 400;
  186. }
  187. /* .el-input__inner {
  188. border: none;
  189. border-bottom: 1px solid;
  190. border-radius: 0;
  191. border-color: #979797;
  192. color: #e4e4e4;
  193. background-color: transparent;
  194. } */
  195. .banner-signup .el-select .el-input__inner {
  196. padding-left: 40px;
  197. }
  198. i.icondingwei {
  199. position: absolute;
  200. top: 10px;
  201. left: 12px;
  202. color: #F02925;
  203. font-weight: 600;
  204. }
  205. .banner-signup .el-input__prefix, .el-input__suffix{
  206. color: #F02925;
  207. font-weight: 600;
  208. }
  209. .banner-signup .el-input--prefix .el-input__inner {
  210. padding-left: 40px;
  211. }
  212. .banner-signup .el-input__prefix{
  213. padding-left: 8px;
  214. top: 2px;
  215. }
  216. .banner-signup .el-select{
  217. width: 100%;
  218. }
  219. .banner-signup .el-col{
  220. padding: 0;
  221. }
  222. .banner-signup .getCode{
  223. display: inline-block;
  224. width: 100%;
  225. line-height: 60px;
  226. text-align: center;
  227. background-color: #191B28;
  228. border: 1px solid #e4e4e4;
  229. cursor: pointer;
  230. color: #e4e4e4;
  231. border-radius: 6px;
  232. font-size: 17px;
  233. padding: 0 !important;
  234. }
  235. .pwd {
  236. text-align: left;
  237. padding-left: 20px;
  238. margin: 0;
  239. margin-left: 10px;
  240. font-size: 15px;
  241. }
  242. .pwd li {
  243. list-style-type: disc;
  244. /*height: 20px;*/
  245. line-height: 20px;
  246. color: #979797;
  247. }
  248. .pwd .fit {
  249. color: #EC1920;
  250. }
  251. .banner-signup .agree{
  252. font-size: 16px;
  253. color: #434242;
  254. }
  255. .banner-signup .agree_title{
  256. word-break: keep-all;
  257. }
  258. .banner-signup .el-checkbox__inner::after{
  259. height: 10px;
  260. left: 7px;
  261. position: absolute;
  262. top: 2px;
  263. }
  264. .banner-signup .el-checkbox__inner{
  265. width: 20px;
  266. height: 20px;
  267. }
  268. .banner-signup .el-checkbox__input.is-checked .el-checkbox__inner{
  269. background-color: #EC1920;
  270. border-color: #EC1920;
  271. }
  272. .banner-signup .el-checkbox__inner:hover {
  273. border-color: #EC1920;
  274. }
  275. .banner-signup .el-checkbox__input.is-focus .el-checkbox__inner{
  276. border-color: #EC1920;
  277. }
  278. .banner-signup .sign-btn.btn-gradient{
  279. width: 100%;
  280. display: flex;
  281. flex-wrap: wrap;
  282. justify-content: center;
  283. align-items: center;
  284. word-break: break-word;
  285. padding-left: 0px !important;
  286. padding-right: 0px !important;
  287. }
  288. .banner-signup-btnBox{
  289. display: flex;
  290. }
  291. .video-play{
  292. position: relative;
  293. }
  294. .icon-video-play{
  295. width: 40px;
  296. height: 40px;
  297. position: absolute;
  298. top: 39%;
  299. left: 48%;
  300. font-size: 50px;
  301. color: #fff;
  302. background-color: #EC1920;
  303. border-radius: 40px;
  304. cursor: pointer;
  305. display: flex;
  306. justify-content: center;
  307. align-items: center;
  308. }
  309. .el-icon-video-play{
  310. font-size: 50px;
  311. }
  312. .el-dropdown{
  313. color: #fff !important;
  314. }
  315. .img-responsive{
  316. height: 30px;
  317. }
  318. .bg-menu{
  319. background: #000;
  320. }
  321. .banner-signup .el-select .el-input__inner{
  322. padding-left: 15px;
  323. }
  324. .areaCodeBox{
  325. display: flex;
  326. }
  327. .number{
  328. flex: 1;
  329. }
  330. @media screen and (max-width: 768px) {
  331. .main-heading {
  332. font-size: 30px;
  333. }
  334. .section-bg{
  335. background-image: none;
  336. padding: 0;
  337. }
  338. section {
  339. padding-top: 1rem;
  340. padding-bottom: 1rem;
  341. }
  342. .crm_table{
  343. overflow-x: scroll;
  344. }
  345. .mt-5 {
  346. margin-top: 1rem !important;
  347. }
  348. .followers-section{
  349. display: flex;
  350. align-items: center;
  351. }
  352. .text-muted {
  353. font-size: 12px;
  354. }
  355. .nav-item{
  356. font-size: 16px;
  357. /* margin-bottom: 10px; */
  358. }
  359. .el-dialog.crm-signup {
  360. width: 95%;
  361. border-radius: 10px;
  362. }
  363. .banner-signup {
  364. padding: 70px 15px 25px;
  365. word-break: break-word;
  366. min-height: 100vh;
  367. }
  368. .banner-signup .text-primary.fw-bolder{
  369. font-size: 18px;
  370. }
  371. .banner-signup .title .title2 {
  372. font-size: 14px;
  373. line-height: 1.2;
  374. }
  375. .banner-signup .title .title3{
  376. font-size: 16px;
  377. font-weight: bold;
  378. }
  379. .banner-signup .form_label{
  380. font-size: 14px;
  381. font-weight: bold;
  382. }
  383. .banner-signup .title{
  384. margin-bottom: 20px;
  385. }
  386. .banner-signup .el-input__inner{
  387. height: 40px;
  388. font-size: 14px;
  389. }
  390. .pwd {
  391. word-break: break-word;
  392. }
  393. .Scriptcontent{
  394. margin-bottom: 50px;
  395. }
  396. .banner-signup-btnBox{
  397. display: flex;
  398. flex-wrap: wrap;
  399. }
  400. .banner-signup .sign-btn{
  401. margin-left: 0 !important;
  402. margin-right: 0 !important;
  403. }
  404. .container{
  405. padding: 0;
  406. }
  407. .banner-signup .sign-btn.btn-gradient{
  408. font-size: 14px;
  409. }
  410. #active1{
  411. min-height: 100vh;
  412. }
  413. .areaCode{
  414. width: 50%;
  415. }
  416. }