From f401dceabf57d3957788248839acd54612ffce8c Mon Sep 17 00:00:00 2001
From: 346149741 <346149741@qq.com>
Date: 星期四, 20 六月 2024 19:45:29 +0800
Subject: [PATCH] 样式调整
---
pages/index/index.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 81a77a5..431fa54 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,6 +1,6 @@
<template>
<view>
- <img src="/static/head.png" alt="" />
+ <img src="/static/head.png" class="head" alt="" />
<view class="hqzc">
<img src="/static/hqzc.png" class="img" alt="" />
<view class="line"></view>
@@ -173,7 +173,7 @@
}
}
.btnbox{
- margin-top: 70rpx;
+ margin-top: 110rpx;
margin-left: 32rpx;
margin-right: 32rpx;
img{
@@ -244,4 +244,8 @@
}
}
+ .head{
+ width: 100%;
+ height: 518rpx;
+ }
</style>
\ No newline at end of file
--
Gitblit v1.9.1