cus-client-page.scss 38 KB

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