cus-client-page.scss 38 KB

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