细节优化

This commit is contained in:
kron
2025-07-14 13:39:10 +08:00
parent d73d52f752
commit cde905c680
15 changed files with 106 additions and 90 deletions

View File

@@ -77,10 +77,7 @@ const onCreateRoom = async () => {
<view class="create-room">
<image src="../static/battle-bg.png" mode="widthFix" />
<view>
<image
src="https://api.shelingxingqiu.com/attachment/2025-07-12/db9x4i9g536xerkv9i.png"
mode="widthFix"
/>
<image :src="user.avatar" mode="widthFix" />
<image src="../static/versus.png" mode="widthFix" />
<view>
<image src="../static/question-mark.png" mode="widthFix" />
@@ -151,6 +148,7 @@ const onCreateRoom = async () => {
.create-room > image:first-of-type {
position: absolute;
width: 100%;
border-radius: 50%;
}
.create-room > view {
margin: 0 30px;