@@ -1,6 +1,6 @@
<template>
<view class="box">
- <image style="width: 100%;height: 100%;"
+ <image class="image"
src="https://yossys06593.obs.cn-east-3.myhuaweicloud.com:443/202404111712812810046B1fbafed9.png"
lazy-load="true" mode="aspectFill" />
<view class="function">
@@ -66,6 +66,13 @@ export default {
width: 100vw;
height: 381px;
+ .image {
+ width: 100%;
+ height: 100%;
+ display: block;
+ vertical-align: bottom;
+ }
+
.function {
position: absolute;
top: 0;