congzc hace 1 año
padre
commit
9844cd1df4
Se han modificado 2 ficheros con 7 adiciones y 3 borrados
  1. BIN
      src/assets/img/stable.png
  2. +7
    -3
      src/components/home/home.vue

BIN
src/assets/img/stable.png Ver fichero

Antes Después
Anchura: 1333  |  Altura: 850  |  Tamaño: 518 KiB

+ 7
- 3
src/components/home/home.vue Ver fichero

@@ -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 {


Cargando…
Cancelar
Guardar