From 4e6c63341f86493444e17f4f2deab1ab4df95d4b Mon Sep 17 00:00:00 2001 From: zengBin Date: Thu, 10 Oct 2024 16:44:19 +0800 Subject: [PATCH] update --- src/pages/home/information.wpy | 5 +++-- src/pages/news/chitchat.wpy | 40 ++++++++++++++++++++++++++++++++++ src/pages/tabBar/dynamic.wpy | 7 +++--- 3 files changed, 47 insertions(+), 5 deletions(-) diff --git a/src/pages/home/information.wpy b/src/pages/home/information.wpy index a5d3a68..62843b1 100644 --- a/src/pages/home/information.wpy +++ b/src/pages/home/information.wpy @@ -20,6 +20,7 @@ page { border-radius: 24rpx; } .ui-mask{ + padding: 0rpx 30rpx; position:absolute; left: 0; top: 0; @@ -492,7 +493,7 @@ page { - + @@ -667,7 +668,7 @@ page { - + diff --git a/src/pages/news/chitchat.wpy b/src/pages/news/chitchat.wpy index 6b295d5..8ba36a3 100644 --- a/src/pages/news/chitchat.wpy +++ b/src/pages/news/chitchat.wpy @@ -556,6 +556,28 @@ page { border-top: 8rpx solid #f5f5f5; } } + +.g_bt_tips_one, +.g_bt_tips_two, +.g_bt_tips_three { + position: fixed; + bottom: 0; + z-index: 999; + background-color: white; + width: 100vw; + padding: 30rpx 0 80rpx; + box-shadow: 0px -2rpx 8rpx 0rpx rgba(0, 0, 0, 0.03); + border-radius: 32rpx 32rpx 0rpx 0rpx; + + .g_bt_tips_one_bu { + width: 300rpx; + height: 64rpx; + border-radius: 100rpx; + font-weight: 500; + margin-top: 40rpx; + background-image: linear-gradient(to right, #96CAFF, #63A5FF); + } +}