From bfcfe9e8227ff2d0d2f54345ca72043b1522f056 Mon Sep 17 00:00:00 2001 From: whycq <123456> Date: 星期六, 23 四月 2022 09:04:54 +0800 Subject: [PATCH] # --- App.vue | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/App.vue b/App.vue index 00c550e..f438cb2 100644 --- a/App.vue +++ b/App.vue @@ -92,6 +92,18 @@ /*姣忎釜椤甸潰鍏叡css */ @import "colorui/main.css"; @import "colorui/icon.css"; + + .footer { + width: 100%; + height: 150rpx; + line-height: 150rpx; + background-color: #FFF; + position: fixed; + bottom: 0; + border-top: 1px solid #d8d8d8; + border-radius: 20rpx 20rpx 0 0 ; + z-index: 1; + } .nav-list { display: flex; flex-wrap: wrap; @@ -101,7 +113,7 @@ .nav-li { padding: 30upx; border-radius: 12upx; - width: 45%; + width: 95%; margin: 0 2.5% 40upx; background-size: cover; -- Gitblit v1.9.1