From 53f4f929a86694493005086da63807fea9453911 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 18 Dec 2024 14:35:22 +0800 Subject: [PATCH] no message --- css/common.css | 9 +++++++-- css/common.less | 11 +++++++++-- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/css/common.css b/css/common.css index ed46682..abdc825 100644 --- a/css/common.css +++ b/css/common.css @@ -79,13 +79,18 @@ body { font-weight: 400; font-style: normal; font-size: 15px; - color: rgba(170, 170, 170, 0.90196078); - flex: 1; + height: 100%; + outline: none; + border: none; } .base .left .img { width: 20px; height: 20px; } +.base .left .hint-list { + top: auto; + bottom: 54px; +} .base .rigth { width: 175px; height: 44px; diff --git a/css/common.less b/css/common.less index 45f55cd..515727f 100644 --- a/css/common.less +++ b/css/common.less @@ -92,14 +92,21 @@ body { font-weight: 400; font-style: normal; font-size: 15px; - color: rgba(170, 170, 170, 0.901960784313726); - flex: 1; + // color: rgba(170, 170, 170, 0.901960784313726); + height: 100%; + outline: none; + border: none; } .img { width: 20px; height: 20px; } + + .hint-list { + top: auto; + bottom: 54px; + } } .rigth {