congzc 1年前
父节点
当前提交
9844cd1df4
共有 2 个文件被更改,包括 7 次插入3 次删除
  1. 二进制
      src/assets/img/stable.png
  2. +7
    -3
      src/components/home/home.vue

二进制
src/assets/img/stable.png 查看文件

之前 之后
宽度: 1333  |  高度: 850  |  大小: 518 KiB

+ 7
- 3
src/components/home/home.vue 查看文件

@@ -111,7 +111,8 @@
</div>
<div v-if="loading" class="module_5" id="module_5">
<img src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/module_5_bg2.png" alt class="module_5_bg1" />
<img src="../../assets/img/stable.png" alt class="module_5_bg1" />
<!-- <img src="https://suimang.oss-accelerate.aliyuncs.com/builtin/static/wap/module_5_bg2.png" alt class="module_5_bg1" /> -->
<div class="titleBox">
<div class="title">
{{ 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 {


正在加载...
取消
保存