From f29f4240cb783cf6e6c8984ee95578a1edac6a49 Mon Sep 17 00:00:00 2001 From: chutingting Date: Sat, 13 Jan 2024 12:32:10 +0800 Subject: [PATCH] fixcss --- src/components/footer.vue | 74 ++++++++++++++++++++------------- src/views/about/index.vue | 4 +- src/views/home/index.vue | 2 +- src/views/information/index.vue | 1 - src/views/metadaily/index.vue | 1 - 5 files changed, 49 insertions(+), 33 deletions(-) diff --git a/src/components/footer.vue b/src/components/footer.vue index b40a6dd..504bd87 100644 --- a/src/components/footer.vue +++ b/src/components/footer.vue @@ -1,26 +1,37 @@ @@ -61,16 +72,21 @@ export default { display: flex; align-items: center; justify-content: center; + .content{ + width: 1200px; + margin: 0 auto; + } .lflogo { width: 184px; - height: 49px; margin-right: 100px; + float: left; } #lcenter { - display: flex; - flex-direction: column; - margin-right: 10%; + // display: flex; + // flex-direction: column; + float: left; + margin-left: 10%; #ylink { display: flex; .link { @@ -107,15 +123,17 @@ export default { margin-right: 50px; } } + .code{ + display: inline-block; + margin: 0 30px; + } } .gs { + clear: both; font-size: 12px; - font-family: Microsoft YaHei; font-weight: 400; color: #333336; - margin-top: 20px; - text-align: right; - margin-right: 5%; + padding-top: 40px; } #fright { display: flex; diff --git a/src/views/about/index.vue b/src/views/about/index.vue index ef8fdf1..99394f0 100644 --- a/src/views/about/index.vue +++ b/src/views/about/index.vue @@ -251,10 +251,10 @@ export default { .content { display: flex; flex-direction: row; - align-items: center; + // align-items: center; margin: 0 auto; width: 1200px; - padding: 96px 0; + padding: 80px 0; .callme { display: flex; flex-direction: column; diff --git a/src/views/home/index.vue b/src/views/home/index.vue index d455fde..75e6151 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -304,7 +304,7 @@ export default { margin-top: 25px; word-wrap: break-word; display: -webkit-box; - -webkit-line-clamp: 6; + -webkit-line-clamp: 8; -webkit-box-orient: vertical; overflow: hidden; } diff --git a/src/views/information/index.vue b/src/views/information/index.vue index f5ada31..9f6c7de 100644 --- a/src/views/information/index.vue +++ b/src/views/information/index.vue @@ -378,7 +378,6 @@ export default { } #wk { - padding-bottom: 200px; .content { background-color: #FFFFFF; display: flex; diff --git a/src/views/metadaily/index.vue b/src/views/metadaily/index.vue index 053f786..2237891 100644 --- a/src/views/metadaily/index.vue +++ b/src/views/metadaily/index.vue @@ -218,7 +218,6 @@ export default { } } #wk { - padding-bottom: 200px; .content { background-color: #FFFFFF; }