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