updateimg

This commit is contained in:
2025-09-29 10:28:05 +08:00
parent 750a1fb390
commit 2d177c2a78
3 changed files with 6 additions and 4 deletions

BIN
images/xiannv2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

View File

@@ -11,7 +11,7 @@
<!-- 这里可以添加首页其他内容,比如标题、按钮等 -->
<view class="content">
<view class="xz_bg">
<image id='xz_xiannv' src="/images/xiannv.png" mode=""/>
<image id='xz_xiannv' src="/images/xiannv2.png" mode=""/>
</view>
<text class="title"></text>

View File

@@ -34,9 +34,11 @@
width: 100%;
height: 100%;
display: flex;
justify-content: space-between; /* 项目之间有相等间距,两端贴边 */
padding-top: 100rpx;
}
#xz_xiannv{
width: 200rpx;
height: 200rpx;
opacity: 80%;
width: 300rpx;
height: 300rpx;
opacity: 60%;
}