首页列表

This commit is contained in:
pengxiaolong
2025-05-22 16:21:07 +08:00
parent af10ed06db
commit 6ca66f45d4
33 changed files with 483 additions and 377 deletions

View File

@@ -29,7 +29,7 @@
</view>
<view class="Accountnumber">
<view class="Coins">
<view class="Coins country">
<wht-select
style="width: 300rpx"
@change="country"
@@ -44,6 +44,7 @@
<view class="number-box">
<view class="number-box-title">金币:</view>
<uni-number-box v-model="numberCoins"></uni-number-box>
<view class="number-box-unit">K</view>
</view>
<view v-if="numberCoins === '' && Hint === true" class="Hint"
>请填写金币数量</view
@@ -275,14 +276,18 @@ export default {
display: flex;
}
.Coins {
margin: 40rpx;
width: 300rpx;
margin-top: 40rpx;
margin-bottom: 40rpx;
width: 400rpx;
height: 65rpx;
display: flex;
flex-direction: column;
justify-content: center;
/* align-items: center; */
}
.country{
margin-left: 40rpx;
}
.number-box {
display: flex;
text-align: center;