|
@@ -6,7 +6,10 @@
|
|
<view class="bean-balance flex">
|
|
<view class="bean-balance flex">
|
|
<view class="bean-balance-num">{{ initData.coinNum }}</view>
|
|
<view class="bean-balance-num">{{ initData.coinNum }}</view>
|
|
<view class="bean-balance-title">盲豆余额</view>
|
|
<view class="bean-balance-title">盲豆余额</view>
|
|
- <view class="bean-balance-btn" @click="toCore">立即兑换</view>
|
|
|
|
|
|
+ <view class="bean-balance-btn flex" @click="toCore">
|
|
|
|
+ <image src="../../static/public/goods_coin.png" mode=""></image>
|
|
|
|
+ <view class="txt">立即兑换</view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<!-- 盲豆流水 -->
|
|
<!-- 盲豆流水 -->
|
|
@@ -128,26 +131,32 @@
|
|
line-height: 52rpx;
|
|
line-height: 52rpx;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
- margin: 36rpx 0 24rpx;
|
|
|
|
|
|
+ margin: 36rpx 0 16rpx;
|
|
}
|
|
}
|
|
|
|
|
|
&-title {
|
|
&-title {
|
|
font-size: 26rpx;
|
|
font-size: 26rpx;
|
|
line-height: 26rpx;
|
|
line-height: 26rpx;
|
|
- margin-bottom: 42rpx;
|
|
|
|
|
|
+ margin-bottom: 24rpx;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
color: #FFFFFF;
|
|
color: #FFFFFF;
|
|
opacity: 0.72;
|
|
opacity: 0.72;
|
|
}
|
|
}
|
|
|
|
|
|
&-btn {
|
|
&-btn {
|
|
- width: 200rpx;
|
|
|
|
|
|
+ width: 232rpx;
|
|
height: 70rpx;
|
|
height: 70rpx;
|
|
line-height: 70rpx;
|
|
line-height: 70rpx;
|
|
- color: #FFFFFF;
|
|
|
|
|
|
+ font-size: 30rpx;
|
|
text-align: center;
|
|
text-align: center;
|
|
- background: #AC1F12;
|
|
|
|
|
|
+ background: #fff;
|
|
border-radius: 16rpx;
|
|
border-radius: 16rpx;
|
|
|
|
+
|
|
|
|
+ image {
|
|
|
|
+ width: 56rpx;
|
|
|
|
+ height: 56rpx;
|
|
|
|
+ margin-right: 10rpx;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|