cus-client-page.scss 36 KB

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