cus-client-page.scss 71 KB

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