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