cus-client-page.scss 65 KB

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