From 8edcbd986b0fee1e7d94fcfd69e619d4ab58ded2 Mon Sep 17 00:00:00 2001
From: whycq <whycq>
Date: 星期三, 23 二月 2022 16:59:45 +0800
Subject: [PATCH] #
---
pages/index/index.vue | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index bfba285..e4349d4 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"
@@ -20,12 +20,7 @@
export default {
data() {
return {
- elements:[{
- title: '缁勬墭',
- name: 'comb',
- color: 'yellow',
- cuIcon: 'goodsnew'
- },
+ elements:[
{
title: '鍏ュ簱鍗曠粍鎵�',
name: 'combPro',
@@ -61,9 +56,12 @@
flex-direction: column;
align-items: center;
justify-content: center;
+ margin-top: -100rpx;
}
.vve {
- margin-top: 300rpx;
+ display: flex;
+ justify-content: center;
+ margin-top: -100rpx;
}
--
Gitblit v1.9.1