cus-client-page.scss 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903
  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. /******** describe: 考试平台 author: TX date:2020-08-12 ********/
  303. .client-exam-page{
  304. /* 网站banner */
  305. .client-exam-banner{
  306. width: 100%;
  307. height: 400px;
  308. background-image: url("~static/images/client/exam/exam-banner-background.png");
  309. background-position-x: center;
  310. /* banner文字区域 */
  311. .exam-banner-container{
  312. width:500px;
  313. display: inline-block;
  314. margin-left: 150px;
  315. h4{@include setFontStyle(40);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  316. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  317. i{width:1px;height:16px;display:inline-block;margin: 0 24px;background: #DFE6FE;vertical-align: middle;}
  318. a{width: 132px;height: 32px;line-height: 32px;display: inline-block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  319. }
  320. }
  321. /* 产品优势 */
  322. .exam-product-advantages{
  323. width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
  324. li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
  325. li:hover{background: #F9FAFF;cursor: default}
  326. img{display: block;margin: 0 auto;}
  327. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
  328. 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);}
  329. }
  330. /* 产品功能 */
  331. .exam-product-function{
  332. background: #F9FAFF;
  333. padding-bottom: 32px;
  334. // ul
  335. .product-function-box{
  336. margin-top: 24px;
  337. li{
  338. width: 50%;display: inline-block;transition: .3s all linear;
  339. div{padding: 24px 32px;margin: 0 32px;}
  340. i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
  341. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
  342. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
  343. }
  344. li:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon1.svg");}}
  345. li:nth-child(2){i{background-image:url("~static/images/client/exam/product-function-icon2.svg");}}
  346. li:nth-child(3){i{background-image:url("~static/images/client/exam/product-function-icon3.svg");}}
  347. li:nth-child(4){i{background-image:url("~static/images/client/exam/product-function-icon4.svg");}}
  348. li:nth-child(5){i{background-image:url("~static/images/client/exam/product-function-icon5.svg");}}
  349. li:nth-child(6){i{background-image:url("~static/images/client/exam/product-function-icon6.svg");}}
  350. li:nth-child(7){i{background-image:url("~static/images/client/exam/product-function-icon7.svg");}}
  351. li:nth-child(8){i{background-image:url("~static/images/client/exam/product-function-icon8.svg");}}
  352. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  353. }
  354. }
  355. /* 产品展示 */
  356. .exam-product-show{
  357. background: #0E1F3C;
  358. h4{color: #fff;}
  359. // 轮播外层容器
  360. .product-show-container{max-width: 1600px;margin: 0 auto;}
  361. .el-carousel{
  362. min-height: 360px;padding: 48px 0 80px;
  363. // 轮播内容区
  364. .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
  365. }
  366. // 后方卡片
  367. .el-carousel__item{
  368. width:560px;
  369. .el-carousel__mask{background: transparent;}
  370. .product-show-carousel{
  371. width:350px;
  372. padding-top: 70px;
  373. margin: 0 auto;
  374. img{width:100%;height: 198px;border-radius: 8px;}
  375. h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
  376. }
  377. }
  378. // 前方卡片(active)
  379. .el-carousel__item.is-active{
  380. width: 560px;
  381. .product-show-carousel{
  382. width: 560px;
  383. padding-top: 0;
  384. img{height: 315px;}
  385. }
  386. }
  387. // 轮播下方进度标签
  388. .el-carousel__indicators--outside{display: none}
  389. }
  390. /* 应用场景 */
  391. .exam-application-scenarios{
  392. background: #F9FAFF;
  393. .application-scenarios-box{padding: 120px 0 80px;margin: 0 -16px;}
  394. li{
  395. width: 33.33%;
  396. display: inline-block;
  397. vertical-align: top;
  398. position: relative;
  399. transition: .3s all linear;
  400. .application-scenarios-img{
  401. width: 116px;
  402. height: 116px;
  403. position: absolute;
  404. top: -70px;
  405. left: 50%;
  406. margin-left: -58px;
  407. background-size: cover;
  408. i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
  409. }
  410. .application-scenarios-content{
  411. padding: 80px 24px 40px;
  412. margin: 0 16px;
  413. background: #FFF;
  414. border-radius: 8px;
  415. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
  416. 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}
  417. }
  418. }
  419. li:hover{
  420. margin-top: -16px;cursor: default;
  421. }
  422. li:nth-child(1){
  423. .application-scenarios-img {
  424. background-image: url("~static/images/client/exam/application-scenarios-img1.svg");
  425. i{top: 48px;left: 42px;background-image: url("~static/images/client/exam/application-scenarios-icon1.svg");animation: 3s scenariosImgUpDown1 linear infinite;}
  426. }
  427. }
  428. li:nth-child(2){
  429. .application-scenarios-img {
  430. background-image: url("~static/images/client/exam/application-scenarios-img2.svg");
  431. i{top: 35px;left: 38px;background-image: url("~static/images/client/exam/application-scenarios-icon2.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
  432. }
  433. }
  434. li:nth-child(3){
  435. .application-scenarios-img {
  436. background-image: url("~static/images/client/exam/application-scenarios-img3.svg");
  437. i{top: 35px;left: 32px;background-image: url("~static/images/client/exam/application-scenarios-icon3.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
  438. }
  439. }
  440. // 应用场景图标动画
  441. @keyframes scenariosImgUpDown1 {
  442. 0%, to {top: 48px;}
  443. 50% {top: 40px;}
  444. }
  445. @keyframes scenariosImgUpDown2 {
  446. 0%, to {top: 35px;}
  447. 50% {top: 28px;}
  448. }
  449. }
  450. }
  451. /******** describe: 培训平台 author: TX date:2020-08-14 ********/
  452. .client-train-page{
  453. /* 网站banner */
  454. .client-train-banner{
  455. width: 100%;
  456. height: 454px;
  457. background-image: url("~static/images/client/train/train-banner-background.png");
  458. background-position-x: center;
  459. /* banner文字区域 */
  460. .train-banner-container{
  461. width:500px;
  462. display: inline-block;
  463. margin-left: 150px;
  464. h4{@include setFontStyle(36);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  465. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  466. a{width: 132px;height: 32px;line-height: 32px;display: inline-block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  467. }
  468. }
  469. /* 产品优势 */
  470. .train-product-advantages{
  471. width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
  472. li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
  473. li:hover{background: #F9FAFF;cursor: default}
  474. img{display: block;margin: 0 auto;}
  475. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
  476. 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);}
  477. }
  478. /* 产品功能 */
  479. .train-product-function{
  480. background: #F9FAFF;
  481. padding-bottom: 32px;
  482. // ul
  483. .product-function-box{
  484. margin-top: 24px;
  485. li{
  486. width: 50%;display: inline-block;transition: .3s all linear;
  487. div{padding: 24px 32px;margin: 0 32px;}
  488. i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
  489. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
  490. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
  491. }
  492. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.svg");}}
  493. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.svg");}}
  494. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.svg");}}
  495. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.svg");}}
  496. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.svg");}}
  497. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.svg");}}
  498. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.svg");}}
  499. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.svg");}}
  500. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  501. }
  502. }
  503. /* 产品展示 */
  504. .train-product-show{
  505. background: #0E1F3C;
  506. h4{color: #fff;}
  507. // 轮播外层容器
  508. .product-show-container{max-width: 1600px;margin: 0 auto;}
  509. .el-carousel{
  510. height: 360px;padding: 48px 0 80px;
  511. // 轮播内容区
  512. .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
  513. }
  514. // 后方卡片
  515. .el-carousel__item{
  516. width:560px;
  517. .el-carousel__mask{background: transparent;}
  518. .product-show-carousel{
  519. width:350px;
  520. padding-top: 70px;
  521. margin: 0 auto;
  522. img{width:100%;height: 198px;border-radius: 8px;}
  523. h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
  524. }
  525. }
  526. // 前方卡片(active)
  527. .el-carousel__item.is-active{
  528. width: 560px;
  529. .product-show-carousel{
  530. width: 560px;
  531. padding-top: 0;
  532. img{height: 315px;}
  533. }
  534. }
  535. // 轮播下方进度标签
  536. .el-carousel__indicators--outside{display: none}
  537. }
  538. /* 应用场景 */
  539. .train-application-scenarios{
  540. background: #F9FAFF;
  541. .application-scenarios-box{height:266px;padding: 120px 0 80px;margin: 0 -16px;}
  542. li{
  543. width: 33.33%;
  544. display: inline-block;
  545. vertical-align: top;
  546. position: relative;
  547. transition: .3s all linear;
  548. .application-scenarios-img{
  549. width: 116px;
  550. height: 116px;
  551. position: absolute;
  552. top: -70px;
  553. left: 50%;
  554. margin-left: -58px;
  555. background-size: cover;
  556. i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
  557. }
  558. .application-scenarios-content{
  559. padding: 80px 24px 40px;
  560. margin: 0 16px;
  561. background: #FFF;
  562. border-radius: 8px;
  563. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
  564. 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}
  565. }
  566. }
  567. li:hover{
  568. margin-top: -16px;cursor: default;
  569. }
  570. li:nth-child(1){
  571. .application-scenarios-img {
  572. background-image: url("~static/images/client/train/application-scenarios-img1.svg");
  573. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon1.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
  574. }
  575. }
  576. li:nth-child(2){
  577. .application-scenarios-img {
  578. background-image: url("~static/images/client/train/application-scenarios-img2.svg");
  579. i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon2.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
  580. }
  581. }
  582. li:nth-child(3){
  583. .application-scenarios-img {
  584. background-image: url("~static/images/client/train/application-scenarios-img3.svg");
  585. i{top: 32px;left: 34px;background-image: url("~static/images/client/train/application-scenarios-icon3.svg");animation: 3s trainScenariosImgUpDown2 linear infinite;}
  586. }
  587. }
  588. // 应用场景图标动画
  589. @keyframes trainScenariosImgUpDown1 {
  590. 0%, to {top: 45px;}
  591. 50% {top: 38px;}
  592. }
  593. @keyframes trainScenariosImgUpDown2 {
  594. 0%, to {top: 32px;}
  595. 50% {top: 25px;}
  596. }
  597. }
  598. }
  599. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  600. .client-course-page{
  601. /* 网站banner */
  602. .client-course-banner{
  603. width: 100%;
  604. height: 400px;
  605. background-image: url("~static/images/client/course/course-banner-background.png");
  606. background-position-x: center;
  607. /* banner文字区域 */
  608. .course-course-container{
  609. width:520px;
  610. display: inline-block;
  611. margin-left: 150px;
  612. h4{@include setFontStyle(36);color: #FFF;letter-spacing: 0;padding-top: 110px;}
  613. p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
  614. a{width: 132px;height: 32px;line-height: 32px;display: block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
  615. }
  616. }
  617. /* 课程定制开发 */
  618. .course-made-box{
  619. padding-bottom: 80px;
  620. .client-container{width: 880px;padding-top: 48px;}
  621. .course-made-content{
  622. display: inline-block;
  623. vertical-align: middle;
  624. margin-right: 56px;
  625. p{width: 455px;@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;margin-bottom: 40px;text-align: justify}
  626. 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);}
  627. }
  628. img{width: 357px;height: 251px;display:inline-block;vertical-align: middle;}
  629. }
  630. /* E-learning课程 */
  631. .course-learn-box{
  632. background: #F9FAFF;
  633. padding-bottom: 80px;
  634. // 申请方案按钮
  635. .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;}
  636. // video列表
  637. .learn-box-list{
  638. margin: 54px -16px 24px;
  639. li{
  640. width: 33.33%;display: inline-block;
  641. a{display: none;}
  642. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  643. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  644. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  645. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  646. img{transition: all 0.5s;}
  647. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  648. }
  649. li span:hover{img{transform: scale(1.1);}}
  650. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  651. }
  652. }
  653. /* 微课程 */
  654. .course-micro-box{background: #FFF;}
  655. }
  656. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  657. .client-aboutUs-page{
  658. // banner
  659. .aboutUs-banner{width: 100%;height: 400px;background-image: url("~static/images/client/aboutUs/aboutUs-banner.png");background-position-x: center;}
  660. // 公司简介
  661. .company-profile-box{
  662. padding-bottom: 80px;
  663. font-size: 0;
  664. .company-profile-left{
  665. width: 480px;
  666. display: inline-block;
  667. margin-right: 48px;
  668. vertical-align: middle;
  669. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;text-align: justify;}
  670. }
  671. .company-profile-right{
  672. width:432px;height:296px;display: inline-block;background: #E8ECFF;border-radius: 8px;text-align: center;vertical-align: middle;
  673. img{margin-top: 12px;}
  674. }
  675. }
  676. // 品牌介绍
  677. .brand-introduction-box{
  678. background: #F9FAFF;
  679. padding-bottom: 80px;
  680. .brand-introduction-content{
  681. width: 806px;
  682. padding: 30px 0;
  683. background: #E8ECFF;
  684. border-radius: 8px;
  685. float: right;
  686. 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;}
  687. img{
  688. display: inline-block;
  689. vertical-align: middle;
  690. margin-left: -126px;
  691. }
  692. }
  693. }
  694. // 企业文化
  695. .corporate-culture-box{
  696. padding-bottom: 80px;
  697. dl{
  698. width: 240px;
  699. display: inline-block;
  700. vertical-align: middle;
  701. margin: 0 162px 0 90px;
  702. dt{
  703. margin-bottom: 16px;
  704. i{width: 14px;height: 14px;display:inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
  705. span{@include setFontStyle(0);color: rgba(0,0,0,0.85);}
  706. }
  707. dd{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 24px;}
  708. }
  709. img{
  710. display: inline-block;vertical-align: middle;
  711. }
  712. }
  713. // 企业发展历程
  714. .enterprise-development-box{
  715. background: #F9FAFF;
  716. .development-left{
  717. float: left;
  718. width: 50%;
  719. text-align: right;
  720. padding-right: 76px;
  721. padding-top: 170px;
  722. box-sizing: border-box;
  723. .development-content{
  724. h4 div{top: -8px;right: -87px;left: auto}
  725. p i{margin-left:16px;}
  726. }
  727. }
  728. .development-right{
  729. width: 50%;
  730. margin-bottom: 80px;
  731. float: right;
  732. padding-left: 76px;
  733. border-left: 1px solid #D1DFFD;
  734. box-sizing: border-box;
  735. .development-content{
  736. h4 div{top: -8px;left: -87px;right: auto}
  737. p i{margin-right:16px;}
  738. }
  739. }
  740. .development-content{
  741. position: relative;
  742. h4{
  743. @include setFontStyle(8);color: rgba(0,0,0,0.85);margin-bottom: 24px;
  744. div{width: 20px;height: 34px;position: absolute;background:#F9FAFF}
  745. span{
  746. width: 18px;
  747. height: 18px;
  748. border: 1px solid #2B5CFD;
  749. display: inline-block;
  750. vertical-align: middle;
  751. border-radius: 50%;
  752. text-align: center;
  753. }
  754. i{
  755. width: 12px;
  756. height: 12px;
  757. display: inline-block;
  758. vertical-align: top;
  759. margin-top: 3px;
  760. background-image: url("~static/images/client/aboutUs/development-content-icon.svg");
  761. }
  762. p{display: inline-block;margin: 0;}
  763. }
  764. p{
  765. margin-bottom: 16px;
  766. 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;}
  767. span{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  768. }
  769. }
  770. .development-content + .development-content {
  771. margin-top: 204px;
  772. }
  773. }
  774. // 联系我们
  775. .contact-us-box{
  776. height: 534px;
  777. padding-top: 80px;
  778. background-image: url("~static/images/client/aboutUs/contact-us-background.png");
  779. .contact-container-box{
  780. color: rgba(255,255,255,0.85);
  781. h4{@include setFontStyle(10);margin-bottom: 32px;}
  782. li{
  783. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  784. span{@include setFontStyle(0);vertical-align: middle;}
  785. p{@include setFontStyle(-4);color: rgba(255,255,255,0.64);line-height: 24px;margin: 20px 0 24px;}
  786. }
  787. li:nth-child(2) {
  788. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  789. }
  790. li:nth-child(3) {
  791. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  792. }
  793. li:nth-child(4) {
  794. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  795. }
  796. li:nth-child(5) {
  797. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  798. }
  799. }
  800. }
  801. }
  802. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  803. .client-newsInfor-page{
  804. // banner
  805. .newsInfor-banner{width: 100%;height: 300px;background-image: url("~static/images/client/newsInfor/newsInfor-banner.png");background-position-x: center;}
  806. // 菜单 ul
  807. .newsInfor-menu-ul{
  808. display: block;
  809. margin: 0 auto;
  810. text-align: center;
  811. background: #F7F9FB;
  812. 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}
  813. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  814. li:hover{
  815. transform: scale(1.1);
  816. }
  817. }
  818. // 页面主要内容区域
  819. .newsInfor-content-box{
  820. min-height: 304px;
  821. padding: 48px 0 80px;
  822. ul{display: inline-block;vertical-align: top}
  823. // 右侧内容区域
  824. .newsInfor-content-ul{
  825. padding: 0 32px;
  826. li{margin-bottom: 40px;}
  827. li:last-child{margin-bottom: 0;}
  828. //图片
  829. img{width:318px;height:178px;display: inline-block;margin-right: 32px;border-radius: 8px;overflow: hidden;vertical-align: top;}
  830. //内容区域
  831. .newsInfor-list-content{
  832. width: calc(100% - 350px);
  833. display: inline-block;
  834. vertical-align: top;
  835. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  836. div{
  837. margin-bottom: 8px;
  838. 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");}
  839. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  840. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  841. }
  842. 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;}
  843. a{@include setFontStyle(-6);color: #4A73FD;}
  844. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  845. a:hover{cursor: pointer;}
  846. }
  847. }
  848. }
  849. }
  850. }