hwq 4 лет назад
Родитель
Сommit
5ed222222f
2 измененных файлов с 7 добавлено и 6 удалено
  1. 7 6
      pages/index/index.vue
  2. BIN
      static/img/index/youhui1.png

+ 7 - 6
pages/index/index.vue

@@ -9,7 +9,7 @@
 						<text>{{ item.money }}</text>
 					</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 class="earnings-box">
 					<image src="../../static/img/index/vip.png" mode="" class="earnings"></image>
@@ -160,11 +160,12 @@ page {
 				top: 690rpx;
 				width: 300rpx;
 				height: 80rpx;
-
-				image {
-					width: 100%;
-					height: 100%;
-				}
+				text-align: center;
+				line-height: 80rpx;
+				color: #FFFFFF;
+				background: #4E2C0E;
+				font-size: 40rpx;
+				border-radius: 10rpx;
 			}
 		}
 

BIN
static/img/index/youhui1.png