From dd60f21d104e2b060c5ff3fc235b51704f2de677 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期三, 28 六月 2023 11:58:24 +0800 Subject: [PATCH] no message --- public/assets/index/css/index.css | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/assets/index/css/index.css b/public/assets/index/css/index.css index 339854a..39c3ec5 100644 --- a/public/assets/index/css/index.css +++ b/public/assets/index/css/index.css @@ -16,13 +16,13 @@ .g-doc { width: 100%; - background: linear-gradient(-20deg, #FF759E, #FF6249); + background: linear-gradient(-20deg, #FA8410, #FA8410); } .hander img { width: 100%; border-radius: 0.3rem; - background: linear-gradient(-20deg, #FF759E, #FF6249); + background: linear-gradient(-20deg, #FA8410, #FA8410); } .user { @@ -32,7 +32,7 @@ margin: auto; border-radius: .3rem; position: relative; - top: -1.1rem; + padding: .5rem .45rem .31rem .45rem; } @@ -136,7 +136,7 @@ background: #FFFFFF; border-radius: .3rem; margin: auto; - margin-top: -0.9rem; + margin-top: 0.2rem; display: flex; justify-content: space-around; margin-bottom: .2rem -- Gitblit v1.9.3