仙女登场
This commit is contained in:
BIN
images/xiannv.png
Normal file
BIN
images/xiannv.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
@@ -10,6 +10,10 @@
|
||||
</video>
|
||||
<!-- 这里可以添加首页其他内容,比如标题、按钮等 -->
|
||||
<view class="content">
|
||||
<text class="title">欢迎来到我的梦境</text>
|
||||
<view class="xz_bg">
|
||||
<image id='xz_xiannv' src="/images/xiannv.png" mode=""/>
|
||||
</view>
|
||||
|
||||
<text class="title"></text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -29,3 +29,14 @@
|
||||
font-size: 64rpx;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.xz_bg{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
}
|
||||
#xz_xiannv{
|
||||
width: 200rpx;
|
||||
height: 200rpx;
|
||||
opacity: 80%;
|
||||
}
|
||||
Reference in New Issue
Block a user