cus-client-page.scss 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929
  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: 395px;
  11. background-color:#031073;
  12. background-image: url("~static/images/client/index/index-banner-background.png");
  13. background-position-x: center;
  14. background-repeat: no-repeat;
  15. }
  16. /* banner-box */
  17. .client-banner-box{
  18. .el-carousel__container{height: 395px;}
  19. .el-carousel__item{
  20. .index-carousel-box{width:100%;height: 395px;display: block;background-position: center;background-repeat: no-repeat;background-color: #010619;}
  21. }
  22. }
  23. /* 发展历程*/
  24. .client-company-history{
  25. background:#f8f8f8;
  26. li{
  27. width: 25%;display: inline-block;text-align: center;
  28. div{border-right:2px solid #e5e5e5;margin: 24px 0;}
  29. p{@include setFontStyle(16);margin-bottom: 16px;color: #333;}
  30. span{@include setFontStyle(6);}
  31. h4{@include setFontStyle(-4);color: #666;}
  32. }
  33. li:last-child div{border-right: 0;}
  34. }
  35. /* 产品和服务 */
  36. .client-products-services{
  37. .client-title{
  38. margin-bottom: 48px;
  39. }
  40. }
  41. /* 行业学习需求 */
  42. .client-demand-box{
  43. background: #f5f5f5;
  44. padding-bottom: 80px;
  45. min-height: 720px;
  46. //tab
  47. .demand-box-tab{
  48. margin-top: 30px;
  49. .el-tabs__item{width:124px;height: 40px;line-height: 40px;border-radius: 4px;border: 1px solid #3e7ee7;@include setFontStyle(-4);color: #3e7ee7;padding: 0;text-align: center;margin: 0 12px 32px;}
  50. .el-tabs__item.is-active{background-color:#3e7ee7;color: #fff;position: relative}
  51. .el-tabs__item.is-active:after{ width: 0; height: 0; content: "";display: inline-block;border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 20px solid #3e7ee7;
  52. position: absolute;bottom: -33px;left: 50%;margin-left: -8px;}
  53. // 免费试用按钮
  54. .client-default-Btn{width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;}
  55. }
  56. //覆盖饿了么样式
  57. .el-tabs__header{margin: 0 0 48px;}
  58. .demand-box-tab.el-tabs--card>.el-tabs__header{border: 0}
  59. .demand-box-tab.el-tabs--card>.el-tabs__header .el-tabs__nav{margin: 0 auto;border-color: #ccc;border-bottom: 1px dotted #6c9ce1;border-right:0;border-left:0;border-top:0;border-radius: 0;}
  60. .demand-box-tab .el-tabs__nav-scroll{text-align: center;}
  61. .demand-box-tab .el-tabs__nav{float: none;}
  62. // 考试ul
  63. .demand-tab-list{
  64. margin: 0 -18px;
  65. li{
  66. width: 33.33%;display: inline-block;position: relative;margin-bottom: 24px;overflow: hidden;
  67. // 内容区域
  68. .demand-content-box{height: 300px;margin: 0 18px;background-color: #fff;background-repeat: no-repeat;background-position: 5px 5px;}
  69. //图片区域
  70. .demand-img-box{
  71. position: absolute;
  72. top: 90px;
  73. left: 50%;
  74. margin-left: -50px;
  75. i{width: 100px;height: 100px;display:block;margin-bottom: 24px;background-repeat: no-repeat;background-size: cover;}
  76. h4{@include setFontStyle(-2);color: #272727;text-align: center;}
  77. }
  78. // 蒙版
  79. .demand-mask-box{
  80. position: absolute;
  81. top: 300px;
  82. padding: 20px;
  83. background:rgba(66,66,66,0.65);
  84. transition: 0.5s;
  85. margin: 0 18px;
  86. color: #fff;
  87. h4{
  88. @include setFontStyle(0);margin-bottom: 24px;text-align: center;
  89. >a{float: right;display: none;}
  90. }
  91. p{max-height: 100px;overflow: hidden;@include setFontStyle(-6);line-height: 24px;margin-bottom: 16px;@include multi-line-ellipsis(4);text-align: justify; }
  92. span{@include setFontStyle(-6);color: #fff;}
  93. 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");}
  94. }
  95. // 图标div
  96. .demand-icon-box{
  97. padding: 16px 0;
  98. border-top: 1px solid #fff;
  99. a{margin-right: 8px}
  100. a:last-child{margin-right: 0;}
  101. img{width: 77px;height: 77px;}
  102. }
  103. }
  104. li:nth-child(1){
  105. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic1.png");}}
  106. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img1.png");}
  107. }
  108. li:nth-child(2){
  109. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic2.png");}}
  110. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img2.png");}
  111. }
  112. li:nth-child(3){
  113. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic3.png");}}
  114. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img3.png");}
  115. }
  116. li:nth-child(4){
  117. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic4.png");}}
  118. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img4.png");}
  119. }
  120. li:nth-child(5){
  121. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic5.png");}}
  122. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img5.png");}
  123. }
  124. li:nth-child(6){
  125. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic6.png");}}
  126. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img6.png");}
  127. }
  128. li:hover{
  129. // 蒙版
  130. .demand-mask-box{
  131. top:0;
  132. h4{
  133. text-align: left;
  134. >a{display: inline-block;}
  135. }
  136. }
  137. }
  138. }
  139. .demand-peixun-list{
  140. li:nth-child(1){
  141. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic7.png");}}
  142. }
  143. li:nth-child(2){
  144. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic6.png");}}
  145. }
  146. li:nth-child(3){
  147. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic8.png");}}
  148. }
  149. li:nth-child(4){
  150. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic1.png");}}
  151. }
  152. li:nth-child(5){
  153. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic3.png");}}
  154. }
  155. li:nth-child(6){
  156. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic12.png");}}
  157. }
  158. }
  159. }
  160. /* 超过10万家客户的信任之选 */
  161. .client-customer-box{
  162. .customer-img-box{
  163. padding-bottom: 80px;
  164. li{
  165. width: 20%;
  166. display: inline-block;
  167. }
  168. img{margin: 48px 30px 0;transition: all 0.5s;}
  169. li:hover{
  170. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  171. }
  172. }
  173. }
  174. /* 我们始终专注教育系统研发更懂用户需求 */
  175. .client-cert-box{
  176. background: #005491;
  177. padding-bottom: 80px;
  178. .client-title{color: #fff}
  179. .cert-img-box{
  180. display: flex;
  181. justify-content: space-between;
  182. margin: 48px 0 0;
  183. align-items: center;
  184. span{display:block;height: max-content;background: #80aac8;padding: 8px 8px 3px;overflow: hidden;}
  185. span:nth-child(3){
  186. img{width: 320px;height:210px;}
  187. }
  188. img{width: 170px;height:240px;transition: all 0.5s;}
  189. img:hover{transform: scale(1.14);}
  190. }
  191. a{width:238px;height:40px;line-height: 40px;margin: 40px auto 0;background: #005491;border: 1px solid #fff;box-sizing: border-box;}
  192. }
  193. /* 为什么选择我们 */
  194. .client-chose-box{
  195. padding-bottom: 80px;
  196. .chose-img-box{
  197. margin: 48px -14px 0;
  198. li{
  199. width: 25%;display: inline-block;vertical-align: top;
  200. div{height: 260px;background: #f8f8f8;position:relative;text-align: center;margin: 0 14px;}
  201. span{width: 100%;height: 200px;display: inline-block;}
  202. img{margin: 50px auto 0;}
  203. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);}
  204. }
  205. }
  206. .client-default-Btn {
  207. width: 238px;
  208. height: 40px;
  209. line-height: 40px;
  210. margin: 40px auto 0;
  211. }
  212. }
  213. /* 新闻资讯 */
  214. .client-news-information {
  215. background: #f9faff;
  216. padding-bottom: 80px;
  217. .industry-information-box {
  218. margin-top: 48px;
  219. h4{color: #333;}
  220. h4:hover {cursor: pointer;color: #3e7ce7;}
  221. // 左
  222. .industry-information-left {
  223. width: 520px;
  224. margin-right: 80px;
  225. display: inline-block;
  226. vertical-align: top;
  227. color: #333;
  228. div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
  229. img {width: 520px;height: 210px;margin-bottom: 42px;}
  230. h4 {@include setFontStyle(-2);margin-bottom: 16px;}
  231. i{width:25px;height:12px;float:right;background-image:url("~static/images/client/index/news-information-icon.png")}
  232. p {@include setFontStyle(-6);height: 68px;line-height: 22px;padding: 2px 0 0 16px;text-align: justify;@include multi-line-ellipsis(3);}
  233. b {@include setFontStyle(-4);font-weight: normal;display: block;margin-bottom: 16px;}
  234. span {@include setFontStyle(-6);display: block;color: #666;}
  235. }
  236. // 右
  237. .industry-information-right {
  238. width: 590px;
  239. display: inline-block;
  240. vertical-align: top;
  241. li {border-bottom: 1px solid #ccc;margin-bottom: 16px;}
  242. li:last-child {border: 0;}
  243. h4 {@include setFontStyle(-4);@include single-line-ellipsis;margin-bottom: 12px;}
  244. p {@include setFontStyle(-6);color: #666;@include single-line-ellipsis;margin-bottom: 16px;}
  245. span {margin: 0 30px 0 10px;}
  246. }
  247. }
  248. }
  249. }
  250. /******** describe: 平台页面(考试平台、培训平台) author: TX date:2020-08-12 ********/
  251. .client-platform-page{
  252. /* 网站banner */
  253. .client-platform-banner{
  254. width: 100%;
  255. height: 396px;
  256. background-color:#042D85;
  257. position: relative;
  258. div{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
  259. .free-trial-default-btn{position: absolute;top:260px;left: 50%;margin-left: -119px;}
  260. }
  261. /* 产品优势 */
  262. .platform-products-services{
  263. li:not(:last-child){border-bottom:1px solid #eee; }
  264. }
  265. /* 产品功能 */
  266. .platform-product-function{
  267. background: #f8f8f8;
  268. padding-bottom: 32px;
  269. // ul
  270. .product-function-box{
  271. margin-top: 48px;
  272. li{
  273. width: 50%;display: inline-block;transition: .3s all linear;
  274. div{padding: 12px 16px 12px 8px;margin: 0 32px 24px;background: #fff;}
  275. i{width: 158px;height: 120px;margin-right:24px;float:left;background-size: cover;background-repeat: no-repeat;}
  276. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin: 12px 0 8px 0;}
  277. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);@include multi-line-ellipsis(3);}
  278. }
  279. li:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon1.png");}}
  280. li:nth-child(2){i{background-image:url("~static/images/client/exam/product-function-icon2.png");}}
  281. li:nth-child(3){i{background-image:url("~static/images/client/exam/product-function-icon3.png");}}
  282. li:nth-child(4){i{background-image:url("~static/images/client/exam/product-function-icon4.png");}}
  283. li:nth-child(5){i{background-image:url("~static/images/client/exam/product-function-icon5.png");}}
  284. li:nth-child(6){i{background-image:url("~static/images/client/exam/product-function-icon6.png");}}
  285. li:nth-child(7){i{background-image:url("~static/images/client/exam/product-function-icon7.png");}}
  286. li:nth-child(8){i{background-image:url("~static/images/client/exam/product-function-icon8.png");}}
  287. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  288. }
  289. }
  290. /* 应用场景 */
  291. .platform-application-scenarios{
  292. background: #FFF;
  293. padding-bottom: 80px;
  294. .application-scenarios-box{margin: 48px -12px 0;}
  295. li{
  296. width: 33.33%;
  297. display: inline-block;
  298. vertical-align: top;
  299. color: #fff;
  300. .application-scenarios-img{width: 100px;height: 100px;background-size: cover;margin: 0 auto 24px;}
  301. .application-scenarios-content{
  302. padding: 50px 30px 40px;margin: 0 12px;background: #FFF;
  303. h5{@include setFontStyle(0);text-align: center;margin-bottom: 24px;}
  304. p{@include setFontStyle(-4);line-height: 24px;text-align: justify;@include multi-line-ellipsis(5);min-height: 118px;max-height: 118px}
  305. }
  306. }
  307. li:nth-child(1){
  308. .application-scenarios-img {
  309. background-image: url("~static/images/client/exam/application-scenarios-img1.png");
  310. }
  311. .application-scenarios-content{background: #ffbf00;}
  312. }
  313. li:nth-child(2){
  314. .application-scenarios-img {
  315. background-image: url("~static/images/client/exam/application-scenarios-img2.png");
  316. }
  317. .application-scenarios-content{background: #3799db;}
  318. }
  319. li:nth-child(3){
  320. .application-scenarios-img {
  321. background-image: url("~static/images/client/exam/application-scenarios-img3.png");
  322. }
  323. .application-scenarios-content{background: #63ba86;}
  324. }
  325. }
  326. }
  327. /******** describe: 培训平台--图片(和考试默认图片不同) author: TX date:2020-08-14 ********/
  328. .client-train-page{
  329. /* 网站banner */
  330. .client-platform-banner{
  331. background-color:#1F2772;
  332. }
  333. /* 产品功能 */
  334. .platform-product-function{
  335. // ul
  336. .product-function-box{
  337. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.png");}}
  338. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.png");}}
  339. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.png");}}
  340. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.png");}}
  341. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.png");}}
  342. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.png");}}
  343. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.png");}}
  344. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.png");}}
  345. }
  346. }
  347. /* 应用场景 */
  348. .train-application-scenarios{
  349. li:nth-child(1){
  350. .application-scenarios-img {
  351. background-image: url("~static/images/client/train/application-scenarios-img1.png");
  352. }
  353. }
  354. li:nth-child(2){
  355. .application-scenarios-img {
  356. background-image: url("~static/images/client/train/application-scenarios-img2.png");
  357. }
  358. }
  359. li:nth-child(3){
  360. .application-scenarios-img {
  361. background-image: url("~static/images/client/train/application-scenarios-img3.png");
  362. }
  363. }
  364. }
  365. }
  366. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  367. .client-course-page{
  368. /* 网站banner */
  369. .client-course-banner{
  370. width: 100%;
  371. height: 395px;
  372. background-color:#130C4F;
  373. background-position-x: center;
  374. background-repeat: no-repeat;
  375. }
  376. // 菜单 ul
  377. .course-menu-ul{
  378. display: block;
  379. margin: 0 auto;
  380. text-align: center;
  381. background: #F7F9FB;
  382. 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}
  383. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  384. li:hover{
  385. transform: scale(1.1);
  386. }
  387. }
  388. /* 调转菜单栏 */
  389. .course-service-nav{width: 100%;height: 72px;background: url("~static/images/client/course/course--nav-bg.png") repeat-x;padding-top: 15px;text-align: center;}
  390. .course-link-nav{
  391. width: 100%;height: 83px;background: #161B38;opacity: 0.9;
  392. a{width: 171px;height: 83px;line-height:83px;display: inline-block;@include setFontStyle(-2);color: #fff;text-align: center;}
  393. a:nth-child(1){background: #353c61;}
  394. a:nth-child(2){background: #38406a;}
  395. a:nth-child(3){background: #3c4775;}
  396. a:nth-child(4){width:174px;background: #404b81;}
  397. a:nth-child(5){background: #3c4775;}
  398. a:nth-child(6){background: #38406a;}
  399. a:nth-child(7){background: #353c61;}
  400. }
  401. // 申请方案按钮
  402. .free-trial-default-btn{width:230px;display: inline-block;margin: 0}
  403. // 联系我们按钮
  404. .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
  405. /* E-learning课程 */
  406. .course-learn-box{
  407. // video列表
  408. .learn-box-list{
  409. margin: 54px -16px 0;
  410. li{
  411. width: 33.33%;display: inline-block;
  412. a{display: none;}
  413. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  414. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  415. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  416. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  417. img{transition: all 0.5s;}
  418. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  419. }
  420. li span:hover{img{transform: scale(1.1);}}
  421. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  422. }
  423. }
  424. /* PPT定制及美化、H5平面设计、视频后期处理 */
  425. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  426. ul{margin: 48px 0;}
  427. li{display: inline-block;}
  428. li:not(:last-child){margin-right: 30px;}
  429. p{@include setFontStyle(-4);color: rgba(0, 0, 0, 0.65);margin-top: 24px;}
  430. }
  431. /* 视频后期处理 */
  432. .course-videoPos-box{
  433. padding-bottom: 80px;
  434. li:not(:last-child){margin-right: 80px;}
  435. }
  436. }
  437. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  438. .client-aboutUs-page{
  439. // banner
  440. .aboutUs-banner{width: 100%;height: 305px;background-image: url("~static/images/client/aboutUs/aboutUs-banner-bg.png");
  441. span{width: 1200px;overflow: hidden;display: block;margin: 0 auto;}
  442. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  443. }
  444. // 公司简介
  445. .company-profile-box{
  446. padding-bottom: 48px;
  447. font-size: 0;
  448. img{margin: 48px auto;display: block;}
  449. p{@include setFontStyle(-2);color: rgba(0,0,0,0.65);line-height: 40px;text-align: justify;margin: 0 60px}
  450. }
  451. // 品牌介绍
  452. .brand-introduction-box{
  453. .brand-introduction-content{
  454. width: 100%;
  455. padding: 42px;
  456. box-sizing: border-box;
  457. background: #fbfbfb;
  458. border-radius: 8px;
  459. float: right;
  460. .brand-introduction-left{
  461. display: inline-block;
  462. vertical-align: middle;
  463. padding-right: 42px;
  464. border-right: 1px solid #ddd;
  465. h4{@include setFontStyle(6);color: rgba(0,0,0,0.75);margin-bottom: 36px}
  466. img{margin-bottom: 36px;}
  467. }
  468. span{width: 740px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 40px;display: inline-block;vertical-align: middle;padding-left: 42px;text-align: justify;}
  469. }
  470. }
  471. // 企业文化
  472. .corporate-culture-box{
  473. padding-bottom: 80px;
  474. li{
  475. width:25%;
  476. display: inline-block;
  477. vertical-align: middle;
  478. div{
  479. margin-right: 16px;
  480. margin-bottom: 16px;
  481. padding: 40px 0;
  482. border: 6px solid #f7f7f7;
  483. text-align: center;
  484. i{width: 70px;height: 70px;display:inline-block;margin-bottom: 16px;}
  485. h5{@include setFontStyle(0);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  486. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  487. }
  488. }
  489. li:nth-child(1){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon1.png");} }
  490. li:nth-child(2){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon2.png");} }
  491. li:nth-child(3){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon3.png");} }
  492. li:nth-child(4){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon4.png");} }
  493. li:last-child{
  494. div{margin-right: 0;}
  495. }
  496. }
  497. // 企业发展历程
  498. .enterprise-development-box{
  499. // 覆盖饿了么tab样式
  500. .enterprise-development-tab{
  501. .el-tabs__nav-wrap::after,.el-tabs__active-bar{display: none;}
  502. .el-tabs__header{
  503. margin: 0;
  504. .el-tabs__nav{width: 100%;padding-bottom: 20px;border-bottom: 1px dotted #6c9ce1;}
  505. .el-tabs__nav-wrap,.el-tabs__nav-scroll{overflow: visible}
  506. }
  507. .el-tabs__item{width: 170px;height: 45px;line-height:45px;border: 1px solid #3e7ee7;background: #fff;padding: 0;text-align: center;border-radius: 4px;margin-right: 24px;position: relative;}
  508. .el-tabs__item.is-active{background: #3e7ee7;color: #fff}
  509. .el-tabs__item:after{width: 14px;height: 14px;content: "";display: inline-block;border-radius: 50%;background: #888;position: absolute;bottom: -28px;left: 50%;margin-left: -7px;}
  510. .el-tabs__item.is-active:after{background: #3e7ee7;}
  511. .el-tabs__content{overflow: visible}
  512. }
  513. // 企业发展历程内容部分
  514. li{
  515. width: 25%;display: inline-block;padding: 36px 24px 60px;background:#fbfbfb;box-sizing: border-box;min-height: 196px;vertical-align: top;
  516. div{width: 250px;border-bottom: 1px solid #eee;}
  517. img{margin-bottom: 14px;}
  518. i{min-width:34px;display:inline-block;color: #3e7ee7;font-style: normal;margin-right: 10px;}
  519. p{@include setFontStyle(-4);color: rgba(0,0,0,.65);margin-top: 14px;}
  520. }
  521. }
  522. // 联系我们
  523. .contact-us-box{
  524. padding: 80px 0;
  525. border-top: 1px solid #ddd;
  526. .contact-container-box{
  527. width: 460px;
  528. padding: 0 40px;
  529. box-sizing: border-box;
  530. color: rgba(0,0,0,0.85);
  531. float: left;
  532. h4{@include setFontStyle(10);color: #3e7ee7;margin-bottom: 60px;margin-top: 20px;}
  533. h5{@include setFontStyle(0);color: #333;margin-bottom: 32px;}
  534. li{
  535. margin-bottom: 24px;
  536. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  537. span{@include setFontStyle(-4);color: rgba(0,0,0,0.64);vertical-align: middle;}
  538. }
  539. li:nth-child(3) {
  540. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  541. }
  542. li:nth-child(4) {
  543. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  544. }
  545. li:nth-child(5) {
  546. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  547. }
  548. li:nth-child(6) {
  549. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  550. }
  551. }
  552. img{float: right}
  553. }
  554. }
  555. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  556. .client-newsInfor-page{
  557. // banner
  558. .newsInfor-banner{
  559. width: 100%;height: 305px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");overflow: hidden;
  560. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  561. }
  562. // 菜单 ul
  563. .newsInfor-menu-ul{
  564. display: block;
  565. margin: 0 auto;
  566. text-align: center;
  567. background: #F7F9FB;
  568. 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}
  569. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  570. li:hover{
  571. transform: scale(1.1);
  572. }
  573. }
  574. // 页面主要内容区域
  575. .newsInfor-content-box{
  576. min-height: 304px;
  577. padding: 48px 0 80px;
  578. ul{display: inline-block;vertical-align: top}
  579. // 右侧内容区域
  580. .newsInfor-content-ul{
  581. padding: 0 32px;
  582. li{margin-bottom: 40px;}
  583. li:last-child{margin-bottom: 0;}
  584. //图片
  585. .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;}
  586. //内容区域
  587. .newsInfor-list-content{
  588. width: calc(100% - 350px);
  589. display: inline-block;
  590. vertical-align: top;
  591. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  592. div{
  593. margin-bottom: 8px;
  594. 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");}
  595. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  596. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  597. }
  598. 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;}
  599. a{@include setFontStyle(-6);color: #4A73FD;}
  600. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  601. a:hover{cursor: pointer;}
  602. }
  603. }
  604. }
  605. }
  606. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  607. .client-government-page{
  608. // banner
  609. .industrydetails-banner{background-color: #1B33B7;}
  610. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/government-banner-img.png");}
  611. // 我们的系统为您改变了什么
  612. .government-change-box{
  613. background: #F9FAFF;
  614. padding-bottom: 80px;
  615. .industrydetails-content{
  616. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  617. li{
  618. margin-bottom: 16px;
  619. p{margin-left: 30px}
  620. }
  621. img{width:100px;display: inline-block;vertical-align: top;margin: 85px 25px 85px 30px;}
  622. }
  623. .change-content-left{
  624. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  625. h5,li,li i{color: #fff;border-color: #fff;}
  626. p{color: rgba(255,255,255,0.65);}
  627. }
  628. .change-content-right{width: 525px;display: inline-block;padding-top: 64px;}
  629. }
  630. // 我们的优势
  631. .government-advantage-box{
  632. padding-bottom: 50px;
  633. h4{margin-bottom: 48px;}
  634. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  635. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  636. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  637. i{width: 17px;height: 17px;float:left;box-sizing: border-box;opacity: 0.8;display: inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
  638. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  639. }
  640. }
  641. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  642. .client-finance-page{
  643. // banner
  644. .industrydetails-banner{background-color: #593513;}
  645. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/finance-banner-img.png");}
  646. // 金融行业的问题
  647. .finance-question-box{
  648. background: #F9FAFF;
  649. padding: 80px 0;
  650. .finance-question-top{
  651. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  652. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  653. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  654. }
  655. ul{
  656. width:460px;min-height:345px;display: inline-block;border: 1px solid #2B67FD;border-radius: 4px;padding: 32px;box-sizing: border-box;vertical-align: middle;margin: 0 52px;
  657. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  658. p{margin-left: 30px;}
  659. }
  660. .finance-question-right{
  661. border: 1px solid #FF6226;
  662. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  663. }
  664. }
  665. }
  666. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  667. .client-information-page{
  668. // banner
  669. .industrydetails-banner{background-color: #070B20;}
  670. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/information-banner-img.png");}
  671. // 我们的系统为您改变了什么
  672. .information-change-box{
  673. background: #F9FAFF;
  674. padding-bottom: 80px;
  675. .industrydetails-content{
  676. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  677. li{
  678. margin-bottom: 24px;
  679. p{margin-left: 30px;}
  680. }
  681. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  682. }
  683. .change-content-left{
  684. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  685. h5,li,li i{color: #fff;border-color: #fff;}
  686. p{color: rgba(255,255,255,0.65);}
  687. }
  688. .change-content-right{width: 500px;display: inline-block;padding-top: 36px;}
  689. }
  690. }
  691. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  692. .client-energy-page{
  693. // banner
  694. .industrydetails-banner{background-color: #073A44;}
  695. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/energy-banner-img.png");}
  696. // 我们的系统为您改变了什么
  697. .energy-change-box{
  698. background: #F9FAFF;
  699. padding-bottom: 80px;
  700. // 模块上半部分
  701. .change-box-top{
  702. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  703. i{border: 1px solid #fff;}
  704. }
  705. // 模块下半部分
  706. .change-box-bottom{
  707. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  708. h5{margin-top: 55px;}
  709. li:nth-of-type(odd){p{margin-right: 60px}}
  710. }
  711. h5{color: rgba(255,255,255,0.85);}
  712. li{
  713. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-bottom: 24px;line-height: 22px;vertical-align: top;
  714. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  715. }
  716. img{position: absolute;top: -70px;left: 50%;margin-left: -50px;}
  717. }
  718. }
  719. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  720. .client-traffic-page{
  721. // banner
  722. .industrydetails-banner{background-color: #0A2F41;}
  723. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");}
  724. // 我们的系统为您改变了什么
  725. .traffic-change-box{
  726. background: #F9FAFF;
  727. padding-bottom: 80px;
  728. .change-content-left,.change-content-right{
  729. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  730. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  731. ul{margin-top: 80px;margin-left: 32px;}
  732. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  733. }
  734. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  735. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  736. }
  737. }
  738. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  739. .client-education-page{
  740. // banner
  741. .industrydetails-banner{background-color: #085903;}
  742. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/education-banner-img.png");}
  743. // 我们的系统为您改变了什么
  744. .education-change-box{
  745. background: #F9FAFF;padding-bottom: 80px;
  746. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  747. .industrydetails-content{position: relative;}
  748. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  749. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  750. .change-content-right{width: 610px;float:right;padding:32px 0 32px 100px;background-image: url("~static/images/client/industrydetails/education-right-bg.png");margin-left: -55px;}
  751. }
  752. }
  753. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  754. .client-restaurant-page{
  755. // banner
  756. .industrydetails-banner{background-color: #1C1E21;}
  757. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");}
  758. // 我们的系统为您改变了什么
  759. .restaurant-change-box{
  760. background: #F9FAFF;
  761. padding-bottom: 80px;
  762. .industrydetails-content{
  763. position: relative;
  764. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  765. }
  766. .change-content-left,.change-content-right{
  767. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  768. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  769. ul{margin-top: 32px;margin-left: 48px;}
  770. }
  771. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  772. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  773. }
  774. }
  775. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  776. .client-medical-page{
  777. // banner
  778. .industrydetails-banner{background-color: #2178E0;}
  779. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/medical-banner-img.png");}
  780. // 我们的系统为您改变了什么
  781. .medical-change-box{
  782. background: #F9FAFF;
  783. padding-bottom: 80px;
  784. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  785. .change-content-left,.change-content-right{
  786. width: 500px;display:inline-block;vertical-align: top;
  787. ul{margin-left: 48px;}
  788. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  789. p{color: rgba(255,255,255,0.65);}
  790. i{border-color: #fff;}
  791. }
  792. .change-content-left{margin-right: 180px;}
  793. }
  794. }
  795. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  796. .client-indexEducation-page{
  797. .client-platform-banner{
  798. background-color: #04004a;
  799. .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #3e7ce7;border: 1px solid #3e7ce7;box-sizing: border-box;
  800. position: absolute;top: 330px;left: 50%;margin-left: -150px;}
  801. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 30px;}
  802. }
  803. }
  804. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  805. .client-resources-page{
  806. // 图标列表
  807. .train-scheme-list{
  808. margin: 54px -24px 0;
  809. li{width: 25%;display: inline-block;text-align: center}
  810. i{width: 100px;height: 100px;display: block;margin: 0 auto;}
  811. span{@include setFontStyle(-4);color: #333;margin-top: 10px;display: block;}
  812. div{box-shadow: 0 0 7px 2px #f5f2ff;margin: 24px;padding: 42px 0;}
  813. li:nth-child(1) i{background: url("~static/images/client/resources/train-scheme-icon1.png")}
  814. li:nth-child(2) i{background: url("~static/images/client/resources/train-scheme-icon2.png")}
  815. li:nth-child(3) i{background: url("~static/images/client/resources/train-scheme-icon3.png")}
  816. li:nth-child(4) i{background: url("~static/images/client/resources/train-scheme-icon4.png")}
  817. li:nth-child(5) i{background: url("~static/images/client/resources/train-scheme-icon5.png")}
  818. li:nth-child(6) i{background: url("~static/images/client/resources/train-scheme-icon6.png")}
  819. li:nth-child(7) i{background: url("~static/images/client/resources/train-scheme-icon7.png")}
  820. li:nth-child(8) i{background: url("~static/images/client/resources/train-scheme-icon8.png")}
  821. }
  822. // 为企业培训打造学习矩阵
  823. .products-services-content p{line-height: 52px;}
  824. // 蓝色提醒文字
  825. .blue-big-size{
  826. font-size: 26px;color: #3e7ce7;padding: 0 5px;
  827. }
  828. // 课程内容形式多样
  829. .course-learn-box{
  830. background: #f9faff;
  831. // video列表
  832. .learn-box-list{
  833. margin: 54px -16px 0;
  834. li{
  835. width: 33.33%;display: inline-block;
  836. a{display: none;}
  837. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;box-shadow: 0 0 7px 2px #f5f2ff;}
  838. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  839. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  840. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  841. img{transition: all 0.5s;}
  842. p{@include setFontStyle(-4);color: #3e7ce7;padding: 24px 16px 16px;text-align: left}
  843. .course-explain-black{@include setFontStyle(-4);color: #333;line-height: 24px;padding: 0 16px 24px;}
  844. }
  845. li span:hover{img{transform: scale(1.1);}}
  846. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  847. }
  848. }
  849. // banner背景色
  850. .client-platform-banner{background-color: #03022e;}
  851. // 新闻资讯
  852. .platform-news-information{background: #fff;}
  853. // 按钮
  854. .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;border: 1px solid #3e7ce7;background: #3e7ce7;margin-right: 24px;margin-bottom: 42px;}
  855. .client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
  856. }
  857. }