cus-client-page.scss 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610
  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-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: #3e7ce7;}
  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. /* 网站banner */
  538. .client-platform-banner{
  539. background-color:#1F2772;
  540. }
  541. /* 产品功能 */
  542. .platform-product-function{
  543. // ul
  544. .product-function-box{
  545. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.png");}}
  546. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.png");}}
  547. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.png");}}
  548. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.png");}}
  549. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.png");}}
  550. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.png");}}
  551. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.png");}}
  552. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.png");}}
  553. }
  554. }
  555. /* 应用场景 */
  556. .train-application-scenarios{
  557. li:nth-child(1){
  558. .application-scenarios-img {
  559. background-image: url("~static/images/client/train/application-scenarios-img1.png");
  560. }
  561. }
  562. li:nth-child(2){
  563. .application-scenarios-img {
  564. background-image: url("~static/images/client/train/application-scenarios-img2.png");
  565. }
  566. }
  567. li:nth-child(3){
  568. .application-scenarios-img {
  569. background-image: url("~static/images/client/train/application-scenarios-img3.png");
  570. }
  571. }
  572. }
  573. @media (max-width: 768px){
  574. /* 网站banner */
  575. .client-platform-banner .free-trial-default-btn{top: 95px;}
  576. }
  577. }
  578. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  579. .client-course-page{
  580. /* 网站banner */
  581. .client-course-banner{
  582. width: 100%;
  583. height: 395px;
  584. background-color:#130C4F;
  585. background-position-x: center;
  586. background-repeat: no-repeat;
  587. }
  588. /* 调转菜单栏 */
  589. .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;}
  590. .course-link-nav{
  591. width: 100%;height: 83px;background: #161B38;opacity: 0.9;
  592. a{width: 171px;height: 83px;line-height:83px;display: inline-block;@include setFontStyle(-2);color: #fff;text-align: center;}
  593. a:nth-child(1){background: #353c61;}
  594. a:nth-child(2){background: #38406a;}
  595. a:nth-child(3){background: #3c4775;}
  596. a:nth-child(4){width:174px;background: #404b81;}
  597. a:nth-child(5){background: #3c4775;}
  598. a:nth-child(6){background: #38406a;}
  599. a:nth-child(7){background: #353c61;}
  600. }
  601. // 申请方案按钮
  602. .free-trial-default-btn{width:230px;display: inline-block;margin: 0}
  603. // 联系我们按钮
  604. .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
  605. /* PPT定制及美化、H5平面设计、视频后期处理 */
  606. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  607. ul{margin: 48px 0;}
  608. li{display: inline-block;}
  609. li:not(:last-child){margin-right: 30px;}
  610. p{@include setFontStyle(-4);color: rgba(0, 0, 0, 0.65);margin-top: 24px;}
  611. }
  612. /* 视频后期处理 */
  613. .course-videoPos-box{
  614. padding-bottom: 80px;
  615. li:not(:last-child){margin-right: 80px;}
  616. }
  617. @media (max-width: 768px){
  618. /* 网站banner */
  619. .client-course-banner{height: 150px;background-size: cover;}
  620. // 菜单 ul
  621. .course-menu-ul{
  622. background: #fff;margin: 20px 0 0;
  623. 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);
  624. color: rgb(0, 102, 204);background: #fff;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);box-sizing: border-box}
  625. li.active{color: #fff;background: rgb(0, 102, 204);}
  626. li:hover{transform: none;}
  627. }
  628. // 内容区域
  629. .client-container{padding: 0;}
  630. // 申请方案按钮
  631. .free-trial-default-btn{width:122px;display: inline-block;margin: 0 0 54px;}
  632. // 联系我们按钮
  633. .course-apply-btn{margin-left: 16px;}
  634. /* PPT定制及美化、H5平面设计、视频后期处理 */
  635. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  636. margin: 0 6%;
  637. ul{margin: 12px 0;}
  638. li{box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;margin-bottom: 20px;}
  639. li:not(:last-child){margin-right: 0;}
  640. img{max-width: 100%;}
  641. p{margin: 20px 0;}
  642. }
  643. /* 视频后期处理 */
  644. .course-videoPos-box{
  645. padding-bottom: 16px;
  646. img{height: 180px;}
  647. }
  648. }
  649. }
  650. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  651. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  652. .client-newsInfor-page{
  653. // banner
  654. .newsInfor-banner{
  655. width: 100%;height: 475px;overflow: hidden;
  656. img{max-width:100%;overflow: hidden;margin: 0 auto;display: block;height: 475px;}
  657. }
  658. // 菜单 ul
  659. .newsInfor-menu-ul{
  660. display: block;
  661. margin: 0 auto;
  662. text-align: center;
  663. background: #F7F9FB;
  664. 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}
  665. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  666. li:hover{
  667. transform: scale(1.1);
  668. }
  669. }
  670. // 页面主要内容区域
  671. .newsInfor-content-box{
  672. min-height: 304px;
  673. padding: 48px 0 80px;
  674. ul{display: inline-block;vertical-align: top}
  675. // 右侧内容区域
  676. .newsInfor-content-ul{
  677. padding: 0 32px;
  678. li{margin-bottom: 40px;cursor: pointer;display: flex;align-items: center;}
  679. li:last-child{margin-bottom: 0;}
  680. //图片
  681. .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;}
  682. //内容区域
  683. .newsInfor-list-content{
  684. width: calc(100% - 350px);
  685. display: inline-block;
  686. vertical-align: top;
  687. h5{@include setFontStyle(4);color: #333333;margin-bottom: 15px;}
  688. div{
  689. margin-bottom: 8px;
  690. 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;}
  691. i[type="visits"]{background-image: url("~static/gangweiIcon/z147.png");background-repeat: no-repeat;background-position: center;background-size: contain}
  692. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  693. }
  694. 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;}
  695. a{@include setFontStyle(-6);color: #4A73FD;}
  696. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  697. a:hover{cursor: pointer;}
  698. }
  699. }
  700. }
  701. @media (max-width: 768px){
  702. // banner
  703. .newsInfor-banner{
  704. height: 150px;
  705. img{width: auto;height: 150px;}
  706. }
  707. // 页面主要内容区域
  708. .newsInfor-content-box{
  709. min-height: unset;padding: 20px 0 50px;
  710. // 右侧内容区域
  711. .newsInfor-content-ul{
  712. width:100%;padding: 0 6%;box-sizing: border-box;
  713. li{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;margin-bottom: 20px;}
  714. //图片
  715. .newsInfor-img-box{width:100%;height:180px;display: block;margin-right:0;border-radius: 0;}
  716. //内容区域
  717. .newsInfor-list-content{
  718. width: 100%;padding: 20px;box-sizing: border-box;
  719. h5{@include setFontStyle(-4);color: rgb(16, 16, 16);margin-bottom: 12px;}
  720. div{
  721. span{margin-bottom: 0;@include setFontStyle(-8);color: rgb(16, 16, 16);}
  722. }
  723. p{height: auto;max-height: 60px;margin-bottom:0;font-size: 14px;color: rgb(16, 16, 16);line-height: 20px;}
  724. }
  725. // 分页
  726. .client-el-pagination{margin-top: 24px}
  727. }
  728. }
  729. }
  730. }
  731. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  732. .client-government-page{
  733. // banner
  734. .industrydetails-banner{background-color: #1B33B7;}
  735. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/government-banner-img.png");}
  736. // 我们的系统为您改变了什么
  737. .government-change-box{
  738. background: #F9FAFF;
  739. padding-bottom: 80px;
  740. .industrydetails-content{
  741. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  742. li{
  743. p{margin-left: 30px;line-height: 24px;}
  744. }
  745. h5{margin-bottom: 16px;}
  746. img{width:100px;display: inline-block;vertical-align: top;margin: 85px 25px 85px 0;}
  747. }
  748. .change-content-left{
  749. width: 480px;display: inline-block;padding: 16px 0 0 32px;vertical-align: top;
  750. h5,li,li i{color: #fff;border-color: #fff;}
  751. p{color: rgba(255,255,255,0.65);}
  752. }
  753. .change-content-right{width: 500px;display: inline-block;padding-top: 54px;}
  754. }
  755. // 我们的优势
  756. .government-advantage-box{
  757. padding-bottom: 50px;
  758. h4{margin-bottom: 48px;}
  759. dl{width:33.33%;display: inline-block;margin-bottom: 30px;vertical-align: top;}
  760. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  761. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;line-height: 24px;}
  762. 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;}
  763. .government-advantage-content{padding: 4px 0 0 4px;}
  764. }
  765. @media (max-width: 768px) {
  766. // 我们的系统为您改变了什么
  767. .government-change-box{
  768. background: rgb(238, 238, 238);padding: 0 15px;
  769. .industrydetails-content{
  770. height: auto;margin-top: 20px;background-image:unset;position: relative;
  771. li{
  772. p{margin-left: 20px}
  773. }
  774. img{width:80px;display:block;margin: -60px auto;position: absolute;left: 50%;margin-left: -40px;}
  775. }
  776. .change-content-left,.change-content-right{
  777. width: 100%;box-sizing: border-box;margin-bottom: 20px;
  778. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  779. i{border-color: #fff;opacity: 1;}
  780. }
  781. .change-content-left{background-color: rgb(0, 102, 204);padding: 20px 16px;}
  782. .change-content-right{background-color: rgb(255, 186, 0);padding: 60px 16px 36px;}
  783. }
  784. }
  785. }
  786. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  787. .client-finance-page{
  788. // banner
  789. .industrydetails-banner{background-color: #593513;}
  790. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/finance-banner-img.png");}
  791. // 金融行业的问题
  792. .finance-question-box{
  793. background: #F9FAFF;
  794. .finance-question-top{
  795. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  796. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 10px}
  797. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  798. }
  799. ul{
  800. 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;
  801. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  802. p{margin-left: 30px;}
  803. }
  804. .finance-question-right{
  805. border: 1px solid #FF6226;min-height: 366px;
  806. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  807. }
  808. }
  809. @media (max-width: 768px) {
  810. .finance-question-box{background-color: rgb(238, 238, 238);padding: 20px 15px 30px;}
  811. .phone-class-box{
  812. ul{
  813. border: 0;width: 100%;margin: 0;padding: 20px 0 0;min-height: unset;
  814. li{margin-bottom: 10px;}
  815. i{width: 10px;height: 10px;margin-right: 8px;margin-top: 8px;border: 1px solid #fff;opacity: 1;border-radius:0;
  816. float: left;box-sizing: border-box;display: block;transform: rotate(45deg);background-image: unset;}
  817. p{font-size: 14px;color: white;line-height: 24px;margin-left: 20px;text-align: justify;}
  818. }
  819. h4{color: #fff;}
  820. img {width: 130px;display: block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
  821. .financial-tradition-phone{background-color: rgb(0, 102, 204);margin: 0 0 20px;padding: 0 16px 20px;}
  822. .financial-solve-phone{background-color: rgb(247, 109, 0);padding: 40px 16px 36px;}
  823. }
  824. }
  825. }
  826. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  827. .client-information-page{
  828. // banner
  829. .industrydetails-banner{background-color: #070B20;}
  830. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/information-banner-img.png");}
  831. // 我们的系统为您改变了什么
  832. .information-change-box{
  833. background: #F9FAFF;
  834. padding-bottom: 80px;
  835. .industrydetails-content{
  836. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  837. li{
  838. p{margin-left: 30px;}
  839. }
  840. img{display: inline-block;vertical-align: top;margin: 100px 0 auto;}
  841. }
  842. .change-content-left{
  843. display: inline-block;padding: 48px 0 0 32px;vertical-align: top;
  844. h5,li,li i{color: #fff;border-color: #fff;}
  845. p{color: rgba(255,255,255,0.65);}
  846. }
  847. .change-content-right{width: 500px;display: inline-block;padding-top: 36px;}
  848. }
  849. @media (max-width: 768px) {
  850. // 我们的系统为您改变了什么
  851. .information-change-box{
  852. background-color: rgb(238, 238, 238);padding: 0 15px 15px;
  853. .industrydetails-content{
  854. height: auto;margin-top: 20px;background-image:unset;position: relative;
  855. li{
  856. p{margin-left: 20px}
  857. }
  858. img{width:130px;display:block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
  859. }
  860. .change-content-left,.change-content-right{
  861. width: 100%;box-sizing: border-box;margin-bottom: 20px;
  862. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  863. i{border-color: #fff;opacity: 1;}
  864. }
  865. .change-content-left{background-color: rgb(14, 60, 106);padding: 20px 16px;}
  866. .change-content-right{background-color: rgb(164, 3, 3);padding: 60px 16px 36px;}
  867. }
  868. }
  869. }
  870. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  871. .client-energy-page{
  872. // banner
  873. .industrydetails-banner{background-color: #073A44;}
  874. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/energy-banner-img.png");}
  875. // 我们的系统为您改变了什么
  876. .energy-change-box{
  877. background: #F9FAFF;
  878. padding-bottom: 80px;
  879. // 模块上半部分
  880. .change-box-top{
  881. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  882. i{border: 1px solid #fff;}
  883. }
  884. // 模块下半部分
  885. .change-box-bottom{
  886. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  887. h5{margin-top: 55px;}
  888. li:nth-of-type(odd){p{margin-right: 60px}}
  889. }
  890. h5{color: rgba(255,255,255,0.85);}
  891. li{
  892. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);line-height: 22px;vertical-align: top;
  893. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  894. }
  895. img{position: absolute;top: -70px;left: 50%;margin-left: -50px;}
  896. }
  897. @media (max-width: 768px) {
  898. // 我们的系统为您改变了什么
  899. .energy-change-box{
  900. background-color: rgb(238, 238, 238);padding: 0 15px 15px;
  901. // 模块上半部分
  902. .change-box-top{width: 100%;height:auto;padding: 20px 16px;margin:20px 0 20px;border-radius:0;}
  903. // 模块下半部分
  904. .change-box-bottom{width: 100%;height:auto;padding: 60px 16px 36px;margin:0 0 20px;border-radius:0;background-color: rgb(255, 115, 5);}
  905. .change-box-top,.change-box-bottom{
  906. i{border: 1px solid #fff;opacity: 1;}
  907. h5{margin-top: 20px;color: #fff;}
  908. li:nth-of-type(odd){p{margin-right: 0}}
  909. }
  910. li{
  911. width: 100%;display: block;
  912. p{margin-left: 20px;color: #fff;}
  913. }
  914. }
  915. }
  916. }
  917. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  918. .client-traffic-page{
  919. // banner
  920. .industrydetails-banner{background-color: #0A2F41;}
  921. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");}
  922. // 我们的系统为您改变了什么
  923. .traffic-change-box{
  924. background: #F9FAFF;
  925. padding-bottom: 80px;
  926. .change-content-left,.change-content-right{
  927. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  928. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  929. ul{margin-top: 70px;margin-left: 24px;}
  930. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;margin-right: 10px;}
  931. }
  932. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  933. .change-content-right{
  934. background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");
  935. ul{margin-left: 10px;}
  936. }
  937. }
  938. @media (max-width: 768px) {
  939. // 我们的系统为您改变了什么
  940. .traffic-change-box{
  941. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  942. .change-content-left,.change-content-right{
  943. width: 100%;height: unset;margin:0;box-sizing: border-box;
  944. ul{margin: 0;}
  945. h5{height: unset;line-height: unset;@include setFontStyle(-4);color: rgba(255, 255, 255, 1);margin-bottom: 16px;text-align: center;font-weight: 700;}
  946. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  947. i{width: 10px;height: 10px;border-color: #fff;opacity: 1;border-radius: 0;}
  948. }
  949. .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;background-image:unset;margin: 20px 0;}
  950. .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;background-image:unset;}
  951. }
  952. }
  953. }
  954. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  955. .client-education-page{
  956. // banner
  957. .industrydetails-banner{background-color: #085903;}
  958. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/education-banner-img.png");}
  959. // 我们的系统为您改变了什么
  960. .education-change-box{
  961. background: #F9FAFF;padding-bottom: 80px;
  962. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  963. .industrydetails-content{position: relative;}
  964. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  965. .change-content-left{width: 637px;float:left;padding:32px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  966. .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;}
  967. }
  968. @media (max-width: 768px) {
  969. .education-change-box{
  970. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  971. img{width:100px;margin: -105px auto;margin-left: -50px;}
  972. .mt48{margin-top: 20px;}
  973. .change-content-left,.change-content-right{
  974. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  975. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  976. i{border-color: #fff;opacity: 1;}
  977. }
  978. .change-content-left{background-color: rgb(50, 159, 132);padding: 20px 16px 52px;}
  979. .change-content-right{background-color: rgb(249, 163, 97);padding: 60px 16px 16px;}
  980. }
  981. }
  982. }
  983. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  984. .client-restaurant-page{
  985. // banner
  986. .industrydetails-banner{background-color: #1C1E21;}
  987. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");}
  988. // 我们的系统为您改变了什么
  989. .restaurant-change-box{
  990. background: #F9FAFF;
  991. padding-bottom: 80px;
  992. .industrydetails-content{
  993. position: relative;
  994. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  995. }
  996. .change-content-left,.change-content-right{
  997. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  998. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  999. ul{margin-top: 32px;margin-left: 48px;}
  1000. }
  1001. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  1002. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  1003. }
  1004. @media (max-width: 768px) {
  1005. // 我们的系统为您改变了什么
  1006. .restaurant-change-box{
  1007. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  1008. .mt48{margin-top: 20px;}
  1009. .industrydetails-content img{margin-top: -85px;}
  1010. .change-content-left,.change-content-right{
  1011. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  1012. ul{margin: 0;}
  1013. h5{height: unset;line-height: unset;color: #fff;}
  1014. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  1015. i{border-color: #fff;opacity: 1;}
  1016. }
  1017. .change-content-left{background-color: rgb(240, 112, 112);padding: 20px 16px;}
  1018. .change-content-right{background-color: rgb(255, 207, 78);padding: 60px 16px 16px;}
  1019. }
  1020. }
  1021. }
  1022. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  1023. .client-medical-page{
  1024. // banner
  1025. .industrydetails-banner{background-color: #2178E0;}
  1026. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/medical-banner-img.png");}
  1027. // 我们的系统为您改变了什么
  1028. .medical-change-box{
  1029. background: #F9FAFF;
  1030. padding-bottom: 80px;
  1031. .industrydetails-content{width: 1260px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  1032. .change-content-left,.change-content-right{
  1033. width: 600px;display:inline-block;vertical-align: top;
  1034. ul{margin-left: 42px;}
  1035. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  1036. p{color: rgba(255,255,255,0.65);}
  1037. i{border-color: #fff;}
  1038. }
  1039. .change-content-left{width: 520px;margin-right: 60px;}
  1040. }
  1041. @media (max-width: 768px) {
  1042. .medical-change-box{
  1043. background-color: rgb(238, 238, 238);padding: 0 15px 30px;
  1044. .industrydetails-content{width: 100%;height: unset;background-image:unset;}
  1045. .mt48{margin-top: 20px;}
  1046. .change-content-left,.change-content-right{
  1047. width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
  1048. ul{margin: 0;}
  1049. h5{height: unset;line-height: unset;color: #fff;margin-top: 0;}
  1050. p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
  1051. i{border-color: #fff;opacity: 1;}
  1052. }
  1053. .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;}
  1054. .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;}
  1055. }
  1056. }
  1057. }
  1058. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  1059. .client-indexEducation-page{
  1060. padding-bottom: 80px;
  1061. .client-platform-banner{
  1062. background-color: #04004a;
  1063. .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;
  1064. position: absolute;top: 330px;left: 50%;margin-left: -150px;}
  1065. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 30px;}
  1066. }
  1067. @media (max-width: 768px){
  1068. padding-bottom: 15px;
  1069. .client-platform-banner{
  1070. .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;top: 105px;margin-left: -130px}
  1071. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 10px;}
  1072. }
  1073. }
  1074. }
  1075. /******** describe: 课程资源 author: TX date:2020-09-03 ********/
  1076. .client-resources-page{
  1077. // 图标列表
  1078. .train-scheme-list{
  1079. margin: 54px -24px 0;
  1080. li{width: 25%;display: inline-block;text-align: center}
  1081. i{width: 100px;height: 100px;display: block;margin: 0 auto;}
  1082. span{@include setFontStyle(-4);color: #333;margin-top: 10px;display: block;}
  1083. div{box-shadow: 0 0 7px 2px #f5f2ff;margin: 24px;padding: 42px 0;}
  1084. li:nth-child(1) i{background-image: url("~static/images/client/resources/train-scheme-icon1.png")}
  1085. li:nth-child(2) i{background-image: url("~static/images/client/resources/train-scheme-icon2.png")}
  1086. li:nth-child(3) i{background-image: url("~static/images/client/resources/train-scheme-icon3.png")}
  1087. li:nth-child(4) i{background-image: url("~static/images/client/resources/train-scheme-icon4.png")}
  1088. li:nth-child(5) i{background-image: url("~static/images/client/resources/train-scheme-icon5.png")}
  1089. li:nth-child(6) i{background-image: url("~static/images/client/resources/train-scheme-icon6.png")}
  1090. li:nth-child(7) i{background-image: url("~static/images/client/resources/train-scheme-icon7.png")}
  1091. li:nth-child(8) i{background-image: url("~static/images/client/resources/train-scheme-icon8.png")}
  1092. }
  1093. // 为企业培训打造学习矩阵
  1094. .products-services-content p{line-height: 52px;}
  1095. // 蓝色提醒文字
  1096. .blue-big-size{
  1097. font-size: 26px;color: #3e7ce7;padding: 0 5px;
  1098. }
  1099. // 课程内容形式多样
  1100. .course-learn-box{
  1101. background: #f9faff;
  1102. // video列表
  1103. .learn-box-list{
  1104. margin: 54px -16px 0;
  1105. li{
  1106. width: 33.33%;display: inline-block;
  1107. a{display: none;}
  1108. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;box-shadow: 0 0 7px 2px #f5f2ff;padding:0 16px 24px;}
  1109. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  1110. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  1111. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  1112. img{transition: all 0.5s;}
  1113. p{@include setFontStyle(-4);color: #3e7ce7;padding: 0;text-align: left;@include multi-line-ellipsis(2);padding-top: 10px;}
  1114. .course-explain-black{@include setFontStyle(-4);color: #333;line-height: 24px;}
  1115. }
  1116. li span:hover{img{transform: scale(1.1);}}
  1117. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  1118. }
  1119. }
  1120. // banner背景色
  1121. .client-platform-banner{background-color: #03022e;}
  1122. // 新闻资讯
  1123. .platform-news-information{background: #fff;}
  1124. // 按钮
  1125. .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;}
  1126. .client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
  1127. @media (max-width: 768px){
  1128. // 图标列表
  1129. .train-scheme-list{
  1130. margin: 12px 16px 36px;
  1131. li{
  1132. width: 50%;
  1133. i{width: 70px;height: 70px;background-size: cover;}
  1134. div{margin: 6px;padding: 24px 0;}
  1135. }
  1136. }
  1137. // 为企业培训打造学习矩阵
  1138. .products-services-content p{font-size: 14px;line-height: 40px;text-align: center;color: #101010;}
  1139. // 蓝色提醒文字
  1140. .blue-big-size{font-size: 18px;}
  1141. // 按钮box
  1142. .default-Btn-box{text-align: center}
  1143. // 视频列表
  1144. .course-learn-box{
  1145. margin:0;background-color: rgb(238, 238, 238);
  1146. .client-container {padding: 0 15px;}
  1147. .learn-box-list{
  1148. margin: 20px 0;
  1149. li {
  1150. width: 100%;
  1151. div{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;border-radius:0;margin: 0 16px;}
  1152. span {width: 100%;height: 180px;margin-top: 0;border-radius: 0;}
  1153. img {max-width: 100%;}
  1154. p {font-size: 14px;padding: 16px 0;text-align: center;}
  1155. .course-explain-black{font-size: 14px;text-align: left;padding: 0 16px 20px;}
  1156. }
  1157. }
  1158. }
  1159. // 按钮
  1160. .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;margin:0 8px 42px;}
  1161. }
  1162. }
  1163. /******** describe: 考试系统更新日志 author: TX date:2020-09-03 ********/
  1164. .client-checklog-page{
  1165. // banner
  1166. .client-checklog-banner{
  1167. width: 100%;height: 300px;background-color: rgb(0, 102, 204);text-align: center;
  1168. h4{font-size: 56px;color: rgba(255, 255, 255, 1);font-weight: bold;padding-top: 64px;}
  1169. p{font-size: 28px;color: rgb(255, 255, 255);padding-top: 24px;}
  1170. }
  1171. // 数据展示
  1172. .log-data-show{
  1173. height: 200px;
  1174. border-color: rgb(187, 187, 187);
  1175. border-width: 1px;
  1176. border-style: solid;
  1177. box-shadow: rgb(121, 188, 255) 0px 2px 6px 0px;
  1178. border-radius: 10px;
  1179. padding: 24px;
  1180. box-sizing: border-box;
  1181. display: flex;
  1182. justify-content: space-evenly;
  1183. margin-top: -64px;
  1184. background: #fff;
  1185. div{
  1186. display: inline-block;text-align: center;
  1187. span{font-size: 24px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 32px;display: inline-block;}
  1188. p{font-size: 54px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 10px;}
  1189. }
  1190. i{width: 1px;height: 150px;background: lightgray;display: inline-block;}
  1191. }
  1192. // 日志内容
  1193. .log-content-box{
  1194. margin: 52px auto 100px;color: rgb(16, 16, 16);
  1195. li{
  1196. color: rgb(16, 16, 16);border-bottom: 1px dashed #ccc;padding: 0 88px;
  1197. h5{font-size: 18px;margin: 14px 0;font-weight: bold;}
  1198. span{font-size: 18px;margin-bottom: 14px;display: block;font-weight: bold;}
  1199. div{margin-bottom: 14px;}
  1200. i{width: 12px;height: 1px;display: inline-block;background: #bbb;vertical-align: top;margin: 10px 6px 10px 0;}
  1201. p{width: 1000px;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 24px;color: #000;text-align: justify}
  1202. }
  1203. li:last-child{border: 0;}
  1204. }
  1205. }
  1206. /******** describe: 体验中心 author: TX date:2021-06-09 ********/
  1207. .tiyan-center-page{
  1208. .tiyan-center-register{
  1209. background: #3776ff;text-align: center;padding: 52px 0;margin-top: 70px;
  1210. h5{font-size: 42px;color: #fff;margin: 24px 0;}
  1211. p{font-size: 32px;color: #fff;margin-bottom: 52px;}
  1212. span{font-size: 52px;color: #ffff00}
  1213. a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
  1214. }
  1215. @media (max-width: 768px){
  1216. /* 网站banner */
  1217. .client-platform-banner div{background-position-x: 42%;}
  1218. .experience-swiper-box .swiper-pagination-style {width: 80px;margin-left: -30px;}
  1219. }
  1220. }
  1221. // 立即注册弹窗
  1222. .register-now-dialog{
  1223. .el-dialog{
  1224. width:540px;
  1225. // 关闭图标
  1226. .el-icon-close:before{color: #fff}
  1227. // 弹窗头部
  1228. .el-dialog__header{height: 100px;background: #00b96b;}
  1229. // 弹窗body
  1230. .el-dialog__body{
  1231. height:200px;position: relative;background: #fff;
  1232. .register-now-box{
  1233. position: absolute;top: -100px;left: 0;right: 0;
  1234. >p{font-size: 18px;color: #fff;text-align: center;line-height: 24px;margin-bottom: 8px}
  1235. >span{
  1236. margin-top: 36px;color: #666;font-size: 16px;display: block;text-align: center;
  1237. .tel-code{font-size: 30px;color:#00b96b;font-weight: bold;}
  1238. }
  1239. }
  1240. }
  1241. .system-box{
  1242. 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;
  1243. a{
  1244. display: inline-block;
  1245. i{width: 158px;height: 120px;display: block;background-size: cover;}
  1246. }
  1247. span{width: 1px;min-height: 100px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
  1248. p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
  1249. }
  1250. .system-box:nth-child(1){i{background-image:url("~static/gangweiIcon/z134.png");} }
  1251. .system-box:nth-child(3){i{background-image:url("~static/gangweiIcon/z135.png");} }
  1252. }
  1253. }
  1254. // 系统维护弹窗
  1255. .system-maintain-dialog{
  1256. .el-dialog{width: 540px;height: 380px;background-image:url("~static/images/client/tiyanCenter/ty-dialog-bj.jpg");}
  1257. }
  1258. /******** describe: 课程开发解决方案 author: TX date:2021-08-06 ********/
  1259. .course-develop-page{
  1260. // 标题
  1261. .course-develop-title{background-color: #00b96b;padding: 50px 0 100px;font-weight: 700;font-size: 24px;color: rgb(255, 255, 255);text-align: center;}
  1262. // form
  1263. .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;}
  1264. // 滑块px
  1265. .nc-container{
  1266. overflow: hidden;height: 52px;
  1267. .nc_wrapper{width:100%!important;margin-bottom: 22px;border-radius: 5px;overflow: hidden;}
  1268. .nc_scale{
  1269. height: 30px;
  1270. .scale_text{overflow: hidden;line-height: 30px;}
  1271. span{width:40px;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid rgb(187, 187, 187);box-sizing: border-box;overflow: hidden}
  1272. }
  1273. .btn_ok{margin-left: -1px;}
  1274. }
  1275. // 输入框-验证码
  1276. .course-develop-input-code{width: calc(100% - 122px);}
  1277. .course-develop-code-btn.el-button{width:110px;box-sizing:border-box;padding: 12px;margin-left: 8px;background-color: #00b96b;color: #fff;}
  1278. // 公司名称
  1279. .dialog-input-company{
  1280. .el-form-item__content{display: grid;}
  1281. }
  1282. // 表单按钮
  1283. .form-blue-btn,.form-border-btn{
  1284. 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;
  1285. }
  1286. .form-blue-btn{background-color: #00b96b;border-color:#00b96b;}
  1287. .form-border-btn{display:block;border-color:#00b96b;color:#00b96b;margin-top: 20px; }
  1288. // 咨询电话
  1289. .course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}
  1290. // 产品
  1291. .dialog-input-company{text-align: center;padding: 0;}
  1292. }
  1293. /******** describe: 注册页面--手机 author: TX date:2021-08-06 ********/
  1294. .register-phone-page{
  1295. // 标题
  1296. .course-develop-title{font-size: 20px;}
  1297. // 咨询电话
  1298. .course-develop-tel{margin: 46px 0;}
  1299. }
  1300. /******** describe: 复制路径页面--手机 author: TX date:2021-08-06 ********/
  1301. .copy-url-page{
  1302. background: #fff;height: 100vh;
  1303. // 底部
  1304. .success-body-box{
  1305. img{max-width: 100%;padding: 30px;box-sizing: border-box;}
  1306. p{font-weight: 700;font-size: 20px;color: rgb(31, 104, 176);text-align: center;margin: 4px 0;}
  1307. 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;}
  1308. a{width: 122px;height: 36px;line-height:36px;background-color: rgb(234, 118, 27);color: rgb(255, 255, 255);
  1309. border-radius: 5px;font-size: 14px;display: block;margin: 0 auto;text-align: center}
  1310. }
  1311. }
  1312. /******** describe: 企业微课制作 author: TX date:2021-09-13 ********/
  1313. .client-makeCourse-page{
  1314. .client-platform-banner{
  1315. background-color: #22252A;
  1316. .free-trial-default-btn{background: #f76377}
  1317. }
  1318. // 按钮
  1319. .btn-big-box{width: 263px;margin: 50px auto 0;display: block;text-align: center;}
  1320. // 页面标题
  1321. .make-course-title {width: 100%;font-size: 24px;font-weight: normal;margin-bottom: 35px;padding-left: 10px;color: #333;text-align: center}
  1322. .course-blue-title{color: #3E7BE6;}
  1323. // 页面文字
  1324. .make-course-h2{
  1325. width: 100%;text-align: center;padding: 40px 0;border-bottom: 1px solid #CCC;
  1326. img{max-width: 100%;}
  1327. }
  1328. // 基本介绍
  1329. .makeCourse-introduce-box{
  1330. margin: 64px 0;
  1331. dl {
  1332. width: 580px;float: left;padding-top: 100px;padding-left: 20px;
  1333. h3{text-align: left}
  1334. dt {width: 100%;font-size: 18px;font-weight: normal;margin-bottom: 35px;color: #333;padding-left: 10px;}
  1335. }
  1336. }
  1337. .contrary-introduce-box{
  1338. margin-bottom: 88px;
  1339. dl {
  1340. width: 480px;float: right;padding-top: 0;height: 350px;
  1341. dt {margin-bottom: 20px;}
  1342. dd{margin-top: 35px;}
  1343. }
  1344. }
  1345. // 课程目标
  1346. .course-target-box{
  1347. background: #F8F8F8;padding: 42px 0;
  1348. li{
  1349. width: 20%;display: inline-block;
  1350. div{text-align: center;background: #fff;margin: 5px;padding: 24px 0;}
  1351. img{height: 100px;margin-bottom: 24px;}
  1352. span{text-align: center;font-size: 18px;color: #333;display: block}
  1353. }
  1354. }
  1355. // 培训讲师介绍
  1356. .px-teacher-box{
  1357. margin: 60px 0;
  1358. .teacher-content-box{display: flex;justify-content: space-between;align-items: center;}
  1359. span{display: block;font-size: 18px;color: #333;text-align: center;}
  1360. p{margin-left: 70px;line-height: 50px;}
  1361. .btn-big-box{margin-top: 32px;}
  1362. }
  1363. // 课程体系
  1364. .course-system-box{
  1365. padding: 32px 0;
  1366. .course-system-img{margin-bottom: 40px;max-width: 100%;}
  1367. img{max-width: 100%;}
  1368. }
  1369. // 微课设计
  1370. .course-learn-box{
  1371. padding: 64px 0;
  1372. .learn-box-list li div{margin: 0 16px 0;}
  1373. }
  1374. // 报名学习
  1375. .sign-study-box{
  1376. width: 100%;
  1377. .study-gj-box{width: 100%;height: 298px;background-image:url("~static/images/client/makeCourse/sign-study-bj.png");
  1378. margin-top: 20px;border-radius: 8px;bottom: -20px;position: relative;}
  1379. .sign-study-content{
  1380. position: absolute;bottom: 74px;font-size: 0;left: 76px;
  1381. .el-input{
  1382. width: 400px;font-size: 16px;
  1383. .el-input__inner{height: 64px;display: inline-block;border-radius: 0;font-size: 16px}
  1384. .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
  1385. font-size: 16px;
  1386. }
  1387. .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
  1388. font-size: 16px;
  1389. }
  1390. .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
  1391. font-size: 16px;
  1392. }
  1393. }
  1394. .el-button{width:150px;height:64px;display: inline-block;margin-left: -1px;font-size: 16px}
  1395. }
  1396. }
  1397. @media (max-width: 768px) {
  1398. // 按钮
  1399. .client-default-Btn{width: 120px;height: 35px;line-height: 35px;margin: 32px auto 0;}
  1400. // 页面标题
  1401. .make-course-title {font-size: 16px;margin-bottom: 16px;color: #3E7BE6;padding-left: 0;font-weight: bold;}
  1402. // 页面文字
  1403. .make-course-h2{
  1404. padding: 32px 0;
  1405. }
  1406. // 基本介绍
  1407. .makeCourse-introduce-box{
  1408. margin: 32px 0;
  1409. img{max-width: 100%;display: block;margin: 0 auto;}
  1410. dl {
  1411. width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;
  1412. h3{text-align: center;}
  1413. dt {font-size: 14px;margin-bottom: 16px;color: #555555;padding-left: 0;line-height: 24px}
  1414. }
  1415. }
  1416. .contrary-introduce-box{
  1417. dl {
  1418. width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;height: unset;
  1419. dt {margin-bottom: 4px;}
  1420. }
  1421. }
  1422. // 课程目标
  1423. .course-target-box{
  1424. background: #F8F8F8;padding: 16px 0 32px;
  1425. h3{font-size: 18px;color: #333;margin: 12px 0;text-align: center}
  1426. ul{text-align: center;}
  1427. li{
  1428. width: 33.33%;
  1429. div{margin: 6px;padding: 16px 0;}
  1430. img{height: 40px;margin-bottom: 10px;}
  1431. span{font-size: 16px;color: #333;}
  1432. }
  1433. .btn-big-box{margin-top: 50px;}
  1434. }
  1435. // 培训讲师介绍
  1436. .px-teacher-box{
  1437. margin: 32px 0;
  1438. .teacher-img-box{
  1439. width: 80px;padding: 0;box-sizing: border-box;flex-shrink: 0;
  1440. img{width: 80px;display: inline-block;vertical-align: middle;}
  1441. }
  1442. .teacher-content-box{display: flex;justify-content: space-between;}
  1443. span{font-size: 16px;margin: 10px 0;}
  1444. p{font-size: 14px;line-height: 24px;margin: 10px 12px;text-align: justify;}
  1445. .btn-big-box{margin-top: 32px;}
  1446. }
  1447. // 微课设计
  1448. .course-learn-box{
  1449. padding: 32px 0;
  1450. .client-container{padding: 0}
  1451. .learn-box-list li div{margin: 0}
  1452. }
  1453. // 报名学习
  1454. .sign-study-box{
  1455. background: #3776ff;
  1456. .client-container{padding: 0;}
  1457. .study-gj-box{height:180px;background-image:url("~static/images/client/makeCourse/sign-study-sjBj.png");background-size: contain;background-repeat: no-repeat;
  1458. bottom: 0;border-radius: 0;background-position: center;}
  1459. .sign-study-content{
  1460. bottom: 40px;left: 40px;right: 40px;
  1461. .el-input{
  1462. width: 68%;font-size: 14px;vertical-align: middle;
  1463. .el-input__inner{height: 38px;font-size: 14px}
  1464. .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
  1465. font-size: 14px;
  1466. }
  1467. .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
  1468. font-size: 14px;
  1469. }
  1470. .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
  1471. font-size: 14px;
  1472. }
  1473. }
  1474. .el-button{width:32%;height:38px;font-size: 14px;border-radius: 2px;vertical-align: middle; padding: 0;}
  1475. }
  1476. }
  1477. }
  1478. }
  1479. }