cus-client-page.scss 69 KB

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