From 88c06872cec0e9ce4889762173e930fba4cdc6a0 Mon Sep 17 00:00:00 2001 From: tangyi <275503107@qq.com> Date: Thu, 23 Dec 2021 17:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/electron.css | 3 +- src/components/homepage.vue | 576 +++++++++++++++++-------------- src/components/parkIntroduce.vue | 44 ++- src/config.js | 16 +- 4 files changed, 373 insertions(+), 266 deletions(-) diff --git a/src/assets/css/electron.css b/src/assets/css/electron.css index bbf5acb..a2c79e3 100644 --- a/src/assets/css/electron.css +++ b/src/assets/css/electron.css @@ -171,7 +171,7 @@ img { font-size: 30px!important;font-weight: bold!important; } .meal-box {padding-top: 10px;display: flex;align-items: center;} -.meal-box img {width: 130px;height: 106px;border-radius: 10px;object-fit: cover;margin-right: 34px;} +.meal-box img {width: 130px;border-radius: 10px;object-fit: cover;margin-right: 34px;} .meal-box div {font-size: 18px;line-height: 30px;} .main-center { margin: 0 20px; @@ -516,6 +516,7 @@ img { .notice-title img{width: 21px;height: 21px;margin-right: 12px;} .notice-title div{font-size: 18px;color: #3F3F3F;font-weight: bold;} .noticeInfo-time {font-size: 14px;color: #959595;} + @media screen and (min-width:768px) and (max-width:1024px) { .header-box { background-color: #000000; diff --git a/src/components/homepage.vue b/src/components/homepage.vue index cd9fde1..292e7d7 100644 --- a/src/components/homepage.vue +++ b/src/components/homepage.vue @@ -1,258 +1,326 @@ diff --git a/src/components/parkIntroduce.vue b/src/components/parkIntroduce.vue index 4a98fae..0695983 100644 --- a/src/components/parkIntroduce.vue +++ b/src/components/parkIntroduce.vue @@ -1,17 +1,41 @@