Commit 8000e41d authored by kisszxc's avatar kisszxc

修改按钮样式

parent 95755050
...@@ -81,8 +81,8 @@ ...@@ -81,8 +81,8 @@
height: 200rpx; height: 200rpx;
overflow: hidden; overflow: hidden;
image { image {
width: 62rpx; width: 58rpx;
height: 62rpx; height: 58rpx;
} }
} }
} }
......
...@@ -24,13 +24,13 @@ ...@@ -24,13 +24,13 @@
<view class="footer-item blur-bg" @click="gofeihe()"> <view class="footer-item blur-bg" @click="gofeihe()">
<view> <view>
<image <image
style="width: 59rpx; height: 59rpx" style="width: 64rpx; height: 64rpx"
src="@/assets/reservation-images/twitter_new.png" src="@/assets/reservation-images/twitter_new.png"
mode="widthFix" mode="widthFix"
> >
</image> </image>
</view> </view>
<view>了解飞鹤</view> <view style="margin-top:4rpx;">了解飞鹤</view>
</view> </view>
<view <view
class="footer-item blur-bg" class="footer-item blur-bg"
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
mode="widthFix" mode="widthFix"
></image> ></image>
</view> </view>
<view>现在预约</view> <view style="margin-top:4rpx;">现在预约</view>
</view> </view>
<view <view
class="footer-item blur-bg" class="footer-item blur-bg"
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
mode="widthFix" mode="widthFix"
></image> ></image>
</view> </view>
<view>预约记录</view> <view style="margin-top:4rpx;">预约记录</view>
</view> </view>
</view> </view>
<!-- 底部箭头 --> <!-- 底部箭头 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment