cus-client-page.scss 44 KB

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