From d5b7e8e2e81c34330cb8b8ce21106d29ca86e2cc Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 29 Apr 2026 09:30:48 +0800 Subject: [PATCH] =?UTF-8?q?Style(=E4=BA=91=E7=81=B5AI):=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 20ca6c988e2638660dd145fbc39454ab474d544a) --- assets/css/aiChat.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/css/aiChat.less b/assets/css/aiChat.less index 5e123c2..5a9b0b3 100644 --- a/assets/css/aiChat.less +++ b/assets/css/aiChat.less @@ -94,7 +94,7 @@ page { } .page-to-bottom { position: fixed; - bottom: 180rpx; + bottom: 160rpx; left: 0; right: 0; z-index: 8; @@ -107,7 +107,7 @@ page { flex-wrap: nowrap; align-items: center; width: 100%; - padding: 0 24rpx; + padding: 24rpx; box-sizing: border-box; overflow-x: auto; } @@ -123,7 +123,7 @@ page { font-size: 30rpx; color: #fff; background-color: #3D4CF1; - box-shadow: 0rpx 6rpx 20rpx rgba(74,74,74,0.1); + box-shadow: 0rpx 0 12rpx rgba(74,74,74,0.2); .btn-icon { display: block; width: 40rpx; @@ -134,7 +134,7 @@ page { .down-icon-wrap { display: flex; justify-content: flex-end; - padding: 0 24rpx 18rpx 0; + padding: 0 24rpx 0 0; } .icon { display: block; @@ -143,7 +143,7 @@ page { height: 64rpx; border-radius: 16rpx; background-color: #fff; - box-shadow: 0rpx 6rpx 20rpx rgba(74,74,74,0.1); + box-shadow: 0rpx 0 12rpx rgba(74,74,74,0.2); } .bottom-tool-item { display: flex;