cus-client-page.scss 46 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057
  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. }
  250. /******** describe: 平台页面(考试平台、培训平台) author: TX date:2020-08-12 ********/
  251. .client-platform-page{
  252. /* 网站banner */
  253. .client-platform-banner{
  254. width: 100%;
  255. height: 396px;
  256. background-color:#042D85;
  257. position: relative;
  258. div{width:inherit;height:inherit;background-position-x: center;background-repeat: no-repeat;}
  259. .free-trial-default-btn{position: absolute;top:260px;left: 50%;margin-left: -119px;}
  260. }
  261. /* 产品体验*/
  262. .platform-products-experience{
  263. p{font-size: 20px;line-height: 20px;text-align: center;margin: 30px 0 42px;}
  264. .experience-ul-box{
  265. margin: 0 -16px;text-align: center;
  266. li{
  267. width:25%;display: inline-block;text-align: center;font-size: 16px;
  268. >div{
  269. margin: 0 16px;padding:32px 18px;box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 6px 0px;border-radius: 10px;position: relative;
  270. 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;}
  271. }
  272. i{display: inline-block;width: 46px;height: 46px;background-repeat: no-repeat;background-size: contain;margin-bottom: 24px;}
  273. h5{font-size: 22px;color: rgb(16, 16, 16);margin-bottom: 24px;}
  274. p{font-size: 16px;padding: 0;margin: 0;color: #101010;line-height: 26px;}
  275. a{width: 180px;height: 40px;line-height: 40px;display: inline-block;margin-top: 24px;text-align: center;background-color: #3e7ce7;
  276. 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}
  277. span{display: block;transition: 0.5s;position: absolute;top: 0;bottom: 305px;left: 0;right: 0;overflow: hidden;}
  278. em{width:180px;height:180px;display: block;margin: 24px auto;background-image:url("~static/images/client/exam/exam-code-img.png")}
  279. em.px-img-box{background-image:url("~static/images/client/train/train-code-img.png")}
  280. }
  281. li:nth-child(1) i{background-image:url("~static/images/client/exam/exam-tel-icon.png")}
  282. li:nth-child(2) i{background-image:url("~static/images/client/exam/exam-pc-icon.png")}
  283. li:nth-child(3) i{background-image:url("~static/images/client/exam/exam-sz-icon.png")}
  284. li:nth-child(4) i{background-image:url("~static/images/client/exam/exam-sx-icon.svg")}
  285. }
  286. }
  287. /* 产品优势 */
  288. .platform-products-services{
  289. li:not(:last-child){border-bottom:1px solid #eee; }
  290. }
  291. /* 产品功能 */
  292. .platform-product-function{
  293. background: #f8f8f8;
  294. padding-bottom: 32px;
  295. // ul
  296. .product-function-box{
  297. margin-top: 48px;
  298. li{
  299. width: 50%;display: inline-block;transition: .3s all linear;
  300. div{padding: 12px 16px 12px 8px;margin: 0 32px 24px;background: #fff;}
  301. i{width: 158px;height: 120px;margin-right:24px;float:left;background-size: cover;background-repeat: no-repeat;}
  302. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin: 12px 0 8px 0;}
  303. p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);@include multi-line-ellipsis(3);}
  304. }
  305. li:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon1.png");}}
  306. li:nth-child(2){i{background-image:url("~static/images/client/exam/product-function-icon2.png");}}
  307. li:nth-child(3){i{background-image:url("~static/images/client/exam/product-function-icon3.png");}}
  308. li:nth-child(4){i{background-image:url("~static/images/client/exam/product-function-icon4.png");}}
  309. li:nth-child(5){i{background-image:url("~static/images/client/exam/product-function-icon5.png");}}
  310. li:nth-child(6){i{background-image:url("~static/images/client/exam/product-function-icon6.png");}}
  311. li:nth-child(7){i{background-image:url("~static/images/client/exam/product-function-icon7.png");}}
  312. li:nth-child(8){i{background-image:url("~static/images/client/exam/product-function-icon8.png");}}
  313. li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
  314. }
  315. }
  316. /* 应用场景 */
  317. .platform-application-scenarios{
  318. background: #FFF;
  319. padding-bottom: 80px;
  320. .application-scenarios-box{margin: 48px -12px 0;}
  321. li{
  322. width: 33.33%;
  323. display: inline-block;
  324. vertical-align: top;
  325. color: #fff;
  326. .application-scenarios-img{width: 100px;height: 100px;background-size: cover;margin: 0 auto 24px;}
  327. .application-scenarios-content{
  328. padding: 50px 30px 40px;margin: 0 12px;background: #FFF;
  329. h5{@include setFontStyle(0);text-align: center;margin-bottom: 24px;}
  330. p{@include setFontStyle(-4);line-height: 24px;text-align: justify;@include multi-line-ellipsis(5);min-height: 118px;max-height: 118px}
  331. }
  332. }
  333. li:nth-child(1){
  334. .application-scenarios-img {
  335. background-image: url("~static/images/client/exam/application-scenarios-img1.png");
  336. }
  337. .application-scenarios-content{background: #ffbf00;}
  338. }
  339. li:nth-child(2){
  340. .application-scenarios-img {
  341. background-image: url("~static/images/client/exam/application-scenarios-img2.png");
  342. }
  343. .application-scenarios-content{background: #3799db;}
  344. }
  345. li:nth-child(3){
  346. .application-scenarios-img {
  347. background-image: url("~static/images/client/exam/application-scenarios-img3.png");
  348. }
  349. .application-scenarios-content{background: #63ba86;}
  350. }
  351. }
  352. }
  353. /******** describe: 培训平台--图片(和考试默认图片不同) author: TX date:2020-08-14 ********/
  354. .client-train-page{
  355. /* 产品体验*/
  356. .platform-products-experience{
  357. .experience-ul-box li{
  358. em{background-image:url("~static/images/client/train/train-code-img.png")}
  359. }
  360. }
  361. /* 网站banner */
  362. .client-platform-banner{
  363. background-color:#1F2772;
  364. }
  365. /* 产品功能 */
  366. .platform-product-function{
  367. // ul
  368. .product-function-box{
  369. li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.png");}}
  370. li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.png");}}
  371. li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.png");}}
  372. li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.png");}}
  373. li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.png");}}
  374. li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.png");}}
  375. li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.png");}}
  376. li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.png");}}
  377. }
  378. }
  379. /* 应用场景 */
  380. .train-application-scenarios{
  381. li:nth-child(1){
  382. .application-scenarios-img {
  383. background-image: url("~static/images/client/train/application-scenarios-img1.png");
  384. }
  385. }
  386. li:nth-child(2){
  387. .application-scenarios-img {
  388. background-image: url("~static/images/client/train/application-scenarios-img2.png");
  389. }
  390. }
  391. li:nth-child(3){
  392. .application-scenarios-img {
  393. background-image: url("~static/images/client/train/application-scenarios-img3.png");
  394. }
  395. }
  396. }
  397. }
  398. /******** describe: 课程开发 author: TX date:2020-08-24 ********/
  399. .client-course-page{
  400. /* 网站banner */
  401. .client-course-banner{
  402. width: 100%;
  403. height: 395px;
  404. background-color:#130C4F;
  405. background-position-x: center;
  406. background-repeat: no-repeat;
  407. }
  408. // 菜单 ul
  409. .course-menu-ul{
  410. display: block;
  411. margin: 0 auto;
  412. text-align: center;
  413. background: #F7F9FB;
  414. 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}
  415. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  416. li:hover{
  417. transform: scale(1.1);
  418. }
  419. }
  420. /* 调转菜单栏 */
  421. .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;}
  422. .course-link-nav{
  423. width: 100%;height: 83px;background: #161B38;opacity: 0.9;
  424. a{width: 171px;height: 83px;line-height:83px;display: inline-block;@include setFontStyle(-2);color: #fff;text-align: center;}
  425. a:nth-child(1){background: #353c61;}
  426. a:nth-child(2){background: #38406a;}
  427. a:nth-child(3){background: #3c4775;}
  428. a:nth-child(4){width:174px;background: #404b81;}
  429. a:nth-child(5){background: #3c4775;}
  430. a:nth-child(6){background: #38406a;}
  431. a:nth-child(7){background: #353c61;}
  432. }
  433. // 申请方案按钮
  434. .free-trial-default-btn{width:230px;display: inline-block;margin: 0}
  435. // 联系我们按钮
  436. .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
  437. /* E-learning课程 */
  438. .course-learn-box{
  439. // video列表
  440. .learn-box-list{
  441. margin: 54px -16px 0;
  442. li{
  443. width: 33.33%;display: inline-block;
  444. a{display: none;}
  445. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
  446. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  447. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  448. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  449. img{transition: all 0.5s;}
  450. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
  451. }
  452. li span:hover{img{transform: scale(1.1);}}
  453. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  454. }
  455. }
  456. /* PPT定制及美化、H5平面设计、视频后期处理 */
  457. .course-ppt-box,.course-H5-box,.course-videoPos-box{
  458. ul{margin: 48px 0;}
  459. li{display: inline-block;}
  460. li:not(:last-child){margin-right: 30px;}
  461. p{@include setFontStyle(-4);color: rgba(0, 0, 0, 0.65);margin-top: 24px;}
  462. }
  463. /* 视频后期处理 */
  464. .course-videoPos-box{
  465. padding-bottom: 80px;
  466. li:not(:last-child){margin-right: 80px;}
  467. }
  468. }
  469. /******** describe: 关于我们 author: TX date:2020-08-07 ********/
  470. .client-aboutUs-page{
  471. // banner
  472. .aboutUs-banner{width: 100%;height: 305px;background-image: url("~static/images/client/aboutUs/aboutUs-banner-bg.png");
  473. span{width: 1200px;overflow: hidden;display: block;margin: 0 auto;}
  474. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  475. }
  476. // 公司简介
  477. .company-profile-box{
  478. padding-bottom: 48px;
  479. font-size: 0;
  480. img{margin: 48px auto;display: block;}
  481. p{@include setFontStyle(-2);color: rgba(0,0,0,0.65);line-height: 40px;text-align: justify;margin: 0 60px}
  482. }
  483. // 品牌介绍
  484. .brand-introduction-box{
  485. .brand-introduction-content{
  486. width: 100%;
  487. padding: 42px;
  488. box-sizing: border-box;
  489. background: #fbfbfb;
  490. border-radius: 8px;
  491. float: right;
  492. .brand-introduction-left{
  493. display: inline-block;
  494. vertical-align: middle;
  495. padding-right: 42px;
  496. border-right: 1px solid #ddd;
  497. h4{@include setFontStyle(6);color: rgba(0,0,0,0.75);margin-bottom: 36px}
  498. img{margin-bottom: 36px;}
  499. }
  500. 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;}
  501. }
  502. }
  503. // 企业文化
  504. .corporate-culture-box{
  505. padding-bottom: 80px;
  506. li{
  507. width:25%;
  508. display: inline-block;
  509. vertical-align: middle;
  510. div{
  511. margin-right: 16px;
  512. margin-bottom: 16px;
  513. padding: 40px 0;
  514. border: 6px solid #f7f7f7;
  515. text-align: center;
  516. i{width: 70px;height: 70px;display:inline-block;margin-bottom: 16px;}
  517. h5{@include setFontStyle(0);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
  518. p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
  519. }
  520. }
  521. li:nth-child(1){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon1.png");} }
  522. li:nth-child(2){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon2.png");} }
  523. li:nth-child(3){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon3.png");} }
  524. li:nth-child(4){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon4.png");} }
  525. li:last-child{
  526. div{margin-right: 0;}
  527. }
  528. }
  529. // 企业发展历程
  530. .enterprise-development-box{
  531. // 覆盖饿了么tab样式
  532. .enterprise-development-tab{
  533. .el-tabs__nav-wrap::after,.el-tabs__active-bar{display: none;}
  534. .el-tabs__header{
  535. margin: 0;
  536. .el-tabs__nav{width: 100%;padding-bottom: 20px;border-bottom: 1px dotted #6c9ce1;}
  537. .el-tabs__nav-wrap,.el-tabs__nav-scroll{overflow: visible}
  538. }
  539. .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;}
  540. .el-tabs__item.is-active{background: #3e7ee7;color: #fff}
  541. .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;}
  542. .el-tabs__item.is-active:after{background: #3e7ee7;}
  543. .el-tabs__content{overflow: visible}
  544. }
  545. // 企业发展历程内容部分
  546. li{
  547. width: 25%;display: inline-block;padding: 36px 24px 60px;background:#fbfbfb;box-sizing: border-box;min-height: 196px;vertical-align: top;
  548. div{width: 250px;border-bottom: 1px solid #eee;}
  549. img{margin-bottom: 14px;}
  550. i{min-width:34px;display:inline-block;color: #3e7ee7;font-style: normal;margin-right: 10px;}
  551. p{@include setFontStyle(-4);color: rgba(0,0,0,.65);margin-top: 14px;}
  552. }
  553. }
  554. // 联系我们
  555. .contact-us-box{
  556. padding: 80px 0;
  557. border-top: 1px solid #ddd;
  558. .contact-container-box{
  559. width: 460px;
  560. padding: 0 40px;
  561. box-sizing: border-box;
  562. color: rgba(0,0,0,0.85);
  563. float: left;
  564. h4{@include setFontStyle(10);color: #3e7ee7;margin-bottom: 60px;margin-top: 20px;}
  565. h5{@include setFontStyle(0);color: #333;margin-bottom: 32px;}
  566. li{
  567. margin-bottom: 24px;
  568. i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
  569. span{@include setFontStyle(-4);color: rgba(0,0,0,0.64);vertical-align: middle;}
  570. }
  571. li:nth-child(3) {
  572. i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
  573. }
  574. li:nth-child(4) {
  575. i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
  576. }
  577. li:nth-child(5) {
  578. i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
  579. }
  580. li:nth-child(6) {
  581. i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
  582. }
  583. }
  584. img{float: right}
  585. }
  586. }
  587. /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
  588. .client-newsInfor-page{
  589. // banner
  590. .newsInfor-banner{
  591. width: 100%;height: 305px;background-image: url("~static/images/client/newsInfor/newsInfor-banner-bg.png");overflow: hidden;
  592. img{width: 1200px;overflow: hidden;margin: 0 auto;display: block}
  593. }
  594. // 菜单 ul
  595. .newsInfor-menu-ul{
  596. display: block;
  597. margin: 0 auto;
  598. text-align: center;
  599. background: #F7F9FB;
  600. 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}
  601. li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
  602. li:hover{
  603. transform: scale(1.1);
  604. }
  605. }
  606. // 页面主要内容区域
  607. .newsInfor-content-box{
  608. min-height: 304px;
  609. padding: 48px 0 80px;
  610. ul{display: inline-block;vertical-align: top}
  611. // 右侧内容区域
  612. .newsInfor-content-ul{
  613. padding: 0 32px;
  614. li{margin-bottom: 40px;cursor: pointer}
  615. li:last-child{margin-bottom: 0;}
  616. //图片
  617. .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;}
  618. //内容区域
  619. .newsInfor-list-content{
  620. width: calc(100% - 350px);
  621. display: inline-block;
  622. vertical-align: top;
  623. h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
  624. div{
  625. margin-bottom: 8px;
  626. 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");}
  627. i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
  628. span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
  629. }
  630. 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;}
  631. a{@include setFontStyle(-6);color: #4A73FD;}
  632. a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
  633. a:hover{cursor: pointer;}
  634. }
  635. }
  636. }
  637. }
  638. /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
  639. .client-government-page{
  640. // banner
  641. .industrydetails-banner{background-color: #1B33B7;}
  642. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/government-banner-img.png");}
  643. // 我们的系统为您改变了什么
  644. .government-change-box{
  645. background: #F9FAFF;
  646. padding-bottom: 80px;
  647. .industrydetails-content{
  648. width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
  649. li{
  650. margin-bottom: 16px;
  651. p{margin-left: 30px}
  652. }
  653. img{width:100px;display: inline-block;vertical-align: top;margin: 85px 25px 85px 30px;}
  654. }
  655. .change-content-left{
  656. display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
  657. h5,li,li i{color: #fff;border-color: #fff;}
  658. p{color: rgba(255,255,255,0.65);}
  659. }
  660. .change-content-right{width: 525px;display: inline-block;padding-top: 64px;}
  661. }
  662. // 我们的优势
  663. .government-advantage-box{
  664. padding-bottom: 50px;
  665. h4{margin-bottom: 48px;}
  666. dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
  667. dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
  668. dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
  669. 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;}
  670. .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
  671. }
  672. }
  673. /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
  674. .client-finance-page{
  675. // banner
  676. .industrydetails-banner{background-color: #593513;}
  677. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/finance-banner-img.png");}
  678. // 金融行业的问题
  679. .finance-question-box{
  680. background: #F9FAFF;
  681. padding: 80px 0;
  682. .finance-question-top{
  683. width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
  684. h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
  685. h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
  686. }
  687. ul{
  688. 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;
  689. i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
  690. p{margin-left: 30px;}
  691. }
  692. .finance-question-right{
  693. border: 1px solid #FF6226;
  694. i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
  695. }
  696. }
  697. }
  698. /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
  699. .client-information-page{
  700. // banner
  701. .industrydetails-banner{background-color: #070B20;}
  702. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/information-banner-img.png");}
  703. // 我们的系统为您改变了什么
  704. .information-change-box{
  705. background: #F9FAFF;
  706. padding-bottom: 80px;
  707. .industrydetails-content{
  708. width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
  709. li{
  710. margin-bottom: 24px;
  711. p{margin-left: 30px;}
  712. }
  713. img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
  714. }
  715. .change-content-left{
  716. display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
  717. h5,li,li i{color: #fff;border-color: #fff;}
  718. p{color: rgba(255,255,255,0.65);}
  719. }
  720. .change-content-right{width: 500px;display: inline-block;padding-top: 36px;}
  721. }
  722. }
  723. /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
  724. .client-energy-page{
  725. // banner
  726. .industrydetails-banner{background-color: #073A44;}
  727. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/energy-banner-img.png");}
  728. // 我们的系统为您改变了什么
  729. .energy-change-box{
  730. background: #F9FAFF;
  731. padding-bottom: 80px;
  732. // 模块上半部分
  733. .change-box-top{
  734. width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
  735. i{border: 1px solid #fff;}
  736. }
  737. // 模块下半部分
  738. .change-box-bottom{
  739. width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
  740. h5{margin-top: 55px;}
  741. li:nth-of-type(odd){p{margin-right: 60px}}
  742. }
  743. h5{color: rgba(255,255,255,0.85);}
  744. li{
  745. width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-bottom: 24px;line-height: 22px;vertical-align: top;
  746. p{margin-left: 30px;color: rgba(255,255,255,0.65);}
  747. }
  748. img{position: absolute;top: -70px;left: 50%;margin-left: -50px;}
  749. }
  750. }
  751. /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
  752. .client-traffic-page{
  753. // banner
  754. .industrydetails-banner{background-color: #0A2F41;}
  755. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");}
  756. // 我们的系统为您改变了什么
  757. .traffic-change-box{
  758. background: #F9FAFF;
  759. padding-bottom: 80px;
  760. .change-content-left,.change-content-right{
  761. width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
  762. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  763. ul{margin-top: 80px;margin-left: 32px;}
  764. i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
  765. }
  766. .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
  767. .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
  768. }
  769. }
  770. /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
  771. .client-education-page{
  772. // banner
  773. .industrydetails-banner{background-color: #085903;}
  774. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/education-banner-img.png");}
  775. // 我们的系统为您改变了什么
  776. .education-change-box{
  777. background: #F9FAFF;padding-bottom: 80px;
  778. img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
  779. .industrydetails-content{position: relative;}
  780. .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
  781. .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
  782. .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;}
  783. }
  784. }
  785. /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
  786. .client-restaurant-page{
  787. // banner
  788. .industrydetails-banner{background-color: #1C1E21;}
  789. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");}
  790. // 我们的系统为您改变了什么
  791. .restaurant-change-box{
  792. background: #F9FAFF;
  793. padding-bottom: 80px;
  794. .industrydetails-content{
  795. position: relative;
  796. img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
  797. }
  798. .change-content-left,.change-content-right{
  799. width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
  800. h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
  801. ul{margin-top: 32px;margin-left: 48px;}
  802. }
  803. .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
  804. .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
  805. }
  806. }
  807. /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
  808. .client-medical-page{
  809. // banner
  810. .industrydetails-banner{background-color: #2178E0;}
  811. .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/medical-banner-img.png");}
  812. // 我们的系统为您改变了什么
  813. .medical-change-box{
  814. background: #F9FAFF;
  815. padding-bottom: 80px;
  816. .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
  817. .change-content-left,.change-content-right{
  818. width: 500px;display:inline-block;vertical-align: top;
  819. ul{margin-left: 48px;}
  820. h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
  821. p{color: rgba(255,255,255,0.65);}
  822. i{border-color: #fff;}
  823. }
  824. .change-content-left{margin-right: 180px;}
  825. }
  826. }
  827. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  828. .client-indexEducation-page{
  829. .client-platform-banner{
  830. background-color: #04004a;
  831. .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;
  832. position: absolute;top: 330px;left: 50%;margin-left: -150px;}
  833. .client-default-white-Btn{background: #fff;color: #3e7ce7;left: 50%;margin-left: 30px;}
  834. }
  835. }
  836. /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
  837. .client-resources-page{
  838. // 图标列表
  839. .train-scheme-list{
  840. margin: 54px -24px 0;
  841. li{width: 25%;display: inline-block;text-align: center}
  842. i{width: 100px;height: 100px;display: block;margin: 0 auto;}
  843. span{@include setFontStyle(-4);color: #333;margin-top: 10px;display: block;}
  844. div{box-shadow: 0 0 7px 2px #f5f2ff;margin: 24px;padding: 42px 0;}
  845. li:nth-child(1) i{background: url("~static/images/client/resources/train-scheme-icon1.png")}
  846. li:nth-child(2) i{background: url("~static/images/client/resources/train-scheme-icon2.png")}
  847. li:nth-child(3) i{background: url("~static/images/client/resources/train-scheme-icon3.png")}
  848. li:nth-child(4) i{background: url("~static/images/client/resources/train-scheme-icon4.png")}
  849. li:nth-child(5) i{background: url("~static/images/client/resources/train-scheme-icon5.png")}
  850. li:nth-child(6) i{background: url("~static/images/client/resources/train-scheme-icon6.png")}
  851. li:nth-child(7) i{background: url("~static/images/client/resources/train-scheme-icon7.png")}
  852. li:nth-child(8) i{background: url("~static/images/client/resources/train-scheme-icon8.png")}
  853. }
  854. // 为企业培训打造学习矩阵
  855. .products-services-content p{line-height: 52px;}
  856. // 蓝色提醒文字
  857. .blue-big-size{
  858. font-size: 26px;color: #3e7ce7;padding: 0 5px;
  859. }
  860. // 课程内容形式多样
  861. .course-learn-box{
  862. background: #f9faff;
  863. // video列表
  864. .learn-box-list{
  865. margin: 54px -16px 0;
  866. li{
  867. width: 33.33%;display: inline-block;
  868. a{display: none;}
  869. div{background: #fff;border-radius: 8px;margin: 0 16px 40px;box-shadow: 0 0 7px 2px #f5f2ff;}
  870. span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
  871. i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
  872. left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
  873. img{transition: all 0.5s;}
  874. p{@include setFontStyle(-4);color: #3e7ce7;padding: 24px 16px 16px;text-align: left}
  875. .course-explain-black{@include setFontStyle(-4);color: #333;line-height: 24px;padding: 0 16px 24px;}
  876. }
  877. li span:hover{img{transform: scale(1.1);}}
  878. li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
  879. }
  880. }
  881. // banner背景色
  882. .client-platform-banner{background-color: #03022e;}
  883. // 新闻资讯
  884. .platform-news-information{background: #fff;}
  885. // 按钮
  886. .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;}
  887. .client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
  888. }
  889. /******** describe: 考试系统更新日志 author: TX date:2020-09-03 ********/
  890. .client-checklog-page{
  891. // banner
  892. .client-checklog-banner{
  893. width: 100%;height: 300px;background-color: rgb(0, 102, 204);text-align: center;
  894. h4{font-size: 56px;color: rgba(255, 255, 255, 1);font-weight: bold;padding-top: 64px;}
  895. p{font-size: 28px;color: rgb(255, 255, 255);padding-top: 24px;}
  896. }
  897. // 数据展示
  898. .log-data-show{
  899. height: 200px;
  900. border-color: rgb(187, 187, 187);
  901. border-width: 1px;
  902. border-style: solid;
  903. box-shadow: rgb(121, 188, 255) 0px 2px 6px 0px;
  904. border-radius: 10px;
  905. padding: 24px;
  906. box-sizing: border-box;
  907. display: flex;
  908. justify-content: space-evenly;
  909. margin-top: -64px;
  910. background: #fff;
  911. div{
  912. display: inline-block;text-align: center;
  913. span{font-size: 24px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 32px;display: inline-block;}
  914. p{font-size: 54px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 10px;}
  915. }
  916. i{width: 1px;height: 150px;background: lightgray;display: inline-block;}
  917. }
  918. // 日志内容
  919. .log-content-box{
  920. margin: 52px auto 100px;color: rgb(16, 16, 16);
  921. li{
  922. color: rgb(16, 16, 16);border-bottom: 1px dashed #ccc;padding: 0 88px;
  923. h5{font-size: 18px;margin: 14px 0;font-weight: bold;}
  924. span{font-size: 18px;margin-bottom: 14px;display: block;font-weight: bold;}
  925. div{margin-bottom: 14px;}
  926. i{width: 12px;height: 1px;display: inline-block;background: #bbb;vertical-align: top;margin: 10px 6px 10px 0;}
  927. p{width: 1000px;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 24px;color: #000;text-align: justify}
  928. }
  929. li:last-child{border: 0;}
  930. }
  931. }
  932. /******** describe: 体验中心 author: TX date:2021-06-09 ********/
  933. .tiyan-center-page{
  934. .tiyan-center-register{
  935. background: #3776ff;text-align: center;padding: 52px 0;margin-top: 70px;
  936. h5{font-size: 42px;color: #fff;margin: 24px 0;}
  937. p{font-size: 32px;color: #fff;margin-bottom: 52px;}
  938. span{font-size: 52px;color: #ffff00}
  939. a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
  940. }
  941. }
  942. // 立即注册弹窗
  943. .register-now-dialog{
  944. .el-dialog{
  945. width:540px;
  946. // 关闭图标
  947. .el-icon-close:before{color: #fff}
  948. // 弹窗头部
  949. .el-dialog__header{height: 100px;background: #363fdc;}
  950. // 弹窗body
  951. .el-dialog__body{
  952. height:200px;position: relative;background: #fff;
  953. .register-now-box{
  954. position: absolute;top: -100px;left: 0;right: 0;
  955. >p{font-size: 18px;color: #fff;text-align: center;line-height: 24px;margin-bottom: 8px}
  956. >span{
  957. margin-top: 36px;color: #666;font-size: 16px;display: block;text-align: center;
  958. .tel-code{font-size: 30px;color:#1f68b4;font-weight: bold;}
  959. }
  960. }
  961. }
  962. .system-box{
  963. 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;
  964. a{
  965. display: inline-block;
  966. i{width: 158px;height: 120px;display: block;background-size: cover;}
  967. }
  968. span{width: 1px;min-height: 100px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
  969. p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
  970. }
  971. .system-box:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
  972. .system-box:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
  973. }
  974. }
  975. // 系统维护弹窗
  976. .system-maintain-dialog{
  977. .el-dialog{width: 540px;height: 380px;background-image:url("~static/images/client/tiyanCenter/ty-dialog-bj.jpg");}
  978. }
  979. }