cus-client-page.scss 65 KB

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