update:更新靶纸,新增约战次数
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user