1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132 |
- @import "../base/utils";
- @import "cus-client-common";
- @mixin setClientPage() {
- /******** describe: 网站首页 author: TX date:2020-07-30 ********/
- .client-index-page{
- width: 100%;
- /* 网站banner */
- .client-index-banner{
- width: 100%;
- height: 480px;
- background-image: url("~static/images/client/index/index-banner-background.png");
- background-position-x: center;
- .banner-left{
- width:500px;
- display: inline-block;
- h4{@include setFontStyle(40);color: #FFF;letter-spacing: 0;padding-top: 150px;}
- p{@include setFontStyle(4);display: inline-block;background: #6D4FFF;border-radius: 24px;color: #FFF;margin: 24px 5px;padding: 6px 40px;}
- }
- .banner-right{
- width: 611px;
- height: 432px;
- float: right;
- margin-top: 48px;
- background-image: url("~static/images/client/index/index-banner-img.png");
- position: relative;
- .banner-tel-box{
- width: 284px;
- height: 328px;
- background-image: url("~static/images/client/index/index-banner-tel.png");
- position: absolute;
- top: -10px;
- left: 140px;
- //电视屏幕
- img{position: absolute;top: 25px;left: 98px;animation: 5s bannerTel ease infinite;-webkit-animation: 5s bannerTel ease infinite;-moz-animation: 5s bannerTel ease infinite;-o-animation: 5s bannerTel ease infinite;}
- //电视屏幕动画效果
- @keyframes bannerTel{
- from {top: 25px;left: 98px;opacity: 1;}
- to {top: 35px;left: 65px;opacity: 0.1;}
- }
- }
- //饼图
- .banner-pie{
- width: 35px;
- height: 31px;
- display: block;
- position: absolute;
- top: 86px;
- right: 62px;
- background-image: url("~static/images/client/index/index-banner-pie.png");
- animation: 5s webPie ease infinite;-webkit-animation: 5s webPie ease infinite;-moz-animation: 5s webPie ease infinite;-o-animation: 5s webPie ease infinite;
- }
- //饼图动画效果
- @keyframes webPie {
- from {top: 86px;opacity: 1;}
- to {top: 50px;opacity: 0;transform: scale(1.3);}
- }
- //漂浮小圆点
- .banner-i-run i{
- width: 16px;
- height: 16px;
- display: block;
- position: absolute;
- background:#51E2F4;
- border-radius: 50%;
- bottom: 150px;
- left: 80px;
- opacity: 0;
- }
- .banner-i-run i:nth-child(1){animation: 5s bannerRunI1 ease infinite;-webkit-animation: 5s bannerRunI1 ease infinite;-moz-animation: 10s bannerRunI1 ease infinite;-o-animation: 5s bannerRunI1 ease infinite;}
- .banner-i-run i:nth-child(2){width:8px;height:8px;bottom: 240px;left: 50px;opacity: 0;animation: 5s bannerRunI2 ease 2s infinite;-webkit-animation: 5s bannerRunI2 ease 2s infinite;-moz-animation: 5s bannerRunI2 ease infinite;-o-animation: 5s bannerRunI2 ease infinite;}
- .banner-i-run i:nth-child(3){width:7px;height:7px;bottom: 220px;left: 110px;opacity: 0;animation: 5s bannerRunI3 ease 3s infinite;-webkit-animation: 5s bannerRunI3 ease 3s infinite;-moz-animation: 5s bannerRunI3 ease infinite;-o-animation: 5s bannerRunI3 ease infinite;}
- .banner-i-run i:nth-child(4){width:9px;height:9px;bottom: 300px;left: 130px;opacity: 0;animation: 5s bannerRunI4 ease 4s infinite;-webkit-animation: 5s bannerRunI4 ease 4s infinite;-moz-animation: 5s bannerRunI4 ease infinite;-o-animation: 5s bannerRunI4 ease infinite;}
- .banner-i-run i:nth-child(5){width:6px;height:6px;bottom: 310px;left: 70px;opacity: 0;animation: 5s bannerRunI5 ease 5s infinite;-webkit-animation: 5s bannerRunI5 ease 5s infinite;-moz-animation: 5s bannerRunI5 ease infinite;-o-animation: 5s bannerRunI5 ease infinite;}
- @keyframes bannerRunI1 {
- 0%{bottom: 150px;opacity: 1;}
- 100%{bottom: 240px;opacity: 0;left: 70px;}
- }
- @keyframes bannerRunI2 {
- //0%{opacity: 0.5;}
- 0%{opacity: 0;}
- 5%{bottom: 240px;opacity: 0.7;}
- 100%{bottom: 410px;opacity: 0;left: 40px;}
- }
- @keyframes bannerRunI3 {
- 0%{opacity: 0;}
- 5%{bottom: 220px;opacity: 0.8;}
- 100%{bottom: 380px;opacity: 0;left: 130px}
- }
- @keyframes bannerRunI4 {
- 0%{opacity: 0;}
- 5%{bottom: 300px;opacity: 0.8;}
- 70%{bottom: 400px;opacity: 0;left: 160px}
- }
- @keyframes bannerRunI5 {
- 0%{opacity: 0;}
- 5%{bottom: 310px;opacity: 0.6;}
- 100%{bottom: 420px;opacity: 0;left: 110px}
- }
- }
- }
- /* 认识我们*/
- .client-link-box{
- background: #F7F9FB;
- li{
- width: 25%;display: inline-block;padding:24px;border-right: 2px solid #FFF;box-sizing: border-box;transition: 0.3s;
- //左侧图片区域
- .link-left{
- width: 60px;height: 60px;float: left;background-image: url("~static/images/client/index/index-linkLeft-bg.svg");text-align:center;transition: 0.3s;
- i{width:24px;height:24px;display: inline-block;margin-top: 18px;}
- }
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 74px;}
- p{@include setFontStyle(-6);height:48px;color: rgba(0,0,0,0.65);line-height: 22px;margin-left:74px;@include multi-line-ellipsis(2);}
- }
- li:nth-child(1){.link-left i{background-image: url("~static/images/client/index/index-link-img1.svg");}}
- li:nth-child(1):hover{.link-left i{background-image: url("~static/images/client/index/index-link-img1-a.svg");}}
- li:nth-child(2){.link-left i{background-image: url("~static/images/client/index/index-link-img2.svg");}}
- li:nth-child(2):hover{.link-left i{background-image: url("~static/images/client/index/index-link-img2-a.svg");}}
- li:nth-child(3){.link-left i{background-image: url("~static/images/client/index/index-link-img3.svg");}}
- li:nth-child(3):hover{.link-left i{background-image: url("~static/images/client/index/index-link-img3-a.svg");}}
- li:nth-child(4){.link-left i{background-image: url("~static/images/client/index/index-link-img4.svg");}}
- li:nth-child(4):hover{.link-left i{background-image: url("~static/images/client/index/index-link-img4-a.svg");}}
- li:last-child{border-right: 0;}
- li:hover{
- background: #F1F1F1;
- cursor: pointer;
- //左侧图片区域
- .link-left{background-image: url("~static/images/client/index/index-linkLeft-bg-a.svg");}
- h5{color: #2B5CFD}
- }
- }
- /* 产品和服务 */
- .products-services-box{
- padding: 136px 0 32px;
- li{
- width: 33.33%;
- display: inline-block;
- vertical-align: top;
- position: relative;
- //头部图片
- .products-services-img{
- width: 96px;
- height: 120px;
- position: absolute;
- top: -80px;
- left: 50%;
- margin-left: -48px;
- transition: .3s all linear;
- i{
- display: block;
- position: absolute;
- }
- }
- //内容区域
- .products-services-content{
- padding: 66px 40px 32px;
- transition: .3s all linear;
- margin: 0 24px;
- @include setFontStyle(-6);
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
- p{line-height: 22px;color: rgba(0,0,0,0.65);margin-bottom: 70px;text-align: justify;@include multi-line-ellipsis(6);}
- .products-btn-box{display: flex;width: 100%;justify-content: center;}
- a,div,span{width: 120px;height: 32px;display:inline-block;line-height: 32px;opacity:0;margin-right: 24px}
- span{
- width:auto;background: transparent;color: #2B5CFD;margin-right: 0;
- i{width: 8px;height: 8px;display:inline-block;margin-left: 8px; background-image: url("~static/images/client/index/index-products-icon.svg");}
- }
- }
- }
- li:nth-child(1){
- .products-services-img{
- background-image: url("~static/images/client/index/index-products-kaoshi.png");
- i{width:38px;height:28px;top: 28px;left: 35px;background-image: url("~static/images/client/index/index-products-kaoshi-icon.svg");animation: 3s servicesImgUpDown linear infinite;}
- }
- }
- li:nth-child(2){
- .products-services-img{
- background-image: url("~static/images/client/index/index-products-peixun.png");
- i{width:21px;height:32px;top: 18px;left: 42px;background-image: url("~static/images/client/index/index-products-peixun-icon.svg");animation: 3s servicesImgUpDown2 linear infinite;}
- }
- }
- li:nth-child(3){
- .products-services-img{
- background-image: url("~static/images/client/index/index-products-kejian.png");
- i{width:34px;height:33px;top: 25px;left: 25px;background-image: url("~static/images/client/index/index-products-kejian-icon.svg");transform:rotate(0);animation: 4s servicesImgRotate linear infinite;}
- }
- }
- //小图标动画效果
- //饼图动画效果
- @keyframes servicesImgUpDown {
- 0%, to {top: 28px}
- 50% {top: 38px;}
- }
- @keyframes servicesImgUpDown2 {
- 0%, to {top: 18px}
- 50% {top: 28px;}
- }
- @keyframes servicesImgRotate{
- from {transform:rotate(0);}
- to {transform:rotate(360deg);}
- }
- // li-鼠标悬浮效果
- li:hover{
- //头部图片
- .products-services-img{top: -90px;}
- //内容区域
- .products-services-content{
- cursor: default;
- box-shadow: 0 4px 8px 0 rgba(214,214,214,0.76);
- border-radius: 8px;
- a,div,span{opacity: 1;}
- span{color: #2249C9;cursor: pointer}
- }
- }
- }
- /* 行业学习需求 */
- .client-demand-box{
- background: #F9FAFF;
- padding-bottom: 80px;
- min-height: 720px;
- //tab
- .demand-box-tab{
- margin-top: 30px;
- .el-tabs__item{width:124px;height: 40px;line-height: 40px;@include setFontStyle(-4);color: rgba(0,0,0,0.85);padding: 0;text-align: center;}
- .el-tabs__item.is-active{background-image: url("~static/images/client/index/index-demand-btnBg.png");color: #fff;}
- // 免费试用按钮
- .client-default-Btn{width: 238px;height: 40px;line-height: 40px;margin: 40px auto 0;}
- }
- //覆盖饿了么样式
- .el-tabs__header{margin: 0 0 48px;}
- .demand-box-tab.el-tabs--card>.el-tabs__header{border: 0}
- .demand-box-tab.el-tabs--card>.el-tabs__header .el-tabs__nav{width: 72%;height: 40px;margin: 0 auto;border-color: #ccc;border-bottom: 1px solid #ccc;border-right:0;border-left:0;border-radius: 0;}
- .demand-box-tab .el-tabs__nav-scroll{text-align: center;}
- .demand-box-tab .el-tabs__nav{float: none;}
- // 考试ul
- .demand-tab-list{
- li{
- width: 33.33%;display: inline-block;position: relative;margin-bottom: 24px;overflow: hidden;
- // 内容区域
- .demand-content-box{height: 300px;margin: 0 6px;background-size: cover;background-repeat: no-repeat;}
- // 蒙版
- .demand-mask-box{
- position: absolute;
- top: 240px;
- padding: 20px;
- background:rgba(66,66,66,0.65);
- transition: 0.5s;
- margin: 0 6px;
- color: #fff;
- h4{
- @include setFontStyle(0);margin-bottom: 24px;text-align: center;
- >a{float: right;display: none;}
- }
- p{@include setFontStyle(-6);line-height: 24px;margin-bottom: 16px;@include multi-line-ellipsis(4);text-align: justify; }
- span{@include setFontStyle(-6);color: #fff;}
- 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");}
- }
- // 图标div
- .demand-icon-box{
- padding: 16px 0;
- border-top: 1px solid #fff;
- a{margin-right: 8px}
- a:last-child{margin-right: 0;}
- img{width: 80px;height: 80px;}
- }
- }
- li:nth-child(1){
- .demand-content-box{background-image: url("~static/images/client/index/index-demand-img1.png");}
- }
- li:nth-child(2){
- .demand-content-box{background-image: url("~static/images/client/index/index-demand-img2.png");}
- }
- li:nth-child(3){
- .demand-content-box{background-image: url("~static/images/client/index/index-demand-img3.png");}
- }
- li:nth-child(4){
- .demand-content-box{background-image: url("~static/images/client/index/index-demand-img4.png");}
- }
- li:nth-child(5){
- .demand-content-box{background-image: url("~static/images/client/index/index-demand-img5.png");}
- }
- li:nth-child(6){
- .demand-content-box{background-image: url("~static/images/client/index/index-demand-img6.png");}
- }
- li:hover{
- // 蒙版
- .demand-mask-box{
- top:0;
- h4{
- text-align: left;
- >a{display: inline-block;}
- }
- }
- }
- }
- }
- /* 超过10万家客户的信任之选 */
- .client-customer-box{
- .customer-img-box{
- padding-bottom: 80px;
- li{
- width: 20%;
- display: inline-block;
- }
- img{margin: 48px 30px 0;transition: all 0.5s;}
- li:hover{
- img{transform: scale(1.1);box-shadow: 0 4px 8px 0 rgba(214, 214, 214, 0.76);border-radius: 6px}
- }
- }
- }
- /* 我们始终专注教育系统研发更懂用户需求 */
- .client-cert-box{
- background: #F9FAFF;
- padding-bottom: 80px;
- .cert-img-box{
- display: flex;
- justify-content: space-between;
- margin: 48px 0 64px;
- span{display:block;background: #E8ECFF;border-radius: 8px;padding: 10px 10px 6px;overflow: hidden;}
- img{width: 154px;height:210px;transition: all 0.5s;}
- img:hover{transform: scale(1.14);}
- }
- a{width:238px;height:40px;line-height: 40px;margin: 40px auto 0;}
- }
- /* 为什么选择我们 */
- .client-chose-box{
- padding-bottom: 80px;
- .chose-img-box{
- li{
- width: 25%;display: inline-block;
- div{width: 152px;height: 152px;border-radius:50%;position:relative;margin: 48px auto 24px;transition: all 0.3s;background-size: cover}
- i{width: 55px;height: 50px;position: absolute;top: 45px;left: 35px;background-size: cover;}
- h5{@include setFontStyle(-2);text-align: center;color: rgba(0,0,0,0.85);}
- }
- li:nth-child(1){
- div{background-image: url("~static/images/client/index/index-chose-service.svg");}
- i{background-image: url("~static/images/client/index/index-chose-service-icon.svg");animation: 3s choseImgUpDown1 linear infinite;}
- }
- li:nth-child(2){
- div{background-image: url("~static/images/client/index/index-chose-system.svg");}
- i{background-image: url("~static/images/client/index/index-chose-system-icon.svg");top: 22px;left: 40px;animation: 3s choseImgUpDown2 linear infinite;}
- }
- li:nth-child(3){
- div{background-image: url("~static/images/client/index/index-chose-tech.svg");}
- i{background-image: url("~static/images/client/index/index-chose-tech-icon.svg");animation: 3s choseImgUpDown1 linear infinite;}
- }
- li:nth-child(4){
- div{background-image: url("~static/images/client/index/index-chose-operate.svg");}
- i{background-image: url("~static/images/client/index/index-chose-operate-icon.svg");animation: 3s choseImgUpDown3 linear infinite;}
- }
- li:hover{
- div{box-shadow: 0 3px 9px rgba(43, 92, 253,0.25);transform: translateY(-10px);cursor: pointer;}
- h5{color: #2B5CFD;}
- }
- //选择我们动画效果
- @keyframes choseImgUpDown1 {
- 0%, to {top: 45px;}
- 50% {top: 55px;}
- }
- @keyframes choseImgUpDown2 {
- 0%, to {top: 22px;}
- 50% {top: 32px;}
- }
- @keyframes choseImgUpDown3 {
- 0%, to {top: 40px;}
- 50% {top: 50px;}
- }
- }
- }
- }
- /******** describe: 考试平台 author: TX date:2020-08-12 ********/
- .client-exam-page{
- /* 网站banner */
- .client-exam-banner{
- width: 100%;
- height: 400px;
- background-image: url("~static/images/client/exam/exam-banner-background.png");
- background-position-x: center;
- /* banner文字区域 */
- .exam-banner-container{
- width:500px;
- display: inline-block;
- margin-left: 150px;
- h4{@include setFontStyle(40);color: #FFF;letter-spacing: 0;padding-top: 110px;}
- p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
- i{width:1px;height:16px;display:inline-block;margin: 0 24px;background: #DFE6FE;vertical-align: middle;}
- a{width: 132px;height: 32px;line-height: 32px;display: inline-block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
- }
- }
- /* 产品优势 */
- .exam-product-advantages{
- width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
- li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
- li:hover{background: #F9FAFF;cursor: default}
- img{display: block;margin: 0 auto;}
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
- p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);padding:0 24px;margin-bottom: 21px;text-align: center;@include multi-line-ellipsis(3);}
- }
- /* 产品功能 */
- .exam-product-function{
- background: #F9FAFF;
- padding-bottom: 32px;
- // ul
- .product-function-box{
- margin-top: 24px;
- li{
- width: 50%;display: inline-block;transition: .3s all linear;
- div{padding: 24px 32px;margin: 0 32px;}
- i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
- p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
- }
- li:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon1.svg");}}
- li:nth-child(2){i{background-image:url("~static/images/client/exam/product-function-icon2.svg");}}
- li:nth-child(3){i{background-image:url("~static/images/client/exam/product-function-icon3.svg");}}
- li:nth-child(4){i{background-image:url("~static/images/client/exam/product-function-icon4.svg");}}
- li:nth-child(5){i{background-image:url("~static/images/client/exam/product-function-icon5.svg");}}
- li:nth-child(6){i{background-image:url("~static/images/client/exam/product-function-icon6.svg");}}
- li:nth-child(7){i{background-image:url("~static/images/client/exam/product-function-icon7.svg");}}
- li:nth-child(8){i{background-image:url("~static/images/client/exam/product-function-icon8.svg");}}
- li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
- }
- }
- /* 产品展示 */
- .exam-product-show{
- background: #0E1F3C;
- h4{color: #fff;}
- // 轮播外层容器
- .product-show-container{max-width: 1600px;margin: 0 auto;}
- .el-carousel{
- min-height: 360px;padding: 48px 0 80px;
- // 轮播内容区
- .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
- }
- // 后方卡片
- .el-carousel__item{
- width:560px;
- .el-carousel__mask{background: transparent;}
- .product-show-carousel{
- width:350px;
- padding-top: 70px;
- margin: 0 auto;
- img{width:100%;height: 198px;border-radius: 8px;}
- h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
- }
- }
- // 前方卡片(active)
- .el-carousel__item.is-active{
- width: 560px;
- .product-show-carousel{
- width: 560px;
- padding-top: 0;
- img{height: 315px;}
- }
- }
- // 轮播下方进度标签
- .el-carousel__indicators--outside{display: none}
- }
- /* 应用场景 */
- .exam-application-scenarios{
- background: #F9FAFF;
- .application-scenarios-box{padding: 120px 0 80px;margin: 0 -16px;}
- li{
- width: 33.33%;
- display: inline-block;
- vertical-align: top;
- position: relative;
- transition: .3s all linear;
- .application-scenarios-img{
- width: 116px;
- height: 116px;
- position: absolute;
- top: -70px;
- left: 50%;
- margin-left: -58px;
- background-size: cover;
- i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
- }
- .application-scenarios-content{
- padding: 80px 24px 40px;
- margin: 0 16px;
- background: #FFF;
- border-radius: 8px;
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
- p{@include setFontStyle(-6);line-height: 22px;color: rgba(0,0,0,0.65);text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
- }
- }
- li:hover{
- margin-top: -16px;cursor: default;
- }
- li:nth-child(1){
- .application-scenarios-img {
- background-image: url("~static/images/client/exam/application-scenarios-img1.svg");
- i{top: 48px;left: 42px;background-image: url("~static/images/client/exam/application-scenarios-icon1.svg");animation: 3s scenariosImgUpDown1 linear infinite;}
- }
- }
- li:nth-child(2){
- .application-scenarios-img {
- background-image: url("~static/images/client/exam/application-scenarios-img2.svg");
- i{top: 35px;left: 38px;background-image: url("~static/images/client/exam/application-scenarios-icon2.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
- }
- }
- li:nth-child(3){
- .application-scenarios-img {
- background-image: url("~static/images/client/exam/application-scenarios-img3.svg");
- i{top: 35px;left: 32px;background-image: url("~static/images/client/exam/application-scenarios-icon3.svg");animation: 3s scenariosImgUpDown2 linear infinite;}
- }
- }
- // 应用场景图标动画
- @keyframes scenariosImgUpDown1 {
- 0%, to {top: 48px;}
- 50% {top: 40px;}
- }
- @keyframes scenariosImgUpDown2 {
- 0%, to {top: 35px;}
- 50% {top: 28px;}
- }
- }
- }
- /******** describe: 培训平台 author: TX date:2020-08-14 ********/
- .client-train-page{
- /* 网站banner */
- .client-train-banner{
- width: 100%;
- height: 454px;
- background-image: url("~static/images/client/train/train-banner-background.png");
- background-position-x: center;
- /* banner文字区域 */
- .train-banner-container{
- width:500px;
- display: inline-block;
- margin-left: 150px;
- h4{@include setFontStyle(36);color: #FFF;letter-spacing: 0;padding-top: 110px;}
- p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
- a{width: 132px;height: 32px;line-height: 32px;display: inline-block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
- }
- }
- /* 产品优势 */
- .train-product-advantages{
- width: 100%;display: flex;justify-content: space-between;margin: 48px 0;
- li{width: 250px;padding: 32px 0;border-radius: 8px;transition: .3s all linear;}
- li:hover{background: #F9FAFF;cursor: default}
- img{display: block;margin: 0 auto;}
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin: 16px 0 8px;}
- p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);padding:0 24px;margin-bottom: 21px;text-align: center;@include multi-line-ellipsis(3);}
- }
- /* 产品功能 */
- .train-product-function{
- background: #F9FAFF;
- padding-bottom: 32px;
- // ul
- .product-function-box{
- margin-top: 24px;
- li{
- width: 50%;display: inline-block;transition: .3s all linear;
- div{padding: 24px 32px;margin: 0 32px;}
- i{width: 40px;height: 40px;float:left;background-size: cover;background-repeat: no-repeat;}
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;margin-left: 56px;}
- p{@include setFontStyle(-6);height:66px;line-height: 22px;color: rgba(0,0,0,0.65);margin-left: 56px;@include multi-line-ellipsis(3);}
- }
- li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.svg");}}
- li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.svg");}}
- li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.svg");}}
- li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.svg");}}
- li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.svg");}}
- li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.svg");}}
- li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.svg");}}
- li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.svg");}}
- li:hover{div{box-shadow: 0 2px 4px 0 #D4DBFF;border-radius: 8px;cursor: default}}
- }
- }
- /* 产品展示 */
- .train-product-show{
- background: #0E1F3C;
- h4{color: #fff;}
- // 轮播外层容器
- .product-show-container{max-width: 1600px;margin: 0 auto;}
- .el-carousel{
- height: 360px;padding: 48px 0 80px;
- // 轮播内容区
- .el-carousel__container{width: 1360px;height: 360px;margin: 0 auto;}
- }
- // 后方卡片
- .el-carousel__item{
- width:560px;
- .el-carousel__mask{background: transparent;}
- .product-show-carousel{
- width:350px;
- padding-top: 70px;
- margin: 0 auto;
- img{width:100%;height: 198px;border-radius: 8px;}
- h5{@include setFontStyle(-4);color: rgba(255,255,255,0.65);margin-top: 16px;text-align: center;}
- }
- }
- // 前方卡片(active)
- .el-carousel__item.is-active{
- width: 560px;
- .product-show-carousel{
- width: 560px;
- padding-top: 0;
- img{height: 315px;}
- }
- }
- // 轮播下方进度标签
- .el-carousel__indicators--outside{display: none}
- }
- /* 应用场景 */
- .train-application-scenarios{
- background: #F9FAFF;
- .application-scenarios-box{height:266px;padding: 120px 0 80px;margin: 0 -16px;}
- li{
- width: 33.33%;
- display: inline-block;
- vertical-align: top;
- position: relative;
- transition: .3s all linear;
- .application-scenarios-img{
- width: 116px;
- height: 116px;
- position: absolute;
- top: -70px;
- left: 50%;
- margin-left: -58px;
- background-size: cover;
- i{width:32px;height:32px;display: block;background-size: cover;position: absolute;}
- }
- .application-scenarios-content{
- padding: 80px 24px 40px;
- margin: 0 16px;
- background: #FFF;
- border-radius: 8px;
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);text-align: center;margin-bottom: 16px;}
- p{@include setFontStyle(-6);line-height: 22px;color: rgba(0,0,0,0.65);text-align: justify;@include multi-line-ellipsis(5);min-height: 110px;max-height: 110px}
- }
- }
- li:hover{
- margin-top: -16px;cursor: default;
- }
- li:nth-child(1){
- .application-scenarios-img {
- background-image: url("~static/images/client/train/application-scenarios-img1.svg");
- i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon1.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
- }
- }
- li:nth-child(2){
- .application-scenarios-img {
- background-image: url("~static/images/client/train/application-scenarios-img2.svg");
- i{top: 45px;left: 38px;background-image: url("~static/images/client/train/application-scenarios-icon2.svg");animation: 3s trainScenariosImgUpDown1 linear infinite;}
- }
- }
- li:nth-child(3){
- .application-scenarios-img {
- background-image: url("~static/images/client/train/application-scenarios-img3.svg");
- i{top: 32px;left: 34px;background-image: url("~static/images/client/train/application-scenarios-icon3.svg");animation: 3s trainScenariosImgUpDown2 linear infinite;}
- }
- }
- // 应用场景图标动画
- @keyframes trainScenariosImgUpDown1 {
- 0%, to {top: 45px;}
- 50% {top: 38px;}
- }
- @keyframes trainScenariosImgUpDown2 {
- 0%, to {top: 32px;}
- 50% {top: 25px;}
- }
- }
- }
- /******** describe: 课程开发 author: TX date:2020-08-24 ********/
- .client-course-page{
- /* 网站banner */
- .client-course-banner{
- width: 100%;
- height: 400px;
- background-image: url("~static/images/client/course/course-banner-background.png");
- background-position-x: center;
- /* banner文字区域 */
- .course-course-container{
- width:520px;
- display: inline-block;
- margin-left: 150px;
- h4{@include setFontStyle(36);color: #FFF;letter-spacing: 0;padding-top: 110px;}
- p{@include setFontStyle(0);color: #FFF;margin: 16px 0;}
- a{width: 132px;height: 32px;line-height: 32px;display: block;@include setFontStyle(-4);color: #2B5CFD;background: #FFFFFF;text-align:center;border-radius: 4px;}
- }
- }
- /* 课程定制开发 */
- .course-made-box{
- padding-bottom: 80px;
- .client-container{width: 880px;padding-top: 48px;}
- .course-made-content{
- display: inline-block;
- vertical-align: middle;
- margin-right: 56px;
- p{width: 455px;@include setFontStyle(-6);color: rgba(0,0,0,0.65);line-height: 22px;margin-bottom: 40px;text-align: justify}
- a{width: 132px;height: 32px;line-height: 32px;@include setFontStyle(-4);display:inline-block;text-align:center;background: #2B5CFD;border-radius: 4px;color: rgba(255,255,255,0.85);}
- }
- img{width: 357px;height: 251px;display:inline-block;vertical-align: middle;}
- }
- /* E-learning课程 */
- .course-learn-box{
- background: #F9FAFF;
- padding-bottom: 80px;
- // 申请方案按钮
- .course-apply-btn{width: 238px;height: 40px;line-height:40px;display: inline-block;@include setFontStyle(-4);background: #2B5CFD;border-radius: 4px;color: rgba(255,255,255,0.85);text-align: center;margin: 0 auto;}
- // video列表
- .learn-box-list{
- margin: 54px -16px 24px;
- li{
- width: 33.33%;display: inline-block;
- a{display: none;}
- div{background: #fff;border-radius: 8px;margin: 0 16px 40px;}
- span{width:342px;height:192px;display: inline-block;margin-top: 16px;border-radius:4px;overflow: hidden;position: relative}
- i{width: 48px;height: 48px;cursor: pointer;background-image: url("~static/images/client/course/course-video-icon.svg");display: inline-block;position: absolute;
- left: 50%;margin-left: -24px;z-index: 5;top: 50%;margin-top: -24px;background-size: cover;background-position: bottom;transition: all 0.5s;}
- img{transition: all 0.5s;}
- p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);padding: 24px 0 24px;}
- }
- li span:hover{img{transform: scale(1.1);}}
- li i:hover{background-image: url("~static/images/client/course/course-video-icon-a.svg");background-size: cover;background-position: bottom;}
- }
- }
- /* 微课程 */
- .course-micro-box{background: #FFF;}
- }
- /******** describe: 关于我们 author: TX date:2020-08-07 ********/
- .client-aboutUs-page{
- // banner
- .aboutUs-banner{width: 100%;height: 400px;background-image: url("~static/images/client/aboutUs/aboutUs-banner.png");background-position-x: center;}
- // 公司简介
- .company-profile-box{
- padding-bottom: 80px;
- font-size: 0;
- .company-profile-left{
- width: 480px;
- display: inline-block;
- margin-right: 48px;
- vertical-align: middle;
- p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;text-align: justify;}
- }
- .company-profile-right{
- width:432px;height:296px;display: inline-block;background: #E8ECFF;border-radius: 8px;text-align: center;vertical-align: middle;
- img{margin-top: 12px;}
- }
- }
- // 品牌介绍
- .brand-introduction-box{
- background: #F9FAFF;
- padding-bottom: 80px;
- .brand-introduction-content{
- width: 806px;
- padding: 30px 0;
- background: #E8ECFF;
- border-radius: 8px;
- float: right;
- span{width: 570px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;display: inline-block;vertical-align: middle;padding-left: 60px;text-align: justify;}
- img{
- display: inline-block;
- vertical-align: middle;
- margin-left: -126px;
- }
- }
- }
- // 企业文化
- .corporate-culture-box{
- padding-bottom: 80px;
- dl{
- width: 240px;
- display: inline-block;
- vertical-align: middle;
- margin: 0 162px 0 90px;
- dt{
- margin-bottom: 16px;
- i{width: 14px;height: 14px;display:inline-block;border: 1px solid #2B5CFD;transform: rotate(45deg);margin-right: 16px;}
- span{@include setFontStyle(0);color: rgba(0,0,0,0.85);}
- }
- dd{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;margin-bottom: 24px;}
- }
- img{
- display: inline-block;vertical-align: middle;
- }
- }
- // 企业发展历程
- .enterprise-development-box{
- background: #F9FAFF;
- .development-left{
- float: left;
- width: 50%;
- text-align: right;
- padding-right: 76px;
- padding-top: 170px;
- box-sizing: border-box;
- .development-content{
- h4 div{top: -8px;right: -87px;left: auto}
- p i{margin-left:16px;}
- }
- }
- .development-right{
- width: 50%;
- margin-bottom: 80px;
- float: right;
- padding-left: 76px;
- border-left: 1px solid #D1DFFD;
- box-sizing: border-box;
- .development-content{
- h4 div{top: -8px;left: -87px;right: auto}
- p i{margin-right:16px;}
- }
- }
- .development-content{
- position: relative;
- h4{
- @include setFontStyle(8);color: rgba(0,0,0,0.85);margin-bottom: 24px;
- div{width: 20px;height: 34px;position: absolute;background:#F9FAFF}
- span{
- width: 18px;
- height: 18px;
- border: 1px solid #2B5CFD;
- display: inline-block;
- vertical-align: middle;
- border-radius: 50%;
- text-align: center;
- }
- i{
- width: 12px;
- height: 12px;
- display: inline-block;
- vertical-align: top;
- margin-top: 3px;
- background-image: url("~static/images/client/aboutUs/development-content-icon.svg");
- }
- p{display: inline-block;margin: 0;}
- }
- p{
- margin-bottom: 16px;
- i{width: 36px;height:24px;line-height:24px;display: inline-block;text-align: center;@include setFontStyle(-6);color: rgba(0,0,0,0.65);background: rgba(121,152,255,0.26);border: 1px solid #7998FF;border-radius: 4px;font-style: normal;}
- span{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
- }
- }
- .development-content + .development-content {
- margin-top: 204px;
- }
- }
- // 联系我们
- .contact-us-box{
- height: 534px;
- padding-top: 80px;
- background-image: url("~static/images/client/aboutUs/contact-us-background.png");
- .contact-container-box{
- color: rgba(255,255,255,0.85);
- h4{@include setFontStyle(10);margin-bottom: 32px;}
- li{
- i{width: 22px;height: 24px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: cover;margin-right: 16px;vertical-align: middle;}
- span{@include setFontStyle(0);vertical-align: middle;}
- p{@include setFontStyle(-4);color: rgba(255,255,255,0.64);line-height: 24px;margin: 20px 0 24px;}
- }
- li:nth-child(2) {
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
- }
- li:nth-child(3) {
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
- }
- li:nth-child(4) {
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
- }
- li:nth-child(5) {
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
- }
- }
- }
- }
- /******** describe: 新闻资讯 author: TX date:2020-08-10 ********/
- .client-newsInfor-page{
- // banner
- .newsInfor-banner{width: 100%;height: 300px;background-image: url("~static/images/client/newsInfor/newsInfor-banner.png");background-position-x: center;}
- // 菜单 ul
- .newsInfor-menu-ul{
- display: block;
- margin: 0 auto;
- text-align: center;
- background: #F7F9FB;
- 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}
- li.active{color: #2B5CFD;background-image: linear-gradient(270deg, #FFFFFF 0%, #F4F6FF 100%);}
- li:hover{
- transform: scale(1.1);
- }
- }
- // 页面主要内容区域
- .newsInfor-content-box{
- min-height: 304px;
- padding: 48px 0 80px;
- ul{display: inline-block;vertical-align: top}
- // 右侧内容区域
- .newsInfor-content-ul{
- padding: 0 32px;
- li{margin-bottom: 40px;}
- li:last-child{margin-bottom: 0;}
- //图片
- .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;}
- //内容区域
- .newsInfor-list-content{
- width: calc(100% - 350px);
- display: inline-block;
- vertical-align: top;
- h5{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 8px;}
- div{
- margin-bottom: 8px;
- 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");}
- i[type="visits"]{background-image: url("~static/images/client/newsInfor/newsInfor-details-visits.svg");}
- span{@include setFontStyle(-6);display:inline-block;color: #666;margin-right: 60px;vertical-align: middle;}
- }
- 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;}
- a{@include setFontStyle(-6);color: #4A73FD;}
- a:after{content: "";width: 14px;height: 12px;display:inline-block;background-image: url("~static/images/client/newsInfor/newsInfor-list-icon.svg");margin-left: 8px;}
- a:hover{cursor: pointer;}
- }
- }
- }
- }
- /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
- .client-government-page{
- // banner
- .government-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/government-banner-img.png");background-position-x: center;}
- // 我们的系统为您改变了什么
- .government-change-box{
- background: #F9FAFF;
- padding-bottom: 80px;
- .industrydetails-content{
- width: 100%;height: 312px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/government-change-bg.png");
- li{
- margin-bottom: 24px;
- p{margin-left: 30px}
- }
- img{display: inline-block;vertical-align: top;margin: 85px 42px;}
- }
- .change-content-left{
- display: inline-block;padding: 32px 0 0 64px;vertical-align: top;
- h5,li,li i{color: #fff;border-color: #fff;}
- p{color: rgba(255,255,255,0.65);}
- }
- .change-content-right{width: 500px;display: inline-block;padding-top: 64px;}
- }
- // 我们的优势
- .government-advantage-box{
- padding-bottom: 50px;
- h4{margin-bottom: 48px;}
- dl{width:33.33%;display: inline-block;margin-bottom: 30px;}
- dt{@include setFontStyle(-2);color: rgba(0,0,0,0.85);margin-bottom: 16px}
- dd{@include setFontStyle(-6);color: rgba(0,0,0,0.65);margin-left: 33px;}
- 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;}
- .government-advantage-content{margin-right: -100px;padding: 4px 0 0 4px;}
- }
- }
- /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
- .client-finance-page{
- // banner
- .finance-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/finance-banner-img.png");background-position-x: center;}
- // 金融行业的问题
- .finance-question-box{
- background: #F9FAFF;
- padding: 80px 0;
- .finance-question-top{
- width: 946px;height: 104px;background-image: url("~static/images/client/industrydetails/finance-question-bg.png");margin: 0 auto 48px;
- h5{height: 104px;line-height:104px;display: inline-block;@include setFontStyle(10);color: rgba(255,255,255,0.85);padding: 0 56px}
- h5:first-child{margin-right: 180px;color: rgba(0,0,0,0.85);}
- }
- ul{
- width:460px;min-height:328px;display: inline-block;border: 1px solid #2B67FD;border-radius: 4px;padding: 32px;box-sizing: border-box;vertical-align: middle;margin: 0 52px;
- i{width: 12px;height: 12px;background-image: linear-gradient(90deg, #2B5CFD 0%, #FFFFFF 100%);border-radius: 50%;border:0;transform: rotate(0deg);opacity: 1;}
- p{margin-left: 30px;}
- }
- .finance-question-right{
- border: 1px solid #FF6226;
- i{background-image: linear-gradient(90deg, #FF6226 0%, #FFFFFF 100%);}
- }
- }
- }
- /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
- .client-information-page{
- // banner
- .information-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/information-banner-img.png");background-position-x: center;}
- // 我们的系统为您改变了什么
- .information-change-box{
- background: #F9FAFF;
- padding-bottom: 80px;
- .industrydetails-content{
- width: 100%;height: 300px;margin-top: 48px;background-image: url("~static/images/client/industrydetails/information-change-bg.png");
- li{
- margin-bottom: 24px;
- p{margin-left: 30px;}
- }
- img{display: inline-block;vertical-align: top;margin: 120px 30px auto 70px;}
- }
- .change-content-left{
- display: inline-block;padding: 48px 0 0 64px;vertical-align: top;
- h5,li,li i{color: #fff;border-color: #fff;}
- p{color: rgba(255,255,255,0.65);}
- }
- .change-content-right{width: 500px;display: inline-block;padding-top: 48px;}
- }
- }
- /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
- .client-energy-page{
- // banner
- .energy-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/energy-banner-img.png");background-position-x: center;}
- // 我们的系统为您改变了什么
- .energy-change-box{
- background: #F9FAFF;
- padding-bottom: 80px;
- // 模块上半部分
- .change-box-top{
- width: 1100px;height: 247px;padding: 32px 64px;box-sizing: border-box;background: #104644;border-radius: 8px;margin-left: 20px;margin-top: 48px;
- i{border: 1px solid #fff;}
- }
- // 模块下半部分
- .change-box-bottom{
- width: 1100px;height: 368px;padding: 24px;box-sizing: border-box;border-radius: 8px;background: #FE552C;margin-left: 100px;margin-top:-24px;position: relative;
- h5{margin-top: 70px;}
- li:nth-of-type(odd){p{margin-right: 60px}}
- }
- h5{color: rgba(255,255,255,0.85);}
- li{
- width: 50%;display: inline-block;@include setFontStyle(-6);color: rgba(255,255,255,0.65);margin-bottom: 24px;line-height: 22px;vertical-align: top;
- p{margin-left: 30px;color: rgba(255,255,255,0.65);}
- }
- img{position: absolute;top: -55px;left: 50%;margin-left: -50px;}
- }
- }
- /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
- .client-traffic-page{
- // banner
- .traffic-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");background-position-x: center;}
- // 我们的系统为您改变了什么
- .traffic-change-box{
- background: #F9FAFF;
- padding-bottom: 80px;
- .change-content-left,.change-content-right{
- width: 462px;height: 359px;display:inline-block;background-repeat: no-repeat;vertical-align: top;margin-top: 48px;
- h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
- ul{margin-top: 80px;margin-left: 32px;}
- i{width:12px;height:12px;border-radius:50%;border: 1px solid #1276FF;margin-top: 5px;}
- }
- .change-content-left{background-image: url("~static/images/client/industrydetails/traffic-left-bg.png");margin-right: 104px;}
- .change-content-right{background-image: url("~static/images/client/industrydetails/traffic-right-bg.png");}
- }
- }
- /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
- .client-education-page{
- // banner
- .education-banner{width: 100%;height: 400px;background-image: url("~static/images/client/industrydetails/education-banner-img.png");background-position-x: center;}
- // 我们的系统为您改变了什么
- .education-change-box{
- background: #F9FAFF;padding-bottom: 80px;
- img{position: absolute;top: 50%;margin-top: -78px;left:50%;margin-left: -54px;}
- .industrydetails-content{position: relative;}
- .change-content-left,.change-content-right{height: 338px;box-sizing: border-box;}
- .change-content-left{width: 637px;float:left;padding:32px 48px;background-image: url("~static/images/client/industrydetails/education-left-bg.png");}
- .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;}
- }
- }
- }
|