|
@@ -9,7 +9,7 @@
|
|
|
¥
|
|
¥
|
|
|
<text>{{ item.money }}</text>
|
|
<text>{{ item.money }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="baodan" @click="baodan(item.id)"><image src="../../static/img/index/baodan1.png" mode=""></image></view>
|
|
|
|
|
|
|
+ <view class="baodan" @click="baodan(item.id)">立即援助</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="earnings-box">
|
|
<view class="earnings-box">
|
|
|
<image src="../../static/img/index/vip.png" mode="" class="earnings"></image>
|
|
<image src="../../static/img/index/vip.png" mode="" class="earnings"></image>
|
|
@@ -160,11 +160,12 @@ page {
|
|
|
top: 690rpx;
|
|
top: 690rpx;
|
|
|
width: 300rpx;
|
|
width: 300rpx;
|
|
|
height: 80rpx;
|
|
height: 80rpx;
|
|
|
-
|
|
|
|
|
- image {
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- height: 100%;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ text-align: center;
|
|
|
|
|
+ line-height: 80rpx;
|
|
|
|
|
+ color: #FFFFFF;
|
|
|
|
|
+ background: #4E2C0E;
|
|
|
|
|
+ font-size: 40rpx;
|
|
|
|
|
+ border-radius: 10rpx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|