@import "./common/common"; @import "./common/header.css"; @import "./common/pro-header"; @import "./common/footer.css"; @import "./common/pro-banner"; @import "./common/sectionAbout";//左图右文 @import "./common/freeUse"; //banner .sectionBanner{ height: 470px; background:linear-gradient(-90deg,rgba(43,134,255,1),rgba(0,86,235,1)); .productBanner1{ background: url("../images/CiIntroduceMore/banner1.png") bottom right -60px no-repeat; background-size: auto; }; .productBanner2{ background: url("../images/CiIntroduceMore/banner2.png") bottom right -60px no-repeat; background-size: auto; }; .productBanner3{ background: url("../images/CiIntroduceMore/banner3.png") bottom right -60px no-repeat; background-size: auto; }; .productBanner4{ background: url("../images/CiIntroduceMore/banner4.png") bottom right -60px no-repeat; background-size: auto; }; } .productBanner{ height: 470px; .banner-text{ padding-top: 110px; padding-left: 4.6rem; color: #fff; font-family:SourceHanSansCN-Medium; h1{ font-size: 4.8rem; line-height: 5rem; } p{ font-size: 2.4rem; line-height: 3.4rem; margin: 1.33rem 0 2.5rem 0; } .btn{ margin-right: 16px; } } } .section-subnav{ width: 100%; height: 70px; background: #F0F2F5; font-size: 1.8rem; .navbar-productMain{ text-align: center; ul{ //display: block; .li-lor{ float: left; width: auto; height: 70px; padding: 0 50px; line-height: 70px; .navlink{ color: #5C5E67; } &.active{ background: #fff; border-bottom: 2px solid #006eff; .navlink{ color: @mainColor; } } } } } } .productInfo{ .cardInfo { .col-md-3, .col-sm-6, .col-12{ padding-left: 28px; padding-right: 28px; } } .cardInfo .col-md-4{ padding-left: 40px; padding-right: 40px; } } .easyInfo{ font-size: 1.8rem; color: #1A1A1A; line-height: 3.6rem; font-weight:400; margin: 60px 0; } .panel{ box-shadow:0px 12px 24px 0px rgba(0,109,255,0.16); border-radius:10px; padding: 34px 0; text-align: center; margin-bottom: 20px; .panel-head{ margin: auto; width: 120px; } h5{ font-size: 2rem; margin-top: 15px; font-weight:400; } } .subtit{ text-align: center; font-size: 3.4rem; color: #2A2E48; line-height: 5rem; margin: 100px 0 60px; } //易用的全栈监控 logo列表 .serveSupMenu{ h6{ font-size: 1.8rem; font-weight:500; color: #1A1A1A; margin: 15px 10px 15px; } } .explain{ font-size: 1.6rem; color: #1A1A1A; line-height: 2.4rem; margin: 10px 0 0 10px; } .referenceInfo{ font-size: 1.8rem; color: #1A1A1A; margin: 60px auto 80px; h2{ font-size: 1.8rem; } p{ margin-top: 8px; } a,.afont{ font-size: 1.4rem; } ul{ margin-top: 10px; li{ line-height: 30px; } } } .section-featurette{ margin-top: 30px; position: relative; .section-about{ .right-content-area p{ font-size: 1.8rem; color: #1A1A1A; } } .CIimg-wrapper{ max-width: 893px; } .img{ position: absolute; z-index: -1; } } //服务器秒级接入 .section-featurette2{ .img{ top: 200px; } .loadmore-btn{ font-size: 18px; margin-top: 10px; } .referenceInfo{ margin-top: 0; } } //沉浸式交互看板 .section-featurette3{ .img{ top: 150px; } .referenceInfo{ margin-top: 0; } } .section-test{ min-height: 260px; padding: 50px 0; background: url("../images/CiIntroduceMore/test-bg.png") center center/cover no-repeat; } //简单5步,快速获得真实有效的压力 .simpleStep{ color: #657180; margin: 60px 0; .col-md-4, .col-sm-4, .col-12{ padding:0 18px; } .step-cont{ padding: 30px; height: 130px; box-shadow:0px 10px 24px 0px rgba(0,109,255,0.16); border-radius:10px; display: flex; .step-num{ font-size: 5.6rem; color: @mainColor; margin-right: 20px; min-height: 100px; font-weight: normal; width: 56px; } .step-info{ max-width: 210px; flex: 1; p{ font-size: 1.4rem; line-height: 24px; } } } } .navbarfixed{ position:fixed; transition: all 0.6s ease-in-out; z-index: 10; top: 80px; background: #fff; box-shadow: 0 0 10px -1px rgba(0, 123, 255, 0.2);; //底部阴影 ; //box-shadow: 0 0 30px 0 rgba(0,123,255,.5); border-bottom: none; } .header .navbar-sticky.sticky { box-shadow: none; border-bottom: 1px solid #f5f5f5; } @media (max-width: 992px) { .productInfo{ .col-md-4{ padding-left: 16px; padding-right: 16px; } } .sectionBanner{ .productBanner1,.productBanner2,.productBanner3,.productBanner4{ background: none; } } .productBanner{ background-image:none ; .banner-text{ padding-top: 80px; color: #fff; font-family:SourceHanSansCN-Medium; h1{ font-size: 3.6rem; } p{ font-size: 2.4rem; } } } .simpleStep .step-cont{ .step-num{ width: 50px; } .step-info p{ font-size: 1.3rem; } } }