cus-client-page.scss 41 KB

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