From 603e46873c3c183cab170ffb03d47e3b2e9dce06 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 24 Jan 2025 16:58:48 +0800 Subject: [PATCH] no message --- css/details.css | 6 ++++-- css/details.less | 7 +++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/css/details.css b/css/details.css index a9ecdff..061f46d 100644 --- a/css/details.css +++ b/css/details.css @@ -1782,7 +1782,7 @@ left: 0; } .base { - background-color: transparent; + background-color: none; width: fit-content; box-shadow: none; } @@ -1830,7 +1830,8 @@ margin-right: 10px; } .base .type2 { - width: 640px; + width: 720px; + transform: translateX(-48.5px); height: 100%; background-color: #f2f2f2; border: 1px solid #d7d7d7; @@ -1973,6 +1974,7 @@ box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.24313725); border: 1px solid #dbe0f2; background: linear-gradient(to right, #eef7f5, #dbe3fd); + transform: translateX(-25px); } .base .type3 .btn { height: 100%; diff --git a/css/details.less b/css/details.less index 407ef7d..43e1f77 100644 --- a/css/details.less +++ b/css/details.less @@ -2065,7 +2065,7 @@ .base { // width: 100vw; - background-color: transparent; + background-color: none; // transform: none; // left: 0; width: fit-content; @@ -2120,7 +2120,8 @@ } .type2 { - width: 640px; + width: 720px; + transform: translateX(-48.5px); height: 100%; background-color: rgba(242, 242, 242, 1); border: 1px solid rgba(215, 215, 215, 1); @@ -2292,6 +2293,8 @@ border: 1px solid #dbe0f2; background: linear-gradient(to right, #eef7f5, #dbe3fd); + transform: translateX(-25px); + .btn { // padding: 0 20px; height: 100%;