cus-client-page.scss 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468
  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: 640px;cursor: pointer;}
  19. .el-carousel__item{
  20. .index-carousel-box{width:100%;height: 640px;display: block;background-position: center;background-repeat: no-repeat;background-color: #a49d9b;}
  21. }
  22. }
  23. /* 发展历程 - 移动端隐藏*/
  24. .client-company-history{
  25. background:#f8f8f8;
  26. li{
  27. width: 25%;display: inline-block;text-align: center;
  28. i{width: 40px;height: 40px;display: inline-block;background-size: cover;margin-right: 16px;vertical-align: middle;}
  29. a{
  30. border-right:2px solid #e5e5e5;margin: 24px 0;display: block;
  31. div{display: inline-block;text-align: left;vertical-align: middle;}
  32. span{@include setFontStyle(-4);color: #333;margin-bottom: 10px;display: block;}
  33. p{@include setFontStyle(-4);color: #666;}
  34. }
  35. }
  36. li:last-child a{border-right: 0;}
  37. }
  38. li:nth-child(1){i{background-image: url("~static/images/client/index/company-history-icon1.png");}}
  39. li:nth-child(2){i{background-image: url("~static/images/client/index/company-history-icon2.png");}}
  40. li:nth-child(3){i{background-image: url("~static/images/client/index/company-history-icon3.png");}}
  41. li:nth-child(4){i{background-image: url("~static/images/client/index/company-history-icon4.png");}}
  42. /* 产品和服务 */
  43. .client-products-services{
  44. .client-title{
  45. margin-bottom: 48px;
  46. }
  47. }
  48. /* 行业学习需求 */
  49. .client-demand-box{
  50. .demand-list-box{
  51. margin-top: 24px;
  52. li{width: 25%;display: inline-block;margin: 34px 0;text-align: center;cursor: default;}
  53. span{width: 100px;height: 100px;border-radius: 50%;display: inline-block;text-align: center;transition: .3s;}
  54. i{width: 60px;height: 60px;background-size: cover;display: inline-block;margin-top: 20px;}
  55. p{font-weight: 700;font-size: 20px;color: rgb(16, 16, 16);margin: 12px 0;}
  56. li:nth-child(1){
  57. span{background-color: rgb(0, 150, 136);}
  58. i{background-image: url("~static/images/client/index/index-demand-icon1.png");}
  59. }
  60. li:nth-child(2){
  61. span{background-color: rgb(255, 152, 0);}
  62. i{background-image: url("~static/images/client/index/index-demand-icon2.png");}
  63. }
  64. li:nth-child(3){
  65. span{background-color: rgb(234, 73, 79);}
  66. i{background-image: url("~static/images/client/index/index-demand-icon3.png");}
  67. }
  68. li:nth-child(4){
  69. span{background-color: rgb(64, 158, 255);}
  70. i{background-image: url("~static/images/client/index/index-demand-icon4.png");}
  71. }
  72. li:nth-child(5){
  73. span{background-color: rgb(255, 128, 108);}
  74. i{background-image: url("~static/images/client/index/index-demand-icon5.png");}
  75. }
  76. li:nth-child(6){
  77. span{background-color: rgb(179, 111, 238);}
  78. i{background-image: url("~static/images/client/index/index-demand-icon6.png");}
  79. }
  80. li:nth-child(7){
  81. span{background-color: rgb(72, 97, 132);}
  82. i{background-image: url("~static/images/client/index/index-demand-icon7.png");}
  83. }
  84. li:nth-child(8){
  85. span{background-color: rgb(160, 212, 104);}
  86. i{background-image: url("~static/images/client/index/index-demand-icon8.png");}
  87. }
  88. li:hover{
  89. span{transform: translateY(-8px);;}
  90. }
  91. }
  92. }
  93. /* 超过10万家客户的信任之选 */
  94. .client-customer-box{
  95. .customer-img-box{
  96. padding-bottom: 80px;
  97. li{
  98. width: 20%;
  99. display: inline-block;
  100. }
  101. img{margin: 48px 30px 0;transition: all 0.5s;}
  102. li:hover{
  103. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  104. }
  105. }
  106. }
  107. /* 新闻资讯 */
  108. .client-news-information {
  109. background: rgb(248, 248, 248);
  110. padding-bottom: 80px;
  111. .industry-information-box {
  112. margin-top: 48px;
  113. h4{color: #333;}
  114. h4:hover {cursor: pointer;color: #3e7ce7;}
  115. // 左
  116. .industry-information-left {
  117. width: 520px;
  118. margin-right: 80px;
  119. display: inline-block;
  120. vertical-align: top;
  121. color: #333;
  122. div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
  123. img {width: 520px;height: 210px;margin-bottom: 42px;}
  124. h4 {@include setFontStyle(-2);margin-bottom: 16px;}
  125. i{width:25px;height:12px;float:right;background-image:url("~static/images/client/index/news-information-icon.png")}
  126. p {@include setFontStyle(-6);height: 68px;line-height: 22px;padding: 2px 0 0 16px;text-align: justify;@include multi-line-ellipsis(3);}
  127. b {@include setFontStyle(-4);font-weight: normal;display: block;margin-bottom: 16px;}
  128. span {@include setFontStyle(-6);display: block;color: #666;}
  129. }
  130. // 右
  131. .industry-information-right {
  132. width: 590px;
  133. display: inline-block;
  134. vertical-align: top;
  135. li {border-bottom: 1px solid #ccc;margin-bottom: 16px;}
  136. li:last-child {border: 0;}
  137. h4 {@include setFontStyle(-4);@include single-line-ellipsis;margin-bottom: 12px;}
  138. p {@include setFontStyle(-6);color: #666;@include single-line-ellipsis;margin-bottom: 16px;}
  139. span {margin: 0 30px 0 10px;}
  140. }
  141. }
  142. }
  143. // 移动端手机尺寸(0-768)
  144. @media (max-width: 768px){
  145. /* 网站banner */
  146. .client-index-banner{height: 150px;}
  147. /* banner-box */
  148. .client-banner-box{
  149. .el-carousel__container{height: 150px;}
  150. .el-carousel__item .index-carousel-box{height: 150px;background-size: cover;}
  151. // 左箭头
  152. .el-carousel__arrow--left{display: none;}
  153. // 右箭头
  154. .el-carousel__arrow--right{display: none;}
  155. // 分页
  156. .el-carousel__button {width: 6px;height: 6px;border-radius: 3px;}
  157. }
  158. /* 产品和服务 */
  159. .client-products-services{
  160. .client-title{
  161. margin-bottom: 0;
  162. }
  163. }
  164. /* 新闻资讯 */
  165. .client-newsInfo-phone{
  166. background-color: rgb(238, 238, 238);
  167. // 轮播外层
  168. .el-carousel{
  169. padding: 20px 0 40px;
  170. // card
  171. .el-carousel__item{
  172. width: 80%;left: -15%;color: rgb(16, 16, 16);background: #fff;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;
  173. img{width: 100%;height: 135px;}
  174. }
  175. // 文字区域
  176. .newsInfo-card-content{
  177. padding: 24px 20px;
  178. h4{@include setFontStyle(-4);}
  179. span{@include setFontStyle(-8);margin-top: 16px;display: block}
  180. p{min-height: 48px;@include setFontStyle(-6);margin-top: 16px;@include multi-line-ellipsis(3);}
  181. }
  182. }
  183. }
  184. /* 超过10万家客户的信任之选 */
  185. .client-customer-box{padding-top: 50px;
  186. .customer-img-box{
  187. padding-bottom: 50px;
  188. li{width: 50%;text-align: center;}
  189. img{max-width:90%;margin: 10px 0;}
  190. li:hover{
  191. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  192. }
  193. }
  194. }
  195. }
  196. }
  197. /******** describe: 平台页面(考试平台、培训平台) author: TX date:2020-08-12 ********/
  198. .client-platform-page{
  199. /* 网站banner */
  200. .client-platform-banner{
  201. width: 100%;
  202. height: 396px;
  203. background-color:#042D85;
  204. position: relative;
  205. div{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
  206. .free-trial-default-btn{position: absolute;top:260px;left: 50%;margin-left: -119px;}
  207. }
  208. // 考试应用场景
  209. .client-scene-box{
  210. ul{
  211. margin-top: 24px;
  212. li{width: 25%;display: inline-block;margin: 24px 0;text-align: center;cursor: default;}
  213. span{width: 100px;height: 100px;border-radius: 50%;display: inline-block;text-align: center;transition: .3s;}
  214. i{width: 60px;height: 60px;background-size: cover;display: inline-block;margin-top: 20px;}
  215. p{font-weight: 700;font-size: 20px;color: rgb(16, 16, 16);margin: 12px 0;}
  216. li:nth-child(1){
  217. span{background-color: rgb(0, 150, 136);}
  218. i{background-image: url("~static/images/client/exam/exam-scene-icon1.png");}
  219. }
  220. li:nth-child(2){
  221. span{background-color: rgb(255, 152, 0);}
  222. i{background-image: url("~static/images/client/exam/exam-scene-icon2.png");}
  223. }
  224. li:nth-child(3){
  225. span{background-color: rgb(234, 73, 79);}
  226. i{background-image: url("~static/images/client/exam/exam-scene-icon3.png");}
  227. }
  228. li:nth-child(4){
  229. span{background-color: rgb(64, 158, 255);}
  230. i{background-image: url("~static/images/client/exam/exam-scene-icon4.png");}
  231. }
  232. li:nth-child(5){
  233. span{background-color: rgb(255, 128, 108);}
  234. i{background-image: url("~static/images/client/exam/exam-scene-icon5.png");}
  235. }
  236. li:nth-child(6){
  237. span{background-color: rgb(179, 111, 238);}
  238. i{background-image: url("~static/images/client/exam/exam-scene-icon6.png");}
  239. }
  240. li:nth-child(7){
  241. span{background-color: rgb(72, 97, 132);}
  242. i{background-image: url("~static/images/client/exam/exam-scene-icon7.png");}
  243. }
  244. li:nth-child(8){
  245. span{background-color: rgb(160, 212, 104);}
  246. i{background-image: url("~static/images/client/exam/exam-scene-icon8.png");}
  247. }
  248. li:nth-child(9){
  249. span{background-color: rgb(68, 70, 147);}
  250. i{background-image: url("~static/images/client/exam/exam-scene-icon9.png");}
  251. }
  252. li:nth-child(10){
  253. span{background-color: rgb(174, 102, 66);}
  254. i{background-image: url("~static/images/client/exam/exam-scene-icon10.png");}
  255. }
  256. li:nth-child(11){
  257. span{background-color: rgb(110, 87, 123);}
  258. i{background-image: url("~static/images/client/exam/exam-scene-icon11.png");}
  259. }
  260. li:nth-child(12){
  261. span{background-color: rgb(116, 120, 124);}
  262. i{background-image: url("~static/images/client/exam/exam-scene-icon12.png");}
  263. }
  264. li:hover{
  265. span{transform: translateY(-8px);;}
  266. }
  267. }
  268. }
  269. // 轻松组织一场考试
  270. .platform-products-services{
  271. .client-title{margin-bottom: 46px;}
  272. .products-services-content{
  273. h5{margin: 0;}
  274. .client-btn-box {
  275. margin-top: 80px;
  276. }
  277. }
  278. }
  279. // 满足12大考试应用场景
  280. .client-examOrg-box{
  281. height: 560px;background-position: center;background-image: url("~static/images/client/exam/exam-org-bj.png");background-color: rgba(248, 248, 248, 0.8);background-blend-mode: overlay;background-position: center;
  282. .exam-dl-box{display: flex;justify-content: space-between;margin-top: 42px;}
  283. dt{font-weight: 400;font-size: 20px;color: rgba(0, 0, 0, 1);margin-bottom: 24px;}
  284. dd{font-weight: 400;font-size: 16px;color: rgba(0, 0, 0, 1);margin-bottom: 12px;}
  285. dd:before{width: 5px;height: 5px;background: #00aeba;content: '';display: inline-block;vertical-align: middle;margin-right: 6px;border-radius: 50%;}
  286. // 按钮
  287. .client-btn-box{
  288. text-align: center;margin-top: 42px;
  289. .client-default-Btn,.client-default-white-Btn {
  290. width: 150px;height: 40px;line-height: 40px;display: inline-block;background: #00aeba;border: 1px solid #00aeba;box-sizing: border-box;margin-right: 24px;
  291. }
  292. .client-default-white-Btn {background: #fff;color: #00aeba;margin-right: 0;}
  293. }
  294. }
  295. }
  296. /******** describe: 培训平台--图片(和考试默认图片不同) author: TX date:2020-08-14 ********/
  297. .client-train-page{
  298. /* 网站banner */
  299. .client-platform-banner{
  300. background-color:#1F2772;
  301. }
  302. }
  303. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  304. .client-course-page{
  305. /* 网站banner */
  306. .client-course-banner{
  307. width: 100%;
  308. height: 395px;
  309. background-color:#130C4F;
  310. background-position-x: center;
  311. background-repeat: no-repeat;
  312. }
  313. /* 调转菜单栏 */
  314. .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;}
  315. .course-link-nav{
  316. width: 100%;height: 83px;background: #161B38;opacity: 0.9;
  317. a{width: 171px;height: 83px;line-height:83px;display: inline-block;@include setFontStyle(-2);color: #fff;text-align: center;}
  318. a:nth-child(1){background: #353c61;}
  319. a:nth-child(2){background: #38406a;}
  320. a:nth-child(3){background: #3c4775;}
  321. a:nth-child(4){width:174px;background: #404b81;}
  322. a:nth-child(5){background: #3c4775;}
  323. a:nth-child(6){background: #38406a;}
  324. a:nth-child(7){background: #353c61;}
  325. }
  326. // 申请方案按钮
  327. .free-trial-default-btn{width:230px;display: inline-block;margin: 0}
  328. // 联系我们按钮
  329. .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
  330. /* PPT定制及美化、H5平面设计、视频后期处理 */
  331. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  332. ul{margin: 48px 0;}
  333. li{display: inline-block;}
  334. li:not(:last-child){margin-right: 30px;}
  335. p{@include setFontStyle(-4);color: rgba(0, 0, 0, 0.65);margin-top: 24px;}
  336. }
  337. /* 视频后期处理 */
  338. .course-videoPos-box{
  339. padding-bottom: 80px;
  340. li:not(:last-child){margin-right: 80px;}
  341. }
  342. @media (max-width: 768px){
  343. /* 网站banner */
  344. .client-course-banner{height: 150px;background-size: cover;}
  345. // 菜单 ul
  346. .course-menu-ul{
  347. background: #fff;margin: 20px 0 0;
  348. li{width: 100px;height: 30px;line-height:30px;margin:0 10px;padding:0;border-radius:5px;border: 1px solid rgb(0, 102, 204);@include setFontStyle(-4);
  349. color: rgb(0, 102, 204);background: #fff;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);box-sizing: border-box}
  350. li.active{color: #fff;background: rgb(0, 102, 204);}
  351. li:hover{transform: none;}
  352. }
  353. // 内容区域
  354. .client-container{padding: 0;}
  355. // 申请方案按钮
  356. .free-trial-default-btn{width:122px;display: inline-block;margin: 0 0 54px;}
  357. // 联系我们按钮
  358. .course-apply-btn{margin-left: 16px;}
  359. /* PPT定制及美化、H5平面设计、视频后期处理 */
  360. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  361. margin: 0 6%;
  362. ul{margin: 12px 0;}
  363. li{box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;margin-bottom: 20px;}
  364. li:not(:last-child){margin-right: 0;}
  365. img{max-width: 100%;}
  366. p{margin: 20px 0;}
  367. }
  368. /* 视频后期处理 */
  369. .course-videoPos-box{
  370. padding-bottom: 16px;
  371. img{height: 180px;}
  372. }
  373. }
  374. }
  375. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  376. .client-aboutUs-page{
  377. // banner
  378. .aboutUs-banner{width: 100%;height: 305px;background-image: url("~static/images/client/aboutUs/aboutUs-banner-bg.png");
  379. span{width: 1200px;overflow: hidden;display: block;margin: 0 auto;}
  380. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  381. }
  382. // 公司简介
  383. .company-profile-box{
  384. padding-bottom: 48px;
  385. font-size: 0;
  386. img{margin: 48px auto;display: block;}
  387. p{@include setFontStyle(-2);color: rgba(0,0,0,0.65);line-height: 40px;text-align: justify;margin: 0 60px}
  388. }
  389. // 品牌介绍
  390. .brand-introduction-box{
  391. .brand-introduction-content{
  392. width: 100%;
  393. padding: 42px;
  394. box-sizing: border-box;
  395. background: #fbfbfb;
  396. border-radius: 8px;
  397. float: right;
  398. .brand-introduction-left{
  399. display: inline-block;
  400. vertical-align: middle;
  401. padding-right: 42px;
  402. border-right: 1px solid #ddd;
  403. h4{@include setFontStyle(6);color: rgba(0,0,0,0.75);margin-bottom: 36px}
  404. img{margin-bottom: 36px;}
  405. }
  406. 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;}
  407. }
  408. }
  409. // 企业文化
  410. .corporate-culture-box{
  411. padding-bottom: 80px;
  412. li{
  413. width:25%;
  414. display: inline-block;
  415. vertical-align: middle;
  416. div{
  417. margin-right: 16px;
  418. margin-bottom: 16px;
  419. padding: 40px 0;
  420. border: 6px solid #f7f7f7;
  421. text-align: center;
  422. i{width: 70px;height: 70px;display:inline-block;margin-bottom: 16px;}
  423. h5{@include setFontStyle(0);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  424. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  425. }
  426. }
  427. li:nth-child(1){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon1.png");} }
  428. li:nth-child(2){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon2.png");} }
  429. li:nth-child(3){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon3.png");} }
  430. li:nth-child(4){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon4.png");} }
  431. li:last-child{
  432. div{margin-right: 0;}
  433. }
  434. }
  435. // 企业发展历程
  436. .enterprise-development-box{
  437. // 覆盖饿了么tab样式
  438. .enterprise-development-tab{
  439. .el-tabs__nav-wrap::after,.el-tabs__active-bar{display: none;}
  440. .el-tabs__header{
  441. margin: 0;
  442. .el-tabs__nav{width: 100%;padding-bottom: 20px;border-bottom: 1px dotted #6c9ce1;}
  443. .el-tabs__nav-wrap,.el-tabs__nav-scroll{overflow: visible}
  444. }
  445. .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;}
  446. .el-tabs__item.is-active{background: #3e7ee7;color: #fff}
  447. .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;}
  448. .el-tabs__item.is-active:after{background: #3e7ee7;}
  449. .el-tabs__content{overflow: visible}
  450. }
  451. // 企业发展历程内容部分
  452. li{
  453. width: 25%;display: inline-block;padding: 36px 24px 60px;background:#fbfbfb;box-sizing: border-box;min-height: 196px;vertical-align: top;
  454. div{width: 250px;border-bottom: 1px solid #eee;}
  455. img{margin-bottom: 14px;}
  456. i{min-width:34px;display:inline-block;color: #3e7ee7;font-style: normal;margin-right: 10px;}
  457. p{@include setFontStyle(-4);color: rgba(0,0,0,.65);margin-top: 14px;}
  458. }
  459. }
  460. // 联系我们
  461. .contact-us-box{
  462. padding: 80px 0;
  463. border-top: 1px solid #ddd;
  464. .contact-container-box{
  465. width: 460px;
  466. padding: 0 40px;
  467. box-sizing: border-box;
  468. color: rgba(0,0,0,0.85);
  469. float: left;
  470. h4{@include setFontStyle(10);color: #3e7ee7;margin-bottom: 60px;margin-top: 20px;}
  471. h5{@include setFontStyle(0);color: #333;margin-bottom: 32px;}
  472. li{
  473. margin-bottom: 24px;
  474. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  475. span{@include setFontStyle(-4);color: rgba(0,0,0,0.64);vertical-align: middle;}
  476. }
  477. li:nth-child(3) {
  478. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  479. }
  480. li:nth-child(4) {
  481. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  482. }
  483. li:nth-child(5) {
  484. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  485. }
  486. li:nth-child(6) {
  487. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  488. }
  489. }
  490. img{float: right}
  491. }
  492. @media (max-width: 768px){
  493. // banner
  494. .aboutUs-banner{
  495. height: 150px;
  496. span{width: 100%;}
  497. img{width: auto;height: 150px;}
  498. }
  499. // 公司简介
  500. .company-profile-box{
  501. img{margin: 20px auto;max-width: 100%;}
  502. p{@include setFontStyle(-6);color: rgba(85, 85, 85, 1);line-height: 24px;margin: 0 10px 6px;}
  503. }
  504. // 品牌介绍
  505. .brand-introduction-box{
  506. background-color: rgb(238, 238, 238);
  507. .brand-introduction-content{
  508. background-color: transparent;padding: 24px 10px;
  509. .brand-introduction-left{
  510. display: block;border-right:0;padding-right:0;
  511. h4{font-size: 18px;color: rgba(0, 0, 0, 1);text-align: center;margin-bottom: 20px;font-weight: 700;}
  512. img{margin: 0 auto 24px;max-width: 230px;display: block;}
  513. }
  514. span{width: 100%;display: block;padding-left: 0;font-size: 14px;color: rgba(85, 85, 85, 1);line-height: 24px;}
  515. }
  516. }
  517. // 企业文化
  518. .corporate-culture-box{
  519. padding: 50px 0 0;
  520. li{
  521. width:100%;
  522. div{
  523. height: 70px;margin: 0 10px 16px;border: 0;box-shadow: rgb(206, 206, 206) 0 0 6px -1px;padding: 14px 0;
  524. i{display: unset;float: left;margin-left: 30px;margin-bottom: 0;}
  525. h5{font-weight: 700;font-size: 16px;color: #101010;margin: 12px 0;}
  526. p{font-size: 14px;color: #101010;}
  527. }
  528. }
  529. }
  530. // 联系我们
  531. .contact-us-box{
  532. padding: 54px 10px 0;border: 0;line-height: 1;font-size: 0;
  533. .contact-container-box{
  534. width: 100%;
  535. padding: 0;
  536. color: rgba(0,0,0,0.85);
  537. float: unset;
  538. h4{@include setFontStyle(-2);font-weight: 700;color: rgba(0, 0, 0, 1);margin-bottom: 24px;margin-top:0;text-align: center;}
  539. h5{@include setFontStyle(-4);font-weight: 700;color: rgba(0, 0, 0, 1);margin-bottom: 24px;}
  540. li{
  541. span{color: rgba(0,0,0,0.54);}
  542. }
  543. }
  544. img{float: unset;width: calc(100% + 50px);margin: 0 -25px;}
  545. }
  546. }
  547. }
  548. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  549. .client-newsInfor-page{
  550. // banner
  551. .newsInfor-banner{
  552. width: 100%;height: 305px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");overflow: hidden;
  553. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  554. }
  555. // 菜单 ul
  556. .newsInfor-menu-ul{
  557. display: block;
  558. margin: 0 auto;
  559. text-align: center;
  560. background: #F7F9FB;
  561. 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}
  562. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  563. li:hover{
  564. transform: scale(1.1);
  565. }
  566. }
  567. // 页面主要内容区域
  568. .newsInfor-content-box{
  569. min-height: 304px;
  570. padding: 48px 0 80px;
  571. ul{display: inline-block;vertical-align: top}
  572. // 右侧内容区域
  573. .newsInfor-content-ul{
  574. padding: 0 32px;
  575. li{margin-bottom: 40px;cursor: pointer}
  576. li:last-child{margin-bottom: 0;}
  577. //图片
  578. .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;}
  579. //内容区域
  580. .newsInfor-list-content{
  581. width: calc(100% - 350px);
  582. display: inline-block;
  583. vertical-align: top;
  584. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  585. div{
  586. margin-bottom: 8px;
  587. 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");}
  588. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  589. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  590. }
  591. 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;}
  592. a{@include setFontStyle(-6);color: #4A73FD;}
  593. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  594. a:hover{cursor: pointer;}
  595. }
  596. }
  597. }
  598. @media (max-width: 768px){
  599. // banner
  600. .newsInfor-banner{
  601. height: 150px;
  602. img{width: auto;height: 150px;}
  603. }
  604. // 页面主要内容区域
  605. .newsInfor-content-box{
  606. min-height: unset;padding: 20px 0 50px;
  607. // 右侧内容区域
  608. .newsInfor-content-ul{
  609. width:100%;padding: 0 6%;box-sizing: border-box;
  610. li{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;margin-bottom: 20px;}
  611. //图片
  612. .newsInfor-img-box{width:100%;height:180px;display: block;margin-right:0;border-radius: 0;}
  613. //内容区域
  614. .newsInfor-list-content{
  615. width: 100%;padding: 20px;box-sizing: border-box;
  616. h5{@include setFontStyle(-4);color: rgb(16, 16, 16);margin-bottom: 12px;}
  617. div{
  618. span{margin-bottom: 0;@include setFontStyle(-8);color: rgb(16, 16, 16);}
  619. }
  620. p{height: auto;max-height: 60px;margin-bottom:0;font-size: 14px;color: rgb(16, 16, 16);line-height: 20px;}
  621. }
  622. // 分页
  623. .client-el-pagination{margin-top: 24px}
  624. }
  625. }
  626. }
  627. }
  628. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  629. .client-government-page{
  630. // banner
  631. .industrydetails-banner{background-color: #1B33B7;}
  632. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/government-banner-img.png");}
  633. // 我们的系统为您改变了什么
  634. .government-change-box{
  635. background: #F9FAFF;
  636. padding-bottom: 80px;
  637. .industrydetails-content{
  638. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  639. li{
  640. p{margin-left: 30px}
  641. }
  642. img{width:100px;display: inline-block;vertical-align: top;margin: 85px 25px 85px 30px;}
  643. }
  644. .change-content-left{
  645. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  646. h5,li,li i{color: #fff;border-color: #fff;}
  647. p{color: rgba(255,255,255,0.65);}
  648. }
  649. .change-content-right{width: 525px;display: inline-block;padding-top: 64px;}
  650. }
  651. // 我们的优势
  652. .government-advantage-box{
  653. padding-bottom: 50px;
  654. h4{margin-bottom: 48px;}
  655. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  656. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  657. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  658. 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;}
  659. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  660. }
  661. @media (max-width: 768px) {
  662. // 我们的系统为您改变了什么
  663. .government-change-box{
  664. background: rgb(238, 238, 238);padding: 0 15px;
  665. .industrydetails-content{
  666. height: auto;margin-top: 20px;background-image:unset;position: relative;
  667. li{
  668. p{margin-left: 20px}
  669. }
  670. img{width:80px;display:block;margin: -60px auto;position: absolute;left: 50%;margin-left: -40px;}
  671. }
  672. .change-content-left,.change-content-right{
  673. width: 100%;box-sizing: border-box;margin-bottom: 20px;
  674. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  675. i{border-color: #fff;opacity: 1;}
  676. }
  677. .change-content-left{background-color: rgb(0, 102, 204);padding: 20px 16px;}
  678. .change-content-right{background-color: rgb(255, 186, 0);padding: 60px 16px 36px;}
  679. }
  680. }
  681. }
  682. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  683. .client-finance-page{
  684. // banner
  685. .industrydetails-banner{background-color: #593513;}
  686. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/finance-banner-img.png");}
  687. // 金融行业的问题
  688. .finance-question-box{
  689. background: #F9FAFF;
  690. padding: 80px 0;
  691. .finance-question-top{
  692. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  693. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  694. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  695. }
  696. ul{
  697. 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;
  698. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  699. p{margin-left: 30px;}
  700. }
  701. .finance-question-right{
  702. border: 1px solid #FF6226;
  703. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  704. }
  705. }
  706. @media (max-width: 768px) {
  707. .finance-question-box{background-color: rgb(238, 238, 238);padding: 20px 15px 30px;}
  708. .phone-class-box{
  709. ul{
  710. border: 0;width: 100%;margin: 0;padding: 20px 0 0;min-height: unset;
  711. li{margin-bottom: 10px;}
  712. i{width: 10px;height: 10px;margin-right: 8px;margin-top: 8px;border: 1px solid #fff;opacity: 1;border-radius:0;
  713. float: left;box-sizing: border-box;display: block;transform: rotate(45deg);background-image: unset;}
  714. p{font-size: 14px;color: white;line-height: 24px;margin-left: 20px;text-align: justify;}
  715. }
  716. h4{color: #fff;}
  717. img {width: 130px;display: block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
  718. .financial-tradition-phone{background-color: rgb(0, 102, 204);margin: 0 0 20px;padding: 0 16px 20px;}
  719. .financial-solve-phone{background-color: rgb(247, 109, 0);padding: 40px 16px 36px;}
  720. }
  721. }
  722. }
  723. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  724. .client-information-page{
  725. // banner
  726. .industrydetails-banner{background-color: #070B20;}
  727. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/information-banner-img.png");}
  728. // 我们的系统为您改变了什么
  729. .information-change-box{
  730. background: #F9FAFF;
  731. padding-bottom: 80px;
  732. .industrydetails-content{
  733. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  734. li{
  735. p{margin-left: 30px;}
  736. }
  737. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  738. }
  739. .change-content-left{
  740. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  741. h5,li,li i{color: #fff;border-color: #fff;}
  742. p{color: rgba(255,255,255,0.65);}
  743. }
  744. .change-content-right{width: 500px;display: inline-block;padding-top: 36px;}
  745. }
  746. @media (max-width: 768px) {
  747. // 我们的系统为您改变了什么
  748. .information-change-box{
  749. background-color: rgb(238, 238, 238);padding: 0 15px 15px;
  750. .industrydetails-content{
  751. height: auto;margin-top: 20px;background-image:unset;position: relative;
  752. li{
  753. p{margin-left: 20px}
  754. }
  755. img{width:130px;display:block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
  756. }
  757. .change-content-left,.change-content-right{
  758. width: 100%;box-sizing: border-box;margin-bottom: 20px;
  759. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  760. i{border-color: #fff;opacity: 1;}
  761. }
  762. .change-content-left{background-color: rgb(14, 60, 106);padding: 20px 16px;}
  763. .change-content-right{background-color: rgb(164, 3, 3);padding: 60px 16px 36px;}
  764. }
  765. }
  766. }
  767. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  768. .client-energy-page{
  769. // banner
  770. .industrydetails-banner{background-color: #073A44;}
  771. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/energy-banner-img.png");}
  772. // 我们的系统为您改变了什么
  773. .energy-change-box{
  774. background: #F9FAFF;
  775. padding-bottom: 80px;
  776. // 模块上半部分
  777. .change-box-top{
  778. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  779. i{border: 1px solid #fff;}
  780. }
  781. // 模块下半部分
  782. .change-box-bottom{
  783. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  784. h5{margin-top: 55px;}
  785. li:nth-of-type(odd){p{margin-right: 60px}}
  786. }
  787. h5{color: rgba(255,255,255,0.85);}
  788. li{
  789. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);line-height: 22px;vertical-align: top;
  790. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  791. }
  792. img{position: absolute;top: -70px;left: 50%;margin-left: -50px;}
  793. }
  794. @media (max-width: 768px) {
  795. // 我们的系统为您改变了什么
  796. .energy-change-box{
  797. background-color: rgb(238, 238, 238);padding: 0 15px 15px;
  798. // 模块上半部分
  799. .change-box-top{width: 100%;height:auto;padding: 20px 16px;margin:20px 0 20px;border-radius:0;}
  800. // 模块下半部分
  801. .change-box-bottom{width: 100%;height:auto;padding: 60px 16px 36px;margin:0 0 20px;border-radius:0;background-color: rgb(255, 115, 5);}
  802. .change-box-top,.change-box-bottom{
  803. i{border: 1px solid #fff;opacity: 1;}
  804. h5{margin-top: 20px;color: #fff;}
  805. li:nth-of-type(odd){p{margin-right: 0}}
  806. }
  807. li{
  808. width: 100%;display: block;
  809. p{margin-left: 20px;color: #fff;}
  810. }
  811. }
  812. }
  813. }
  814. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  815. .client-traffic-page{
  816. // banner
  817. .industrydetails-banner{background-color: #0A2F41;}
  818. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");}
  819. // 我们的系统为您改变了什么
  820. .traffic-change-box{
  821. background: #F9FAFF;
  822. padding-bottom: 80px;
  823. .change-content-left,.change-content-right{
  824. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  825. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  826. ul{margin-top: 80px;margin-left: 32px;}
  827. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  828. }
  829. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  830. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  831. }
  832. @media (max-width: 768px) {
  833. // 我们的系统为您改变了什么
  834. .traffic-change-box{
  835. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  836. .change-content-left,.change-content-right{
  837. width: 100%;height: unset;margin:0;box-sizing: border-box;
  838. ul{margin: 0;}
  839. h5{height: unset;line-height: unset;@include setFontStyle(-4);color: rgba(255, 255, 255, 1);margin-bottom: 16px;text-align: center;font-weight: 700;}
  840. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  841. i{width: 10px;height: 10px;border-color: #fff;opacity: 1;border-radius: 0;}
  842. }
  843. .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;background-image:unset;margin: 20px 0;}
  844. .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;background-image:unset;}
  845. }
  846. }
  847. }
  848. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  849. .client-education-page{
  850. // banner
  851. .industrydetails-banner{background-color: #085903;}
  852. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/education-banner-img.png");}
  853. // 我们的系统为您改变了什么
  854. .education-change-box{
  855. background: #F9FAFF;padding-bottom: 80px;
  856. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  857. .industrydetails-content{position: relative;}
  858. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  859. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  860. .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;}
  861. }
  862. @media (max-width: 768px) {
  863. .education-change-box{
  864. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  865. img{width:100px;margin: -105px auto;margin-left: -50px;}
  866. .mt48{margin-top: 20px;}
  867. .change-content-left,.change-content-right{
  868. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  869. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  870. i{border-color: #fff;opacity: 1;}
  871. }
  872. .change-content-left{background-color: rgb(50, 159, 132);padding: 20px 16px 52px;}
  873. .change-content-right{background-color: rgb(249, 163, 97);padding: 60px 16px 16px;}
  874. }
  875. }
  876. }
  877. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  878. .client-restaurant-page{
  879. // banner
  880. .industrydetails-banner{background-color: #1C1E21;}
  881. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");}
  882. // 我们的系统为您改变了什么
  883. .restaurant-change-box{
  884. background: #F9FAFF;
  885. padding-bottom: 80px;
  886. .industrydetails-content{
  887. position: relative;
  888. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  889. }
  890. .change-content-left,.change-content-right{
  891. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  892. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  893. ul{margin-top: 32px;margin-left: 48px;}
  894. }
  895. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  896. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  897. }
  898. @media (max-width: 768px) {
  899. // 我们的系统为您改变了什么
  900. .restaurant-change-box{
  901. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  902. .mt48{margin-top: 20px;}
  903. .industrydetails-content img{margin-top: -85px;}
  904. .change-content-left,.change-content-right{
  905. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  906. ul{margin: 0;}
  907. h5{height: unset;line-height: unset;color: #fff;}
  908. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  909. i{border-color: #fff;opacity: 1;}
  910. }
  911. .change-content-left{background-color: rgb(240, 112, 112);padding: 20px 16px;}
  912. .change-content-right{background-color: rgb(255, 207, 78);padding: 60px 16px 16px;}
  913. }
  914. }
  915. }
  916. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  917. .client-medical-page{
  918. // banner
  919. .industrydetails-banner{background-color: #2178E0;}
  920. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/medical-banner-img.png");}
  921. // 我们的系统为您改变了什么
  922. .medical-change-box{
  923. background: #F9FAFF;
  924. padding-bottom: 80px;
  925. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  926. .change-content-left,.change-content-right{
  927. width: 500px;display:inline-block;vertical-align: top;
  928. ul{margin-left: 48px;}
  929. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  930. p{color: rgba(255,255,255,0.65);}
  931. i{border-color: #fff;}
  932. }
  933. .change-content-left{margin-right: 180px;}
  934. }
  935. @media (max-width: 768px) {
  936. .medical-change-box{
  937. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  938. .industrydetails-content{width: 100%;height: unset;background-image:unset;}
  939. .mt48{margin-top: 20px;}
  940. .change-content-left,.change-content-right{
  941. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  942. ul{margin: 0;}
  943. h5{height: unset;line-height: unset;color: #fff;margin-top: 0;}
  944. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  945. i{border-color: #fff;opacity: 1;}
  946. }
  947. .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;}
  948. .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;}
  949. }
  950. }
  951. }
  952. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  953. .client-indexEducation-page{
  954. padding-bottom: 80px;
  955. .client-platform-banner{
  956. background-color: #04004a;
  957. .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;
  958. position: absolute;top: 330px;left: 50%;margin-left: -150px;}
  959. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 30px;}
  960. }
  961. @media (max-width: 768px){
  962. padding-bottom: 15px;
  963. .client-platform-banner{
  964. .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;top: 105px;margin-left: -130px}
  965. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 10px;}
  966. }
  967. }
  968. }
  969. /******** describe: 课程资源 author: TX date:2020-09-03 ********/
  970. .client-resources-page{
  971. // 图标列表
  972. .train-scheme-list{
  973. margin: 54px -24px 0;
  974. li{width: 25%;display: inline-block;text-align: center}
  975. i{width: 100px;height: 100px;display: block;margin: 0 auto;}
  976. span{@include setFontStyle(-4);color: #333;margin-top: 10px;display: block;}
  977. div{box-shadow: 0 0 7px 2px #f5f2ff;margin: 24px;padding: 42px 0;}
  978. li:nth-child(1) i{background-image: url("~static/images/client/resources/train-scheme-icon1.png")}
  979. li:nth-child(2) i{background-image: url("~static/images/client/resources/train-scheme-icon2.png")}
  980. li:nth-child(3) i{background-image: url("~static/images/client/resources/train-scheme-icon3.png")}
  981. li:nth-child(4) i{background-image: url("~static/images/client/resources/train-scheme-icon4.png")}
  982. li:nth-child(5) i{background-image: url("~static/images/client/resources/train-scheme-icon5.png")}
  983. li:nth-child(6) i{background-image: url("~static/images/client/resources/train-scheme-icon6.png")}
  984. li:nth-child(7) i{background-image: url("~static/images/client/resources/train-scheme-icon7.png")}
  985. li:nth-child(8) i{background-image: url("~static/images/client/resources/train-scheme-icon8.png")}
  986. }
  987. // 为企业培训打造学习矩阵
  988. .products-services-content p{line-height: 52px;}
  989. // 蓝色提醒文字
  990. .blue-big-size{
  991. font-size: 26px;color: #3e7ce7;padding: 0 5px;
  992. }
  993. // 课程内容形式多样
  994. .course-learn-box{
  995. background: #f9faff;
  996. // video列表
  997. .learn-box-list{
  998. margin: 54px -16px 0;
  999. li{
  1000. width: 33.33%;display: inline-block;
  1001. a{display: none;}
  1002. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;box-shadow: 0 0 7px 2px #f5f2ff;}
  1003. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  1004. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  1005. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  1006. img{transition: all 0.5s;}
  1007. p{@include setFontStyle(-4);color: #3e7ce7;padding: 24px 16px 16px;text-align: left}
  1008. .course-explain-black{@include setFontStyle(-4);color: #333;line-height: 24px;padding: 0 16px 24px;}
  1009. }
  1010. li span:hover{img{transform: scale(1.1);}}
  1011. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  1012. }
  1013. }
  1014. // banner背景色
  1015. .client-platform-banner{background-color: #03022e;}
  1016. // 新闻资讯
  1017. .platform-news-information{background: #fff;}
  1018. // 按钮
  1019. .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;}
  1020. .client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
  1021. @media (max-width: 768px){
  1022. // 图标列表
  1023. .train-scheme-list{
  1024. margin: 12px 16px 36px;
  1025. li{
  1026. width: 50%;
  1027. i{width: 70px;height: 70px;background-size: cover;}
  1028. div{margin: 6px;padding: 24px 0;}
  1029. }
  1030. }
  1031. // 为企业培训打造学习矩阵
  1032. .products-services-content p{font-size: 14px;line-height: 40px;text-align: center;color: #101010;}
  1033. // 蓝色提醒文字
  1034. .blue-big-size{font-size: 18px;}
  1035. // 按钮box
  1036. .default-Btn-box{text-align: center}
  1037. // 视频列表
  1038. .course-learn-box{
  1039. margin:0;background-color: rgb(238, 238, 238);
  1040. .client-container {padding: 0 15px;}
  1041. .learn-box-list{
  1042. margin: 20px 0;
  1043. li {
  1044. width: 100%;
  1045. div{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;border-radius:0;margin: 0 16px;}
  1046. span {width: 100%;height: 180px;margin-top: 0;border-radius: 0;}
  1047. img {max-width: 100%;}
  1048. p {font-size: 14px;padding: 16px 0;text-align: center;}
  1049. .course-explain-black{font-size: 14px;text-align: left;padding: 0 16px 20px;}
  1050. }
  1051. }
  1052. }
  1053. // 按钮
  1054. .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;margin:0 8px 42px;}
  1055. }
  1056. }
  1057. /******** describe: 考试系统更新日志 author: TX date:2020-09-03 ********/
  1058. .client-checklog-page{
  1059. // banner
  1060. .client-checklog-banner{
  1061. width: 100%;height: 300px;background-color: rgb(0, 102, 204);text-align: center;
  1062. h4{font-size: 56px;color: rgba(255, 255, 255, 1);font-weight: bold;padding-top: 64px;}
  1063. p{font-size: 28px;color: rgb(255, 255, 255);padding-top: 24px;}
  1064. }
  1065. // 数据展示
  1066. .log-data-show{
  1067. height: 200px;
  1068. border-color: rgb(187, 187, 187);
  1069. border-width: 1px;
  1070. border-style: solid;
  1071. box-shadow: rgb(121, 188, 255) 0px 2px 6px 0px;
  1072. border-radius: 10px;
  1073. padding: 24px;
  1074. box-sizing: border-box;
  1075. display: flex;
  1076. justify-content: space-evenly;
  1077. margin-top: -64px;
  1078. background: #fff;
  1079. div{
  1080. display: inline-block;text-align: center;
  1081. span{font-size: 24px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 32px;display: inline-block;}
  1082. p{font-size: 54px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 10px;}
  1083. }
  1084. i{width: 1px;height: 150px;background: lightgray;display: inline-block;}
  1085. }
  1086. // 日志内容
  1087. .log-content-box{
  1088. margin: 52px auto 100px;color: rgb(16, 16, 16);
  1089. li{
  1090. color: rgb(16, 16, 16);border-bottom: 1px dashed #ccc;padding: 0 88px;
  1091. h5{font-size: 18px;margin: 14px 0;font-weight: bold;}
  1092. span{font-size: 18px;margin-bottom: 14px;display: block;font-weight: bold;}
  1093. div{margin-bottom: 14px;}
  1094. i{width: 12px;height: 1px;display: inline-block;background: #bbb;vertical-align: top;margin: 10px 6px 10px 0;}
  1095. p{width: 1000px;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 24px;color: #000;text-align: justify}
  1096. }
  1097. li:last-child{border: 0;}
  1098. }
  1099. }
  1100. /******** describe: 体验中心 author: TX date:2021-06-09 ********/
  1101. .tiyan-center-page{
  1102. .tiyan-center-register{
  1103. background: #3776ff;text-align: center;padding: 52px 0;margin-top: 70px;
  1104. h5{font-size: 42px;color: #fff;margin: 24px 0;}
  1105. p{font-size: 32px;color: #fff;margin-bottom: 52px;}
  1106. span{font-size: 52px;color: #ffff00}
  1107. a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
  1108. }
  1109. @media (max-width: 768px){
  1110. /* 网站banner */
  1111. .client-platform-banner div{background-position-x: 42%;}
  1112. .experience-swiper-box .swiper-pagination-style {width: 80px;margin-left: -30px;}
  1113. }
  1114. }
  1115. // 系统维护弹窗
  1116. .system-maintain-dialog{
  1117. .el-dialog{width: 540px;height: 380px;background-image:url("~static/images/client/tiyanCenter/ty-dialog-bj.jpg");}
  1118. }
  1119. /******** describe: 课程开发解决方案 author: TX date:2021-08-06 ********/
  1120. .course-develop-page{
  1121. // 标题
  1122. .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;}
  1123. // form
  1124. .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;}
  1125. // 滑块px
  1126. .nc-container{
  1127. overflow: hidden;height: 52px;
  1128. .nc_wrapper{width:100%!important;margin-bottom: 22px;border-radius: 5px;overflow: hidden;}
  1129. .nc_scale{
  1130. height: 30px;
  1131. .scale_text{overflow: hidden;line-height: 30px;}
  1132. span{width:40px;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid rgb(187, 187, 187);box-sizing: border-box;overflow: hidden}
  1133. }
  1134. .btn_ok{margin-left: -1px;}
  1135. }
  1136. // 输入框-验证码
  1137. .course-develop-input-code{width: calc(100% - 122px);}
  1138. .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;}
  1139. // 公司名称
  1140. .dialog-input-company{
  1141. .el-form-item__content{display: grid;}
  1142. }
  1143. // 表单按钮
  1144. .form-blue-btn,.form-border-btn{
  1145. 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;
  1146. }
  1147. .form-blue-btn{background-color: rgb(0, 102, 204);border-color:rgb(0, 102, 204);}
  1148. .form-border-btn{display:block;border-color:rgb(0, 102, 204);color:rgb(0, 102, 204);margin-top: 20px; }
  1149. // 咨询电话
  1150. .course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}
  1151. // 产品
  1152. .dialog-input-company{text-align: center;padding: 0;}
  1153. }
  1154. /******** describe: 注册页面--手机 author: TX date:2021-08-06 ********/
  1155. .register-phone-page{
  1156. // 标题
  1157. .course-develop-title{font-size: 20px;}
  1158. // 咨询电话
  1159. .course-develop-tel{margin: 46px 0;}
  1160. }
  1161. /******** describe: 复制路径页面--手机 author: TX date:2021-08-06 ********/
  1162. .copy-url-page{
  1163. background: #fff;height: 100vh;
  1164. // 底部
  1165. .success-body-box{
  1166. img{max-width: 100%;padding: 30px;box-sizing: border-box;}
  1167. p{font-weight: 700;font-size: 20px;color: rgb(31, 104, 176);text-align: center;margin: 4px 0;}
  1168. span{line-height: 24px;font-weight: 400;font-size: 16px;color: rgb(16, 16, 16);display: block;text-align: center;padding:30px;word-break: break-all;}
  1169. a{width: 122px;height: 36px;line-height:36px;background-color: rgb(234, 118, 27);color: rgb(255, 255, 255);
  1170. border-radius: 5px;font-size: 14px;display: block;margin: 0 auto;text-align: center}
  1171. }
  1172. }
  1173. /******** describe: 企业微课制作 author: TX date:2021-09-13 ********/
  1174. .client-makeCourse-page{
  1175. .client-platform-banner{
  1176. background-color: #22252A;
  1177. .free-trial-default-btn{background: #f76377}
  1178. }
  1179. // 按钮
  1180. .btn-big-box{width: 263px;margin: 50px auto 0;display: block;text-align: center;}
  1181. // 页面标题
  1182. .make-course-title {width: 100%;font-size: 24px;font-weight: normal;margin-bottom: 35px;padding-left: 10px;color: #333;text-align: center}
  1183. .course-blue-title{color: #3E7BE6;}
  1184. // 页面文字
  1185. .make-course-h2{
  1186. width: 100%;text-align: center;padding: 40px 0;border-bottom: 1px solid #CCC;
  1187. img{max-width: 100%;}
  1188. }
  1189. // 基本介绍
  1190. .makeCourse-introduce-box{
  1191. margin: 64px 0;
  1192. dl {
  1193. width: 580px;float: left;padding-top: 100px;padding-left: 20px;
  1194. h3{text-align: left}
  1195. dt {width: 100%;font-size: 18px;font-weight: normal;margin-bottom: 35px;color: #333;padding-left: 10px;}
  1196. }
  1197. }
  1198. .contrary-introduce-box{
  1199. margin-bottom: 88px;
  1200. dl {
  1201. width: 480px;float: right;padding-top: 0;height: 350px;
  1202. dt {margin-bottom: 20px;}
  1203. dd{margin-top: 35px;}
  1204. }
  1205. }
  1206. // 课程目标
  1207. .course-target-box{
  1208. background: #F8F8F8;padding: 42px 0;
  1209. li{
  1210. width: 20%;display: inline-block;
  1211. div{text-align: center;background: #fff;margin: 5px;padding: 24px 0;}
  1212. img{height: 100px;margin-bottom: 24px;}
  1213. span{text-align: center;font-size: 18px;color: #333;display: block}
  1214. }
  1215. }
  1216. // 培训讲师介绍
  1217. .px-teacher-box{
  1218. margin: 60px 0;
  1219. .teacher-content-box{display: flex;justify-content: space-between;align-items: center;}
  1220. span{display: block;font-size: 18px;color: #333;text-align: center;}
  1221. p{margin-left: 70px;line-height: 50px;}
  1222. .btn-big-box{margin-top: 32px;}
  1223. }
  1224. // 课程体系
  1225. .course-system-box{
  1226. padding: 32px 0;
  1227. .course-system-img{margin-bottom: 40px;max-width: 100%;}
  1228. img{max-width: 100%;}
  1229. }
  1230. // 微课设计
  1231. .course-learn-box{
  1232. padding: 64px 0;
  1233. .learn-box-list li div{margin: 0 16px 0;}
  1234. }
  1235. // 报名学习
  1236. .sign-study-box{
  1237. width: 100%;
  1238. .study-gj-box{width: 100%;height: 298px;background-image:url("~static/images/client/makeCourse/sign-study-bj.png");
  1239. margin-top: 20px;border-radius: 8px;bottom: -20px;position: relative;}
  1240. .sign-study-content{
  1241. position: absolute;bottom: 74px;font-size: 0;left: 76px;
  1242. .el-input{
  1243. width: 400px;font-size: 16px;
  1244. .el-input__inner{height: 64px;display: inline-block;border-radius: 0;font-size: 16px}
  1245. .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
  1246. font-size: 16px;
  1247. }
  1248. .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
  1249. font-size: 16px;
  1250. }
  1251. .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
  1252. font-size: 16px;
  1253. }
  1254. }
  1255. .el-button{width:150px;height:64px;display: inline-block;margin-left: -1px;font-size: 16px}
  1256. }
  1257. }
  1258. @media (max-width: 768px) {
  1259. // 按钮
  1260. .client-default-Btn{width: 120px;height: 35px;line-height: 35px;margin: 32px auto 0;}
  1261. // 页面标题
  1262. .make-course-title {font-size: 16px;margin-bottom: 16px;color: #3E7BE6;padding-left: 0;font-weight: bold;}
  1263. // 页面文字
  1264. .make-course-h2{
  1265. padding: 32px 0;
  1266. }
  1267. // 基本介绍
  1268. .makeCourse-introduce-box{
  1269. margin: 32px 0;
  1270. img{max-width: 100%;display: block;margin: 0 auto;}
  1271. dl {
  1272. width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;
  1273. h3{text-align: center;}
  1274. dt {font-size: 14px;margin-bottom: 16px;color: #555555;padding-left: 0;line-height: 24px}
  1275. }
  1276. }
  1277. .contrary-introduce-box{
  1278. dl {
  1279. width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;height: unset;
  1280. dt {margin-bottom: 4px;}
  1281. }
  1282. }
  1283. // 课程目标
  1284. .course-target-box{
  1285. background: #F8F8F8;padding: 16px 0 32px;
  1286. h3{font-size: 18px;color: #333;margin: 12px 0;text-align: center}
  1287. ul{text-align: center;}
  1288. li{
  1289. width: 33.33%;
  1290. div{margin: 6px;padding: 16px 0;}
  1291. img{height: 40px;margin-bottom: 10px;}
  1292. span{font-size: 16px;color: #333;}
  1293. }
  1294. .btn-big-box{margin-top: 50px;}
  1295. }
  1296. // 培训讲师介绍
  1297. .px-teacher-box{
  1298. margin: 32px 0;
  1299. .teacher-img-box{
  1300. width: 80px;padding: 0;box-sizing: border-box;flex-shrink: 0;
  1301. img{width: 80px;display: inline-block;vertical-align: middle;}
  1302. }
  1303. .teacher-content-box{display: flex;justify-content: space-between;}
  1304. span{font-size: 16px;margin: 10px 0;}
  1305. p{font-size: 14px;line-height: 24px;margin: 10px 12px;text-align: justify;}
  1306. .btn-big-box{margin-top: 32px;}
  1307. }
  1308. // 微课设计
  1309. .course-learn-box{
  1310. padding: 32px 0;
  1311. .client-container{padding: 0}
  1312. .learn-box-list li div{margin: 0}
  1313. }
  1314. // 报名学习
  1315. .sign-study-box{
  1316. background: #3776ff;
  1317. .client-container{padding: 0;}
  1318. .study-gj-box{height:180px;background-image:url("~static/images/client/makeCourse/sign-study-sjBj.png");background-size: contain;background-repeat: no-repeat;
  1319. bottom: 0;border-radius: 0;background-position: center;}
  1320. .sign-study-content{
  1321. bottom: 40px;left: 40px;right: 40px;
  1322. .el-input{
  1323. width: 68%;font-size: 14px;vertical-align: middle;
  1324. .el-input__inner{height: 38px;font-size: 14px}
  1325. .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
  1326. font-size: 14px;
  1327. }
  1328. .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
  1329. font-size: 14px;
  1330. }
  1331. .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
  1332. font-size: 14px;
  1333. }
  1334. }
  1335. .el-button{width:32%;height:38px;font-size: 14px;border-radius: 2px;vertical-align: middle; padding: 0;}
  1336. }
  1337. }
  1338. }
  1339. }
  1340. }