congzc 1 year ago
parent
commit
2ba3369cb5
2 changed files with 5 additions and 4 deletions
  1. BIN
      src/assets/img/partner7.png
  2. +5
    -4
      src/components/home/home.vue

BIN
src/assets/img/partner7.png View File

Before After
Width: 480  |  Height: 480  |  Size: 47 KiB Width: 323  |  Height: 189  |  Size: 32 KiB

+ 5
- 4
src/components/home/home.vue View File

@@ -1034,9 +1034,9 @@ export default {
.module_5_bg1 { .module_5_bg1 {
// max-width: 100%; // max-width: 100%;
// object-fit: cover; // object-fit: cover;
width: 150%;
width: 200%;
height: 560px; height: 560px;
margin-left: -110px;
margin-left: -59%;
} }
.titleBox { .titleBox {
margin-top: 20px; margin-top: 20px;
@@ -1513,10 +1513,11 @@ export default {
width: 80px; width: 80px;
max-height: 30px; max-height: 30px;
margin: 5px 10px; margin: 5px 10px;
margin-bottom: 10px;
// margin-left: 100px; // margin-left: 100px;
img { img {
width: 80px;
max-height: 36px;
// max-width: 80px;
// height: 36px;
} }
} }
.cooperationItem1 { .cooperationItem1 {


Loading…
Cancel
Save