From 385176f8ef55cb2909359dacb8e1ec53dc5e03f6 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Fri, 22 Nov 2024 12:15:23 +0800 Subject: [PATCH] no message --- css/common.css | 4 ++-- css/common.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/common.css b/css/common.css index 16fb289..b15cdb9 100644 --- a/css/common.css +++ b/css/common.css @@ -57,7 +57,7 @@ body { } .base .left { width: 450px; - height: 50px; + height: 44px; background-color: #fff; border-radius: 153px 15px 15px 153px; margin-right: 5px; @@ -76,7 +76,7 @@ body { } .base .rigth { width: 175px; - height: 50px; + height: 44px; background-color: #fff; border-radius: 15px 153px 153px 15px; padding-left: 19px; diff --git a/css/common.less b/css/common.less index 4a7831d..8f99f3f 100644 --- a/css/common.less +++ b/css/common.less @@ -66,7 +66,7 @@ body { z-index: 100; .left { width: 450px; - height: 50px; + height: 44px; background-color: #fff; border-radius: 153px 15px 15px 153px; margin-right: 5px; @@ -87,7 +87,7 @@ body { .rigth { width: 175px; - height: 50px; + height: 44px; background-color: #fff; border-radius: 15px 153px 153px 15px; padding-left: 19px;