From f3a018b6953e6c94ba47c72fbe184efa269a098c Mon Sep 17 00:00:00 2001 From: whycq <whycq> Date: 星期二, 15 二月 2022 16:51:21 +0800 Subject: [PATCH] ! --- pages/index/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index bfba285..ebcd762 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,7 +2,7 @@ <view> <scroll-view scroll-y> <view class="vve"> - + <image src="../../static/zoneyung.png" mode="aspectFit"></image> </view> <view class="content"> <navigator hover-class="none" :url="'/pages/basics/' + item.name" class="nav-li" navigateTo :class="'bg-'+item.color" @@ -63,7 +63,9 @@ justify-content: center; } .vve { - margin-top: 300rpx; + display: flex; + justify-content: center; + margin-top: -100rpx; } -- Gitblit v1.9.1