diff --git a/src/assets/css/public.scss b/src/assets/css/public.scss index 8ad1ded..3d79fc2 100755 --- a/src/assets/css/public.scss +++ b/src/assets/css/public.scss @@ -229,4 +229,4 @@ section { } } -} \ No newline at end of file +} diff --git a/src/components/IndexList.vue b/src/components/IndexList.vue index 8e1f7f8..61ad05f 100755 --- a/src/components/IndexList.vue +++ b/src/components/IndexList.vue @@ -18,11 +18,11 @@
-
1552
+
{{ item.views }}
-
12
+
{{ item.replies }}
@@ -60,14 +60,9 @@ --> - --> diff --git a/src/views/index/allSections/AllSections.vue b/src/views/index/allSections/AllSections.vue index faaec60..c7f715b 100755 --- a/src/views/index/allSections/AllSections.vue +++ b/src/views/index/allSections/AllSections.vue @@ -22,7 +22,7 @@ -
+
@@ -130,9 +130,9 @@ export default { document.body.scrollTop = 0; }) }, - + // 点击页数 - currentChange(){ + currentChange() { this.getInvitationList() }, @@ -277,4 +277,21 @@ export default { } } } + + +.paging { + margin-top: .48rem; + + ::v-deep { + .el-pagination.is-background .el-pager li:not(.disabled).active { + background: rgba(98, 177, 255, 1); + border-radius: 50%; + } + + .el-pagination .btn-next .el-icon, + .el-pagination .btn-prev .el-icon { + font-size: .4rem; + } + } +} \ No newline at end of file diff --git a/src/views/index/collect/Collect.vue b/src/views/index/collect/Collect.vue index ba34d48..78e8d75 100755 --- a/src/views/index/collect/Collect.vue +++ b/src/views/index/collect/Collect.vue @@ -308,4 +308,20 @@ export default { } } } + +.paging { + margin-top: .48rem; + + ::v-deep { + .el-pagination.is-background .el-pager li:not(.disabled).active { + background: rgba(98, 177, 255, 1); + border-radius: 50%; + } + + .el-pagination .btn-next .el-icon, + .el-pagination .btn-prev .el-icon { + font-size: .4rem; + } + } +} diff --git a/src/views/index/recommend/Recommend.vue b/src/views/index/recommend/Recommend.vue index 1a71122..2e57b0d 100755 --- a/src/views/index/recommend/Recommend.vue +++ b/src/views/index/recommend/Recommend.vue @@ -49,4 +49,20 @@ export default { } - \ No newline at end of file + \ No newline at end of file