From 20df47f170914220d4619bba1bc4f965f490e123 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 20 Feb 2024 09:53:41 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20style=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 2bfcc9f..4f4fabb 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -543,14 +543,14 @@ .headd { // background-color: #f6f6f6; border-radius: 200rpx; - border: 2rpx solid #2297fa; + border: 4rpx solid #2297fa; display: flex; justify-content: space-between; align-items: center; margin: 0 auto; width: 690rpx; margin-right: auto; - height: 60rpx; + height: 80rpx; .headd_left{ padding-left: 15rpx; display: flex; @@ -572,7 +572,7 @@ content: ''; left: 0; top: calc(50% - 15rpx); - width: 2rpx; + width: 4rpx; height: 30rpx; background-color: #2297fa;