From 36589257ceb1fe45286f66a150549bf5c534c0cf Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 21 Nov 2024 15:21:08 +0800 Subject: [PATCH] no message --- css/details.css | 4 +--- css/details.less | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/css/details.css b/css/details.css index 4cb48ff..e5b5b75 100644 --- a/css/details.css +++ b/css/details.css @@ -12,9 +12,7 @@ left: 0; width: 100%; height: 66px; - background: -webkit-linear-gradient(0deg, #7b8cd3 0%, #dae3fd 99%); - background: -moz-linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%); - background: linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%); + background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec); border-radius: 18px; z-index: -1; } diff --git a/css/details.less b/css/details.less index aa1351d..6baa6a4 100644 --- a/css/details.less +++ b/css/details.less @@ -12,9 +12,7 @@ left: 0; width: 100%; height: 66px; - background: -webkit-linear-gradient(0deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%); - background: -moz-linear-gradient(90deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%); - background: linear-gradient(90deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%); + background: linear-gradient(90deg, rgb(207, 224, 236), rgb(143, 175, 198), rgb(207, 224, 236)); border-radius: 18px; z-index: -1; }