细节优化
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user