From 0de9912b61fb93e0a254be0e0dcc051ec68f697f Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Thu, 20 Mar 2025 11:15:38 +0800 Subject: [PATCH] no message --- css/contrastDetails.css | 4 +++- css/contrastDetails.less | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/css/contrastDetails.css b/css/contrastDetails.css index d12b81f..1814353 100644 --- a/css/contrastDetails.css +++ b/css/contrastDetails.css @@ -25,10 +25,10 @@ text-align: center; } .top-hand .top-right .manage-btn .icon { + height: 20px; margin-right: 6px; } .top-hand .top-right .manage-btn .line { - margin: 0 20px; color: #d7d7d7; } .top-hand .top-right .save-btn { @@ -37,6 +37,8 @@ background-color: #f95d5d; border: 1px #ea6767; border-radius: 158px; + font-size: 15px; + color: #FFFFFF; } .top-hand .top-right .save-btn .icon { width: 24px; diff --git a/css/contrastDetails.less b/css/contrastDetails.less index e264a7f..befbff5 100644 --- a/css/contrastDetails.less +++ b/css/contrastDetails.less @@ -28,11 +28,12 @@ text-align: center; .icon { + height: 20px; margin-right: 6px; } .line { - margin: 0 20px; + // margin: 0 20px; color: #d7d7d7; } } @@ -42,6 +43,8 @@ background-color: rgba(249, 93, 93, 1); border: 1px rgba(234, 103, 103, 1); border-radius: 158px; + font-size: 15px; + color: #FFFFFF; .icon { width: 24px; height: 24px;