|
@ -48,7 +48,7 @@ |
|
|
<view style="font-size: 28rpx;font-weight: normal;" class=""> |
|
|
<view style="font-size: 28rpx;font-weight: normal;" class=""> |
|
|
{{ $t('page.prizeDraw.frozen_amount') }} |
|
|
{{ $t('page.prizeDraw.frozen_amount') }} |
|
|
</view> |
|
|
</view> |
|
|
<view style="color: #afc638;"> |
|
|
|
|
|
|
|
|
<view style="color: #333;"> |
|
|
USDT <text style="margin-left: 10rpx;font-size: 40rpx;"> |
|
|
USDT <text style="margin-left: 10rpx;font-size: 40rpx;"> |
|
|
{{ userInfo.freezeMoney }} |
|
|
{{ userInfo.freezeMoney }} |
|
|
</text> |
|
|
</text> |
|
@ -105,8 +105,8 @@ |
|
|
|
|
|
|
|
|
<sTabbar select="1" /> |
|
|
<sTabbar select="1" /> |
|
|
|
|
|
|
|
|
<u-popup :show="show" mode="bottom" @close="show = false;$play()" bgColor="black"> |
|
|
|
|
|
<view style="color: #afc638;font-size: 35rpx;text-align: center; |
|
|
|
|
|
|
|
|
<u-popup :show="show" mode="bottom" @close="show = false;$play()"> |
|
|
|
|
|
<view style="font-size: 35rpx;text-align: center; |
|
|
font-weight: 900;padding: 20rpx;"> |
|
|
font-weight: 900;padding: 20rpx;"> |
|
|
{{ $t(msg == '31' ? 'message.31' : 'page.prizeDraw.rating_submission') }} |
|
|
{{ $t(msg == '31' ? 'message.31' : 'page.prizeDraw.rating_submission') }} |
|
|
</view> |
|
|
</view> |
|
@ -118,7 +118,7 @@ |
|
|
{{ product.subTitle }} |
|
|
{{ product.subTitle }} |
|
|
</view> |
|
|
</view> |
|
|
<view style="display: flex;justify-content: space-around; |
|
|
<view style="display: flex;justify-content: space-around; |
|
|
color: #afc638;margin-top: 30rpx;"> |
|
|
|
|
|
|
|
|
margin-top: 30rpx;"> |
|
|
<view> |
|
|
<view> |
|
|
{{ $t('page.prizeDraw.Total_Amount') }} |
|
|
{{ $t('page.prizeDraw.Total_Amount') }} |
|
|
</view> |
|
|
</view> |
|
@ -127,7 +127,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view style="display: flex;justify-content: space-around; |
|
|
<view style="display: flex;justify-content: space-around; |
|
|
color: #afc638;margin-top: 30rpx;font-weight: 900;"> |
|
|
|
|
|
|
|
|
margin-top: 30rpx;font-weight: 900;"> |
|
|
<view> |
|
|
<view> |
|
|
USDT <text style="font-size: 40rpx;">{{ product.price }}</text> |
|
|
USDT <text style="font-size: 40rpx;">{{ product.price }}</text> |
|
|
</view> |
|
|
</view> |
|
@ -388,7 +388,7 @@ |
|
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
<style scoped lang="scss"> |
|
|
.prizeDraw { |
|
|
.prizeDraw { |
|
|
color: #fff; |
|
|
|
|
|
|
|
|
// color: #fff; |
|
|
background-size: 100%; |
|
|
background-size: 100%; |
|
|
background-repeat: no-repeat; |
|
|
background-repeat: no-repeat; |
|
|
background-position: 0rpx -210rpx; |
|
|
background-position: 0rpx -210rpx; |
|
@ -414,7 +414,8 @@ |
|
|
margin: 0 auto; |
|
|
margin: 0 auto; |
|
|
padding: 10rpx 50rpx; |
|
|
padding: 10rpx 50rpx; |
|
|
font-weight: 900; |
|
|
font-weight: 900; |
|
|
background-color: rgb(88, 99, 28); |
|
|
|
|
|
|
|
|
background-color: $uni-bg-color-app; |
|
|
|
|
|
color: $uni-text-color-inverse; |
|
|
width: fit-content; |
|
|
width: fit-content; |
|
|
border-radius: 20rpx; |
|
|
border-radius: 20rpx; |
|
|
margin: 30rpx auto; |
|
|
margin: 30rpx auto; |
|
@ -512,8 +513,8 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.btn { |
|
|
.btn { |
|
|
background-color: #afc638; |
|
|
|
|
|
color: #000; |
|
|
|
|
|
|
|
|
background-color: $uni-bg-color-app; |
|
|
|
|
|
color: $uni-text-color-inverse; |
|
|
font-weight: 900; |
|
|
font-weight: 900; |
|
|
margin: 20rpx 40rpx; |
|
|
margin: 20rpx 40rpx; |
|
|
padding: 10rpx 20rpx; |
|
|
padding: 10rpx 20rpx; |
|
@ -561,14 +562,14 @@ |
|
|
|
|
|
|
|
|
.menber-descript { |
|
|
.menber-descript { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
color: #B0C73B; |
|
|
|
|
|
|
|
|
color: $uni-text-color; |
|
|
font-size: 34rpx; |
|
|
font-size: 34rpx; |
|
|
margin-top: 10rpx; |
|
|
margin-top: 10rpx; |
|
|
font-weight: 900; |
|
|
font-weight: 900; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.equity-list { |
|
|
.equity-list { |
|
|
color: #fff; |
|
|
|
|
|
|
|
|
color: $uni-text-color; |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
|
|
|
|
|
|
.equity-item { |
|
|
.equity-item { |
|
@ -584,7 +585,7 @@ |
|
|
font-size: 32rpx; |
|
|
font-size: 32rpx; |
|
|
|
|
|
|
|
|
.notice-list { |
|
|
.notice-list { |
|
|
color: #fff; |
|
|
|
|
|
|
|
|
color: $uni-text-color; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |