From 0ac0f5eb53879412828e7b09413954bec4c13ce0 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 21 Nov 2024 15:25:51 +0800 Subject: [PATCH] no message --- css/details.css | 5 ++++- css/details.less | 8 +++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/css/details.css b/css/details.css index e5b5b75..7fe67cd 100644 --- a/css/details.css +++ b/css/details.css @@ -5,6 +5,9 @@ position: relative; margin-bottom: 20px; } +.boxbox.admission::after { + background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec); +} .boxbox::after { content: ""; position: absolute; @@ -12,7 +15,7 @@ left: 0; width: 100%; height: 66px; - background: linear-gradient(90deg, #cfe0ec, #8fafc6, #cfe0ec); + background: linear-gradient(90deg, #7b8cd3 0%, #dae3fd 99%); border-radius: 18px; z-index: -1; } diff --git a/css/details.less b/css/details.less index 6baa6a4..e01307f 100644 --- a/css/details.less +++ b/css/details.less @@ -5,6 +5,12 @@ position: relative; margin-bottom: 20px; + &.admission { + &::after { + background: linear-gradient(90deg, rgb(207, 224, 236), rgb(143, 175, 198), rgb(207, 224, 236)); + } + } + &::after { content: ""; position: absolute; @@ -12,7 +18,7 @@ left: 0; width: 100%; height: 66px; - background: linear-gradient(90deg, rgb(207, 224, 236), rgb(143, 175, 198), rgb(207, 224, 236)); + background: linear-gradient(90deg, rgba(123, 140, 211, 1) 0%, rgba(218, 227, 253, 1) 99%); border-radius: 18px; z-index: -1; }