【无】公司网站-样式修改,首页图片,移动端 #2
Showing
4 changed files
with
10 additions
and
1 deletions
@@ -2594,6 +2594,9 @@ blockquote:before { | @@ -2594,6 +2594,9 @@ blockquote:before { | ||
2594 | background-repeat: no-repeat; | 2594 | background-repeat: no-repeat; |
2595 | background-position: center; | 2595 | background-position: center; |
2596 | } | 2596 | } |
2597 | +.culturalValues-bg-sm{ | ||
2598 | + display: none; | ||
2599 | +} | ||
2597 | .all-height{ | 2600 | .all-height{ |
2598 | height:calc(100vh); | 2601 | height:calc(100vh); |
2599 | } | 2602 | } |
@@ -3922,7 +3925,10 @@ blockquote:before { | @@ -3922,7 +3925,10 @@ blockquote:before { | ||
3922 | 3925 | ||
3923 | } | 3926 | } |
3924 | .culturalValues-bg{ | 3927 | .culturalValues-bg{ |
3925 | - background-image: url("../img/about/cultural-img-sm.png"); | 3928 | + display: none; |
3929 | + } | ||
3930 | + .culturalValues-bg-sm{ | ||
3931 | + display: block; | ||
3926 | } | 3932 | } |
3927 | .about-concat-bg{ | 3933 | .about-concat-bg{ |
3928 | background-image: url("../img/about/about-concat-bg-sm.png"); | 3934 | background-image: url("../img/about/about-concat-bg-sm.png"); |
website/assets/img/about/cultural-img-sm.jpg
0 → 100644

279 KB

141 KB
@@ -71,6 +71,9 @@ | @@ -71,6 +71,9 @@ | ||
71 | </div>--> | 71 | </div>--> |
72 | </div> | 72 | </div> |
73 | <div class="culturalValues-bg wow customFadeInRight delay-0-1s slow"></div> | 73 | <div class="culturalValues-bg wow customFadeInRight delay-0-1s slow"></div> |
74 | + <div class="culturalValues-bg-sm wow customFadeInRight delay-0-1s slow"> | ||
75 | + <img src="assets/img/about/cultural-img-sm.jpg" alt=""> | ||
76 | + </div> | ||
74 | 77 | ||
75 | <div class="shape shapeAnimationOne l-10 t-0"> | 78 | <div class="shape shapeAnimationOne l-10 t-0"> |
76 | <img src="assets/img/shapes/shape3.png" alt="Shape"> | 79 | <img src="assets/img/shapes/shape3.png" alt="Shape"> |
-
Please register or login to post a comment