cus-client-page.scss 52 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223
  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: 395px;cursor: pointer;}
  19. .el-carousel__item{
  20. .index-carousel-box{width:100%;height: 395px;display: block;background-position: center;background-repeat: no-repeat;background-color: #010619;}
  21. }
  22. }
  23. /* 发展历程 - 移动端隐藏*/
  24. .client-company-history{
  25. background:#f8f8f8;
  26. li{
  27. width: 25%;display: inline-block;text-align: center;
  28. div{border-right:2px solid #e5e5e5;margin: 24px 0;}
  29. p{@include setFontStyle(16);margin-bottom: 16px;color: #333;}
  30. span{@include setFontStyle(6);}
  31. h4{@include setFontStyle(-4);color: #666;}
  32. }
  33. li:last-child div{border-right: 0;}
  34. }
  35. /* 产品和服务 */
  36. .client-products-services{
  37. .client-title{
  38. margin-bottom: 48px;
  39. }
  40. }
  41. /* 行业学习需求 */
  42. .client-demand-box{
  43. background: #f5f5f5;
  44. padding-bottom: 80px;
  45. min-height: 720px;
  46. //tab
  47. .demand-box-tab{
  48. margin-top: 30px;
  49. .el-tabs__item{width:124px;height: 40px;line-height: 40px;border-radius: 4px;border: 1px solid #3e7ee7;@include setFontStyle(-4);color: #3e7ee7;padding: 0;text-align: center;margin: 0 12px 32px;}
  50. .el-tabs__item.is-active{background-color:#3e7ee7;color: #fff;position: relative}
  51. .el-tabs__item.is-active:after{ width: 0; height: 0; content: "";display: inline-block;border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 20px solid #3e7ee7;
  52. position: absolute;bottom: -33px;left: 50%;margin-left: -8px;}
  53. // 免费试用按钮
  54. .client-default-Btn{width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;}
  55. }
  56. //覆盖饿了么样式
  57. .el-tabs__header{margin: 0 0 48px;}
  58. .demand-box-tab.el-tabs--card>.el-tabs__header{border: 0}
  59. .demand-box-tab.el-tabs--card>.el-tabs__header .el-tabs__nav{margin: 0 auto;border-color: #ccc;border-bottom: 1px dotted #6c9ce1;border-right:0;border-left:0;border-top:0;border-radius: 0;}
  60. .demand-box-tab .el-tabs__nav-scroll{text-align: center;}
  61. .demand-box-tab .el-tabs__nav{float: none;}
  62. // 考试ul
  63. .demand-tab-list{
  64. margin: 0 -18px;
  65. li{
  66. width: 33.33%;display: inline-block;position: relative;margin-bottom: 24px;overflow: hidden;
  67. // 内容区域
  68. .demand-content-box{height: 300px;margin: 0 18px;background-color: #fff;background-repeat: no-repeat;background-position: 5px 5px;}
  69. //图片区域
  70. .demand-img-box{
  71. position: absolute;
  72. top: 90px;
  73. left: 50%;
  74. margin-left: -50px;
  75. i{width: 100px;height: 100px;display:block;margin-bottom: 24px;background-repeat: no-repeat;background-size: cover;}
  76. h4{@include setFontStyle(-2);color: #272727;text-align: center;}
  77. }
  78. // 蒙版
  79. .demand-mask-box{
  80. position: absolute;
  81. top: 300px;
  82. padding: 20px;
  83. background:rgba(66,66,66,0.65);
  84. transition: 0.5s;
  85. margin: 0 18px;
  86. color: #fff;
  87. h4{
  88. @include setFontStyle(0);margin-bottom: 24px;text-align: center;
  89. >a{float: right;display: none;}
  90. }
  91. p{max-height: 100px;overflow: hidden;@include setFontStyle(-6);line-height: 24px;margin-bottom: 16px;@include multi-line-ellipsis(4);text-align: justify; }
  92. span{@include setFontStyle(-6);color: #fff;}
  93. i{width: 15px;height: 15px;display: inline-block;vertical-align: middle;margin-left: 8px;background-image: url("~static/images/client/index/index-demand-icon.png");}
  94. }
  95. // 图标div
  96. .demand-icon-box{
  97. padding: 16px 0;
  98. border-top: 1px solid #fff;
  99. a{margin-right: 8px}
  100. a:last-child{margin-right: 0;}
  101. img{width: 77px;height: 77px;}
  102. }
  103. }
  104. li:nth-child(1){
  105. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic1.png");}}
  106. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img1.png");}
  107. }
  108. li:nth-child(2){
  109. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic2.png");}}
  110. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img2.png");}
  111. }
  112. li:nth-child(3){
  113. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic3.png");}}
  114. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img3.png");}
  115. }
  116. li:nth-child(4){
  117. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic4.png");}}
  118. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img4.png");}
  119. }
  120. li:nth-child(5){
  121. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic5.png");}}
  122. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img5.png");}
  123. }
  124. li:nth-child(6){
  125. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic6.png");}}
  126. .demand-content-box{background-image: url("~static/images/client/index/index-demand-img6.png");}
  127. }
  128. li:hover{
  129. // 蒙版
  130. .demand-mask-box{
  131. top:0;
  132. h4{
  133. text-align: left;
  134. >a{display: inline-block;}
  135. }
  136. }
  137. }
  138. }
  139. .demand-peixun-list{
  140. li:nth-child(1){
  141. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic7.png");}}
  142. }
  143. li:nth-child(2){
  144. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic6.png");}}
  145. }
  146. li:nth-child(3){
  147. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic8.png");}}
  148. }
  149. li:nth-child(4){
  150. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic1.png");}}
  151. }
  152. li:nth-child(5){
  153. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic3.png");}}
  154. }
  155. li:nth-child(6){
  156. .demand-img-box{i{background-image: url("~static/images/client/index/index-demand-pic12.png");}}
  157. }
  158. }
  159. }
  160. /* 超过10万家客户的信任之选 */
  161. .client-customer-box{
  162. .customer-img-box{
  163. padding-bottom: 80px;
  164. li{
  165. width: 20%;
  166. display: inline-block;
  167. }
  168. img{margin: 48px 30px 0;transition: all 0.5s;}
  169. li:hover{
  170. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  171. }
  172. }
  173. }
  174. /* 我们始终专注教育系统研发更懂用户需求 */
  175. .client-cert-box{
  176. background: #005491;
  177. padding-bottom: 80px;
  178. .client-title{color: #fff}
  179. .cert-img-box{
  180. display: flex;
  181. justify-content: space-between;
  182. margin: 48px 0 0;
  183. align-items: center;
  184. span{display:block;height: max-content;background: #80aac8;padding: 8px 8px 3px;overflow: hidden;}
  185. span:nth-child(3){
  186. img{width: 320px;height:210px;}
  187. }
  188. img{width: 170px;height:240px;transition: all 0.5s;}
  189. img:hover{transform: scale(1.14);}
  190. }
  191. a{width:238px;height:40px;line-height: 40px;margin: 40px auto 0;background: #005491;border: 1px solid #fff;box-sizing: border-box;}
  192. }
  193. /* 为什么选择我们 */
  194. .client-chose-box{
  195. padding-bottom: 80px;
  196. .chose-img-box{
  197. margin: 48px -14px 0;
  198. li{
  199. width: 25%;display: inline-block;vertical-align: top;
  200. div{height: 260px;background: #f8f8f8;position:relative;text-align: center;margin: 0 14px;}
  201. span{width: 100%;height: 200px;display: inline-block;}
  202. img{margin: 50px auto 0;}
  203. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);}
  204. }
  205. }
  206. .client-default-Btn {
  207. width: 238px;
  208. height: 40px;
  209. line-height: 40px;
  210. margin: 40px auto 0;
  211. }
  212. }
  213. /* 新闻资讯 */
  214. .client-news-information {
  215. background: #f9faff;
  216. padding-bottom: 80px;
  217. .industry-information-box {
  218. margin-top: 48px;
  219. h4{color: #333;}
  220. h4:hover {cursor: pointer;color: #3e7ce7;}
  221. // 左
  222. .industry-information-left {
  223. width: 520px;
  224. margin-right: 80px;
  225. display: inline-block;
  226. vertical-align: top;
  227. color: #333;
  228. div {float: left;border-right: 1px solid #dbdbea;padding: 8px 16px 8px 0;}
  229. img {width: 520px;height: 210px;margin-bottom: 42px;}
  230. h4 {@include setFontStyle(-2);margin-bottom: 16px;}
  231. i{width:25px;height:12px;float:right;background-image:url("~static/images/client/index/news-information-icon.png")}
  232. p {@include setFontStyle(-6);height: 68px;line-height: 22px;padding: 2px 0 0 16px;text-align: justify;@include multi-line-ellipsis(3);}
  233. b {@include setFontStyle(-4);font-weight: normal;display: block;margin-bottom: 16px;}
  234. span {@include setFontStyle(-6);display: block;color: #666;}
  235. }
  236. // 右
  237. .industry-information-right {
  238. width: 590px;
  239. display: inline-block;
  240. vertical-align: top;
  241. li {border-bottom: 1px solid #ccc;margin-bottom: 16px;}
  242. li:last-child {border: 0;}
  243. h4 {@include setFontStyle(-4);@include single-line-ellipsis;margin-bottom: 12px;}
  244. p {@include setFontStyle(-6);color: #666;@include single-line-ellipsis;margin-bottom: 16px;}
  245. span {margin: 0 30px 0 10px;}
  246. }
  247. }
  248. }
  249. // 移动端手机尺寸(0-768)
  250. @media (max-width: 768px){
  251. /* 网站banner */
  252. .client-index-banner{height: 150px;}
  253. /* banner-box */
  254. .client-banner-box{
  255. .el-carousel__container{height: 150px;}
  256. .el-carousel__item .index-carousel-box{height: 150px;background-size: cover;}
  257. // 左箭头
  258. .el-carousel__arrow--left{display: none;}
  259. // 右箭头
  260. .el-carousel__arrow--right{display: none;}
  261. // 分页
  262. .el-carousel__button {width: 6px;height: 6px;border-radius: 3px;}
  263. }
  264. /* 产品和服务 */
  265. .client-products-services{
  266. .client-title{
  267. margin-bottom: 0;
  268. }
  269. }
  270. /* 行业学习需求 */
  271. .client-demand-box{
  272. padding: 30px 0 0;
  273. min-height: 610px;
  274. //tab
  275. .demand-box-tab{
  276. margin-top: 20px;
  277. .el-tabs__item{width:100px;height: 30px;line-height: 30px;border-radius: 5px;margin: 0 8px 12px;}
  278. .el-tabs__item.is-active:after{border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 12px solid #3e7ee7;bottom: -14px;}
  279. }
  280. //覆盖饿了么样式
  281. .el-tabs__header{margin: 0 7px 15px;}
  282. // 考试ul
  283. .demand-tab-list{
  284. margin: 0;
  285. li{
  286. width: 50%;margin-bottom: 12px;
  287. // 内容区域
  288. .demand-content-box{height: 125px;background-size: 25%;margin: 0 7px;}
  289. //图片区域
  290. .demand-img-box{
  291. min-width: 70px;top: 30px;margin-left: -35px;
  292. i{width: 40px;height: 40px;margin: 0 auto 15px;}
  293. h4{@include setFontStyle(-6);color: rgb(16, 16, 16);}
  294. }
  295. // 蒙版
  296. .demand-mask-box{display: none;}
  297. // 点击按钮
  298. .demand-onclick-btn{position: absolute;top: 0;left: 7px;right: 7px;bottom: 0;z-index: 99;}
  299. }
  300. }
  301. }
  302. /* 为什么选择我们 */
  303. .client-chose-box{
  304. padding: 0;
  305. .chose-img-box{
  306. margin: 20px 0 0;
  307. li{
  308. width: 50%;margin-bottom: 12px;
  309. div{height: 125px;margin: 0 7px;}
  310. span{height: 90px;}
  311. img{width:60px;margin: 16px auto 0;}
  312. h5{@include setFontStyle(-4);color: #101010;}
  313. }
  314. }
  315. .client-default-Btn {
  316. width: 238px;
  317. height: 40px;
  318. line-height: 40px;
  319. margin: 40px auto 0;
  320. }
  321. }
  322. /* 新闻资讯 */
  323. .client-newsInfo-phone{
  324. background-color: rgb(238, 238, 238);
  325. // 轮播外层
  326. .el-carousel{
  327. padding: 20px 0 40px;
  328. // card
  329. .el-carousel__item{
  330. width: 80%;left: -15%;color: rgb(16, 16, 16);background: #fff;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;
  331. img{width: 100%;height: 135px;}
  332. }
  333. // 文字区域
  334. .newsInfo-card-content{
  335. padding: 24px 20px;
  336. h4{@include setFontStyle(-4);}
  337. span{@include setFontStyle(-8);margin-top: 16px;display: block}
  338. p{min-height: 48px;@include setFontStyle(-6);margin-top: 16px;@include multi-line-ellipsis(3);}
  339. }
  340. }
  341. }
  342. /* 超过10万家客户的信任之选 */
  343. .client-customer-box{padding-top: 50px;
  344. .customer-img-box{
  345. padding-bottom: 50px;
  346. li{width: 50%;text-align: center;}
  347. img{max-width:90%;margin: 10px 0;}
  348. li:hover{
  349. img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
  350. }
  351. }
  352. }
  353. /* 我们始终专注教育系统研发更懂用户需求 */
  354. .client-cert-box{
  355. padding: 0 7px 28px;
  356. .cert-img-box{
  357. margin: 20px 0 0;
  358. span{height: 64px;padding: 2px 2px 0;}
  359. span:nth-child(3){
  360. height: 55px;
  361. img{width: 80px;height:53px;}
  362. }
  363. img{width: 44px;height:62px;}
  364. img:hover{transform: none;}
  365. }
  366. a{width:122px;height:35px;line-height: 35px;margin: 28px auto 0;}
  367. }
  368. }
  369. }
  370. /******** describe: 平台页面(考试平台、培训平台) author: TX date:2020-08-12 ********/
  371. .client-platform-page{
  372. /* 网站banner */
  373. .client-platform-banner{
  374. width: 100%;
  375. height: 396px;
  376. background-color:#042D85;
  377. position: relative;
  378. div{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
  379. .free-trial-default-btn{position: absolute;top:260px;left: 50%;margin-left: -119px;}
  380. }
  381. /* 产品体验*/
  382. .platform-products-experience{
  383. p{font-size: 20px;line-height: 20px;text-align: center;margin: 30px 0 42px;}
  384. .experience-ul-box{
  385. margin: 0 -16px;text-align: center;
  386. li{
  387. width:25%;display: inline-block;text-align: center;font-size: 16px;
  388. >div{
  389. margin: 0 16px;padding:32px 18px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;border-radius: 10px;position: relative;
  390. 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;}
  391. }
  392. i{display: inline-block;width: 46px;height: 46px;background-repeat: no-repeat;background-size: contain;margin-bottom: 24px;}
  393. h5{font-size: 22px;color: rgb(16, 16, 16);margin-bottom: 24px;}
  394. p{font-size: 16px;padding: 0;margin: 0;color: #101010;line-height: 26px;}
  395. a{width: 180px;height: 40px;line-height: 40px;display: inline-block;margin-top: 24px;text-align: center;background-color: #3e7ce7;
  396. 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}
  397. span{display: block;transition: 0.5s;position: absolute;top: 0;bottom: 305px;left: 0;right: 0;overflow: hidden;}
  398. em{width:180px;height:180px;display: block;margin: 24px auto;background-image:url("~static/images/client/exam/exam-code-img.png")}
  399. em.px-img-box{background-image:url("~static/images/client/train/train-code-img.png")}
  400. }
  401. li:nth-child(1) i{background-image:url("~static/images/client/exam/exam-tel-icon.png")}
  402. li:nth-child(2) i{background-image:url("~static/images/client/exam/exam-pc-icon.png")}
  403. li:nth-child(3) i{background-image:url("~static/images/client/exam/exam-sz-icon.png")}
  404. li:nth-child(4) i{background-image:url("~static/images/client/exam/exam-sx-icon.svg")}
  405. }
  406. }
  407. /* 产品优势 */
  408. .platform-products-services{
  409. li:not(:last-child){border-bottom:1px solid #eee; }
  410. }
  411. /* 产品功能 */
  412. .platform-product-function{
  413. background: #f8f8f8;
  414. padding-bottom: 32px;
  415. // ul
  416. .product-function-box{
  417. margin-top: 48px;
  418. li{
  419. width: 50%;display: inline-block;transition: .3s all linear;
  420. div{padding: 12px 16px 12px 8px;margin: 0 32px 24px;background: #fff;}
  421. i{width: 158px;height: 120px;margin-right:24px;float:left;background-size: cover;background-repeat: no-repeat;}
  422. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin: 12px 0 8px 0;}
  423. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);@include multi-line-ellipsis(3);}
  424. }
  425. li:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon1.png");}}
  426. li:nth-child(2){i{background-image:url("~static/images/client/exam/product-function-icon2.png");}}
  427. li:nth-child(3){i{background-image:url("~static/images/client/exam/product-function-icon3.png");}}
  428. li:nth-child(4){i{background-image:url("~static/images/client/exam/product-function-icon4.png");}}
  429. li:nth-child(5){i{background-image:url("~static/images/client/exam/product-function-icon5.png");}}
  430. li:nth-child(6){i{background-image:url("~static/images/client/exam/product-function-icon6.png");}}
  431. li:nth-child(7){i{background-image:url("~static/images/client/exam/product-function-icon7.png");}}
  432. li:nth-child(8){i{background-image:url("~static/images/client/exam/product-function-icon8.png");}}
  433. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  434. }
  435. }
  436. /* 应用场景 */
  437. .platform-application-scenarios{
  438. background: #FFF;
  439. padding-bottom: 80px;
  440. .application-scenarios-box{margin: 48px -12px 0;}
  441. li{
  442. width: 33.33%;
  443. display: inline-block;
  444. vertical-align: top;
  445. color: #fff;
  446. .application-scenarios-img{width: 100px;height: 100px;background-size: cover;margin: 0 auto 24px;}
  447. .application-scenarios-content{
  448. padding: 50px 30px 40px;margin: 0 12px;background: #FFF;
  449. h5{@include setFontStyle(0);text-align: center;margin-bottom: 24px;}
  450. p{@include setFontStyle(-4);line-height: 24px;text-align: justify;@include multi-line-ellipsis(5);min-height: 118px;max-height: 118px}
  451. }
  452. }
  453. li:nth-child(1){
  454. .application-scenarios-img {
  455. background-image: url("~static/images/client/exam/application-scenarios-img1.png");
  456. }
  457. .application-scenarios-content{background: #ffbf00;}
  458. }
  459. li:nth-child(2){
  460. .application-scenarios-img {
  461. background-image: url("~static/images/client/exam/application-scenarios-img2.png");
  462. }
  463. .application-scenarios-content{background: #3799db;}
  464. }
  465. li:nth-child(3){
  466. .application-scenarios-img {
  467. background-image: url("~static/images/client/exam/application-scenarios-img3.png");
  468. }
  469. .application-scenarios-content{background: #63ba86;}
  470. }
  471. }
  472. }
  473. /******** describe: 培训平台--图片(和考试默认图片不同) author: TX date:2020-08-14 ********/
  474. .client-train-page{
  475. /* 产品体验*/
  476. .platform-products-experience{
  477. .experience-ul-box li{
  478. em{background-image:url("~static/images/client/train/train-code-img.png")}
  479. }
  480. }
  481. /* 网站banner */
  482. .client-platform-banner{
  483. background-color:#1F2772;
  484. }
  485. /* 产品功能 */
  486. .platform-product-function{
  487. // ul
  488. .product-function-box{
  489. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.png");}}
  490. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.png");}}
  491. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.png");}}
  492. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.png");}}
  493. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.png");}}
  494. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.png");}}
  495. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.png");}}
  496. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.png");}}
  497. }
  498. }
  499. /* 应用场景 */
  500. .train-application-scenarios{
  501. li:nth-child(1){
  502. .application-scenarios-img {
  503. background-image: url("~static/images/client/train/application-scenarios-img1.png");
  504. }
  505. }
  506. li:nth-child(2){
  507. .application-scenarios-img {
  508. background-image: url("~static/images/client/train/application-scenarios-img2.png");
  509. }
  510. }
  511. li:nth-child(3){
  512. .application-scenarios-img {
  513. background-image: url("~static/images/client/train/application-scenarios-img3.png");
  514. }
  515. }
  516. }
  517. }
  518. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  519. .client-course-page{
  520. /* 网站banner */
  521. .client-course-banner{
  522. width: 100%;
  523. height: 395px;
  524. background-color:#130C4F;
  525. background-position-x: center;
  526. background-repeat: no-repeat;
  527. }
  528. // 菜单 ul
  529. .course-menu-ul{
  530. display: block;
  531. margin: 0 auto;
  532. text-align: center;
  533. background: #F7F9FB;
  534. 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}
  535. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  536. li:hover{
  537. transform: scale(1.1);
  538. }
  539. }
  540. /* 调转菜单栏 */
  541. .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;}
  542. .course-link-nav{
  543. width: 100%;height: 83px;background: #161B38;opacity: 0.9;
  544. a{width: 171px;height: 83px;line-height:83px;display: inline-block;@include setFontStyle(-2);color: #fff;text-align: center;}
  545. a:nth-child(1){background: #353c61;}
  546. a:nth-child(2){background: #38406a;}
  547. a:nth-child(3){background: #3c4775;}
  548. a:nth-child(4){width:174px;background: #404b81;}
  549. a:nth-child(5){background: #3c4775;}
  550. a:nth-child(6){background: #38406a;}
  551. a:nth-child(7){background: #353c61;}
  552. }
  553. // 申请方案按钮
  554. .free-trial-default-btn{width:230px;display: inline-block;margin: 0}
  555. // 联系我们按钮
  556. .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
  557. /* E-learning课程 */
  558. .course-learn-box{
  559. // video列表
  560. .learn-box-list{
  561. margin: 54px -16px 0;
  562. li{
  563. width: 33.33%;display: inline-block;
  564. a{display: none;}
  565. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  566. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  567. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  568. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  569. img{transition: all 0.5s;}
  570. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  571. }
  572. li span:hover{img{transform: scale(1.1);}}
  573. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  574. }
  575. }
  576. /* PPT定制及美化、H5平面设计、视频后期处理 */
  577. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  578. ul{margin: 48px 0;}
  579. li{display: inline-block;}
  580. li:not(:last-child){margin-right: 30px;}
  581. p{@include setFontStyle(-4);color: rgba(0, 0, 0, 0.65);margin-top: 24px;}
  582. }
  583. /* 视频后期处理 */
  584. .course-videoPos-box{
  585. padding-bottom: 80px;
  586. li:not(:last-child){margin-right: 80px;}
  587. }
  588. }
  589. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  590. .client-aboutUs-page{
  591. // banner
  592. .aboutUs-banner{width: 100%;height: 305px;background-image: url("~static/images/client/aboutUs/aboutUs-banner-bg.png");
  593. span{width: 1200px;overflow: hidden;display: block;margin: 0 auto;}
  594. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  595. }
  596. // 公司简介
  597. .company-profile-box{
  598. padding-bottom: 48px;
  599. font-size: 0;
  600. img{margin: 48px auto;display: block;}
  601. p{@include setFontStyle(-2);color: rgba(0,0,0,0.65);line-height: 40px;text-align: justify;margin: 0 60px}
  602. }
  603. // 品牌介绍
  604. .brand-introduction-box{
  605. .brand-introduction-content{
  606. width: 100%;
  607. padding: 42px;
  608. box-sizing: border-box;
  609. background: #fbfbfb;
  610. border-radius: 8px;
  611. float: right;
  612. .brand-introduction-left{
  613. display: inline-block;
  614. vertical-align: middle;
  615. padding-right: 42px;
  616. border-right: 1px solid #ddd;
  617. h4{@include setFontStyle(6);color: rgba(0,0,0,0.75);margin-bottom: 36px}
  618. img{margin-bottom: 36px;}
  619. }
  620. 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;}
  621. }
  622. }
  623. // 企业文化
  624. .corporate-culture-box{
  625. padding-bottom: 80px;
  626. li{
  627. width:25%;
  628. display: inline-block;
  629. vertical-align: middle;
  630. div{
  631. margin-right: 16px;
  632. margin-bottom: 16px;
  633. padding: 40px 0;
  634. border: 6px solid #f7f7f7;
  635. text-align: center;
  636. i{width: 70px;height: 70px;display:inline-block;margin-bottom: 16px;}
  637. h5{@include setFontStyle(0);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  638. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  639. }
  640. }
  641. li:nth-child(1){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon1.png");} }
  642. li:nth-child(2){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon2.png");} }
  643. li:nth-child(3){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon3.png");} }
  644. li:nth-child(4){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon4.png");} }
  645. li:last-child{
  646. div{margin-right: 0;}
  647. }
  648. }
  649. // 企业发展历程
  650. .enterprise-development-box{
  651. // 覆盖饿了么tab样式
  652. .enterprise-development-tab{
  653. .el-tabs__nav-wrap::after,.el-tabs__active-bar{display: none;}
  654. .el-tabs__header{
  655. margin: 0;
  656. .el-tabs__nav{width: 100%;padding-bottom: 20px;border-bottom: 1px dotted #6c9ce1;}
  657. .el-tabs__nav-wrap,.el-tabs__nav-scroll{overflow: visible}
  658. }
  659. .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;}
  660. .el-tabs__item.is-active{background: #3e7ee7;color: #fff}
  661. .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;}
  662. .el-tabs__item.is-active:after{background: #3e7ee7;}
  663. .el-tabs__content{overflow: visible}
  664. }
  665. // 企业发展历程内容部分
  666. li{
  667. width: 25%;display: inline-block;padding: 36px 24px 60px;background:#fbfbfb;box-sizing: border-box;min-height: 196px;vertical-align: top;
  668. div{width: 250px;border-bottom: 1px solid #eee;}
  669. img{margin-bottom: 14px;}
  670. i{min-width:34px;display:inline-block;color: #3e7ee7;font-style: normal;margin-right: 10px;}
  671. p{@include setFontStyle(-4);color: rgba(0,0,0,.65);margin-top: 14px;}
  672. }
  673. }
  674. // 联系我们
  675. .contact-us-box{
  676. padding: 80px 0;
  677. border-top: 1px solid #ddd;
  678. .contact-container-box{
  679. width: 460px;
  680. padding: 0 40px;
  681. box-sizing: border-box;
  682. color: rgba(0,0,0,0.85);
  683. float: left;
  684. h4{@include setFontStyle(10);color: #3e7ee7;margin-bottom: 60px;margin-top: 20px;}
  685. h5{@include setFontStyle(0);color: #333;margin-bottom: 32px;}
  686. li{
  687. margin-bottom: 24px;
  688. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  689. span{@include setFontStyle(-4);color: rgba(0,0,0,0.64);vertical-align: middle;}
  690. }
  691. li:nth-child(3) {
  692. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  693. }
  694. li:nth-child(4) {
  695. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  696. }
  697. li:nth-child(5) {
  698. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  699. }
  700. li:nth-child(6) {
  701. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  702. }
  703. }
  704. img{float: right}
  705. }
  706. }
  707. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  708. .client-newsInfor-page{
  709. // banner
  710. .newsInfor-banner{
  711. width: 100%;height: 305px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");overflow: hidden;
  712. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  713. }
  714. // 菜单 ul
  715. .newsInfor-menu-ul{
  716. display: block;
  717. margin: 0 auto;
  718. text-align: center;
  719. background: #F7F9FB;
  720. 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}
  721. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  722. li:hover{
  723. transform: scale(1.1);
  724. }
  725. }
  726. // 页面主要内容区域
  727. .newsInfor-content-box{
  728. min-height: 304px;
  729. padding: 48px 0 80px;
  730. ul{display: inline-block;vertical-align: top}
  731. // 右侧内容区域
  732. .newsInfor-content-ul{
  733. padding: 0 32px;
  734. li{margin-bottom: 40px;cursor: pointer}
  735. li:last-child{margin-bottom: 0;}
  736. //图片
  737. .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;}
  738. //内容区域
  739. .newsInfor-list-content{
  740. width: calc(100% - 350px);
  741. display: inline-block;
  742. vertical-align: top;
  743. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  744. div{
  745. margin-bottom: 8px;
  746. 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");}
  747. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  748. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  749. }
  750. 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;}
  751. a{@include setFontStyle(-6);color: #4A73FD;}
  752. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  753. a:hover{cursor: pointer;}
  754. }
  755. }
  756. }
  757. }
  758. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  759. .client-government-page{
  760. // banner
  761. .industrydetails-banner{background-color: #1B33B7;}
  762. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/government-banner-img.png");}
  763. // 我们的系统为您改变了什么
  764. .government-change-box{
  765. background: #F9FAFF;
  766. padding-bottom: 80px;
  767. .industrydetails-content{
  768. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  769. li{
  770. margin-bottom: 16px;
  771. p{margin-left: 30px}
  772. }
  773. img{width:100px;display: inline-block;vertical-align: top;margin: 85px 25px 85px 30px;}
  774. }
  775. .change-content-left{
  776. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  777. h5,li,li i{color: #fff;border-color: #fff;}
  778. p{color: rgba(255,255,255,0.65);}
  779. }
  780. .change-content-right{width: 525px;display: inline-block;padding-top: 64px;}
  781. }
  782. // 我们的优势
  783. .government-advantage-box{
  784. padding-bottom: 50px;
  785. h4{margin-bottom: 48px;}
  786. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  787. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  788. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  789. 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;}
  790. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  791. }
  792. }
  793. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  794. .client-finance-page{
  795. // banner
  796. .industrydetails-banner{background-color: #593513;}
  797. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/finance-banner-img.png");}
  798. // 金融行业的问题
  799. .finance-question-box{
  800. background: #F9FAFF;
  801. padding: 80px 0;
  802. .finance-question-top{
  803. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  804. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  805. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  806. }
  807. ul{
  808. 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;
  809. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  810. p{margin-left: 30px;}
  811. }
  812. .finance-question-right{
  813. border: 1px solid #FF6226;
  814. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  815. }
  816. }
  817. }
  818. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  819. .client-information-page{
  820. // banner
  821. .industrydetails-banner{background-color: #070B20;}
  822. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/information-banner-img.png");}
  823. // 我们的系统为您改变了什么
  824. .information-change-box{
  825. background: #F9FAFF;
  826. padding-bottom: 80px;
  827. .industrydetails-content{
  828. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  829. li{
  830. margin-bottom: 24px;
  831. p{margin-left: 30px;}
  832. }
  833. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  834. }
  835. .change-content-left{
  836. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  837. h5,li,li i{color: #fff;border-color: #fff;}
  838. p{color: rgba(255,255,255,0.65);}
  839. }
  840. .change-content-right{width: 500px;display: inline-block;padding-top: 36px;}
  841. }
  842. }
  843. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  844. .client-energy-page{
  845. // banner
  846. .industrydetails-banner{background-color: #073A44;}
  847. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/energy-banner-img.png");}
  848. // 我们的系统为您改变了什么
  849. .energy-change-box{
  850. background: #F9FAFF;
  851. padding-bottom: 80px;
  852. // 模块上半部分
  853. .change-box-top{
  854. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  855. i{border: 1px solid #fff;}
  856. }
  857. // 模块下半部分
  858. .change-box-bottom{
  859. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  860. h5{margin-top: 55px;}
  861. li:nth-of-type(odd){p{margin-right: 60px}}
  862. }
  863. h5{color: rgba(255,255,255,0.85);}
  864. li{
  865. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-bottom: 24px;line-height: 22px;vertical-align: top;
  866. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  867. }
  868. img{position: absolute;top: -70px;left: 50%;margin-left: -50px;}
  869. }
  870. }
  871. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  872. .client-traffic-page{
  873. // banner
  874. .industrydetails-banner{background-color: #0A2F41;}
  875. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");}
  876. // 我们的系统为您改变了什么
  877. .traffic-change-box{
  878. background: #F9FAFF;
  879. padding-bottom: 80px;
  880. .change-content-left,.change-content-right{
  881. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  882. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  883. ul{margin-top: 80px;margin-left: 32px;}
  884. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  885. }
  886. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  887. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  888. }
  889. }
  890. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  891. .client-education-page{
  892. // banner
  893. .industrydetails-banner{background-color: #085903;}
  894. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/education-banner-img.png");}
  895. // 我们的系统为您改变了什么
  896. .education-change-box{
  897. background: #F9FAFF;padding-bottom: 80px;
  898. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  899. .industrydetails-content{position: relative;}
  900. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  901. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  902. .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;}
  903. }
  904. }
  905. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  906. .client-restaurant-page{
  907. // banner
  908. .industrydetails-banner{background-color: #1C1E21;}
  909. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");}
  910. // 我们的系统为您改变了什么
  911. .restaurant-change-box{
  912. background: #F9FAFF;
  913. padding-bottom: 80px;
  914. .industrydetails-content{
  915. position: relative;
  916. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  917. }
  918. .change-content-left,.change-content-right{
  919. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  920. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  921. ul{margin-top: 32px;margin-left: 48px;}
  922. }
  923. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  924. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  925. }
  926. }
  927. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  928. .client-medical-page{
  929. // banner
  930. .industrydetails-banner{background-color: #2178E0;}
  931. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/medical-banner-img.png");}
  932. // 我们的系统为您改变了什么
  933. .medical-change-box{
  934. background: #F9FAFF;
  935. padding-bottom: 80px;
  936. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  937. .change-content-left,.change-content-right{
  938. width: 500px;display:inline-block;vertical-align: top;
  939. ul{margin-left: 48px;}
  940. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  941. p{color: rgba(255,255,255,0.65);}
  942. i{border-color: #fff;}
  943. }
  944. .change-content-left{margin-right: 180px;}
  945. }
  946. }
  947. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  948. .client-indexEducation-page{
  949. .client-platform-banner{
  950. background-color: #04004a;
  951. .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;
  952. position: absolute;top: 330px;left: 50%;margin-left: -150px;}
  953. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 30px;}
  954. }
  955. }
  956. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  957. .client-resources-page{
  958. // 图标列表
  959. .train-scheme-list{
  960. margin: 54px -24px 0;
  961. li{width: 25%;display: inline-block;text-align: center}
  962. i{width: 100px;height: 100px;display: block;margin: 0 auto;}
  963. span{@include setFontStyle(-4);color: #333;margin-top: 10px;display: block;}
  964. div{box-shadow: 0 0 7px 2px #f5f2ff;margin: 24px;padding: 42px 0;}
  965. li:nth-child(1) i{background: url("~static/images/client/resources/train-scheme-icon1.png")}
  966. li:nth-child(2) i{background: url("~static/images/client/resources/train-scheme-icon2.png")}
  967. li:nth-child(3) i{background: url("~static/images/client/resources/train-scheme-icon3.png")}
  968. li:nth-child(4) i{background: url("~static/images/client/resources/train-scheme-icon4.png")}
  969. li:nth-child(5) i{background: url("~static/images/client/resources/train-scheme-icon5.png")}
  970. li:nth-child(6) i{background: url("~static/images/client/resources/train-scheme-icon6.png")}
  971. li:nth-child(7) i{background: url("~static/images/client/resources/train-scheme-icon7.png")}
  972. li:nth-child(8) i{background: url("~static/images/client/resources/train-scheme-icon8.png")}
  973. }
  974. // 为企业培训打造学习矩阵
  975. .products-services-content p{line-height: 52px;}
  976. // 蓝色提醒文字
  977. .blue-big-size{
  978. font-size: 26px;color: #3e7ce7;padding: 0 5px;
  979. }
  980. // 课程内容形式多样
  981. .course-learn-box{
  982. background: #f9faff;
  983. // video列表
  984. .learn-box-list{
  985. margin: 54px -16px 0;
  986. li{
  987. width: 33.33%;display: inline-block;
  988. a{display: none;}
  989. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;box-shadow: 0 0 7px 2px #f5f2ff;}
  990. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  991. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  992. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  993. img{transition: all 0.5s;}
  994. p{@include setFontStyle(-4);color: #3e7ce7;padding: 24px 16px 16px;text-align: left}
  995. .course-explain-black{@include setFontStyle(-4);color: #333;line-height: 24px;padding: 0 16px 24px;}
  996. }
  997. li span:hover{img{transform: scale(1.1);}}
  998. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  999. }
  1000. }
  1001. // banner背景色
  1002. .client-platform-banner{background-color: #03022e;}
  1003. // 新闻资讯
  1004. .platform-news-information{background: #fff;}
  1005. // 按钮
  1006. .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;}
  1007. .client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
  1008. }
  1009. /******** describe: 考试系统更新日志 author: TX date:2020-09-03 ********/
  1010. .client-checklog-page{
  1011. // banner
  1012. .client-checklog-banner{
  1013. width: 100%;height: 300px;background-color: rgb(0, 102, 204);text-align: center;
  1014. h4{font-size: 56px;color: rgba(255, 255, 255, 1);font-weight: bold;padding-top: 64px;}
  1015. p{font-size: 28px;color: rgb(255, 255, 255);padding-top: 24px;}
  1016. }
  1017. // 数据展示
  1018. .log-data-show{
  1019. height: 200px;
  1020. border-color: rgb(187, 187, 187);
  1021. border-width: 1px;
  1022. border-style: solid;
  1023. box-shadow: rgb(121, 188, 255) 0px 2px 6px 0px;
  1024. border-radius: 10px;
  1025. padding: 24px;
  1026. box-sizing: border-box;
  1027. display: flex;
  1028. justify-content: space-evenly;
  1029. margin-top: -64px;
  1030. background: #fff;
  1031. div{
  1032. display: inline-block;text-align: center;
  1033. span{font-size: 24px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 32px;display: inline-block;}
  1034. p{font-size: 54px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 10px;}
  1035. }
  1036. i{width: 1px;height: 150px;background: lightgray;display: inline-block;}
  1037. }
  1038. // 日志内容
  1039. .log-content-box{
  1040. margin: 52px auto 100px;color: rgb(16, 16, 16);
  1041. li{
  1042. color: rgb(16, 16, 16);border-bottom: 1px dashed #ccc;padding: 0 88px;
  1043. h5{font-size: 18px;margin: 14px 0;font-weight: bold;}
  1044. span{font-size: 18px;margin-bottom: 14px;display: block;font-weight: bold;}
  1045. div{margin-bottom: 14px;}
  1046. i{width: 12px;height: 1px;display: inline-block;background: #bbb;vertical-align: top;margin: 10px 6px 10px 0;}
  1047. p{width: 1000px;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 24px;color: #000;text-align: justify}
  1048. }
  1049. li:last-child{border: 0;}
  1050. }
  1051. }
  1052. /******** describe: 体验中心 author: TX date:2021-06-09 ********/
  1053. .tiyan-center-page{
  1054. .tiyan-center-register{
  1055. background: #3776ff;text-align: center;padding: 52px 0;margin-top: 70px;
  1056. h5{font-size: 42px;color: #fff;margin: 24px 0;}
  1057. p{font-size: 32px;color: #fff;margin-bottom: 52px;}
  1058. span{font-size: 52px;color: #ffff00}
  1059. a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
  1060. }
  1061. }
  1062. // 立即注册弹窗
  1063. .register-now-dialog{
  1064. .el-dialog{
  1065. width:540px;
  1066. // 关闭图标
  1067. .el-icon-close:before{color: #fff}
  1068. // 弹窗头部
  1069. .el-dialog__header{height: 100px;background: #363fdc;}
  1070. // 弹窗body
  1071. .el-dialog__body{
  1072. height:200px;position: relative;background: #fff;
  1073. .register-now-box{
  1074. position: absolute;top: -100px;left: 0;right: 0;
  1075. >p{font-size: 18px;color: #fff;text-align: center;line-height: 24px;margin-bottom: 8px}
  1076. >span{
  1077. margin-top: 36px;color: #666;font-size: 16px;display: block;text-align: center;
  1078. .tel-code{font-size: 30px;color:#1f68b4;font-weight: bold;}
  1079. }
  1080. }
  1081. }
  1082. .system-box{
  1083. 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;
  1084. a{
  1085. display: inline-block;
  1086. i{width: 158px;height: 120px;display: block;background-size: cover;}
  1087. }
  1088. span{width: 1px;min-height: 100px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
  1089. p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
  1090. }
  1091. .system-box:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
  1092. .system-box:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
  1093. }
  1094. }
  1095. // 系统维护弹窗
  1096. .system-maintain-dialog{
  1097. .el-dialog{width: 540px;height: 380px;background-image:url("~static/images/client/tiyanCenter/ty-dialog-bj.jpg");}
  1098. }
  1099. /******** describe: 课程开发解决方案 author: TX date:2021-08-06 ********/
  1100. .course-develop-page{
  1101. // 标题
  1102. .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;}
  1103. // form
  1104. .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;}
  1105. // 滑块px
  1106. .nc-container{
  1107. overflow: hidden;height: 52px;
  1108. .nc_wrapper{width:100%!important;margin-bottom: 22px;border-radius: 5px;overflow: hidden;}
  1109. .nc_scale{
  1110. height: 30px;
  1111. .scale_text{overflow: hidden;line-height: 30px;}
  1112. span{width:40px;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid rgb(187, 187, 187);box-sizing: border-box;overflow: hidden}
  1113. }
  1114. .btn_ok{margin-left: -1px;}
  1115. }
  1116. // 输入框-验证码
  1117. .course-develop-input-code{width: calc(100% - 122px);}
  1118. .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;}
  1119. // 表单按钮
  1120. .form-blue-btn,.form-border-btn{
  1121. 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;
  1122. }
  1123. .form-blue-btn{background-color: rgb(0, 102, 204);border-color:rgb(0, 102, 204);}
  1124. .form-border-btn{display:block;border-color:rgb(0, 102, 204);color:rgb(0, 102, 204);margin-top: 20px; }
  1125. // 咨询电话
  1126. .course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}
  1127. }
  1128. }