update:更新靶纸,新增约战次数

This commit is contained in:
2026-06-24 17:09:34 +08:00
parent caa6ed4284
commit 4bea563109
7 changed files with 161 additions and 33 deletions

View File

@@ -168,6 +168,9 @@ onLoad(async (options) => {
</view>
</view>
<view>
<view class="pp-text">
<!-- 今日约战次数2/2 -->
</view>
<SButton width="80%" :rounded="30" :onClick="() => $clickSound(onCreateRoom)">
创建约战房
</SButton>
@@ -268,7 +271,7 @@ onLoad(async (options) => {
}
.create-room>view:nth-child(3) {
margin: 12vw auto;
margin: 12vw auto 5vw auto;
position: relative;
display: flex;
align-items: center;
@@ -304,6 +307,13 @@ onLoad(async (options) => {
margin-right: 2px;
}
.pp-text{
color: #fff;
text-align: center;
font-size: 22rpx;
margin-bottom: 20rpx;
}
.warnning {
width: 100%;
height: 100%;