cus-client-page.scss 27 KB

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