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 @@ }