cus-client-page.scss 56 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311
  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;cursor: pointer;}
  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. // 移动端手机尺寸(0-768)
  250. @media (max-width: 768px){
  251. /* 网站banner */
  252. .client-index-banner{height: 150px;}
  253. /* banner-box */
  254. .client-banner-box{
  255. .el-carousel__container{height: 150px;}
  256. .el-carousel__item .index-carousel-box{height: 150px;background-size: cover;}
  257. // 左箭头
  258. .el-carousel__arrow--left{display: none;}
  259. // 右箭头
  260. .el-carousel__arrow--right{display: none;}
  261. // 分页
  262. .el-carousel__button {width: 6px;height: 6px;border-radius: 3px;}
  263. }
  264. /* 产品和服务 */
  265. .client-products-services{
  266. .client-title{
  267. margin-bottom: 0;
  268. }
  269. }
  270. /* 行业学习需求 */
  271. .client-demand-box{
  272. padding: 30px 0 0;
  273. min-height: 610px;
  274. //tab
  275. .demand-box-tab{
  276. margin-top: 20px;
  277. .el-tabs__item{width:100px;height: 30px;line-height: 30px;border-radius: 5px;margin: 0 8px 12px;}
  278. .el-tabs__item.is-active:after{border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid #3e7ee7;bottom: -14px;}
  279. }
  280. //覆盖饿了么样式
  281. .el-tabs__header{margin: 0 7px 15px;}
  282. // 考试ul
  283. .demand-tab-list{
  284. margin: 0;
  285. li{
  286. width: 50%;margin-bottom: 12px;
  287. // 内容区域
  288. .demand-content-box{height: 125px;background-size: 25%;margin: 0 7px;}
  289. //图片区域
  290. .demand-img-box{
  291. min-width: 70px;top: 30px;margin-left: -35px;
  292. i{width: 40px;height: 40px;margin: 0 auto 15px;}
  293. h4{@include setFontStyle(-6);color: rgb(16, 16, 16);}
  294. }
  295. // 蒙版
  296. .demand-mask-box{display: none;}
  297. // 点击按钮
  298. .demand-onclick-btn{position: absolute;top: 0;left: 7px;right: 7px;bottom: 0;z-index: 99;}
  299. }
  300. }
  301. }
  302. /* 为什么选择我们 */
  303. .client-chose-box{
  304. padding: 0;
  305. .chose-img-box{
  306. margin: 20px 0 0;
  307. li{
  308. width: 50%;margin-bottom: 12px;
  309. div{height: 125px;margin: 0 7px;}
  310. span{height: 90px;}
  311. img{width:60px;margin: 16px auto 0;}
  312. h5{@include setFontStyle(-4);color: #101010;}
  313. }
  314. }
  315. .client-default-Btn {
  316. width: 238px;
  317. height: 40px;
  318. line-height: 40px;
  319. margin: 40px auto 0;
  320. }
  321. }
  322. /* 新闻资讯 */
  323. .client-newsInfo-phone{
  324. background-color: rgb(238, 238, 238);
  325. // 轮播外层
  326. .el-carousel{
  327. padding: 20px 0 40px;
  328. // card
  329. .el-carousel__item{
  330. width: 80%;left: -15%;color: rgb(16, 16, 16);background: #fff;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;
  331. img{width: 100%;height: 135px;}
  332. }
  333. // 文字区域
  334. .newsInfo-card-content{
  335. padding: 24px 20px;
  336. h4{@include setFontStyle(-4);}
  337. span{@include setFontStyle(-8);margin-top: 16px;display: block}
  338. p{min-height: 48px;@include setFontStyle(-6);margin-top: 16px;@include multi-line-ellipsis(3);}
  339. }
  340. }
  341. }
  342. /* 超过10万家客户的信任之选 */
  343. .client-customer-box{padding-top: 50px;
  344. .customer-img-box{
  345. padding-bottom: 50px;
  346. li{width: 50%;text-align: center;}
  347. img{max-width:90%;margin: 10px 0;}
  348. li:hover{
  349. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  350. }
  351. }
  352. }
  353. /* 我们始终专注教育系统研发更懂用户需求 */
  354. .client-cert-box{
  355. padding: 0 7px 28px;
  356. .cert-img-box{
  357. margin: 20px 0 0;
  358. span{height: 64px;padding: 2px 2px 0;}
  359. span:nth-child(3){
  360. height: 55px;
  361. img{width: 80px;height:53px;}
  362. }
  363. img{width: 44px;height:62px;}
  364. img:hover{transform: none;}
  365. }
  366. a{width:122px;height:35px;line-height: 35px;margin: 28px auto 0;}
  367. }
  368. }
  369. }
  370. /******** describe: 平台页面(考试平台、培训平台) author: TX date:2020-08-12 ********/
  371. .client-platform-page{
  372. /* 网站banner */
  373. .client-platform-banner{
  374. width: 100%;
  375. height: 396px;
  376. background-color:#042D85;
  377. position: relative;
  378. div{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
  379. .free-trial-default-btn{position: absolute;top:260px;left: 50%;margin-left: -119px;}
  380. }
  381. /* 产品体验*/
  382. .platform-products-experience{
  383. >p{font-size: 20px;line-height: 20px;text-align: center;margin: 30px 0 42px;}
  384. .experience-ul-box{
  385. margin: 0 -16px;text-align: center;
  386. li{
  387. width:25%;display: inline-block;text-align: center;font-size: 16px;
  388. >div{
  389. margin: 0 16px;padding:32px 18px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;border-radius: 10px;position: relative;
  390. div{font-size:20px;color:#fff;position: absolute;right: 0;left: 0;top: 0;bottom: 305px;box-sizing: border-box;transition: 0.5s;overflow: hidden;border-radius: 10px;line-height: 305px;background: rgba(0,0,0,.6);cursor: default;}
  391. }
  392. i{display: inline-block;width: 46px;height: 46px;background-repeat: no-repeat;background-size: contain;margin-bottom: 24px;}
  393. h5{font-size: 22px;color: rgb(16, 16, 16);margin-bottom: 24px;}
  394. p{font-size: 16px;padding: 0;margin: 0;color: #101010;line-height: 26px;}
  395. a{width: 180px;height: 40px;line-height: 40px;display: inline-block;margin-top: 24px;text-align: center;background-color: #3e7ce7;
  396. border-color: rgba(255, 0, 0, 0);border-width: 1px;border-style: solid;color: rgb(255, 255, 255);border-radius:4px;font-weight: normal;cursor: pointer}
  397. span{display: block;transition: 0.5s;position: absolute;top: 0;bottom: 305px;left: 0;right: 0;overflow: hidden;}
  398. em{width:180px;height:180px;display: block;margin: 24px auto;background-image:url("~static/images/client/exam/exam-code-img.png")}
  399. em.px-img-box{background-image:url("~static/images/client/train/train-code-img.png")}
  400. }
  401. li:nth-child(1) i{background-image:url("~static/images/client/exam/exam-tel-icon.png")}
  402. li:nth-child(2) i{background-image:url("~static/images/client/exam/exam-pc-icon.png")}
  403. li:nth-child(3) i{background-image:url("~static/images/client/exam/exam-sz-icon.png")}
  404. li:nth-child(4) i{background-image:url("~static/images/client/exam/exam-sx-icon.svg")}
  405. }
  406. }
  407. /* 产品优势 */
  408. .platform-products-services{
  409. li:not(:last-child){border-bottom:1px solid #eee; }
  410. }
  411. /* 产品功能 */
  412. .platform-product-function{
  413. background: #f8f8f8;
  414. padding-bottom: 32px;
  415. // ul
  416. .product-function-box{
  417. margin-top: 48px;
  418. li{
  419. width: 50%;display: inline-block;transition: .3s all linear;
  420. div{padding: 12px 16px 12px 8px;margin: 0 32px 24px;background: #fff;}
  421. i{width: 158px;height: 120px;margin-right:24px;float:left;background-size: cover;background-repeat: no-repeat;}
  422. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin: 12px 0 8px 0;}
  423. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);@include multi-line-ellipsis(3);}
  424. }
  425. }
  426. .product-function-box li:nth-child(1) i,.product-function-icon1{background-image:url("~static/images/client/exam/product-function-icon1.png");}
  427. .product-function-box li:nth-child(2) i,.product-function-icon2{background-image:url("~static/images/client/exam/product-function-icon2.png");}
  428. .product-function-box li:nth-child(3) i,.product-function-icon3{background-image:url("~static/images/client/exam/product-function-icon3.png");}
  429. .product-function-box li:nth-child(4) i,.product-function-icon4{background-image:url("~static/images/client/exam/product-function-icon4.png");}
  430. .product-function-box li:nth-child(5) i,.product-function-icon5{background-image:url("~static/images/client/exam/product-function-icon5.png");}
  431. .product-function-box li:nth-child(6) i,.product-function-icon6{background-image:url("~static/images/client/exam/product-function-icon6.png");}
  432. .product-function-box li:nth-child(7) i,.product-function-icon7{background-image:url("~static/images/client/exam/product-function-icon7.png");}
  433. .product-function-box li:nth-child(8) i,.product-function-icon8{background-image:url("~static/images/client/exam/product-function-icon8.png");}
  434. .product-function-box li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  435. }
  436. /* 应用场景 */
  437. .platform-application-scenarios{
  438. background: #FFF;
  439. padding-bottom: 80px;
  440. .application-scenarios-box{margin: 48px -12px 0;}
  441. li{
  442. width: 33.33%;
  443. display: inline-block;
  444. vertical-align: top;
  445. color: #fff;
  446. .application-scenarios-img{width: 100px;height: 100px;background-size: cover;margin: 0 auto 24px;}
  447. .application-scenarios-content{
  448. padding: 50px 30px 40px;margin: 0 12px;background: #FFF;
  449. h5{@include setFontStyle(0);text-align: center;margin-bottom: 24px;}
  450. p{@include setFontStyle(-4);line-height: 24px;text-align: justify;@include multi-line-ellipsis(5);min-height: 118px;max-height: 118px}
  451. }
  452. }
  453. li:nth-child(1){
  454. .application-scenarios-img {background-image: url("~static/images/client/exam/application-scenarios-img1.png");}
  455. .application-scenarios-content{background: #ffbf00;}
  456. }
  457. li:nth-child(2){
  458. .application-scenarios-img {background-image: url("~static/images/client/exam/application-scenarios-img2.png");}
  459. .application-scenarios-content{background: #3799db;}
  460. }
  461. li:nth-child(3){
  462. .application-scenarios-img {background-image: url("~static/images/client/exam/application-scenarios-img3.png");}
  463. .application-scenarios-content{background: #63ba86;}
  464. }
  465. }
  466. @media (max-width: 768px){
  467. /* 网站banner */
  468. .client-platform-banner{
  469. height: 150px;
  470. div{background-size: cover;}
  471. .free-trial-default-btn{top: 90px;margin-left: -61px;}
  472. }
  473. // 产品体验
  474. .platform-products-experience{
  475. .sjxyd-icon {background-image: url("~static/images/client/exam/exam-tel-icon.png")}
  476. .dnxyd-icon {background-image: url("~static/images/client/exam/exam-pc-icon.png")}
  477. .dngld-icon {background-image: url("~static/images/client/exam/exam-sz-icon.png")}
  478. .skrz-icon {background-image: url("~static/images/client/exam/exam-sx-icon.svg")}
  479. >p{font-weight: 400;font-size: 14px;color: rgba(85, 85, 85, 1);margin: 24px 0 16px;}
  480. }
  481. // 产品优势
  482. .platform-products-services{
  483. li:not(:last-child) {border: 0;}
  484. .products-services-content div{text-align: center;margin-bottom: 40px;}
  485. }
  486. // 产品功能
  487. .platform-product-function{
  488. padding-bottom: 16px;
  489. // swiper
  490. .experience-swiper-box{
  491. // swiper 内容区域
  492. .experience-content-box{
  493. height:328px;margin: 16px 4% 20px;padding: 16px 16px 46px;box-sizing: border-box;box-shadow: rgb(170, 209, 249) 0 0 6px -1px;
  494. i{width: 150px;height: 122px;}
  495. h5{width: 100%;text-align: left;margin-bottom: 12px;}
  496. p{text-align: justify;line-height: 24px;margin: 0;@include multi-line-ellipsis(4);}
  497. }
  498. // 分页
  499. .swiper-pagination-style {width: 200px;margin-left: -90px;bottom: 50px;}
  500. // 左右滑动
  501. .experience-swiper-tip{margin: 0}
  502. }
  503. }
  504. // 应用场景
  505. .platform-application-scenarios{
  506. padding-bottom: 16px;
  507. // swiper
  508. .experience-swiper-box{
  509. margin-top: 16px;
  510. .experience-content-box{
  511. height: 295px;box-shadow:none;padding: 16px;box-sizing: border-box;margin: 0 4% 40px;
  512. h5{margin-bottom: 12px;color: #fff}
  513. p{text-align: justify;line-height: 24px;margin: 0;@include multi-line-ellipsis(45);color: #fff}
  514. }
  515. .scenarios-gwks-box{
  516. background-color: #ffbf00;
  517. i{background-image: url("~static/images/client/exam/application-scenarios-img1.png");}
  518. }
  519. .scenarios-dxjs-box{
  520. background-color: #3799db;
  521. i{background-image: url("~static/images/client/exam/application-scenarios-img2.png");}
  522. }
  523. .scenarios-zgks-box{
  524. background-color: #63ba86;
  525. i{background-image: url("~static/images/client/exam/application-scenarios-img3.png");}
  526. }
  527. // 分页
  528. .swiper-pagination-style {width: 76px;margin-left: -30px;bottom:25px;}
  529. // 左右滑动
  530. .experience-swiper-tip{margin: 0}
  531. }
  532. }
  533. }
  534. }
  535. /******** describe: 培训平台--图片(和考试默认图片不同) author: TX date:2020-08-14 ********/
  536. .client-train-page{
  537. /* 产品体验*/
  538. .platform-products-experience{
  539. .experience-ul-box li{
  540. em{background-image:url("~static/images/client/train/train-code-img.png")}
  541. }
  542. }
  543. /* 网站banner */
  544. .client-platform-banner{
  545. background-color:#1F2772;
  546. }
  547. /* 产品功能 */
  548. .platform-product-function{
  549. // ul
  550. .product-function-box{
  551. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.png");}}
  552. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.png");}}
  553. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.png");}}
  554. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.png");}}
  555. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.png");}}
  556. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.png");}}
  557. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.png");}}
  558. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.png");}}
  559. }
  560. }
  561. /* 应用场景 */
  562. .train-application-scenarios{
  563. li:nth-child(1){
  564. .application-scenarios-img {
  565. background-image: url("~static/images/client/train/application-scenarios-img1.png");
  566. }
  567. }
  568. li:nth-child(2){
  569. .application-scenarios-img {
  570. background-image: url("~static/images/client/train/application-scenarios-img2.png");
  571. }
  572. }
  573. li:nth-child(3){
  574. .application-scenarios-img {
  575. background-image: url("~static/images/client/train/application-scenarios-img3.png");
  576. }
  577. }
  578. }
  579. @media (max-width: 768px){
  580. /* 网站banner */
  581. .client-platform-banner .free-trial-default-btn{top: 95px;}
  582. }
  583. }
  584. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  585. .client-course-page{
  586. /* 网站banner */
  587. .client-course-banner{
  588. width: 100%;
  589. height: 395px;
  590. background-color:#130C4F;
  591. background-position-x: center;
  592. background-repeat: no-repeat;
  593. }
  594. // 菜单 ul
  595. .course-menu-ul{
  596. display: block;
  597. margin: 0 auto;
  598. text-align: center;
  599. background: #F7F9FB;
  600. 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}
  601. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  602. li:hover{
  603. transform: scale(1.1);
  604. }
  605. }
  606. /* 调转菜单栏 */
  607. .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;}
  608. .course-link-nav{
  609. width: 100%;height: 83px;background: #161B38;opacity: 0.9;
  610. a{width: 171px;height: 83px;line-height:83px;display: inline-block;@include setFontStyle(-2);color: #fff;text-align: center;}
  611. a:nth-child(1){background: #353c61;}
  612. a:nth-child(2){background: #38406a;}
  613. a:nth-child(3){background: #3c4775;}
  614. a:nth-child(4){width:174px;background: #404b81;}
  615. a:nth-child(5){background: #3c4775;}
  616. a:nth-child(6){background: #38406a;}
  617. a:nth-child(7){background: #353c61;}
  618. }
  619. // 申请方案按钮
  620. .free-trial-default-btn{width:230px;display: inline-block;margin: 0}
  621. // 联系我们按钮
  622. .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
  623. /* E-learning课程 */
  624. .course-learn-box{
  625. // video列表
  626. .learn-box-list{
  627. margin: 54px -16px 0;
  628. li{
  629. width: 33.33%;display: inline-block;
  630. a{display: none;}
  631. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  632. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  633. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  634. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  635. img{transition: all 0.5s;}
  636. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  637. }
  638. li span:hover{img{transform: scale(1.1);}}
  639. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  640. }
  641. }
  642. /* PPT定制及美化、H5平面设计、视频后期处理 */
  643. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  644. ul{margin: 48px 0;}
  645. li{display: inline-block;}
  646. li:not(:last-child){margin-right: 30px;}
  647. p{@include setFontStyle(-4);color: rgba(0, 0, 0, 0.65);margin-top: 24px;}
  648. }
  649. /* 视频后期处理 */
  650. .course-videoPos-box{
  651. padding-bottom: 80px;
  652. li:not(:last-child){margin-right: 80px;}
  653. }
  654. }
  655. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  656. .client-aboutUs-page{
  657. // banner
  658. .aboutUs-banner{width: 100%;height: 305px;background-image: url("~static/images/client/aboutUs/aboutUs-banner-bg.png");
  659. span{width: 1200px;overflow: hidden;display: block;margin: 0 auto;}
  660. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  661. }
  662. // 公司简介
  663. .company-profile-box{
  664. padding-bottom: 48px;
  665. font-size: 0;
  666. img{margin: 48px auto;display: block;}
  667. p{@include setFontStyle(-2);color: rgba(0,0,0,0.65);line-height: 40px;text-align: justify;margin: 0 60px}
  668. }
  669. // 品牌介绍
  670. .brand-introduction-box{
  671. .brand-introduction-content{
  672. width: 100%;
  673. padding: 42px;
  674. box-sizing: border-box;
  675. background: #fbfbfb;
  676. border-radius: 8px;
  677. float: right;
  678. .brand-introduction-left{
  679. display: inline-block;
  680. vertical-align: middle;
  681. padding-right: 42px;
  682. border-right: 1px solid #ddd;
  683. h4{@include setFontStyle(6);color: rgba(0,0,0,0.75);margin-bottom: 36px}
  684. img{margin-bottom: 36px;}
  685. }
  686. 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;}
  687. }
  688. }
  689. // 企业文化
  690. .corporate-culture-box{
  691. padding-bottom: 80px;
  692. li{
  693. width:25%;
  694. display: inline-block;
  695. vertical-align: middle;
  696. div{
  697. margin-right: 16px;
  698. margin-bottom: 16px;
  699. padding: 40px 0;
  700. border: 6px solid #f7f7f7;
  701. text-align: center;
  702. i{width: 70px;height: 70px;display:inline-block;margin-bottom: 16px;}
  703. h5{@include setFontStyle(0);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  704. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  705. }
  706. }
  707. li:nth-child(1){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon1.png");} }
  708. li:nth-child(2){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon2.png");} }
  709. li:nth-child(3){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon3.png");} }
  710. li:nth-child(4){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon4.png");} }
  711. li:last-child{
  712. div{margin-right: 0;}
  713. }
  714. }
  715. // 企业发展历程
  716. .enterprise-development-box{
  717. // 覆盖饿了么tab样式
  718. .enterprise-development-tab{
  719. .el-tabs__nav-wrap::after,.el-tabs__active-bar{display: none;}
  720. .el-tabs__header{
  721. margin: 0;
  722. .el-tabs__nav{width: 100%;padding-bottom: 20px;border-bottom: 1px dotted #6c9ce1;}
  723. .el-tabs__nav-wrap,.el-tabs__nav-scroll{overflow: visible}
  724. }
  725. .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;}
  726. .el-tabs__item.is-active{background: #3e7ee7;color: #fff}
  727. .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;}
  728. .el-tabs__item.is-active:after{background: #3e7ee7;}
  729. .el-tabs__content{overflow: visible}
  730. }
  731. // 企业发展历程内容部分
  732. li{
  733. width: 25%;display: inline-block;padding: 36px 24px 60px;background:#fbfbfb;box-sizing: border-box;min-height: 196px;vertical-align: top;
  734. div{width: 250px;border-bottom: 1px solid #eee;}
  735. img{margin-bottom: 14px;}
  736. i{min-width:34px;display:inline-block;color: #3e7ee7;font-style: normal;margin-right: 10px;}
  737. p{@include setFontStyle(-4);color: rgba(0,0,0,.65);margin-top: 14px;}
  738. }
  739. }
  740. // 联系我们
  741. .contact-us-box{
  742. padding: 80px 0;
  743. border-top: 1px solid #ddd;
  744. .contact-container-box{
  745. width: 460px;
  746. padding: 0 40px;
  747. box-sizing: border-box;
  748. color: rgba(0,0,0,0.85);
  749. float: left;
  750. h4{@include setFontStyle(10);color: #3e7ee7;margin-bottom: 60px;margin-top: 20px;}
  751. h5{@include setFontStyle(0);color: #333;margin-bottom: 32px;}
  752. li{
  753. margin-bottom: 24px;
  754. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  755. span{@include setFontStyle(-4);color: rgba(0,0,0,0.64);vertical-align: middle;}
  756. }
  757. li:nth-child(3) {
  758. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  759. }
  760. li:nth-child(4) {
  761. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  762. }
  763. li:nth-child(5) {
  764. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  765. }
  766. li:nth-child(6) {
  767. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  768. }
  769. }
  770. img{float: right}
  771. }
  772. }
  773. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  774. .client-newsInfor-page{
  775. // banner
  776. .newsInfor-banner{
  777. width: 100%;height: 305px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");overflow: hidden;
  778. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  779. }
  780. // 菜单 ul
  781. .newsInfor-menu-ul{
  782. display: block;
  783. margin: 0 auto;
  784. text-align: center;
  785. background: #F7F9FB;
  786. 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}
  787. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  788. li:hover{
  789. transform: scale(1.1);
  790. }
  791. }
  792. // 页面主要内容区域
  793. .newsInfor-content-box{
  794. min-height: 304px;
  795. padding: 48px 0 80px;
  796. ul{display: inline-block;vertical-align: top}
  797. // 右侧内容区域
  798. .newsInfor-content-ul{
  799. padding: 0 32px;
  800. li{margin-bottom: 40px;cursor: pointer}
  801. li:last-child{margin-bottom: 0;}
  802. //图片
  803. .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;}
  804. //内容区域
  805. .newsInfor-list-content{
  806. width: calc(100% - 350px);
  807. display: inline-block;
  808. vertical-align: top;
  809. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  810. div{
  811. margin-bottom: 8px;
  812. 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");}
  813. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  814. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  815. }
  816. 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;}
  817. a{@include setFontStyle(-6);color: #4A73FD;}
  818. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  819. a:hover{cursor: pointer;}
  820. }
  821. }
  822. }
  823. }
  824. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  825. .client-government-page{
  826. // banner
  827. .industrydetails-banner{background-color: #1B33B7;}
  828. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/government-banner-img.png");}
  829. // 我们的系统为您改变了什么
  830. .government-change-box{
  831. background: #F9FAFF;
  832. padding-bottom: 80px;
  833. .industrydetails-content{
  834. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  835. li{
  836. margin-bottom: 16px;
  837. p{margin-left: 30px}
  838. }
  839. img{width:100px;display: inline-block;vertical-align: top;margin: 85px 25px 85px 30px;}
  840. }
  841. .change-content-left{
  842. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  843. h5,li,li i{color: #fff;border-color: #fff;}
  844. p{color: rgba(255,255,255,0.65);}
  845. }
  846. .change-content-right{width: 525px;display: inline-block;padding-top: 64px;}
  847. }
  848. // 我们的优势
  849. .government-advantage-box{
  850. padding-bottom: 50px;
  851. h4{margin-bottom: 48px;}
  852. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  853. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  854. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  855. 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;}
  856. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  857. }
  858. }
  859. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  860. .client-finance-page{
  861. // banner
  862. .industrydetails-banner{background-color: #593513;}
  863. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/finance-banner-img.png");}
  864. // 金融行业的问题
  865. .finance-question-box{
  866. background: #F9FAFF;
  867. padding: 80px 0;
  868. .finance-question-top{
  869. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  870. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  871. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  872. }
  873. ul{
  874. 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;
  875. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  876. p{margin-left: 30px;}
  877. }
  878. .finance-question-right{
  879. border: 1px solid #FF6226;
  880. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  881. }
  882. }
  883. }
  884. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  885. .client-information-page{
  886. // banner
  887. .industrydetails-banner{background-color: #070B20;}
  888. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/information-banner-img.png");}
  889. // 我们的系统为您改变了什么
  890. .information-change-box{
  891. background: #F9FAFF;
  892. padding-bottom: 80px;
  893. .industrydetails-content{
  894. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  895. li{
  896. margin-bottom: 24px;
  897. p{margin-left: 30px;}
  898. }
  899. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  900. }
  901. .change-content-left{
  902. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  903. h5,li,li i{color: #fff;border-color: #fff;}
  904. p{color: rgba(255,255,255,0.65);}
  905. }
  906. .change-content-right{width: 500px;display: inline-block;padding-top: 36px;}
  907. }
  908. }
  909. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  910. .client-energy-page{
  911. // banner
  912. .industrydetails-banner{background-color: #073A44;}
  913. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/energy-banner-img.png");}
  914. // 我们的系统为您改变了什么
  915. .energy-change-box{
  916. background: #F9FAFF;
  917. padding-bottom: 80px;
  918. // 模块上半部分
  919. .change-box-top{
  920. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  921. i{border: 1px solid #fff;}
  922. }
  923. // 模块下半部分
  924. .change-box-bottom{
  925. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  926. h5{margin-top: 55px;}
  927. li:nth-of-type(odd){p{margin-right: 60px}}
  928. }
  929. h5{color: rgba(255,255,255,0.85);}
  930. li{
  931. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-bottom: 24px;line-height: 22px;vertical-align: top;
  932. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  933. }
  934. img{position: absolute;top: -70px;left: 50%;margin-left: -50px;}
  935. }
  936. }
  937. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  938. .client-traffic-page{
  939. // banner
  940. .industrydetails-banner{background-color: #0A2F41;}
  941. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");}
  942. // 我们的系统为您改变了什么
  943. .traffic-change-box{
  944. background: #F9FAFF;
  945. padding-bottom: 80px;
  946. .change-content-left,.change-content-right{
  947. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  948. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  949. ul{margin-top: 80px;margin-left: 32px;}
  950. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  951. }
  952. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  953. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  954. }
  955. }
  956. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  957. .client-education-page{
  958. // banner
  959. .industrydetails-banner{background-color: #085903;}
  960. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/education-banner-img.png");}
  961. // 我们的系统为您改变了什么
  962. .education-change-box{
  963. background: #F9FAFF;padding-bottom: 80px;
  964. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  965. .industrydetails-content{position: relative;}
  966. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  967. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  968. .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;}
  969. }
  970. }
  971. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  972. .client-restaurant-page{
  973. // banner
  974. .industrydetails-banner{background-color: #1C1E21;}
  975. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");}
  976. // 我们的系统为您改变了什么
  977. .restaurant-change-box{
  978. background: #F9FAFF;
  979. padding-bottom: 80px;
  980. .industrydetails-content{
  981. position: relative;
  982. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  983. }
  984. .change-content-left,.change-content-right{
  985. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  986. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  987. ul{margin-top: 32px;margin-left: 48px;}
  988. }
  989. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  990. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  991. }
  992. }
  993. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  994. .client-medical-page{
  995. // banner
  996. .industrydetails-banner{background-color: #2178E0;}
  997. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/medical-banner-img.png");}
  998. // 我们的系统为您改变了什么
  999. .medical-change-box{
  1000. background: #F9FAFF;
  1001. padding-bottom: 80px;
  1002. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  1003. .change-content-left,.change-content-right{
  1004. width: 500px;display:inline-block;vertical-align: top;
  1005. ul{margin-left: 48px;}
  1006. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  1007. p{color: rgba(255,255,255,0.65);}
  1008. i{border-color: #fff;}
  1009. }
  1010. .change-content-left{margin-right: 180px;}
  1011. }
  1012. }
  1013. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  1014. .client-indexEducation-page{
  1015. .client-platform-banner{
  1016. background-color: #04004a;
  1017. .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;
  1018. position: absolute;top: 330px;left: 50%;margin-left: -150px;}
  1019. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 30px;}
  1020. }
  1021. }
  1022. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  1023. .client-resources-page{
  1024. // 图标列表
  1025. .train-scheme-list{
  1026. margin: 54px -24px 0;
  1027. li{width: 25%;display: inline-block;text-align: center}
  1028. i{width: 100px;height: 100px;display: block;margin: 0 auto;}
  1029. span{@include setFontStyle(-4);color: #333;margin-top: 10px;display: block;}
  1030. div{box-shadow: 0 0 7px 2px #f5f2ff;margin: 24px;padding: 42px 0;}
  1031. li:nth-child(1) i{background: url("~static/images/client/resources/train-scheme-icon1.png")}
  1032. li:nth-child(2) i{background: url("~static/images/client/resources/train-scheme-icon2.png")}
  1033. li:nth-child(3) i{background: url("~static/images/client/resources/train-scheme-icon3.png")}
  1034. li:nth-child(4) i{background: url("~static/images/client/resources/train-scheme-icon4.png")}
  1035. li:nth-child(5) i{background: url("~static/images/client/resources/train-scheme-icon5.png")}
  1036. li:nth-child(6) i{background: url("~static/images/client/resources/train-scheme-icon6.png")}
  1037. li:nth-child(7) i{background: url("~static/images/client/resources/train-scheme-icon7.png")}
  1038. li:nth-child(8) i{background: url("~static/images/client/resources/train-scheme-icon8.png")}
  1039. }
  1040. // 为企业培训打造学习矩阵
  1041. .products-services-content p{line-height: 52px;}
  1042. // 蓝色提醒文字
  1043. .blue-big-size{
  1044. font-size: 26px;color: #3e7ce7;padding: 0 5px;
  1045. }
  1046. // 课程内容形式多样
  1047. .course-learn-box{
  1048. background: #f9faff;
  1049. // video列表
  1050. .learn-box-list{
  1051. margin: 54px -16px 0;
  1052. li{
  1053. width: 33.33%;display: inline-block;
  1054. a{display: none;}
  1055. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;box-shadow: 0 0 7px 2px #f5f2ff;}
  1056. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  1057. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  1058. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  1059. img{transition: all 0.5s;}
  1060. p{@include setFontStyle(-4);color: #3e7ce7;padding: 24px 16px 16px;text-align: left}
  1061. .course-explain-black{@include setFontStyle(-4);color: #333;line-height: 24px;padding: 0 16px 24px;}
  1062. }
  1063. li span:hover{img{transform: scale(1.1);}}
  1064. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  1065. }
  1066. }
  1067. // banner背景色
  1068. .client-platform-banner{background-color: #03022e;}
  1069. // 新闻资讯
  1070. .platform-news-information{background: #fff;}
  1071. // 按钮
  1072. .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;}
  1073. .client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
  1074. }
  1075. /******** describe: 考试系统更新日志 author: TX date:2020-09-03 ********/
  1076. .client-checklog-page{
  1077. // banner
  1078. .client-checklog-banner{
  1079. width: 100%;height: 300px;background-color: rgb(0, 102, 204);text-align: center;
  1080. h4{font-size: 56px;color: rgba(255, 255, 255, 1);font-weight: bold;padding-top: 64px;}
  1081. p{font-size: 28px;color: rgb(255, 255, 255);padding-top: 24px;}
  1082. }
  1083. // 数据展示
  1084. .log-data-show{
  1085. height: 200px;
  1086. border-color: rgb(187, 187, 187);
  1087. border-width: 1px;
  1088. border-style: solid;
  1089. box-shadow: rgb(121, 188, 255) 0px 2px 6px 0px;
  1090. border-radius: 10px;
  1091. padding: 24px;
  1092. box-sizing: border-box;
  1093. display: flex;
  1094. justify-content: space-evenly;
  1095. margin-top: -64px;
  1096. background: #fff;
  1097. div{
  1098. display: inline-block;text-align: center;
  1099. span{font-size: 24px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 32px;display: inline-block;}
  1100. p{font-size: 54px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 10px;}
  1101. }
  1102. i{width: 1px;height: 150px;background: lightgray;display: inline-block;}
  1103. }
  1104. // 日志内容
  1105. .log-content-box{
  1106. margin: 52px auto 100px;color: rgb(16, 16, 16);
  1107. li{
  1108. color: rgb(16, 16, 16);border-bottom: 1px dashed #ccc;padding: 0 88px;
  1109. h5{font-size: 18px;margin: 14px 0;font-weight: bold;}
  1110. span{font-size: 18px;margin-bottom: 14px;display: block;font-weight: bold;}
  1111. div{margin-bottom: 14px;}
  1112. i{width: 12px;height: 1px;display: inline-block;background: #bbb;vertical-align: top;margin: 10px 6px 10px 0;}
  1113. p{width: 1000px;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 24px;color: #000;text-align: justify}
  1114. }
  1115. li:last-child{border: 0;}
  1116. }
  1117. }
  1118. /******** describe: 体验中心 author: TX date:2021-06-09 ********/
  1119. .tiyan-center-page{
  1120. .tiyan-center-register{
  1121. background: #3776ff;text-align: center;padding: 52px 0;margin-top: 70px;
  1122. h5{font-size: 42px;color: #fff;margin: 24px 0;}
  1123. p{font-size: 32px;color: #fff;margin-bottom: 52px;}
  1124. span{font-size: 52px;color: #ffff00}
  1125. a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
  1126. }
  1127. }
  1128. // 立即注册弹窗
  1129. .register-now-dialog{
  1130. .el-dialog{
  1131. width:540px;
  1132. // 关闭图标
  1133. .el-icon-close:before{color: #fff}
  1134. // 弹窗头部
  1135. .el-dialog__header{height: 100px;background: #363fdc;}
  1136. // 弹窗body
  1137. .el-dialog__body{
  1138. height:200px;position: relative;background: #fff;
  1139. .register-now-box{
  1140. position: absolute;top: -100px;left: 0;right: 0;
  1141. >p{font-size: 18px;color: #fff;text-align: center;line-height: 24px;margin-bottom: 8px}
  1142. >span{
  1143. margin-top: 36px;color: #666;font-size: 16px;display: block;text-align: center;
  1144. .tel-code{font-size: 30px;color:#1f68b4;font-weight: bold;}
  1145. }
  1146. }
  1147. }
  1148. .system-box{
  1149. width:400px;height:160px;background: #fff;border: 1px solid #b5b5b5;border-radius: 4px;padding: 10px 8px;margin: 16px auto;display:flex;justify-content: space-around;align-items: center;
  1150. a{
  1151. display: inline-block;
  1152. i{width: 158px;height: 120px;display: block;background-size: cover;}
  1153. }
  1154. span{width: 1px;min-height: 100px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
  1155. p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
  1156. }
  1157. .system-box:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
  1158. .system-box:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
  1159. }
  1160. }
  1161. // 系统维护弹窗
  1162. .system-maintain-dialog{
  1163. .el-dialog{width: 540px;height: 380px;background-image:url("~static/images/client/tiyanCenter/ty-dialog-bj.jpg");}
  1164. }
  1165. /******** describe: 课程开发解决方案 author: TX date:2021-08-06 ********/
  1166. .course-develop-page{
  1167. // 标题
  1168. .course-develop-title{background-color: rgb(39, 68, 98);padding: 50px 0 100px;font-weight: 700;font-size: 24px;color: rgb(255, 255, 255);text-align: center;}
  1169. // form
  1170. .course-develop-form{width: 90%;min-height: 380px;background: #fff;margin: -50px auto 0;padding: 40px 24px;box-sizing: border-box;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px -1px;}
  1171. // 滑块px
  1172. .nc-container{
  1173. overflow: hidden;height: 52px;
  1174. .nc_wrapper{width:100%!important;margin-bottom: 22px;border-radius: 5px;overflow: hidden;}
  1175. .nc_scale{
  1176. height: 30px;
  1177. .scale_text{overflow: hidden;line-height: 30px;}
  1178. span{width:40px;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid rgb(187, 187, 187);box-sizing: border-box;overflow: hidden}
  1179. }
  1180. .btn_ok{margin-left: -1px;}
  1181. }
  1182. // 输入框-验证码
  1183. .course-develop-input-code{width: calc(100% - 122px);}
  1184. .course-develop-code-btn.el-button{width:110px;box-sizing:border-box;padding: 12px;margin-left: 8px;background-color: rgb(0, 102, 204);color: #fff;}
  1185. // 公司名称
  1186. .dialog-input-company{
  1187. .el-form-item__content{display: grid;}
  1188. }
  1189. // 表单按钮
  1190. .form-blue-btn,.form-border-btn{
  1191. width: 100%;height: 50px;line-height: 50px;color: rgb(255, 255, 255);border-radius: 5px;@include setFontStyle(-4);text-align: center;border: 1px solid transparent;
  1192. }
  1193. .form-blue-btn{background-color: rgb(0, 102, 204);border-color:rgb(0, 102, 204);}
  1194. .form-border-btn{display:block;border-color:rgb(0, 102, 204);color:rgb(0, 102, 204);margin-top: 20px; }
  1195. // 咨询电话
  1196. .course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}
  1197. // 产品
  1198. .dialog-input-company{text-align: center;padding: 0;}
  1199. }
  1200. /******** describe: 注册页面--手机 author: TX date:2021-08-06 ********/
  1201. .register-phone-page{
  1202. // 标题
  1203. .course-develop-title{font-size: 20px;}
  1204. // 咨询电话
  1205. .course-develop-tel{margin: 46px 0;}
  1206. }
  1207. }