| @@ -111,7 +111,8 @@ | |||||
| </div> | </div> | ||||
| <div v-if="loading" class="module_5" id="module_5"> | <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="titleBox"> | ||||
| <div class="title"> | <div class="title"> | ||||
| {{ characters == 1 ? '快速 高效 完美' : 'Flexible and Vivid Avatar' }} | {{ characters == 1 ? '快速 高效 完美' : 'Flexible and Vivid Avatar' }} | ||||
| @@ -1031,8 +1032,11 @@ export default { | |||||
| position: relative; | position: relative; | ||||
| overflow: hidden; | overflow: hidden; | ||||
| .module_5_bg1 { | .module_5_bg1 { | ||||
| width: 100%; | |||||
| // max-width: 100%; | |||||
| // object-fit: cover; | |||||
| width: 150%; | |||||
| height: 560px; | height: 560px; | ||||
| margin-left: -110px; | |||||
| } | } | ||||
| .titleBox { | .titleBox { | ||||
| margin-top: 20px; | margin-top: 20px; | ||||
| @@ -1507,7 +1511,7 @@ export default { | |||||
| flex-direction: column; | flex-direction: column; | ||||
| justify-content: center; | justify-content: center; | ||||
| width: 80px; | width: 80px; | ||||
| height: 30px; | |||||
| max-height: 30px; | |||||
| margin: 5px 10px; | margin: 5px 10px; | ||||
| // margin-left: 100px; | // margin-left: 100px; | ||||
| img { | img { | ||||