From e131ae99dce88e437857d42071f6c2ad7cbb8dce Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Fri, 21 Jun 2024 13:26:46 +0800 Subject: [PATCH] Update index.scss --- pages/index/index.scss | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/pages/index/index.scss b/pages/index/index.scss index 01ee1a4..2abbc39 100644 --- a/pages/index/index.scss +++ b/pages/index/index.scss @@ -8,6 +8,7 @@ page { /* #ifdef H5 */ @media screen and (min-device-width:960px){ padding: 20px; + padding-bottom: 60px; .pointer { cursor: pointer; } @@ -189,19 +190,21 @@ page { } } #foot { - display: none; position: fixed; + width: 100%; + height: 50px; bottom: 0; - flex-direction: row; - color: #FFFFFF; - .uni-link:hover{ - color: #00aa55 !important; - } - .item { + flex-direction: row; + justify-content: center; + color: #FFFFFF; + .uni-link:hover{ + color: #00aa55 !important; + } + .item { flex-direction: row; margin:0 50px; align-items: center; - .icon { + .icon { width: 20px; height: 20px; margin-right: 5px; -- GitLab