@import "./common/common"; @import "./common/header.css"; @import "./common/pro-header"; @import "./common/footer.css"; @import "./common/pro-banner"; @import "./common/sectionAbout"; //@import "./common/slideCase"; //客户案例 @import "./common/linkNews";//相关资讯 //@import "./common/tabBar"; @import "./common/freeUse"; .productContent{ width: 100%; height: auto; overflow: hidden; .productInfo{ display: none; .row{ margin-bottom: 60px; } .productInfoImg{ max-width: 40rem; } .img-wrapper.allimg{ width: 100%; margin-bottom: 40px; } } .productFeatures{ .section-about{ .row{ padding: 90px 0; } } } } /*产品简介*/ .productInfoTxt{ h2{ font-size: 2.8rem; font-weight:500; color: @fontColor; line-height: 40px; } p{ font-size: 1.6rem; font-weight:400; color: #657180; line-height: 28px; margin: 10px 0 36px 0; } } @media (max-width: 992px) { .productContent{ .productInfo{ .img-wrapper{ //width: 100%; } } } }