cus-client-page.scss 65 KB

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