cus-client-page.scss 65 KB

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