|
|
@@ -168,1587 +168,5 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- /******** describe: 培训平台--图片(和考试默认图片不同) author: TX date:2020-08-14 ********/
|
|
|
- .client-train-page{
|
|
|
-
|
|
|
- /* 产品体验*/
|
|
|
- .platform-products-experience{
|
|
|
- .experience-ul-box li{
|
|
|
- em{background-image:url("~static/images/client/train/train-code-img.png")}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /* 网站banner */
|
|
|
- .client-platform-banner{
|
|
|
- background-color:#fff;
|
|
|
- }
|
|
|
-
|
|
|
- /* 产品功能 */
|
|
|
- .platform-product-function{
|
|
|
- // ul
|
|
|
- .product-function-box{
|
|
|
- li:nth-child(1){i{background-image:url("~static/images/client/train/product-function-icon1.png");}}
|
|
|
- li:nth-child(2){i{background-image:url("~static/images/client/train/product-function-icon2.png");}}
|
|
|
- li:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon3.png");}}
|
|
|
- li:nth-child(4){i{background-image:url("~static/images/client/train/product-function-icon4.png");}}
|
|
|
- li:nth-child(5){i{background-image:url("~static/images/client/train/product-function-icon5.png");}}
|
|
|
- li:nth-child(6){i{background-image:url("~static/images/client/train/product-function-icon6.png");}}
|
|
|
- li:nth-child(7){i{background-image:url("~static/images/client/train/product-function-icon7.png");}}
|
|
|
- li:nth-child(8){i{background-image:url("~static/images/client/train/product-function-icon8.png");}}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /* 应用场景 */
|
|
|
- .train-application-scenarios{
|
|
|
- li:nth-child(1){
|
|
|
- .application-scenarios-img {
|
|
|
- background-image: url("~static/images/client/train/application-scenarios-img1.png");
|
|
|
- }
|
|
|
- }
|
|
|
- li:nth-child(2){
|
|
|
- .application-scenarios-img {
|
|
|
- background-image: url("~static/images/client/train/application-scenarios-img2.png");
|
|
|
- }
|
|
|
- }
|
|
|
- li:nth-child(3){
|
|
|
- .application-scenarios-img {
|
|
|
- background-image: url("~static/images/client/train/application-scenarios-img3.png");
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- @media (max-width: 768px){
|
|
|
- /* 网站banner */
|
|
|
- .client-platform-banner .free-trial-default-btn{top: 95px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 课程开发 author: TX date:2020-08-24 ********/
|
|
|
- .client-course-page{
|
|
|
- /* 网站banner */
|
|
|
- .client-course-banner{
|
|
|
- width: 100%;
|
|
|
- height: 520px;
|
|
|
- background-color:#fff;
|
|
|
- background-position-x: center;
|
|
|
- background-repeat: no-repeat;
|
|
|
- }
|
|
|
-
|
|
|
- /* 调转菜单栏 */
|
|
|
- .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;}
|
|
|
- .course-link-nav{
|
|
|
- width: 100%;height: 83px;background: #161B38;opacity: 0.9;
|
|
|
- a{width: 171px;height: 83px;line-height:83px;display: inline-block;@include setFontStyle(-2);color: #fff;text-align: center;}
|
|
|
- a:nth-child(1){background: #353c61;}
|
|
|
- a:nth-child(2){background: #38406a;}
|
|
|
- a:nth-child(3){background: #3c4775;}
|
|
|
- a:nth-child(4){width:174px;background: #404b81;}
|
|
|
- a:nth-child(5){background: #3c4775;}
|
|
|
- a:nth-child(6){background: #38406a;}
|
|
|
- a:nth-child(7){background: #353c61;}
|
|
|
- }
|
|
|
-
|
|
|
- // 申请方案按钮
|
|
|
- .free-trial-default-btn{width:230px;display: inline-block;margin: 0}
|
|
|
- // 联系我们按钮
|
|
|
- .course-apply-btn{background: #fff;color: #3e7ee7;border:1px solid #3e7ee7;box-sizing: border-box;margin-left: 36px;}
|
|
|
-
|
|
|
- /* PPT定制及美化、H5平面设计、视频后期处理 */
|
|
|
- .course-ppt-box,.course-H5-box,.course-videoPos-box{
|
|
|
- ul{margin: 48px 0;}
|
|
|
- li{display: inline-block;}
|
|
|
- li:not(:last-child){margin-right: 30px;}
|
|
|
- p{@include setFontStyle(-4);color: rgba(0, 0, 0, 0.65);margin-top: 24px;}
|
|
|
- }
|
|
|
- /* 视频后期处理 */
|
|
|
- .course-videoPos-box{
|
|
|
- padding-bottom: 80px;
|
|
|
- li:not(:last-child){margin-right: 80px;}
|
|
|
- }
|
|
|
-
|
|
|
- @media (max-width: 768px){
|
|
|
- /* 网站banner */
|
|
|
- .client-course-banner{height: 150px;background-size: cover;}
|
|
|
- // 菜单 ul
|
|
|
- .course-menu-ul{
|
|
|
- background: #fff;margin: 20px 0 0;
|
|
|
- li{width: 100px;height: 30px;line-height:30px;margin:0 10px;padding:0;border-radius:5px;border: 1px solid rgb(0, 102, 204);@include setFontStyle(-4);
|
|
|
- color: rgb(0, 102, 204);background: #fff;box-shadow: 0 2px 4px 0 rgba(43,92,253,0.16);box-sizing: border-box}
|
|
|
- li.active{color: #fff;background: rgb(0, 102, 204);}
|
|
|
- li:hover{transform: none;}
|
|
|
- }
|
|
|
-
|
|
|
- // 内容区域
|
|
|
- .client-container{padding: 0;}
|
|
|
-
|
|
|
- // 申请方案按钮
|
|
|
- .free-trial-default-btn{width:122px;display: inline-block;margin: 0 0 54px;}
|
|
|
- // 联系我们按钮
|
|
|
- .course-apply-btn{margin-left: 16px;}
|
|
|
-
|
|
|
- /* PPT定制及美化、H5平面设计、视频后期处理 */
|
|
|
- .course-ppt-box,.course-H5-box,.course-videoPos-box{
|
|
|
- margin: 0 6%;
|
|
|
- ul{margin: 12px 0;}
|
|
|
- li{box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 6px -1px;margin-bottom: 20px;}
|
|
|
- li:not(:last-child){margin-right: 0;}
|
|
|
- img{max-width: 100%;}
|
|
|
- p{margin: 20px 0;}
|
|
|
- }
|
|
|
-
|
|
|
- /* 视频后期处理 */
|
|
|
- .course-videoPos-box{
|
|
|
- padding-bottom: 16px;
|
|
|
- img{height: 180px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 关于我们 author: TX date:2020-08-07 ********/
|
|
|
- .client-aboutUs-page{
|
|
|
-
|
|
|
- // banner
|
|
|
- .aboutUs-banner{
|
|
|
- width: 100%;
|
|
|
- height: 520px;
|
|
|
- background-color: #fff;
|
|
|
- background-position-x: center;
|
|
|
- background-repeat: no-repeat;
|
|
|
- background-image: url("~static/images/client/aboutUs/aboutUs-banner.jpg");
|
|
|
- }
|
|
|
-
|
|
|
- // 公司简介
|
|
|
- .company-profile-box{
|
|
|
- padding-bottom: 48px;
|
|
|
- font-size: 0;
|
|
|
-
|
|
|
- img{margin: 48px auto;display: block;}
|
|
|
- p{@include setFontStyle(-2);color: rgba(0,0,0,0.65);line-height: 40px;text-align: justify;margin: 0 60px}
|
|
|
- }
|
|
|
-
|
|
|
- // 品牌介绍
|
|
|
- .brand-introduction-box{
|
|
|
- .brand-introduction-content{
|
|
|
- width: 100%;
|
|
|
- padding: 42px;
|
|
|
- box-sizing: border-box;
|
|
|
- background: #fbfbfb;
|
|
|
- border-radius: 8px;
|
|
|
- float: right;
|
|
|
- .brand-introduction-left{
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- padding-right: 42px;
|
|
|
- border-right: 1px solid #ddd;
|
|
|
- h4{@include setFontStyle(6);color: rgba(0,0,0,0.75);margin-bottom: 36px}
|
|
|
- img{margin-bottom: 36px;}
|
|
|
- }
|
|
|
- span{width: 740px;@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 42px;display: inline-block;vertical-align: middle;padding-left: 42px;text-align: justify;}
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 企业文化
|
|
|
- .corporate-culture-box{
|
|
|
- //padding-bottom: 80px;
|
|
|
- li{
|
|
|
- width:25%;
|
|
|
- display: inline-block;
|
|
|
- vertical-align: middle;
|
|
|
- div{
|
|
|
- margin-right: 16px;
|
|
|
- margin-bottom: 16px;
|
|
|
- padding: 40px 0;
|
|
|
- border: 6px solid #f7f7f7;
|
|
|
- text-align: center;
|
|
|
- i{width: 70px;height: 70px;display:inline-block;margin-bottom: 16px;}
|
|
|
- h5{@include setFontStyle(0);color: rgba(0,0,0,0.85);margin-bottom: 16px;}
|
|
|
- p{@include setFontStyle(-4);color: rgba(0,0,0,0.65);line-height: 24px;}
|
|
|
- }
|
|
|
- }
|
|
|
- li:nth-child(1){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon1.png");} }
|
|
|
- li:nth-child(2){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon2.png");} }
|
|
|
- li:nth-child(3){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon3.png");} }
|
|
|
- li:nth-child(4){i{background-image: url("~static/images/client/aboutUs/corporate-culture-icon4.png");} }
|
|
|
- li:last-child{
|
|
|
- div{margin-right: 0;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 企业发展历程
|
|
|
- .enterprise-development-box{
|
|
|
- // 覆盖饿了么tab样式
|
|
|
- .enterprise-development-tab{
|
|
|
- .el-tabs__nav-wrap::after,.el-tabs__active-bar{display: none;}
|
|
|
- .el-tabs__header{
|
|
|
- margin: 0;
|
|
|
- .el-tabs__nav{width: 100%;padding-bottom: 20px;border-bottom: 1px dotted #6c9ce1;}
|
|
|
- .el-tabs__nav-wrap,.el-tabs__nav-scroll{overflow: visible}
|
|
|
- }
|
|
|
- .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;}
|
|
|
- .el-tabs__item.is-active{background: #3e7ee7;color: #fff}
|
|
|
- .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;}
|
|
|
- .el-tabs__item.is-active:after{background: #3e7ee7;}
|
|
|
- .el-tabs__content{overflow: visible}
|
|
|
- }
|
|
|
-
|
|
|
- // 企业发展历程内容部分
|
|
|
- li{
|
|
|
- width: 25%;display: inline-block;padding: 36px 24px 60px;background:#fbfbfb;box-sizing: border-box;min-height: 196px;vertical-align: top;
|
|
|
- div{width: 250px;border-bottom: 1px solid #eee;}
|
|
|
- img{margin-bottom: 14px;}
|
|
|
- i{min-width:34px;display:inline-block;color: #3e7ee7;font-style: normal;margin-right: 10px;}
|
|
|
- p{@include setFontStyle(-4);color: rgba(0,0,0,.65);margin-top: 14px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 联系我们
|
|
|
- .contact-us-box{
|
|
|
- .contact-container-box{
|
|
|
- width: 100%;
|
|
|
- box-sizing: border-box;
|
|
|
- color: rgba(0,0,0,0.85);
|
|
|
- h4{@include setFontStyle(10);color: #3e7ee7;margin-bottom: 60px;margin-top: 20px;}
|
|
|
- li{
|
|
|
- width: 50%;display: inline-block;box-sizing: border-box;margin-bottom: 48px;
|
|
|
- i{width: 30px;height: 30px;display: inline-block;background-repeat: no-repeat;background-position: center;background-size: contain;margin-right: 8px;vertical-align: middle;}
|
|
|
- span{@include setFontStyle(0);color: rgba(16, 16, 16, 100);vertical-align: middle;}
|
|
|
- }
|
|
|
- li:nth-child(1) {
|
|
|
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon1.png");}
|
|
|
- }
|
|
|
- li:nth-child(2) {
|
|
|
- text-align: right;
|
|
|
- span{width: 273px;display: inline-block;text-align: left}
|
|
|
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon2.png");}
|
|
|
- }
|
|
|
- li:nth-child(3) {
|
|
|
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon3.png");}
|
|
|
- }
|
|
|
- li:nth-child(4) {
|
|
|
- text-align: right;
|
|
|
- span{width: 273px;display: inline-block;text-align: left}
|
|
|
- i {background-image: url("~static/images/client/aboutUs/contact-us-icon4.png");}
|
|
|
- }
|
|
|
- }
|
|
|
- img{max-width: 100%;margin: 0 auto;display: block;}
|
|
|
- }
|
|
|
- @media (max-width: 768px){
|
|
|
- // banner
|
|
|
- .aboutUs-banner{
|
|
|
- height: 150px;background-size: cover;
|
|
|
- span{width: 100%;}
|
|
|
- }
|
|
|
- // 公司简介
|
|
|
- .company-profile-box{
|
|
|
- img{margin: 20px auto;max-width: 100%;}
|
|
|
- p{@include setFontStyle(-6);color: rgba(85, 85, 85, 1);line-height: 24px;margin: 0 10px 6px;}
|
|
|
- }
|
|
|
-
|
|
|
- // 品牌介绍
|
|
|
- .brand-introduction-box{
|
|
|
- background-color: rgb(238, 238, 238);
|
|
|
- .brand-introduction-content{
|
|
|
- background-color: transparent;padding: 24px 10px;
|
|
|
- .brand-introduction-left{
|
|
|
- display: block;border-right:0;padding-right:0;
|
|
|
- h4{font-size: 18px;color: rgba(0, 0, 0, 1);text-align: center;margin-bottom: 20px;font-weight: 700;}
|
|
|
- img{margin: 0 auto 24px;max-width: 230px;display: block;}
|
|
|
- }
|
|
|
- span{width: 100%;display: block;padding-left: 0;font-size: 14px;color: rgba(85, 85, 85, 1);line-height: 24px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 企业文化
|
|
|
- .corporate-culture-box{
|
|
|
- padding: 50px 0 0;
|
|
|
- li{
|
|
|
- width:100%;
|
|
|
- div{
|
|
|
- height: 70px;margin: 0 0 16px;border: 0;box-shadow: rgb(206, 206, 206) 0 0 6px -1px;padding: 14px 0;
|
|
|
- i{display: unset;float: left;margin-left: 30px;margin-bottom: 0;}
|
|
|
- h5{font-weight: 700;font-size: 16px;color: #101010;margin: 12px 0;}
|
|
|
- p{font-size: 14px;color: #101010;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 联系我们
|
|
|
- .contact-us-box{
|
|
|
- padding: 54px 0 0;border: 0;line-height: 1;font-size: 0;
|
|
|
- .contact-container-box{
|
|
|
- width: 100%;
|
|
|
- padding: 0;
|
|
|
- color: rgba(0,0,0,0.85);
|
|
|
- display: flex;
|
|
|
- flex-direction: column;
|
|
|
- h4{@include setFontStyle(-2);font-weight: 700;color: rgba(0, 0, 0, 1);margin-bottom: 24px;margin-top:0;text-align: center;}
|
|
|
- li{
|
|
|
- width: 100%;display: block;margin-bottom: 24px;
|
|
|
- i{width: 20px;height: 20px;}
|
|
|
- span{@include setFontStyle(-6);}
|
|
|
- }
|
|
|
- li:nth-child(2),li:nth-child(4){
|
|
|
- text-align: left;
|
|
|
- span{width: auto;}
|
|
|
- }
|
|
|
- li:nth-child(1){order: 1;}
|
|
|
- li:nth-child(2){order: 2;}
|
|
|
- li:nth-child(3){order: 4;}
|
|
|
- li:nth-child(4){order: 3;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- /******** describe: 政府机构-详情页 author: TX date:2020-08-10 ********/
|
|
|
- .client-government-page{
|
|
|
- // banner
|
|
|
- .industrydetails-banner{background-color: #1B33B7;}
|
|
|
- .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/government-banner-img.png");}
|
|
|
-
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .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{
|
|
|
- p{margin-left: 30px}
|
|
|
- }
|
|
|
- img{width:100px;display: inline-block;vertical-align: top;margin: 85px 25px 85px 30px;}
|
|
|
- }
|
|
|
- .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: 525px;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;}
|
|
|
- }
|
|
|
- @media (max-width: 768px) {
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .government-change-box{
|
|
|
- background: rgb(238, 238, 238);padding: 0 15px;
|
|
|
- .industrydetails-content{
|
|
|
- height: auto;margin-top: 20px;background-image:unset;position: relative;
|
|
|
- li{
|
|
|
- p{margin-left: 20px}
|
|
|
- }
|
|
|
- img{width:80px;display:block;margin: -60px auto;position: absolute;left: 50%;margin-left: -40px;}
|
|
|
- }
|
|
|
- .change-content-left,.change-content-right{
|
|
|
- width: 100%;box-sizing: border-box;margin-bottom: 20px;
|
|
|
- p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
|
|
|
- i{border-color: #fff;opacity: 1;}
|
|
|
- }
|
|
|
- .change-content-left{background-color: rgb(0, 102, 204);padding: 20px 16px;}
|
|
|
- .change-content-right{background-color: rgb(255, 186, 0);padding: 60px 16px 36px;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 金融保险-详情页 author: TX date:2020-09-01 ********/
|
|
|
- .client-finance-page{
|
|
|
- // banner
|
|
|
- .industrydetails-banner{background-color: #593513;}
|
|
|
- .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/finance-banner-img.png");}
|
|
|
-
|
|
|
- // 金融行业的问题
|
|
|
- .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:345px;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%);}
|
|
|
- }
|
|
|
- }
|
|
|
- @media (max-width: 768px) {
|
|
|
- .finance-question-box{background-color: rgb(238, 238, 238);padding: 20px 15px 30px;}
|
|
|
- .phone-class-box{
|
|
|
- ul{
|
|
|
- border: 0;width: 100%;margin: 0;padding: 20px 0 0;min-height: unset;
|
|
|
- li{margin-bottom: 10px;}
|
|
|
- i{width: 10px;height: 10px;margin-right: 8px;margin-top: 8px;border: 1px solid #fff;opacity: 1;border-radius:0;
|
|
|
- float: left;box-sizing: border-box;display: block;transform: rotate(45deg);background-image: unset;}
|
|
|
- p{font-size: 14px;color: white;line-height: 24px;margin-left: 20px;text-align: justify;}
|
|
|
- }
|
|
|
- h4{color: #fff;}
|
|
|
- img {width: 130px;display: block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
|
|
|
- .financial-tradition-phone{background-color: rgb(0, 102, 204);margin: 0 0 20px;padding: 0 16px 20px;}
|
|
|
- .financial-solve-phone{background-color: rgb(247, 109, 0);padding: 40px 16px 36px;}
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 信息产业-详情页 author: TX date:2020-09-02 ********/
|
|
|
- .client-information-page{
|
|
|
- // banner
|
|
|
- .industrydetails-banner{background-color: #070B20;}
|
|
|
- .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/information-banner-img.png");}
|
|
|
-
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .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{
|
|
|
- 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: 36px;}
|
|
|
- }
|
|
|
- @media (max-width: 768px) {
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .information-change-box{
|
|
|
- background-color: rgb(238, 238, 238);padding: 0 15px 15px;
|
|
|
- .industrydetails-content{
|
|
|
- height: auto;margin-top: 20px;background-image:unset;position: relative;
|
|
|
- li{
|
|
|
- p{margin-left: 20px}
|
|
|
- }
|
|
|
- img{width:130px;display:block;margin: -45px auto;position: absolute;left: 50%;margin-left: -65px;}
|
|
|
- }
|
|
|
- .change-content-left,.change-content-right{
|
|
|
- width: 100%;box-sizing: border-box;margin-bottom: 20px;
|
|
|
- p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
|
|
|
- i{border-color: #fff;opacity: 1;}
|
|
|
- }
|
|
|
- .change-content-left{background-color: rgb(14, 60, 106);padding: 20px 16px;}
|
|
|
- .change-content-right{background-color: rgb(164, 3, 3);padding: 60px 16px 36px;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 能源化工-详情页 author: TX date:2020-09-02 ********/
|
|
|
- .client-energy-page{
|
|
|
- // banner
|
|
|
- .industrydetails-banner{background-color: #073A44;}
|
|
|
- .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/energy-banner-img.png");}
|
|
|
-
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .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: 55px;}
|
|
|
- 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);line-height: 22px;vertical-align: top;
|
|
|
- p{margin-left: 30px;color: rgba(255,255,255,0.65);}
|
|
|
- }
|
|
|
- img{position: absolute;top: -70px;left: 50%;margin-left: -50px;}
|
|
|
- }
|
|
|
- @media (max-width: 768px) {
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .energy-change-box{
|
|
|
- background-color: rgb(238, 238, 238);padding: 0 15px 15px;
|
|
|
- // 模块上半部分
|
|
|
- .change-box-top{width: 100%;height:auto;padding: 20px 16px;margin:20px 0 20px;border-radius:0;}
|
|
|
- // 模块下半部分
|
|
|
- .change-box-bottom{width: 100%;height:auto;padding: 60px 16px 36px;margin:0 0 20px;border-radius:0;background-color: rgb(255, 115, 5);}
|
|
|
- .change-box-top,.change-box-bottom{
|
|
|
- i{border: 1px solid #fff;opacity: 1;}
|
|
|
- h5{margin-top: 20px;color: #fff;}
|
|
|
- li:nth-of-type(odd){p{margin-right: 0}}
|
|
|
- }
|
|
|
- li{
|
|
|
- width: 100%;display: block;
|
|
|
- p{margin-left: 20px;color: #fff;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 交通运输-详情页 author: TX date:2020-09-02 ********/
|
|
|
- .client-traffic-page{
|
|
|
- // banner
|
|
|
- .industrydetails-banner{background-color: #0A2F41;}
|
|
|
- .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/traffic-banner-img.png");}
|
|
|
-
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .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");}
|
|
|
- }
|
|
|
- @media (max-width: 768px) {
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .traffic-change-box{
|
|
|
- background-color: rgb(238, 238, 238);padding: 0 15px 30px;
|
|
|
- .change-content-left,.change-content-right{
|
|
|
- width: 100%;height: unset;margin:0;box-sizing: border-box;
|
|
|
- ul{margin: 0;}
|
|
|
- h5{height: unset;line-height: unset;@include setFontStyle(-4);color: rgba(255, 255, 255, 1);margin-bottom: 16px;text-align: center;font-weight: 700;}
|
|
|
- p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
|
|
|
- i{width: 10px;height: 10px;border-color: #fff;opacity: 1;border-radius: 0;}
|
|
|
- }
|
|
|
- .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;background-image:unset;margin: 20px 0;}
|
|
|
- .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;background-image:unset;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 教育行业-详情页 author: TX date:2020-09-02 ********/
|
|
|
- .client-education-page{
|
|
|
- // banner
|
|
|
- .industrydetails-banner{background-color: #085903;}
|
|
|
- .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/education-banner-img.png");}
|
|
|
-
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .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;}
|
|
|
- }
|
|
|
- @media (max-width: 768px) {
|
|
|
- .education-change-box{
|
|
|
- background-color: rgb(238, 238, 238);padding: 0 15px 30px;
|
|
|
- img{width:100px;margin: -105px auto;margin-left: -50px;}
|
|
|
- .mt48{margin-top: 20px;}
|
|
|
- .change-content-left,.change-content-right{
|
|
|
- width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
|
|
|
- p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
|
|
|
- i{border-color: #fff;opacity: 1;}
|
|
|
- }
|
|
|
- .change-content-left{background-color: rgb(50, 159, 132);padding: 20px 16px 52px;}
|
|
|
- .change-content-right{background-color: rgb(249, 163, 97);padding: 60px 16px 16px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 食品餐饮-详情页 author: TX date:2020-09-03 ********/
|
|
|
- .client-restaurant-page{
|
|
|
- // banner
|
|
|
- .industrydetails-banner{background-color: #1C1E21;}
|
|
|
- .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/restaurant-banner-img.png");}
|
|
|
-
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .restaurant-change-box{
|
|
|
- background: #F9FAFF;
|
|
|
- padding-bottom: 80px;
|
|
|
- .industrydetails-content{
|
|
|
- position: relative;
|
|
|
- img{position: absolute;top:50%;left: 50%;margin-top: -40px;margin-left: -45px;}
|
|
|
- }
|
|
|
- .change-content-left,.change-content-right{
|
|
|
- width: 552px;height: 328px;display:inline-block;background-repeat: no-repeat;vertical-align: top;
|
|
|
- h5{height: 58px;line-height: 58px;color: rgba(255,255,255,0.85);}
|
|
|
- ul{margin-top: 32px;margin-left: 48px;}
|
|
|
- }
|
|
|
- .change-content-left{background-image: url("~static/images/client/industrydetails/restaurant-left-bg.png");margin-right: 90px;}
|
|
|
- .change-content-right{background-image: url("~static/images/client/industrydetails/restaurant-right-bg.png");}
|
|
|
- }
|
|
|
- @media (max-width: 768px) {
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .restaurant-change-box{
|
|
|
- background-color: rgb(238, 238, 238);padding: 0 15px 30px;
|
|
|
- .mt48{margin-top: 20px;}
|
|
|
- .industrydetails-content img{margin-top: -85px;}
|
|
|
- .change-content-left,.change-content-right{
|
|
|
- width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
|
|
|
- ul{margin: 0;}
|
|
|
- h5{height: unset;line-height: unset;color: #fff;}
|
|
|
- p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
|
|
|
- i{border-color: #fff;opacity: 1;}
|
|
|
- }
|
|
|
- .change-content-left{background-color: rgb(240, 112, 112);padding: 20px 16px;}
|
|
|
- .change-content-right{background-color: rgb(255, 207, 78);padding: 60px 16px 16px;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 医疗卫生-详情页 author: TX date:2020-09-03 ********/
|
|
|
- .client-medical-page{
|
|
|
- // banner
|
|
|
- .industrydetails-banner{background-color: #2178E0;}
|
|
|
- .industrydetails-banner-box{background-image: url("~static/images/client/industrydetails/medical-banner-img.png");}
|
|
|
-
|
|
|
- // 我们的系统为您改变了什么
|
|
|
- .medical-change-box{
|
|
|
- background: #F9FAFF;
|
|
|
- padding-bottom: 80px;
|
|
|
- .industrydetails-content{width: 1200px;height: 316px;background-image: url("~static/images/client/industrydetails/medical-change-bg.png");}
|
|
|
- .change-content-left,.change-content-right{
|
|
|
- width: 500px;display:inline-block;vertical-align: top;
|
|
|
- ul{margin-left: 48px;}
|
|
|
- h5{margin-top: 36px;color: rgba(255,255,255,0.85);}
|
|
|
- p{color: rgba(255,255,255,0.65);}
|
|
|
- i{border-color: #fff;}
|
|
|
- }
|
|
|
- .change-content-left{margin-right: 180px;}
|
|
|
- }
|
|
|
- @media (max-width: 768px) {
|
|
|
- .medical-change-box{
|
|
|
- background-color: rgb(238, 238, 238);padding: 0 15px 30px;
|
|
|
- .industrydetails-content{width: 100%;height: unset;background-image:unset;}
|
|
|
- .mt48{margin-top: 20px;}
|
|
|
- .change-content-left,.change-content-right{
|
|
|
- width: 100%;height:unset;box-sizing: border-box;margin-bottom: 20px;background-image: unset;float: unset;margin: 0 0 20px;
|
|
|
- ul{margin: 0;}
|
|
|
- h5{height: unset;line-height: unset;color: #fff;margin-top: 0;}
|
|
|
- p{@include setFontStyle(-6);color: rgba(255, 255, 255, 1);line-height: 24px;}
|
|
|
- i{border-color: #fff;opacity: 1;}
|
|
|
- }
|
|
|
- .change-content-left{background-color: rgb(31, 104, 176);padding: 20px 16px;}
|
|
|
- .change-content-right{background-color: rgb(234, 118, 27);padding: 20px 16px;}
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 1-X-详情页 author: TX date:2020-09-03 ********/
|
|
|
- .client-indexEducation-page{
|
|
|
- padding-bottom: 80px;
|
|
|
- .client-platform-new-banner{
|
|
|
- .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #0a86fe;border: 1px solid #0a86fe;box-sizing: border-box;
|
|
|
- position: absolute;top: 330px;left: 50%;margin-left: -150px;}
|
|
|
- .client-default-white-Btn{background: transparent;border-color: #0a86fe;color:#fff;left: 50%;margin-left: 30px;}
|
|
|
- }
|
|
|
- @media (max-width: 768px){
|
|
|
- padding-bottom: 15px;
|
|
|
- .client-platform-new-banner{
|
|
|
- .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;top: 105px;margin-left: -130px}
|
|
|
- .client-default-white-Btn{left: 50%;margin-left: 10px;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 课程资源 author: TX date:2020-09-03 ********/
|
|
|
- .client-resources-page{
|
|
|
- // 图标列表
|
|
|
- .train-scheme-list{
|
|
|
- margin: 54px -24px 0;
|
|
|
- li{width: 25%;display: inline-block;text-align: center}
|
|
|
- i{width: 100px;height: 100px;display: block;margin: 0 auto;}
|
|
|
- span{@include setFontStyle(-4);color: #333;margin-top: 10px;display: block;}
|
|
|
- div{box-shadow: 0 0 7px 2px #f5f2ff;margin: 24px;padding: 42px 0;}
|
|
|
- li:nth-child(1) i{background-image: url("~static/images/client/resources/train-scheme-icon1.png")}
|
|
|
- li:nth-child(2) i{background-image: url("~static/images/client/resources/train-scheme-icon2.png")}
|
|
|
- li:nth-child(3) i{background-image: url("~static/images/client/resources/train-scheme-icon3.png")}
|
|
|
- li:nth-child(4) i{background-image: url("~static/images/client/resources/train-scheme-icon4.png")}
|
|
|
- li:nth-child(5) i{background-image: url("~static/images/client/resources/train-scheme-icon5.png")}
|
|
|
- li:nth-child(6) i{background-image: url("~static/images/client/resources/train-scheme-icon6.png")}
|
|
|
- li:nth-child(7) i{background-image: url("~static/images/client/resources/train-scheme-icon7.png")}
|
|
|
- li:nth-child(8) i{background-image: url("~static/images/client/resources/train-scheme-icon8.png")}
|
|
|
- }
|
|
|
- // 为企业培训打造学习矩阵
|
|
|
- .products-services-content p{line-height: 52px;}
|
|
|
- // 蓝色提醒文字
|
|
|
- .blue-big-size{
|
|
|
- font-size: 26px;color: #3e7ce7;padding: 0 5px;
|
|
|
- }
|
|
|
-
|
|
|
- // 课程内容形式多样
|
|
|
- .course-learn-box{
|
|
|
- background: #f9faff;
|
|
|
- // video列表
|
|
|
- .learn-box-list{
|
|
|
- margin: 54px -16px 0;
|
|
|
- li{
|
|
|
- width: 33.33%;display: inline-block;
|
|
|
- a{display: none;}
|
|
|
- div{background: #fff;border-radius: 8px;margin: 0 16px 40px;box-shadow: 0 0 7px 2px #f5f2ff;}
|
|
|
- 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: #3e7ce7;padding: 24px 16px 16px;text-align: left}
|
|
|
- .course-explain-black{@include setFontStyle(-4);color: #333;line-height: 24px;padding: 0 16px 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;}
|
|
|
- }
|
|
|
- }
|
|
|
- // banner背景色
|
|
|
- .client-platform-banner{background-color: #03022e;}
|
|
|
- // 新闻资讯
|
|
|
- .platform-news-information{background: #fff;}
|
|
|
- // 按钮
|
|
|
- .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;}
|
|
|
- .client-default-white-Btn{background: #fff;color:#3e7ce7;margin-right: 0 }
|
|
|
-
|
|
|
- @media (max-width: 768px){
|
|
|
- // 图标列表
|
|
|
- .train-scheme-list{
|
|
|
- margin: 12px 16px 36px;
|
|
|
- li{
|
|
|
- width: 50%;
|
|
|
- i{width: 70px;height: 70px;background-size: cover;}
|
|
|
- div{margin: 6px;padding: 24px 0;}
|
|
|
- }
|
|
|
- }
|
|
|
- // 为企业培训打造学习矩阵
|
|
|
- .products-services-content p{font-size: 14px;line-height: 40px;text-align: center;color: #101010;}
|
|
|
- // 蓝色提醒文字
|
|
|
- .blue-big-size{font-size: 18px;}
|
|
|
- // 按钮box
|
|
|
- .default-Btn-box{text-align: center}
|
|
|
-
|
|
|
- // 视频列表
|
|
|
- .course-learn-box{
|
|
|
- margin:0;background-color: rgb(238, 238, 238);
|
|
|
- .client-container {padding: 0 15px;}
|
|
|
- .learn-box-list{
|
|
|
- margin: 20px 0;
|
|
|
- li {
|
|
|
- width: 100%;
|
|
|
- div{box-shadow: rgba(0, 0, 0, 0.4) 0 0 6px -1px;border-radius:0;margin: 0 16px;}
|
|
|
- span {width: 100%;height: 180px;margin-top: 0;border-radius: 0;}
|
|
|
- img {max-width: 100%;}
|
|
|
- p {font-size: 14px;padding: 16px 0;text-align: center;}
|
|
|
- .course-explain-black{font-size: 14px;text-align: left;padding: 0 16px 20px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- // 按钮
|
|
|
- .client-default-Btn,.client-default-white-Btn{width: 122px;height: 35px;line-height: 35px;margin:0 8px 42px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 考试系统更新日志 author: TX date:2020-09-03 ********/
|
|
|
- .client-checklog-page{
|
|
|
- // banner
|
|
|
- .client-checklog-banner{
|
|
|
- width: 100%;height: 300px;background-color: rgb(0, 102, 204);text-align: center;
|
|
|
- h4{font-size: 56px;color: rgba(255, 255, 255, 1);font-weight: bold;padding-top: 64px;}
|
|
|
- p{font-size: 28px;color: rgb(255, 255, 255);padding-top: 24px;}
|
|
|
- }
|
|
|
- // 数据展示
|
|
|
- .log-data-show{
|
|
|
- height: 200px;
|
|
|
- border-color: rgb(187, 187, 187);
|
|
|
- border-width: 1px;
|
|
|
- border-style: solid;
|
|
|
- box-shadow: rgb(121, 188, 255) 0px 2px 6px 0px;
|
|
|
- border-radius: 10px;
|
|
|
- padding: 24px;
|
|
|
- box-sizing: border-box;
|
|
|
- display: flex;
|
|
|
- justify-content: space-evenly;
|
|
|
- margin-top: -64px;
|
|
|
- background: #fff;
|
|
|
- div{
|
|
|
- display: inline-block;text-align: center;
|
|
|
- span{font-size: 24px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 32px;display: inline-block;}
|
|
|
- p{font-size: 54px;color: rgba(39, 137, 221, 1);font-weight: bold;padding-top: 10px;}
|
|
|
- }
|
|
|
- i{width: 1px;height: 150px;background: lightgray;display: inline-block;}
|
|
|
- }
|
|
|
- // 日志内容
|
|
|
- .log-content-box{
|
|
|
- margin: 52px auto 100px;color: rgb(16, 16, 16);
|
|
|
- li{
|
|
|
- color: rgb(16, 16, 16);border-bottom: 1px dashed #ccc;padding: 0 88px;
|
|
|
- h5{font-size: 18px;margin: 14px 0;font-weight: bold;}
|
|
|
- span{font-size: 18px;margin-bottom: 14px;display: block;font-weight: bold;}
|
|
|
- div{margin-bottom: 14px;}
|
|
|
- i{width: 12px;height: 1px;display: inline-block;background: #bbb;vertical-align: top;margin: 10px 6px 10px 0;}
|
|
|
- p{width: 1000px;font-size: 16px;display: inline-block;vertical-align: middle;line-height: 24px;color: #000;text-align: justify}
|
|
|
- }
|
|
|
- li:last-child{border: 0;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 体验中心 author: TX date:2021-06-09 ********/
|
|
|
- .tiyan-center-page{
|
|
|
- .tiyan-center-register{
|
|
|
- background: #3776ff;text-align: center;padding: 52px 0;margin-top: 70px;
|
|
|
- h5{font-size: 42px;color: #fff;margin: 24px 0;}
|
|
|
- p{font-size: 32px;color: #fff;margin-bottom: 52px;}
|
|
|
- span{font-size: 52px;color: #ffff00}
|
|
|
- a{width: 355px;height: 60px;line-height: 60px;text-align: center;background: #ff4d4d;border-radius: 4px;display: inline-block;color: #fff;}
|
|
|
- }
|
|
|
- @media (max-width: 768px){
|
|
|
- /* 网站banner */
|
|
|
- .client-platform-banner div{background-position-x: 42%;}
|
|
|
- .experience-swiper-box .swiper-pagination-style {width: 80px;margin-left: -30px;}
|
|
|
- }
|
|
|
- }
|
|
|
- // 立即注册弹窗
|
|
|
- .register-now-dialog{
|
|
|
- .el-dialog{
|
|
|
- width:540px;
|
|
|
- // 关闭图标
|
|
|
- .el-icon-close:before{color: #fff}
|
|
|
- // 弹窗头部
|
|
|
- .el-dialog__header{height: 100px;background: #363fdc;}
|
|
|
- // 弹窗body
|
|
|
- .el-dialog__body{
|
|
|
- height:200px;position: relative;background: #fff;
|
|
|
- .register-now-box{
|
|
|
- position: absolute;top: -100px;left: 0;right: 0;
|
|
|
- >p{font-size: 18px;color: #fff;text-align: center;line-height: 24px;margin-bottom: 8px}
|
|
|
- >span{
|
|
|
- margin-top: 36px;color: #666;font-size: 16px;display: block;text-align: center;
|
|
|
- .tel-code{font-size: 30px;color:#1f68b4;font-weight: bold;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .system-box{
|
|
|
- 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;
|
|
|
- a{
|
|
|
- display: inline-block;
|
|
|
- i{width: 158px;height: 120px;display: block;background-size: cover;}
|
|
|
- }
|
|
|
-
|
|
|
- span{width: 1px;min-height: 100px;display:inline-block;background:#e8e8e8;@include setFontStyle(-4);margin: 10px;}
|
|
|
- p{@include setFontStyle(-4);color: rgba(0,0,0,0.85);line-height: 24px;text-align: center;}
|
|
|
- }
|
|
|
- .system-box:nth-child(1){i{background-image:url("~static/images/client/exam/product-function-icon3.png");} }
|
|
|
- .system-box:nth-child(3){i{background-image:url("~static/images/client/train/product-function-icon6.png");} }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 系统维护弹窗
|
|
|
- .system-maintain-dialog{
|
|
|
- .el-dialog{width: 540px;height: 380px;background-image:url("~static/images/client/tiyanCenter/ty-dialog-bj.jpg");}
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 课程开发解决方案 author: TX date:2021-08-06 ********/
|
|
|
- .course-develop-page{
|
|
|
- // 标题
|
|
|
- .course-develop-title{background-color: rgb(39, 68, 98);padding: 50px 0 100px;font-weight: 700;font-size: 24px;color: rgb(255, 255, 255);text-align: center;}
|
|
|
-
|
|
|
- // form
|
|
|
- .course-develop-form{width: 90%;min-height: 380px;background: #fff;margin: -50px auto 0;padding: 40px 24px;box-sizing: border-box;border-radius: 5px;box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 4px -1px;}
|
|
|
-
|
|
|
- // 滑块px
|
|
|
- .nc-container{
|
|
|
- overflow: hidden;height: 52px;
|
|
|
- .nc_wrapper{width:100%!important;margin-bottom: 22px;border-radius: 5px;overflow: hidden;}
|
|
|
- .nc_scale{
|
|
|
- height: 30px;
|
|
|
- .scale_text{overflow: hidden;line-height: 30px;}
|
|
|
- span{width:40px;height: 30px;line-height: 30px;border-radius: 5px;border: 1px solid rgb(187, 187, 187);box-sizing: border-box;overflow: hidden}
|
|
|
- }
|
|
|
- .btn_ok{margin-left: -1px;}
|
|
|
- }
|
|
|
-
|
|
|
- // 输入框-验证码
|
|
|
- .course-develop-input-code{width: calc(100% - 122px);}
|
|
|
- .course-develop-code-btn.el-button{width:110px;box-sizing:border-box;padding: 12px;margin-left: 8px;background-color: rgb(0, 102, 204);color: #fff;}
|
|
|
-
|
|
|
- // 公司名称
|
|
|
- .dialog-input-company{
|
|
|
- .el-form-item__content{display: grid;}
|
|
|
- }
|
|
|
-
|
|
|
- // 表单按钮
|
|
|
- .form-blue-btn,.form-border-btn{
|
|
|
- width: 100%;height: 50px;line-height: 50px;color: rgb(255, 255, 255);border-radius: 5px;@include setFontStyle(-4);text-align: center;border: 1px solid transparent;
|
|
|
- }
|
|
|
-
|
|
|
- .form-blue-btn{background-color: rgb(0, 102, 204);border-color:rgb(0, 102, 204);}
|
|
|
- .form-border-btn{display:block;border-color:rgb(0, 102, 204);color:rgb(0, 102, 204);margin-top: 20px; }
|
|
|
-
|
|
|
- // 咨询电话
|
|
|
- .course-develop-tel{display:block;text-align: center;margin: 60px 0;font-weight: 700;@include setFontStyle(-2);color: #101010;}
|
|
|
-
|
|
|
- // 产品
|
|
|
- .dialog-input-company{text-align: center;padding: 0;}
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 注册页面--手机 author: TX date:2021-08-06 ********/
|
|
|
- .register-phone-page{
|
|
|
- // 标题
|
|
|
- .course-develop-title{font-size: 20px;}
|
|
|
- // 咨询电话
|
|
|
- .course-develop-tel{margin: 46px 0;}
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 复制路径页面--手机 author: TX date:2021-08-06 ********/
|
|
|
- .copy-url-page{
|
|
|
- background: #fff;height: 100vh;
|
|
|
- // 底部
|
|
|
- .success-body-box{
|
|
|
- img{max-width: 100%;padding: 30px;box-sizing: border-box;}
|
|
|
- p{font-weight: 700;font-size: 20px;color: rgb(31, 104, 176);text-align: center;margin: 4px 0;}
|
|
|
- span{line-height: 24px;font-weight: 400;font-size: 16px;color: rgb(16, 16, 16);display: block;text-align: center;padding:30px;word-break: break-all;}
|
|
|
- a{width: 122px;height: 36px;line-height:36px;background-color: rgb(234, 118, 27);color: rgb(255, 255, 255);
|
|
|
- border-radius: 5px;font-size: 14px;display: block;margin: 0 auto;text-align: center}
|
|
|
- }
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- /******** describe: 企业微课制作 author: TX date:2021-09-13 ********/
|
|
|
- .client-makeCourse-page{
|
|
|
- .client-platform-banner{
|
|
|
- background-color: #22252A;
|
|
|
- .free-trial-default-btn{background: #f76377}
|
|
|
- }
|
|
|
- // 按钮
|
|
|
- .btn-big-box{width: 263px;margin: 50px auto 0;display: block;text-align: center;}
|
|
|
-
|
|
|
- // 页面标题
|
|
|
- .make-course-title {width: 100%;font-size: 24px;font-weight: normal;margin-bottom: 35px;padding-left: 10px;color: #333;text-align: center}
|
|
|
- .course-blue-title{color: #3E7BE6;}
|
|
|
-
|
|
|
- // 页面文字
|
|
|
- .make-course-h2{
|
|
|
- width: 100%;text-align: center;padding: 40px 0;border-bottom: 1px solid #CCC;
|
|
|
- img{max-width: 100%;}
|
|
|
- }
|
|
|
-
|
|
|
- // 基本介绍
|
|
|
- .makeCourse-introduce-box{
|
|
|
- margin: 64px 0;
|
|
|
- dl {
|
|
|
- width: 580px;float: left;padding-top: 100px;padding-left: 20px;
|
|
|
- h3{text-align: left}
|
|
|
- dt {width: 100%;font-size: 18px;font-weight: normal;margin-bottom: 35px;color: #333;padding-left: 10px;}
|
|
|
- }
|
|
|
- }
|
|
|
- .contrary-introduce-box{
|
|
|
- margin-bottom: 88px;
|
|
|
- dl {
|
|
|
- width: 480px;float: right;padding-top: 0;height: 350px;
|
|
|
- dt {margin-bottom: 20px;}
|
|
|
- dd{margin-top: 35px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 课程目标
|
|
|
- .course-target-box{
|
|
|
- background: #F8F8F8;padding: 42px 0;
|
|
|
- li{
|
|
|
- width: 20%;display: inline-block;
|
|
|
- div{text-align: center;background: #fff;margin: 5px;padding: 24px 0;}
|
|
|
- img{height: 100px;margin-bottom: 24px;}
|
|
|
- span{text-align: center;font-size: 18px;color: #333;display: block}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 培训讲师介绍
|
|
|
- .px-teacher-box{
|
|
|
- margin: 60px 0;
|
|
|
- .teacher-content-box{display: flex;justify-content: space-between;align-items: center;}
|
|
|
- span{display: block;font-size: 18px;color: #333;text-align: center;}
|
|
|
- p{margin-left: 70px;line-height: 50px;}
|
|
|
- .btn-big-box{margin-top: 32px;}
|
|
|
- }
|
|
|
-
|
|
|
- // 课程体系
|
|
|
- .course-system-box{
|
|
|
- padding: 32px 0;
|
|
|
- .course-system-img{margin-bottom: 40px;max-width: 100%;}
|
|
|
- img{max-width: 100%;}
|
|
|
- }
|
|
|
-
|
|
|
- // 微课设计
|
|
|
- .course-learn-box{
|
|
|
- padding: 64px 0;
|
|
|
- .learn-box-list li div{margin: 0 16px 0;}
|
|
|
- }
|
|
|
-
|
|
|
- // 报名学习
|
|
|
- .sign-study-box{
|
|
|
- width: 100%;
|
|
|
- .study-gj-box{width: 100%;height: 298px;background-image:url("~static/images/client/makeCourse/sign-study-bj.png");
|
|
|
- margin-top: 20px;border-radius: 8px;bottom: -20px;position: relative;}
|
|
|
- .sign-study-content{
|
|
|
- position: absolute;bottom: 74px;font-size: 0;left: 76px;
|
|
|
- .el-input{
|
|
|
- width: 400px;font-size: 16px;
|
|
|
- .el-input__inner{height: 64px;display: inline-block;border-radius: 0;font-size: 16px}
|
|
|
- .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
-
|
|
|
- .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
-
|
|
|
- .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
|
|
|
- font-size: 16px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-button{width:150px;height:64px;display: inline-block;margin-left: -1px;font-size: 16px}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- @media (max-width: 768px) {
|
|
|
- // 按钮
|
|
|
- .client-default-Btn{width: 120px;height: 35px;line-height: 35px;margin: 32px auto 0;}
|
|
|
-
|
|
|
- // 页面标题
|
|
|
- .make-course-title {font-size: 16px;margin-bottom: 16px;color: #3E7BE6;padding-left: 0;font-weight: bold;}
|
|
|
-
|
|
|
- // 页面文字
|
|
|
- .make-course-h2{
|
|
|
- padding: 32px 0;
|
|
|
- }
|
|
|
-
|
|
|
- // 基本介绍
|
|
|
- .makeCourse-introduce-box{
|
|
|
- margin: 32px 0;
|
|
|
- img{max-width: 100%;display: block;margin: 0 auto;}
|
|
|
- dl {
|
|
|
- width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;
|
|
|
- h3{text-align: center;}
|
|
|
- dt {font-size: 14px;margin-bottom: 16px;color: #555555;padding-left: 0;line-height: 24px}
|
|
|
- }
|
|
|
- }
|
|
|
- .contrary-introduce-box{
|
|
|
- dl {
|
|
|
- width: 100%;float: unset;padding: 24px 10px;box-sizing: border-box;text-align: center;height: unset;
|
|
|
- dt {margin-bottom: 4px;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 课程目标
|
|
|
- .course-target-box{
|
|
|
- background: #F8F8F8;padding: 16px 0 32px;
|
|
|
- h3{font-size: 18px;color: #333;margin: 12px 0;text-align: center}
|
|
|
- ul{text-align: center;}
|
|
|
- li{
|
|
|
- width: 33.33%;
|
|
|
- div{margin: 6px;padding: 16px 0;}
|
|
|
- img{height: 40px;margin-bottom: 10px;}
|
|
|
- span{font-size: 16px;color: #333;}
|
|
|
- }
|
|
|
- .btn-big-box{margin-top: 50px;}
|
|
|
- }
|
|
|
-
|
|
|
- // 培训讲师介绍
|
|
|
- .px-teacher-box{
|
|
|
- margin: 32px 0;
|
|
|
- .teacher-img-box{
|
|
|
- width: 80px;padding: 0;box-sizing: border-box;flex-shrink: 0;
|
|
|
- img{width: 80px;display: inline-block;vertical-align: middle;}
|
|
|
- }
|
|
|
- .teacher-content-box{display: flex;justify-content: space-between;}
|
|
|
- span{font-size: 16px;margin: 10px 0;}
|
|
|
- p{font-size: 14px;line-height: 24px;margin: 10px 12px;text-align: justify;}
|
|
|
- .btn-big-box{margin-top: 32px;}
|
|
|
- }
|
|
|
-
|
|
|
- // 微课设计
|
|
|
- .course-learn-box{
|
|
|
- padding: 32px 0;
|
|
|
- .client-container{padding: 0}
|
|
|
- .learn-box-list li div{margin: 0}
|
|
|
- }
|
|
|
-
|
|
|
- // 报名学习
|
|
|
- .sign-study-box{
|
|
|
- background: #3776ff;
|
|
|
- .client-container{padding: 0;}
|
|
|
- .study-gj-box{height:180px;background-image:url("~static/images/client/makeCourse/sign-study-sjBj.png");background-size: contain;background-repeat: no-repeat;
|
|
|
- bottom: 0;border-radius: 0;background-position: center;}
|
|
|
- .sign-study-content{
|
|
|
- bottom: 40px;left: 40px;right: 40px;
|
|
|
- .el-input{
|
|
|
- width: 68%;font-size: 14px;vertical-align: middle;
|
|
|
- .el-input__inner{height: 38px;font-size: 14px}
|
|
|
- .el-input__inner::-webkit-input-placeholder { /* WebKit browsers */
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- .el-input__inner::-moz-placeholder { /* Mozilla Firefox 19+ */
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
-
|
|
|
- .el-input__inner:-ms-input-placeholder { /* Internet Explorer 10+ */
|
|
|
- font-size: 14px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- .el-button{width:32%;height:38px;font-size: 14px;border-radius: 2px;vertical-align: middle; padding: 0;}
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- /**************** describe:城市合作商 author: TX date:2022-09-22 ****************/
|
|
|
- .urban-partners-page{
|
|
|
- // 标题
|
|
|
- .urban-partners-title{
|
|
|
- font-size: 36px;color: #3b3838;text-align: center;font-weight: 700;
|
|
|
- }
|
|
|
-
|
|
|
- // banner
|
|
|
- .urban-partners-banner{
|
|
|
- width:100%;height: 514px;background-position: center;position: relative;
|
|
|
- background-image:url("~static/images/client/urbanPartners/urban-partners-banner-pc.png");
|
|
|
- span{
|
|
|
- width: 222px;height: 58px;line-height:58px;display: inline-block;font-size: 24px;
|
|
|
- background: #f5f5f5;border-radius: 10px;color: #1d1ab2;position: absolute;left: 50%;
|
|
|
- transform: translateX(-50%);bottom: 126px;text-align: center;cursor: pointer;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 携手栋科软件
|
|
|
- .xs-dk-box{
|
|
|
- width: 100%;height: 386px;padding-top: 105px;box-sizing: border-box;
|
|
|
- background-image:url("~static/images/client/urbanPartners/xs-dk-bj.png");
|
|
|
- background-position: center;background-size: cover;
|
|
|
- ul{display: flex;margin-top: 82px;justify-content: space-around;}
|
|
|
- li{font-size: 22px;text-align: center;}
|
|
|
- span{color: #0165CD;font-size: 36px;font-family: 'Din';padding: 0 4px;}
|
|
|
- }
|
|
|
-
|
|
|
- // 私有化部署
|
|
|
- .syh-bs-box{
|
|
|
- background: #F9F9F9;padding: 70px 0 114px;
|
|
|
- // 布局
|
|
|
- .syh-bs-card{
|
|
|
- display: flex;
|
|
|
- >div{width: 50%;}
|
|
|
- >div +div{margin-left: 50px;}
|
|
|
- }
|
|
|
- // 头部
|
|
|
- .syh-bs-head{
|
|
|
- h4{font-size: 36px;font-weight: 700;color: #3b3838;text-align: center}
|
|
|
- i{
|
|
|
- width:313px;height:35px;display: block;margin: 12px auto;
|
|
|
- background-image:url("~static/images/client/urbanPartners/tree-branch-icon.png");}
|
|
|
- }
|
|
|
-
|
|
|
- // 内容区域
|
|
|
- .syh-bs-body{
|
|
|
- display: flex;margin: 0 -25px;
|
|
|
- li{width: 50%;}
|
|
|
- div{height:352px;margin: 0 25px;background: #fff;border: 1px solid #d0d0d0;border-radius: 10px;}
|
|
|
- i{width: 83px;height: 80px;display: block;margin: 56px auto 0;}
|
|
|
- h5{font-size: 20px;font-weight: 700;color: #3b3838;text-align: center;margin: 36px 0 24px;}
|
|
|
- p{width:82%;font-size: 18px;font-weight: 400;color: #3b3838;display: flex;
|
|
|
- line-height: 28px;margin: 0 auto;text-align: justify;}
|
|
|
- p:before{
|
|
|
- content: '';width: 6px;height: 6px;background: #1d3ac3;border-radius: 50%;
|
|
|
- flex-shrink: 0;margin: 10px 12px 0 0;
|
|
|
- }
|
|
|
- }
|
|
|
- .syh-bs-left li:nth-child(1) i{background-image:url("~static/images/client/urbanPartners/syh-bs-icon1.png");}
|
|
|
- .syh-bs-left li:nth-child(2) i{background-image:url("~static/images/client/urbanPartners/syh-bs-icon2.png");}
|
|
|
- .syh-bs-right li:nth-child(1) i{background-image:url("~static/images/client/urbanPartners/syh-bs-icon3.png");}
|
|
|
- .syh-bs-right li:nth-child(2) i{background-image:url("~static/images/client/urbanPartners/syh-bs-icon4.png");}
|
|
|
- }
|
|
|
-
|
|
|
- // 合作优势
|
|
|
- .hz-ys-box{
|
|
|
- background-color: #fff;padding: 94px 0 120px;font-size: 0;
|
|
|
- h5{font-size: 24px;color: #3b3838;text-align: center;margin: 24px 0 75px;}
|
|
|
- .hz-ys-card{
|
|
|
- width: 48%;display: inline-block;border: 1px solid #2a63c6;padding: 35px 48px 35px 78px;
|
|
|
- border-radius: 10px;box-sizing: border-box;
|
|
|
- p{display: flex;font-size: 20px;font-weight: 500;margin-bottom: 32px;
|
|
|
- color: #3b3838;line-height: 64px;}
|
|
|
- p:last-child{margin-bottom: 0;}
|
|
|
- i{width: 64px;height: 64px;display: block;margin-right: 44px;}
|
|
|
- }
|
|
|
- .hz-ys-card +.hz-ys-card{margin-left: 4%;}
|
|
|
- .card-left p:nth-child(1) i{background-image:url("~static/images/client/urbanPartners/hz-ys-icon1.png");}
|
|
|
- .card-left p:nth-child(2) i{background-image:url("~static/images/client/urbanPartners/hz-ys-icon3.png");}
|
|
|
- .card-left p:nth-child(3) i{background-image:url("~static/images/client/urbanPartners/hz-ys-icon5.png");}
|
|
|
- .card-right p:nth-child(1) i{background-image:url("~static/images/client/urbanPartners/hz-ys-icon2.png");}
|
|
|
- .card-right p:nth-child(2) i{background-image:url("~static/images/client/urbanPartners/hz-ys-icon4.png");}
|
|
|
- .card-right p:nth-child(3) i{background-image:url("~static/images/client/urbanPartners/hz-ys-icon6.png");}
|
|
|
- }
|
|
|
-
|
|
|
- // 合作条件
|
|
|
- .hz-tj-box{
|
|
|
- width: 100%;height: 651px;padding: 128px 0 124px;box-sizing: border-box;
|
|
|
- background-image:url("~static/images/client/urbanPartners/hz-tj-bj.png");background-repeat: no-repeat;
|
|
|
- background-position: center;
|
|
|
- .hz-yj-body{
|
|
|
- display: flex;margin: 100px -12px 0;
|
|
|
- li{width: 25%;}
|
|
|
- div{height: 267px;display: block;background: #fff;border-radius: 10px;margin: 0 12px;overflow: hidden;}
|
|
|
- div:before{content: '';width:100%;height: 10px;display: block;
|
|
|
- background: linear-gradient(89deg,#2739f6 0%, #5bbaf9 100%);}
|
|
|
- p{
|
|
|
- font-size: 26px;font-weight: 500;text-align: center;color: #2a63c6;margin-top: 70px;
|
|
|
- }
|
|
|
- span{
|
|
|
- font-size: 18px;font-weight: 400;text-align: center;color: #3b3838;line-height: 30px;
|
|
|
- margin-top: 30px;display: block;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 合作商申请流程
|
|
|
- .sq-lc-box{
|
|
|
- padding: 90px 0 44px;
|
|
|
- // 内容区域
|
|
|
- .sq-lc-body{
|
|
|
- display: flex;justify-content: space-between;margin-top: 83px;border-bottom: 1px dashed #d0d0d0;padding-bottom: 24px;
|
|
|
- i{width: 91px;height: 91px;display: block;margin-bottom: 18px;}
|
|
|
- span{
|
|
|
- font-size: 22px;font-weight: 400;text-align: center;color: #3b3838;
|
|
|
- }
|
|
|
- li{position: relative}
|
|
|
- li:nth-child(1) i{background-image:url("~static/images/client/urbanPartners/sq-lc-icon1.png");}
|
|
|
- li:nth-child(2) i{background-image:url("~static/images/client/urbanPartners/sq-lc-icon2.png");}
|
|
|
- li:nth-child(3) i{background-image:url("~static/images/client/urbanPartners/sq-lc-icon3.png");}
|
|
|
- li:nth-child(4) i{background-image:url("~static/images/client/urbanPartners/sq-lc-icon4.png");}
|
|
|
- li:nth-child(5) i{background-image:url("~static/images/client/urbanPartners/sq-lc-icon5.png");}
|
|
|
- li:nth-child(6) i{background-image:url("~static/images/client/urbanPartners/sq-lc-icon6.png");}
|
|
|
- li:after{
|
|
|
- content: '';width: 8px;height: 8px;background: #898989;display: block;border-radius: 50%;
|
|
|
- position: absolute;bottom: -28px;left: 50%;transform: translateX(-50%);
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 二维码区域
|
|
|
- .two-code-box{
|
|
|
- i{width: 115px;height: 115px;display: block;margin: 60px auto 20px;background-size: cover;
|
|
|
- //border: 1px solid #666;border-radius: 4px;
|
|
|
- background-image:url("~static/images/client/urbanPartners/zs-qd-code.png");}
|
|
|
- p{
|
|
|
- font-size: 20px;font-weight: 400;text-align: center;color: #3b3838;
|
|
|
- }
|
|
|
- a{
|
|
|
- width: 205px;height: 52px;line-height:52px;background: #2a63c6;border-radius: 6px;cursor: pointer;
|
|
|
- font-size: 24px;font-weight: 400;text-align: center;color: #e6e8ef;display: block;margin: 20px auto;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 优秀合作伙伴真实评价
|
|
|
- .zs-pj-box{
|
|
|
- background-color: #F9F9F9;padding: 100px 0 70px;
|
|
|
- ul{display: flex;margin: 70px 0 0;justify-content: space-between;}
|
|
|
- li{
|
|
|
- width: 366px;height:420px;border-radius: 4px;background-color: #fff;overflow: hidden;
|
|
|
- i{width:367px;height:196px;display: block;}
|
|
|
- h5{
|
|
|
- font-size: 20px;font-weight: 700;text-align: justify;
|
|
|
- color: #3b3838;line-height: 24px;margin: 30px 24px 0;
|
|
|
- }
|
|
|
- p{
|
|
|
- font-size: 16px;font-weight: 400;text-align: justify;
|
|
|
- color: #3b3838;line-height: 24px;margin: 16px 24px 0;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- li:nth-child(1) i{background-image:url("~static/images/client/urbanPartners/zs-pj-img1.jpg");}
|
|
|
- li:nth-child(2) i{background-image:url("~static/images/client/urbanPartners/zs-pj-img2.jpg");}
|
|
|
- li:nth-child(3) i{background-image:url("~static/images/client/urbanPartners/zs-pj-img3.jpg");}
|
|
|
- }
|
|
|
-
|
|
|
- // 申请城市合作商
|
|
|
- .sqcs-hzs-box{
|
|
|
- width: 100%;height: 303px;padding: 77px 0 50px;box-sizing: border-box;
|
|
|
- background-image:url("~static/images/client/urbanPartners/zs-sq-bj-pc.png");
|
|
|
- h4,h5{font-size: 36px;font-weight: 400;text-align: center;color: #ffffff;}
|
|
|
- h5{font-weight: 700;margin-top: 20px;}
|
|
|
- a{
|
|
|
- width: 208px;height: 54px;background: #ffffff;display: block;
|
|
|
- line-height:54px;border-radius: 6px;font-size: 24px;font-weight: 400;
|
|
|
- text-align: center;color: #2a63c6;margin: 28px auto 0;}
|
|
|
- }
|
|
|
-
|
|
|
- // 申请城市合作商弹窗
|
|
|
- .apply-collaborate-dialog{
|
|
|
- .el-dialog{width: 480px;border-radius: 8px;}
|
|
|
- .el-dialog__header{display: none;}
|
|
|
- .el-dialog__body{padding:0 48px 38px;}
|
|
|
- // 弹窗标题
|
|
|
- h4{
|
|
|
- font-size: 28px;font-weight: 700;color: #2a63c6;
|
|
|
- padding: 36px 0 40px;text-align: center;
|
|
|
- }
|
|
|
- // 按钮
|
|
|
- .dialog-btn-box{display: flex;justify-content: center;margin-top: 18px;}
|
|
|
- .apply-dialog-btn{
|
|
|
- width: 120px;height: 48px;cursor: pointer;font-weight: 400;
|
|
|
- line-height: 48px;background: #0165CD;border-radius: 6px;
|
|
|
- font-size: 18px;color: #fff;text-align: center;
|
|
|
- }
|
|
|
- .apply-dialog-btn + .apply-dialog-btn{margin-left: 20px}
|
|
|
- .dialog-cancel-btn{
|
|
|
- border: 1px solid #2a63c6;background: #fff;color: #2a63c6;
|
|
|
- }
|
|
|
- .el-input__prefix .el-input__icon{width: 16px;height: 16px;display: block;background-size: cover;margin: 12px 4px;}
|
|
|
- .dialog-user-icon{background-image:url("~static/images/client/urbanPartners/dialog-user-icon.png");}
|
|
|
- .dialog-tel-icon{background-image:url("~static/images/client/urbanPartners/dialog-tel-icon.png");}
|
|
|
- .dialog-company-icon{background-image:url("~static/images/client/urbanPartners/dialog-company-icon.png");}
|
|
|
- .dialog-region-icon{background-image:url("~static/images/client/urbanPartners/dialog-region-icon.png");}
|
|
|
- .dialog-email-icon{background-image:url("~static/images/client/urbanPartners/dialog-email-icon.png");}
|
|
|
- }
|
|
|
-
|
|
|
- @media (max-width: 768px){
|
|
|
- // 标题
|
|
|
- .urban-partners-title{
|
|
|
- font-size: 18px;line-height: 26px;
|
|
|
- }
|
|
|
-
|
|
|
- // banner
|
|
|
- .urban-partners-banner{
|
|
|
- width: 100%;height: 222px;background-size: cover;
|
|
|
- background-image:url("~static/images/client/urbanPartners/urban-partners-banner-sj.png");
|
|
|
- span{
|
|
|
- width: 120px;height: 28px;line-height:28px;font-size:14px;border-radius: 4px;bottom: 16px;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 携手栋科软件
|
|
|
- .xs-dk-box{
|
|
|
- height: 218px;padding-top: 25px;
|
|
|
- ul{justify-content: center;flex-wrap: wrap;margin-top: 36px;}
|
|
|
- li{width: 50%;font-size: 12px;font-weight: 600;margin-bottom: 22px;}
|
|
|
- span{font-size: 18px;padding: 0 2px;font-weight: normal;}
|
|
|
- }
|
|
|
-
|
|
|
- // 私有化部署
|
|
|
- .syh-bs-box{
|
|
|
- padding: 26px 0;
|
|
|
- // 布局
|
|
|
- .syh-bs-card{
|
|
|
- display: flex;flex-wrap: wrap;
|
|
|
- >div{width: 100%;}
|
|
|
- >div +div{margin-left: unset;}
|
|
|
- }
|
|
|
-
|
|
|
- // 头部
|
|
|
- .syh-bs-head{
|
|
|
- flex-wrap: wrap;
|
|
|
- div{width: 100%;}
|
|
|
- h4{font-size: 18px;}
|
|
|
- i{
|
|
|
- width:156px;height:17px;margin: 8px auto 6px;background-size: contain;
|
|
|
- background-repeat: no-repeat;background-position: center;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 内容区域
|
|
|
- .syh-bs-body{
|
|
|
- display: flex;margin: 0 0 42px;
|
|
|
- li{width: 50%;}
|
|
|
- div{height: 110%;margin: 0 6%;}
|
|
|
- i{width: 38px;height: 36px;margin: 30px auto 0;background-size: contain;
|
|
|
- background-repeat: no-repeat;background-position: center;}
|
|
|
- h5{font-size: 12px;margin: 20px 0 12px;}
|
|
|
- p{width:90%;font-size: 12px;line-height: 20px;}
|
|
|
- p:before{
|
|
|
- content: '';width: 3px;height: 3px;margin: 10px 6px 0 0;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 合作优势
|
|
|
- .hz-ys-box{
|
|
|
- padding: 36px 0 24px;
|
|
|
- h5{font-size: 12px;margin: 12px 0 38px;}
|
|
|
- .hz-ys-card{
|
|
|
- width: 90%;display: block;padding: 18px 18px 18px 24px;margin: 0 auto 18px;
|
|
|
- p{font-size: 12px;margin-bottom: 16px;
|
|
|
- color: #3b3838;line-height: 32px;}
|
|
|
- i{width: 32px;height: 32px;margin-right: 14px;background-size: contain;
|
|
|
- background-repeat: no-repeat;background-position: center;}
|
|
|
- }
|
|
|
- .hz-ys-card +.hz-ys-card{margin-left:unset;}
|
|
|
- .card-right{margin: 0 auto!important;}
|
|
|
- }
|
|
|
-
|
|
|
- // 合作条件
|
|
|
- .hz-tj-box{
|
|
|
- height: 391px;padding: 34px 0 30px;background-size: cover;
|
|
|
- .hz-yj-body{
|
|
|
- display: flex;margin: 20px 0 0;flex-wrap: wrap;
|
|
|
- li{width: 50%;margin-bottom: 23px;}
|
|
|
- div{height: 134px;margin: 0 6px;}
|
|
|
- div:before{height: 5px;}
|
|
|
- p{font-size: 14px;margin-top: 24px;}
|
|
|
- span{
|
|
|
- font-size: 12px;line-height: 18px;margin-top: 20px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 合作商申请流程
|
|
|
- .sq-lc-box {
|
|
|
- padding: 32px 0 34px;
|
|
|
- // 二维码区域
|
|
|
- .two-code-box {
|
|
|
- i {width: 60px;height: 60px;margin: 0 auto 10px;background-size: cover;}
|
|
|
- p {font-size: 10px;}
|
|
|
- a {
|
|
|
- width: 102px;height: 26px;line-height: 26px;
|
|
|
- border-radius: 4px;font-size: 12px;margin: 10px auto;
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 图片展示
|
|
|
- .sq-lc-body-img{
|
|
|
- width: 100%;height: 222px;background-size: contain;margin-top: 16px;
|
|
|
- background-repeat: no-repeat;background-position: center;
|
|
|
- background-image:url("~static/images/client/urbanPartners/sqlc-body-img.png");
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- // 优秀合作伙伴真实评价
|
|
|
- .zs-pj-box{
|
|
|
- padding: 38px 0 34px;
|
|
|
- ul{margin: 27px 0 0;justify-content: center;flex-wrap: wrap;}
|
|
|
- li{
|
|
|
- width: 48%;height:auto;background-size: cover;margin-bottom: 32px;border-radius: 2px;
|
|
|
- i{width: 100%;height: 100px;background-size: cover;flex-shrink: 0;}
|
|
|
- h5{
|
|
|
- font-size: 12px;line-height: 12px;margin: 14px 10px 0;
|
|
|
- }
|
|
|
- p{
|
|
|
- font-size: 11px;line-height: 18px;margin: 8px 10px 10px;
|
|
|
- }
|
|
|
- }
|
|
|
- li + li{margin-left: 4%;}
|
|
|
- }
|
|
|
-
|
|
|
- // 申请城市合作商
|
|
|
- .sqcs-hzs-box{
|
|
|
- width: 100%;height: 150px;padding: 36px 0 24px;background-repeat: no-repeat;
|
|
|
- background-size: cover;background-position: center;
|
|
|
- background-image:url("~static/images/client/urbanPartners/zs-sq-bj-sj.png");
|
|
|
- h4,h5{font-size: 18px;}
|
|
|
- h5{margin-top: 10px;}
|
|
|
- a{
|
|
|
- width: 104px;height: 27px;line-height:27px;border-radius: 3px;
|
|
|
- font-size: 12px;margin: 14px auto 0;}
|
|
|
- }
|
|
|
-
|
|
|
- // 弹窗
|
|
|
- .apply-collaborate-dialog{
|
|
|
- .el-dialog{width: 90%;}
|
|
|
- .el-dialog__body{padding:0 20px 24px;}
|
|
|
- // 弹窗标题
|
|
|
- h4{font-size: 20px;padding: 20px 0;}
|
|
|
- // 按钮
|
|
|
- .apply-dialog-btn{
|
|
|
- width: 100px;height: 36px;line-height: 36px;font-size: 14px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
- /**************** describe:课程开发梗概 author: TX date:2022-12-29 ****************/
|
|
|
- .website-course-synopsis-page{
|
|
|
- min-width: 1360px;
|
|
|
- .website-synopsis-banner{
|
|
|
- width: 100%;
|
|
|
- height: 560px;
|
|
|
- background-color:#fff;
|
|
|
- background-position: center;
|
|
|
- background-repeat: no-repeat;
|
|
|
- cursor: pointer;
|
|
|
- }
|
|
|
- .synopsis-services-box{
|
|
|
- width: 1360px;display: flex;align-items: center;justify-content: center;margin: 0 auto;
|
|
|
- // 头部图片
|
|
|
- img{ width: 726px;height: 510px;margin: 0 140px 0 0;}
|
|
|
-
|
|
|
- // 内容区域
|
|
|
- .course-services-content{
|
|
|
- width: 460px;
|
|
|
- box-sizing: border-box;
|
|
|
- display: block;
|
|
|
- h6{font-family: MiSans-Regular, "微软雅黑", Arial, sans-serif;@include setFontStyle(10);color: #0065cd;margin-bottom: 28px;}
|
|
|
- p{@include setFontStyle(4);color: #333;margin-bottom: 30px;text-align: justify;}
|
|
|
- .synopsis-list-box{
|
|
|
- display: flex;align-items: center;flex-wrap: wrap;
|
|
|
- li{width: 33.33%;margin-bottom: 24px;display: flex;align-items: center}
|
|
|
- span{@include setFontStyle(-4);color: #333;}
|
|
|
- i{width: 7px;height: 7px;background: #0066cc;display: block;border-radius: 50%;margin-right: 12px;}
|
|
|
- }
|
|
|
-
|
|
|
- .client-btn-box{margin: 48px 0 0;}
|
|
|
- .client-default-Btn,.client-default-white-Btn{width: 150px;height: 40px;line-height: 40px;display:inline-block;background: #0065CD;border: 1px solid #0065CD;box-sizing: border-box;}
|
|
|
- .client-default-white-Btn{background: #fff;color: #0065CD;}
|
|
|
- a,div.client-default-Btn{margin-right: 24px}
|
|
|
- span.client-default-Btn{background: transparent;color: #0065CD;margin-right: 0;}
|
|
|
- }
|
|
|
- }
|
|
|
- .synopsis-blue{background: #f5f9ff;}
|
|
|
- .website-row-reverse{
|
|
|
- img{margin: 0 0 0 60px;}
|
|
|
- .course-services-content{margin-left: 120px;}
|
|
|
- }
|
|
|
- @media (max-width: 768px){
|
|
|
- padding-bottom: 52px;min-width: unset;
|
|
|
- // banner
|
|
|
- .website-synopsis-banner{height: 150px;background-size: cover;}
|
|
|
- // row
|
|
|
- .synopsis-services-box{
|
|
|
- width:100%;flex-direction: column;padding: 0;
|
|
|
- // 头部图片
|
|
|
- img{max-width: 100%;height: auto;float: none;margin: 0 auto;}
|
|
|
-
|
|
|
- // 内容区域
|
|
|
- .course-services-content{
|
|
|
- width: 100%;padding: 0 10px;margin: 0;
|
|
|
- h6{@include setFontStyle(-4);margin: 24px 0 16px;font-weight: bold;text-align: center;}
|
|
|
- p{margin-bottom: 0;color: rgba(85, 85, 85, 1);font-size: 14px;text-align: center;}
|
|
|
- .synopsis-list-box{
|
|
|
- width: 85%;margin: 24px auto 0;
|
|
|
- li{width: 33.33%;margin-bottom: 12px;}
|
|
|
- span{@include setFontStyle(-7);color: #333;}
|
|
|
- i{width: 6px;height: 6px;margin-right: 8px;}
|
|
|
- }
|
|
|
- .client-btn-box{text-align: center;margin:40px 0;}
|
|
|
- .client-default-Btn,.client-default-white-Btn{width: 120px;height: 35px;line-height: 35px;}
|
|
|
- a,div.client-default-Btn{margin-right: 16px}
|
|
|
- }
|
|
|
- }
|
|
|
- .website-row-reverse img{margin: 0 auto;}
|
|
|
- }
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
}
|
|
|
|