From df31ccf78ab750b60bc05523dfa8d7f859938e16 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 21 十一月 2023 09:46:41 +0800 Subject: [PATCH] # --- App.vue | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/App.vue b/App.vue index f619972..2e2def9 100644 --- a/App.vue +++ b/App.vue @@ -23,6 +23,13 @@ .search-bg { background-color: #FFF; + padding: 16rpx; + position: sticky; + top: 88rpx; + /* #ifdef APP-PLUS */ + top: 148rpx; + /* #endif */ + } @font-face { @@ -42,10 +49,10 @@ } .fxbtn { position: fixed; - bottom: 50px; - right: 10px; - width: 40px; - height: 40px; + bottom: 100rpx; + right: 40rpx; + width: 80rpx; + height: 80rpx; background-color: #46a7ff; color: #FFF; display: flex; -- Gitblit v1.9.1