From 4bd697b68db9dac9a723b7a6b6f4fa998b6c9689 Mon Sep 17 00:00:00 2001 From: wangting <2940883238@qq.com> Date: Thu, 30 May 2024 17:49:35 +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/views/index.vue | 20 ++++++++- src/views/pages/home.vue | 26 ++++++++++-- src/views/pages/honor.vue | 74 ++++++++++++++++++++++++--------- src/views/pages/information.vue | 15 ++++--- src/views/pages/introduce.vue | 8 ++-- 5 files changed, 107 insertions(+), 36 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 5cb4c50..05dcd9e 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -5,7 +5,7 @@
-
+
搜索 + 后台管理系统
+
+ 查看更多 +
@@ -67,8 +70,8 @@
- {{item.tittle}} - {{item.tittle.slice(0,35)}}... + (测试){{item.tittle}} + (测试){{item.tittle.slice(0,35)}}... {{item.submitTime}}
@@ -244,7 +247,7 @@ } } .case{ - margin-top: 3.55rem; + margin-top: 2.55rem; .list{ display: flex; margin-top: .85rem; @@ -276,6 +279,23 @@ } } + .more{ + width: 1.7rem; + height: .55rem; + line-height: .55rem; + background-color: #E60012; + font-size: .23rem; + color: #fff; + text-align: center; + margin: 0 auto; + border-radius: .05rem; + cursor: pointer; + &:hover{ + background-color: #fff; + border: 1px solid #E60012; + color: #E60012; + } + } } .information{ margin-top: 1.6rem; diff --git a/src/views/pages/honor.vue b/src/views/pages/honor.vue index 07e4184..1271593 100644 --- a/src/views/pages/honor.vue +++ b/src/views/pages/honor.vue @@ -1,6 +1,6 @@ @@ -24,9 +41,14 @@ }, data(){ return{ + activeName:0, certificate:[], bigImgShow: false, - bigImg:'' + bigImg:'', + font: { + fontSize: 26, + color: 'rgba(0, 0, 0, 0.15)', + }, } }, created(){ @@ -80,31 +102,45 @@ }