cus-client-page.scss 70 KB

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