updateimg
This commit is contained in:
BIN
images/xiannv2.png
Normal file
BIN
images/xiannv2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 234 KiB |
@@ -11,7 +11,7 @@
|
|||||||
<!-- 这里可以添加首页其他内容,比如标题、按钮等 -->
|
<!-- 这里可以添加首页其他内容,比如标题、按钮等 -->
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="xz_bg">
|
<view class="xz_bg">
|
||||||
<image id='xz_xiannv' src="/images/xiannv.png" mode=""/>
|
<image id='xz_xiannv' src="/images/xiannv2.png" mode=""/>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<text class="title"></text>
|
<text class="title"></text>
|
||||||
|
|||||||
@@ -34,9 +34,11 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
justify-content: space-between; /* 项目之间有相等间距,两端贴边 */
|
||||||
|
padding-top: 100rpx;
|
||||||
}
|
}
|
||||||
#xz_xiannv{
|
#xz_xiannv{
|
||||||
width: 200rpx;
|
width: 300rpx;
|
||||||
height: 200rpx;
|
height: 300rpx;
|
||||||
opacity: 80%;
|
opacity: 60%;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user