cus-client-page.scss 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894
  1. @import "../base/utils";
  2. @import "cus-client-common";
  3. @mixin setClientPage() {
  4. /******** describe: 网站首页 author: TX date:2020-07-30 ********/
  5. .client-index-page{
  6. width: 100%;
  7. /* 网站banner */
  8. .client-index-banner{
  9. width: 100%;
  10. height: 480px;
  11. margin-top: 80px;
  12. background-image: url("~static/images/client/index/index-banner-background.png");
  13. background-position-x: center;
  14. .banner-left{
  15. width:500px;
  16. display: inline-block;
  17. h4{@include setFontStyle(40);color: #FFF;letter-spacing: 0;padding-top: 150px;}
  18. p{@include setFontStyle(4);display: inline-block;background: #6D4FFF;border-radius: 24px;color: #FFF;margin: 24px 5px;padding: 6px 40px;}
  19. }
  20. .banner-right{
  21. width: 611px;
  22. height: 432px;
  23. float: right;
  24. margin-top: 48px;
  25. background-image: url("~static/images/client/index/index-banner-img.png");
  26. position: relative;
  27. .banner-tel-box{
  28. width: 284px;
  29. height: 328px;
  30. background-image: url("~static/images/client/index/index-banner-tel.png");
  31. position: absolute;
  32. top: -10px;
  33. left: 140px;
  34. //电视屏幕
  35. img{position: absolute;top: 25px;left: 98px;animation: 5s bannerTel ease infinite;-webkit-animation: 5s bannerTel ease infinite;-moz-animation: 5s bannerTel ease infinite;-o-animation: 5s bannerTel ease infinite;}
  36. //电视屏幕动画效果
  37. @keyframes bannerTel{
  38. from {top: 25px;left: 98px;opacity: 1;}
  39. to {top: 35px;left: 65px;opacity: 0.1;}
  40. }
  41. }
  42. //饼图
  43. .banner-pie{
  44. width: 35px;
  45. height: 31px;
  46. display: block;
  47. position: absolute;
  48. top: 86px;
  49. right: 62px;
  50. background-image: url("~static/images/client/index/index-banner-pie.png");
  51. animation: 5s webPie ease infinite;-webkit-animation: 5s webPie ease infinite;-moz-animation: 5s webPie ease infinite;-o-animation: 5s webPie ease infinite;
  52. }
  53. //饼图动画效果
  54. @keyframes webPie {
  55. from {top: 86px;opacity: 1;}
  56. to {top: 50px;opacity: 0;transform: scale(1.3);}
  57. }
  58. //漂浮小圆点
  59. .banner-i-run i{
  60. width: 16px;
  61. height: 16px;
  62. display: block;
  63. position: absolute;
  64. background:#51E2F4;
  65. border-radius: 50%;
  66. bottom: 150px;
  67. left: 80px;
  68. opacity: 0;
  69. }
  70. .banner-i-run i:nth-child(1){animation: 5s bannerRunI1 ease infinite;-webkit-animation: 5s bannerRunI1 ease infinite;-moz-animation: 10s bannerRunI1 ease infinite;-o-animation: 5s bannerRunI1 ease infinite;}
  71. .banner-i-run i:nth-child(2){width:8px;height:8px;bottom: 240px;left: 50px;opacity: 0;animation: 5s bannerRunI2 ease 2s infinite;-webkit-animation: 5s bannerRunI2 ease 2s infinite;-moz-animation: 5s bannerRunI2 ease infinite;-o-animation: 5s bannerRunI2 ease infinite;}
  72. .banner-i-run i:nth-child(3){width:7px;height:7px;bottom: 220px;left: 110px;opacity: 0;animation: 5s bannerRunI3 ease 3s infinite;-webkit-animation: 5s bannerRunI3 ease 3s infinite;-moz-animation: 5s bannerRunI3 ease infinite;-o-animation: 5s bannerRunI3 ease infinite;}
  73. .banner-i-run i:nth-child(4){width:9px;height:9px;bottom: 300px;left: 130px;opacity: 0;animation: 5s bannerRunI4 ease 4s infinite;-webkit-animation: 5s bannerRunI4 ease 4s infinite;-moz-animation: 5s bannerRunI4 ease infinite;-o-animation: 5s bannerRunI4 ease infinite;}
  74. .banner-i-run i:nth-child(5){width:6px;height:6px;bottom: 310px;left: 70px;opacity: 0;animation: 5s bannerRunI5 ease 5s infinite;-webkit-animation: 5s bannerRunI5 ease 5s infinite;-moz-animation: 5s bannerRunI5 ease infinite;-o-animation: 5s bannerRunI5 ease infinite;}
  75. @keyframes bannerRunI1 {
  76. 0%{bottom: 150px;opacity: 1;}
  77. 100%{bottom: 240px;opacity: 0;left: 70px;}
  78. }
  79. @keyframes bannerRunI2 {
  80. //0%{opacity: 0.5;}
  81. 0%{opacity: 0;}
  82. 5%{bottom: 240px;opacity: 0.7;}
  83. 100%{bottom: 410px;opacity: 0;left: 40px;}
  84. }
  85. @keyframes bannerRunI3 {
  86. 0%{opacity: 0;}
  87. 5%{bottom: 220px;opacity: 0.8;}
  88. 100%{bottom: 380px;opacity: 0;left: 130px}
  89. }
  90. @keyframes bannerRunI4 {
  91. 0%{opacity: 0;}
  92. 5%{bottom: 300px;opacity: 0.8;}
  93. 70%{bottom: 400px;opacity: 0;left: 160px}
  94. }
  95. @keyframes bannerRunI5 {
  96. 0%{opacity: 0;}
  97. 5%{bottom: 310px;opacity: 0.6;}
  98. 100%{bottom: 420px;opacity: 0;left: 110px}
  99. }
  100. }
  101. }
  102. /* 认识我们*/
  103. .client-link-box{
  104. background: #F7F9FB;
  105. li{
  106. width: 25%;display: inline-block;padding:24px;border-right: 2px solid #FFF;box-sizing: border-box;transition: 0.3s;
  107. //左侧图片区域
  108. .link-left{
  109. width: 60px;height: 60px;float: left;background-image: url("~static/images/client/index/index-linkLeft-bg.png");text-align:center;transition: 0.3s;
  110. img{display: inline-block;margin-top: 18px;}
  111. }
  112. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 74px;}
  113. p{@include setFontStyle(-6);height:48px;color: rgba(0,0,0,0.65);line-height: 22px;margin-left:74px;@include multi-line-ellipsis(2);}
  114. }
  115. li:last-child{border-right: 0;}
  116. li:hover{
  117. background: #F3F3F3;
  118. cursor: pointer;
  119. //左侧图片区域
  120. .link-left{background-image: url("~static/images/client/index/index-linkLeft-bg-a.png");}
  121. h5{color: #2B5CFD}
  122. }
  123. }
  124. /* 产品和服务 */
  125. .products-services-box{
  126. padding: 136px 0 32px;
  127. margin: 0 -29px;
  128. li{
  129. width: 33.33%;
  130. display: inline-block;
  131. vertical-align: top;
  132. position: relative;
  133. //头部图片
  134. .products-services-img{
  135. width: 96px;
  136. height: 120px;
  137. position: absolute;
  138. top: -80px;
  139. left: 50%;
  140. margin-left: -48px;
  141. transition: .3s all linear;
  142. i{
  143. display: block;
  144. position: absolute;
  145. }
  146. }
  147. //内容区域
  148. .products-services-content{
  149. padding: 66px 42px 32px;
  150. transition: .3s all linear;
  151. margin: 0 29px;
  152. @include setFontStyle(-6);
  153. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
  154. p{line-height: 22px;color: rgba(0,0,0,0.65);margin-bottom: 32px;text-align: justify;min-height: 136px;@include multi-line-ellipsis(6);max-height: 136px}
  155. a{width: 120px;height: 32px;line-height: 32px;opacity:0;margin: 0 auto;}
  156. }
  157. }
  158. li:nth-child(1){
  159. .products-services-img{
  160. background-image: url("~static/images/client/index/index-products-kaoshi.png");
  161. i{width:38px;height:28px;top: 28px;left: 35px;background-image: url("~static/images/client/index/index-products-kaoshi-icon.svg");animation: 3s servicesImgUpDown linear infinite;}
  162. }
  163. }
  164. li:nth-child(2){
  165. .products-services-img{
  166. background-image: url("~static/images/client/index/index-products-peixun.png");
  167. i{width:21px;height:32px;top: 18px;left: 42px;background-image: url("~static/images/client/index/index-products-peixun-icon.svg");animation: 3s servicesImgUpDown2 linear infinite;}
  168. }
  169. }
  170. li:nth-child(3){
  171. .products-services-img{
  172. background-image: url("~static/images/client/index/index-products-kejian.png");
  173. i{width:34px;height:33px;top: 25px;left: 25px;background-image: url("~static/images/client/index/index-products-kejian-icon.svg");transform:rotate(0);animation: 4s servicesImgRotate linear infinite;}
  174. }
  175. }
  176. //小图标动画效果
  177. //饼图动画效果
  178. @keyframes servicesImgUpDown {
  179. 0%, to {top: 28px}
  180. 50% {top: 38px;}
  181. }
  182. @keyframes servicesImgUpDown2 {
  183. 0%, to {top: 18px}
  184. 50% {top: 28px;}
  185. }
  186. @keyframes servicesImgRotate{
  187. from {transform:rotate(0);}
  188. to {transform:rotate(360deg);}
  189. }
  190. // li-鼠标悬浮效果
  191. li:hover{
  192. //头部图片
  193. .products-services-img{top: -90px;}
  194. //内容区域
  195. .products-services-content{
  196. cursor: default;
  197. box-shadow: 0 4px 8px 0 rgba(214,214,214,0.76);
  198. border-radius: 8px;
  199. a{opacity: 1;}
  200. }
  201. }
  202. }
  203. /* 行业学习需求 */
  204. .client-demand-box{
  205. background: #F9FAFF;
  206. padding-bottom: 80px;
  207. // 行业ul
  208. .industry-box{
  209. margin-top: 10px;
  210. li{
  211. width: 25%;display: inline-block;margin-top: 38px;height: 112px;overflow: hidden;
  212. img{margin: 0 auto;display: block;transition: all .2s linear;}
  213. div{transition: all .25s linear;text-align: center;}
  214. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 18px 0 10px;}
  215. p{@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;margin: 0 8px 8px;min-height: 48px;@include multi-line-ellipsis(2);max-height: 48px;}
  216. a{@include setFontStyle(-6);display: block;color: #2B5CFD;margin: 0 auto;transition: .3s all linear;}
  217. }
  218. a:hover{cursor: pointer;color: #2249C9;}
  219. li:hover:not(:last-child) {
  220. img{opacity: 0;transform: translateY(10px);}
  221. div{margin-top: -147px}
  222. h5{@include setFontStyle(-2);margin-top: 90px;}
  223. }
  224. li:last-child:hover{
  225. cursor: pointer;
  226. }
  227. }
  228. }
  229. /* 超过10万家客户的信任之选 */
  230. .client-customer-box{
  231. .customer-img-box{
  232. padding-bottom: 80px;
  233. li{
  234. width: 20%;
  235. display: inline-block;
  236. }
  237. img{margin: 48px 30px 0;transition: all 0.5s;}
  238. li:hover{
  239. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 8px}
  240. }
  241. }
  242. }
  243. /* 我们始终专注教育系统研发更懂用户需求 */
  244. .client-cert-box{
  245. background: #F9FAFF;
  246. padding-bottom: 80px;
  247. .cert-img-box{
  248. display: flex;
  249. justify-content: space-between;
  250. margin: 48px 0;
  251. span{display:block;background: #E8ECFF;border-radius: 8px;padding:10px;overflow: hidden;}
  252. img{width: 180px;height:260px;transition: all 0.5s;}
  253. img:hover{transform: scale(1.14);}
  254. }
  255. a{width:238px;height:40px;line-height: 40px;margin: 40px auto 0;}
  256. }
  257. /* 为什么选择我们 */
  258. .client-chose-box{
  259. padding-bottom: 80px;
  260. .chose-img-box{
  261. margin: 0 -70px;
  262. li{
  263. width: 25%;display: inline-block;
  264. div{width: 190px;height: 190px;border-radius:50%;position:relative;margin: 48px auto 24px;transition: all 0.3s;background-size: cover}
  265. i{width: 62px;height: 62px;position: absolute;top: 63px;left: 45px;background-size: cover;}
  266. h5{@include setFontStyle(-2);text-align: center;color: rgba(0,0,0,0.85);}
  267. }
  268. li:nth-child(1){
  269. div{background-image: url("~static/images/client/index/index-chose-service.png");}
  270. i{background-image: url("~static/images/client/index/index-chose-service-icon.svg");animation: 3s choseImgUpDown1 linear infinite;}
  271. }
  272. li:nth-child(2){
  273. div{background-image: url("~static/images/client/index/index-chose-system.png");}
  274. i{background-image: url("~static/images/client/index/index-chose-system-icon.svg");top: 30px;left: 50px;animation: 3s choseImgUpDown2 linear infinite;}
  275. }
  276. li:nth-child(3){
  277. div{background-image: url("~static/images/client/index/index-chose-tech.png");}
  278. i{background-image: url("~static/images/client/index/index-chose-tech-icon.svg");animation: 3s choseImgUpDown1 linear infinite;}
  279. }
  280. li:nth-child(4){
  281. div{background-image: url("~static/images/client/index/index-chose-operate.png");}
  282. i{background-image: url("~static/images/client/index/index-chose-operate-icon.svg");animation: 3s choseImgUpDown3 linear infinite;}
  283. }
  284. li:hover{
  285. div{box-shadow: 0 3px 9px rgba(43, 92, 253,0.25);transform: translateY(-10px);cursor: pointer;}
  286. h5{color: #2B5CFD;}
  287. }
  288. //选择我们动画效果
  289. @keyframes choseImgUpDown1 {
  290. 0%, to {top: 65px;}
  291. 50% {top: 55px;}
  292. }
  293. @keyframes choseImgUpDown2 {
  294. 0%, to {top: 30px;}
  295. 50% {top: 40px;}
  296. }
  297. @keyframes choseImgUpDown3 {
  298. 0%, to {top: 40px;}
  299. 50% {top: 50px;}
  300. }
  301. }
  302. }
  303. /* 新闻资讯 */
  304. .client-industry-information{
  305. background-image: url("~static/images/client/index/index-industry-bg.png");
  306. background-position: center;
  307. padding-bottom: 80px;
  308. // 标题
  309. .client-title{
  310. color: #fff;
  311. }
  312. // 轮播组件
  313. .el-carousel{
  314. margin-top: 40px;
  315. .el-carousel__container{
  316. height: 360px;
  317. }
  318. }
  319. .el-carousel__item{
  320. background: #FFFFFF;
  321. border-radius: 8px;
  322. .industry-img-box{
  323. width: 25%;
  324. height: 360px;
  325. background-repeat: no-repeat;
  326. background-size: cover;
  327. background-position: center;
  328. transition: 0.3s;
  329. float: left;
  330. }
  331. .industry-content-box{
  332. margin-left: 25%;
  333. padding:32px;
  334. height: inherit;
  335. box-sizing: border-box;
  336. position: relative;
  337. h5{@include setFontStyle(2);color: rgba(0,0,0,0.85);margin-bottom: 16px;@include multi-line-ellipsis(2);line-height: 30px;max-height: 60px;}
  338. p{@include setFontStyle(-4);color: rgba(0,0,0,0.64);line-height: 24px;@include multi-line-ellipsis(6);margin-bottom: 24px;max-height: 144px;}
  339. a{width: 132px;height: 32px;line-height:32px;position: absolute;bottom: 32px;}
  340. }
  341. }
  342. .el-carousel__item.is-active{
  343. height: 350px;
  344. //box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);
  345. box-shadow: 0 2px 8px 0 rgba(146, 143, 143, 0.76);
  346. .industry-img-box{width: 50%;}
  347. .industry-content-box{
  348. margin-left: 50%;
  349. }
  350. }
  351. //指示器
  352. .el-carousel__indicators{display: none}
  353. }
  354. }
  355. /******** describe: 考试平台 author: TX date:2020-08-12 ********/
  356. .client-exam-page{
  357. /* 网站banner */
  358. .client-exam-banner{
  359. width: 100%;
  360. height: 400px;
  361. background-image: url("~static/images/client/exam/exam-banner-background.png");
  362. background-position-x: center;
  363. /* banner文字区域 */
  364. .exam-banner-container{
  365. width:500px;
  366. display: inline-block;
  367. margin-left: 150px;
  368. h4{@include setFontStyle(40);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  369. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  370. i{width:1px;height:16px;display:inline-block;margin: 0 24px;background: #DFE6FE;vertical-align: middle;}
  371. a{width: 132px;height: 32px;line-height: 32px;display: block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  372. }
  373. }
  374. /* 产品优势 */
  375. .exam-product-advantages{
  376. width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
  377. li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
  378. li:hover{background: #F9FAFF;cursor: default}
  379. img{display: block;margin: 0 auto;}
  380. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
  381. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);padding:0 24px;margin-bottom: 21px;text-align: center;@include multi-line-ellipsis(3);}
  382. }
  383. /* 产品功能 */
  384. .exam-product-function{
  385. background: #F9FAFF;
  386. padding-bottom: 32px;
  387. // ul
  388. .product-function-box{
  389. margin-top: 24px;
  390. li{
  391. width: 50%;display: inline-block;transition: .3s all linear;
  392. div{padding: 24px 32px;margin: 0 32px;}
  393. i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
  394. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
  395. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
  396. }
  397. li:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon1.svg");}}
  398. li:nth-child(2){i{background-image:url("~static/images/client/exam/product-function-icon2.svg");}}
  399. li:nth-child(3){i{background-image:url("~static/images/client/exam/product-function-icon3.svg");}}
  400. li:nth-child(4){i{background-image:url("~static/images/client/exam/product-function-icon4.svg");}}
  401. li:nth-child(5){i{background-image:url("~static/images/client/exam/product-function-icon5.svg");}}
  402. li:nth-child(6){i{background-image:url("~static/images/client/exam/product-function-icon6.svg");}}
  403. li:nth-child(7){i{background-image:url("~static/images/client/exam/product-function-icon7.svg");}}
  404. li:nth-child(8){i{background-image:url("~static/images/client/exam/product-function-icon8.svg");}}
  405. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  406. }
  407. }
  408. /* 产品展示 */
  409. .exam-product-show{
  410. background: #0E1F3C;
  411. h4{color: #fff;}
  412. // 轮播外层容器
  413. .product-show-container{max-width: 1600px;margin: 0 auto;}
  414. .el-carousel{
  415. min-height: 360px;padding: 48px 0 80px;
  416. // 轮播内容区
  417. .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
  418. }
  419. // 后方卡片
  420. .el-carousel__item{
  421. width:560px;
  422. .el-carousel__mask{background: transparent;}
  423. .product-show-carousel{
  424. width:350px;
  425. padding-top: 70px;
  426. margin: 0 auto;
  427. img{width:100%;height: 198px;border-radius: 8px;}
  428. h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
  429. }
  430. }
  431. // 前方卡片(active)
  432. .el-carousel__item.is-active{
  433. width: 560px;
  434. .product-show-carousel{
  435. width: 560px;
  436. padding-top: 0;
  437. img{height: 315px;}
  438. }
  439. }
  440. // 轮播下方进度标签
  441. .el-carousel__indicators--outside{display: none}
  442. }
  443. /* 应用场景 */
  444. .exam-application-scenarios{
  445. background: #F9FAFF;
  446. .application-scenarios-box{padding: 120px 0 80px;margin: 0 -16px;}
  447. li{
  448. width: 33.33%;
  449. display: inline-block;
  450. vertical-align: top;
  451. position: relative;
  452. transition: .3s all linear;
  453. .application-scenarios-img{
  454. width: 116px;
  455. height: 116px;
  456. position: absolute;
  457. top: -70px;
  458. left: 50%;
  459. margin-left: -58px;
  460. background-size: cover;
  461. i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
  462. }
  463. .application-scenarios-content{
  464. padding: 80px 24px 40px;
  465. margin: 0 16px;
  466. background: #FFF;
  467. border-radius: 8px;
  468. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
  469. p{@include setFontStyle(-6);line-height: 22px;color: rgba(0,0,0,0.65);text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
  470. }
  471. }
  472. li:hover{
  473. margin-top: -16px;cursor: default;
  474. }
  475. li:nth-child(1){
  476. .application-scenarios-img {
  477. background-image: url("~static/images/client/exam/application-scenarios-img1.svg");
  478. i{top: 48px;left: 42px;background-image: url("~static/images/client/exam/application-scenarios-icon1.svg");animation: 3s scenariosImgUpDown1 linear infinite;}
  479. }
  480. }
  481. li:nth-child(2){
  482. .application-scenarios-img {
  483. background-image: url("~static/images/client/exam/application-scenarios-img2.svg");
  484. i{top: 35px;left: 38px;background-image: url("~static/images/client/exam/application-scenarios-icon2.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
  485. }
  486. }
  487. li:nth-child(3){
  488. .application-scenarios-img {
  489. background-image: url("~static/images/client/exam/application-scenarios-img3.svg");
  490. i{top: 35px;left: 32px;background-image: url("~static/images/client/exam/application-scenarios-icon3.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
  491. }
  492. }
  493. // 应用场景图标动画
  494. @keyframes scenariosImgUpDown1 {
  495. 0%, to {top: 48px;}
  496. 50% {top: 40px;}
  497. }
  498. @keyframes scenariosImgUpDown2 {
  499. 0%, to {top: 35px;}
  500. 50% {top: 28px;}
  501. }
  502. }
  503. }
  504. /******** describe: 培训平台 author: TX date:2020-08-14 ********/
  505. .client-train-page{
  506. /* 网站banner */
  507. .client-train-banner{
  508. width: 100%;
  509. height: 454px;
  510. background-image: url("~static/images/client/train/train-banner-background.png");
  511. background-position-x: center;
  512. /* banner文字区域 */
  513. .train-banner-container{
  514. width:500px;
  515. display: inline-block;
  516. margin-left: 150px;
  517. h4{@include setFontStyle(36);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  518. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  519. a{width: 132px;height: 32px;line-height: 32px;display: block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  520. }
  521. }
  522. /* 产品优势 */
  523. .train-product-advantages{
  524. width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
  525. li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
  526. li:hover{background: #F9FAFF;cursor: default}
  527. img{display: block;margin: 0 auto;}
  528. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
  529. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);padding:0 24px;margin-bottom: 21px;text-align: center;@include multi-line-ellipsis(3);}
  530. }
  531. /* 产品功能 */
  532. .train-product-function{
  533. background: #F9FAFF;
  534. padding-bottom: 32px;
  535. // ul
  536. .product-function-box{
  537. margin-top: 24px;
  538. li{
  539. width: 50%;display: inline-block;transition: .3s all linear;
  540. div{padding: 24px 32px;margin: 0 32px;}
  541. i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
  542. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
  543. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
  544. }
  545. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.svg");}}
  546. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.svg");}}
  547. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.svg");}}
  548. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.svg");}}
  549. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.svg");}}
  550. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.svg");}}
  551. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.svg");}}
  552. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.svg");}}
  553. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  554. }
  555. }
  556. /* 产品展示 */
  557. .train-product-show{
  558. background: #0E1F3C;
  559. h4{color: #fff;}
  560. // 轮播外层容器
  561. .product-show-container{max-width: 1600px;margin: 0 auto;}
  562. .el-carousel{
  563. height: 360px;padding: 48px 0 80px;
  564. // 轮播内容区
  565. .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
  566. }
  567. // 后方卡片
  568. .el-carousel__item{
  569. width:560px;
  570. .el-carousel__mask{background: transparent;}
  571. .product-show-carousel{
  572. width:350px;
  573. padding-top: 70px;
  574. margin: 0 auto;
  575. img{width:100%;height: 198px;border-radius: 8px;}
  576. h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
  577. }
  578. }
  579. // 前方卡片(active)
  580. .el-carousel__item.is-active{
  581. width: 560px;
  582. .product-show-carousel{
  583. width: 560px;
  584. padding-top: 0;
  585. img{height: 315px;}
  586. }
  587. }
  588. // 轮播下方进度标签
  589. .el-carousel__indicators--outside{display: none}
  590. }
  591. /* 应用场景 */
  592. .train-application-scenarios{
  593. background: #F9FAFF;
  594. .application-scenarios-box{height:266px;padding: 120px 0 80px;margin: 0 -16px;}
  595. li{
  596. width: 33.33%;
  597. display: inline-block;
  598. vertical-align: top;
  599. position: relative;
  600. transition: .3s all linear;
  601. .application-scenarios-img{
  602. width: 116px;
  603. height: 116px;
  604. position: absolute;
  605. top: -70px;
  606. left: 50%;
  607. margin-left: -58px;
  608. background-size: cover;
  609. i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
  610. }
  611. .application-scenarios-content{
  612. padding: 80px 24px 40px;
  613. margin: 0 16px;
  614. background: #FFF;
  615. border-radius: 8px;
  616. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
  617. p{@include setFontStyle(-6);line-height: 22px;color: rgba(0,0,0,0.65);text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
  618. }
  619. }
  620. li:hover{
  621. margin-top: -16px;cursor: default;
  622. }
  623. li:nth-child(1){
  624. .application-scenarios-img {
  625. background-image: url("~static/images/client/train/application-scenarios-img1.svg");
  626. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon1.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
  627. }
  628. }
  629. li:nth-child(2){
  630. .application-scenarios-img {
  631. background-image: url("~static/images/client/train/application-scenarios-img2.svg");
  632. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon2.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
  633. }
  634. }
  635. li:nth-child(3){
  636. .application-scenarios-img {
  637. background-image: url("~static/images/client/train/application-scenarios-img3.svg");
  638. i{top: 32px;left: 34px;background-image: url("~static/images/client/train/application-scenarios-icon3.svg");animation: 3s trainScenariosImgUpDown2 linear infinite;}
  639. }
  640. }
  641. // 应用场景图标动画
  642. @keyframes trainScenariosImgUpDown1 {
  643. 0%, to {top: 45px;}
  644. 50% {top: 38px;}
  645. }
  646. @keyframes trainScenariosImgUpDown2 {
  647. 0%, to {top: 32px;}
  648. 50% {top: 25px;}
  649. }
  650. }
  651. }
  652. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  653. .client-aboutUs-page{
  654. // banner
  655. .aboutUs-banner{width: 100%;height: 400px;background-image: url("~static/images/client/aboutUs/aboutUs-banner.png");background-position-x: center;}
  656. // 公司简介
  657. .company-profile-box{
  658. padding-bottom: 80px;
  659. font-size: 0;
  660. .company-profile-left{
  661. width: 480px;
  662. display: inline-block;
  663. margin-right: 48px;
  664. vertical-align: middle;
  665. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;text-align: justify;}
  666. }
  667. .company-profile-right{
  668. width:432px;height:296px;display: inline-block;background: #E8ECFF;border-radius: 8px;text-align: center;vertical-align: middle;
  669. img{margin-top: 12px;}
  670. }
  671. }
  672. // 品牌介绍
  673. .brand-introduction-box{
  674. background: #F9FAFF;
  675. padding-bottom: 80px;
  676. .brand-introduction-content{
  677. width: 806px;
  678. padding: 30px 0;
  679. background: #E8ECFF;
  680. border-radius: 8px;
  681. float: right;
  682. span{width: 570px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;display: inline-block;vertical-align: middle;padding-left: 60px;text-align: justify;}
  683. img{
  684. display: inline-block;
  685. vertical-align: middle;
  686. margin-left: -126px;
  687. }
  688. }
  689. }
  690. // 企业文化
  691. .corporate-culture-box{
  692. padding-bottom: 80px;
  693. dl{
  694. width: 240px;
  695. display: inline-block;
  696. vertical-align: middle;
  697. margin: 0 162px 0 90px;
  698. dt{
  699. margin-bottom: 16px;
  700. i{width: 14px;height: 14px;display:inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
  701. span{@include setFontStyle(0);color: rgba(0,0,0,0.85);}
  702. }
  703. dd{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 24px;}
  704. }
  705. img{
  706. display: inline-block;vertical-align: middle;
  707. }
  708. }
  709. // 企业发展历程
  710. .enterprise-development-box{
  711. background: #F9FAFF;
  712. .development-left{
  713. float: left;
  714. width: 50%;
  715. text-align: right;
  716. padding-right: 76px;
  717. padding-top: 170px;
  718. box-sizing: border-box;
  719. .development-content{
  720. h4 div{top: -8px;right: -87px;left: auto}
  721. p i{margin-left:16px;}
  722. }
  723. }
  724. .development-right{
  725. width: 50%;
  726. margin-bottom: 80px;
  727. float: right;
  728. padding-left: 76px;
  729. border-left: 1px solid #D1DFFD;
  730. box-sizing: border-box;
  731. .development-content{
  732. h4 div{top: -8px;left: -87px;right: auto}
  733. p i{margin-right:16px;}
  734. }
  735. }
  736. .development-content{
  737. position: relative;
  738. h4{
  739. @include setFontStyle(8);color: rgba(0,0,0,0.85);margin-bottom: 24px;
  740. div{width: 20px;height: 34px;position: absolute;background:#F9FAFF}
  741. span{
  742. width: 18px;
  743. height: 18px;
  744. border: 1px solid #2B5CFD;
  745. display: inline-block;
  746. vertical-align: middle;
  747. border-radius: 50%;
  748. text-align: center;
  749. }
  750. i{
  751. width: 12px;
  752. height: 12px;
  753. display: inline-block;
  754. vertical-align: top;
  755. margin-top: 3px;
  756. background-image: url("~static/images/client/aboutUs/development-content-icon.svg");
  757. }
  758. p{display: inline-block;margin: 0;}
  759. }
  760. p{
  761. margin-bottom: 16px;
  762. i{width: 36px;height:24px;line-height:24px;display: inline-block;text-align: center;@include setFontStyle(-6);color: rgba(0,0,0,0.65);background: rgba(121,152,255,0.26);border: 1px solid #7998FF;border-radius: 4px;font-style: normal;}
  763. span{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  764. }
  765. }
  766. .development-content + .development-content {
  767. margin-top: 204px;
  768. }
  769. }
  770. // 联系我们
  771. .contact-us-box{
  772. height: 534px;
  773. padding-top: 80px;
  774. background-image: url("~static/images/client/aboutUs/contact-us-background.png");
  775. .contact-container-box{
  776. color: rgba(255,255,255,0.85);
  777. h4{@include setFontStyle(10);margin-bottom: 32px;}
  778. li{
  779. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  780. span{@include setFontStyle(0);vertical-align: middle;}
  781. p{@include setFontStyle(-4);color: rgba(255,255,255,0.64);line-height: 24px;margin: 20px 0 24px;}
  782. }
  783. li:nth-child(2) {
  784. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  785. }
  786. li:nth-child(3) {
  787. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  788. }
  789. li:nth-child(4) {
  790. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  791. }
  792. li:nth-child(5) {
  793. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  794. }
  795. }
  796. }
  797. }
  798. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  799. .client-newsInfor-page{
  800. // banner
  801. .newsInfor-banner{width: 100%;height: 300px;background-image: url("~static/images/client/newsInfor/newsInfor-banner.png");background-position-x: center;}
  802. // 菜单 ul
  803. .newsInfor-menu-ul{
  804. display: block;
  805. margin: 0 auto;
  806. text-align: center;
  807. background: #F7F9FB;
  808. li{display: inline-block;@include setFontStyle(-2);padding:24px 32px;color: rgba(0,0,0,0.64);background: #F7F9FB;transition: all .3s;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);border-bottom: 1px solid rgba(52, 99, 253, 0.08);@include single-line-ellipsis;cursor: pointer}
  809. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  810. li:hover{
  811. transform: scale(1.1);
  812. }
  813. }
  814. // 页面主要内容区域
  815. .newsInfor-content-box{
  816. min-height: 304px;
  817. padding: 48px 0 80px;
  818. ul{display: inline-block;vertical-align: top}
  819. // 右侧内容区域
  820. .newsInfor-content-ul{
  821. padding: 0 32px;
  822. li{margin-bottom: 40px;}
  823. li:last-child{margin-bottom: 0;}
  824. //图片
  825. img{width:318px;height:178px;display: inline-block;margin-right: 32px;border-radius: 8px;overflow: hidden;vertical-align: top;}
  826. //内容区域
  827. .newsInfor-list-content{
  828. width: calc(100% - 350px);
  829. display: inline-block;
  830. vertical-align: top;
  831. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  832. div{
  833. margin-bottom: 8px;
  834. i{width: 20px;height: 20px;display: inline-block;margin-right: 14px;vertical-align: middle;background-image: url("~static/images/client/newsInfor/newsInfor-details-time.svg");}
  835. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  836. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  837. }
  838. p{height: 72px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 32px;text-align: justify;@include multi-line-ellipsis(3);overflow: hidden;}
  839. a{@include setFontStyle(-6);color: #4A73FD;}
  840. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  841. a:hover{cursor: pointer;}
  842. }
  843. }
  844. }
  845. }
  846. }