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

@@ -282,8 +282,13 @@ onShow(async () => {
</script>
<template>
<Container title="排位赛" :showBackToGame="true" :bgType="6">
<Container
:title="'排位赛'"
:showBackToGame="true"
:bgType="6"
>
<view class="battle-types-box">
<!-- :title="'今日排位次数2/2'" :titleStyle="{ fontSize: '24rpx', fontWeight: 'normal' }" -->
<view class="battle-types">
<view class="first">
<image src="../static/rank/battle-choose.png" mode="widthFix" />
@@ -926,4 +931,19 @@ onShow(async () => {
font-size: 10px !important;
margin-bottom: 7px;
}
.flex-box{
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20rpx;
padding: 0 10rpx;
}
.lf-text{
font-size: 22rpx;
color: #bf985e;
}
.rg-text{
font-size: 24rpx;
color: #fff;
}
</style>