cus-client-page.scss 40 KB

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