diff --git a/src/assets/img/stable.png b/src/assets/img/stable.png new file mode 100644 index 0000000..2ea08e2 Binary files /dev/null and b/src/assets/img/stable.png differ diff --git a/src/components/home/home.vue b/src/components/home/home.vue index 8fdadb6..f905626 100644 --- a/src/components/home/home.vue +++ b/src/components/home/home.vue @@ -111,7 +111,8 @@
- + +
{{ characters == 1 ? '快速 高效 完美' : 'Flexible and Vivid Avatar' }} @@ -1031,8 +1032,11 @@ export default { position: relative; overflow: hidden; .module_5_bg1 { - width: 100%; + // max-width: 100%; + // object-fit: cover; + width: 150%; height: 560px; + margin-left: -110px; } .titleBox { margin-top: 20px; @@ -1507,7 +1511,7 @@ export default { flex-direction: column; justify-content: center; width: 80px; - height: 30px; + max-height: 30px; margin: 5px 10px; // margin-left: 100px; img {