|
|
@@ -179,9 +179,41 @@ body[data-scale="175"] {
|
|
|
border-radius: calc(8px * var(--inverse-scale));
|
|
|
}
|
|
|
|
|
|
+ //首页
|
|
|
+ .banner-section{
|
|
|
+ .info-row{
|
|
|
+ height: 80px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ //企业介绍
|
|
|
+ .banner-section.about-us{
|
|
|
+ .data-stats{
|
|
|
+ bottom: 28px;
|
|
|
+ left: 20px;
|
|
|
+ right: 20px;
|
|
|
+ padding: 15px 0;
|
|
|
+ .stats-item{
|
|
|
+ .stats-label{
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ .qualification-section{
|
|
|
+ .certificate-container{
|
|
|
+ padding: 10px 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ //联系我们
|
|
|
+ .contact-info-section{
|
|
|
+ margin-top: -130px;
|
|
|
+ }
|
|
|
+
|
|
|
.section-title {
|
|
|
font-size: calc(32px * var(--inverse-scale)) !important;
|
|
|
- margin-bottom: calc(16px * var(--inverse-scale));
|
|
|
+ margin-bottom: calc(80px * var(--inverse-scale));
|
|
|
}
|
|
|
|
|
|
.section-subtitle {
|
|
|
@@ -412,6 +444,9 @@ body[data-scale="175"] {
|
|
|
.content-left {
|
|
|
flex: 0 0 calc(800px * var(--inverse-scale));
|
|
|
max-width: calc(800px * var(--inverse-scale));
|
|
|
+ img{
|
|
|
+ height: auto;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.content-right {
|