From 3f3cfe0a7a311acc6d147738924945dde845cccc Mon Sep 17 00:00:00 2001 From: YuanHuakk <1751826683@qq.com> Date: Sat, 30 Dec 2023 21:18:44 +0800 Subject: [PATCH] wip: test --- src/pages/aoshi/index/index.scss | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/pages/aoshi/index/index.scss b/src/pages/aoshi/index/index.scss index 11bb854..fd447d9 100644 --- a/src/pages/aoshi/index/index.scss +++ b/src/pages/aoshi/index/index.scss @@ -37,7 +37,7 @@ display: flex; justify-content: space-between; align-items: center; - margin-top: 40px; + margin-top: 15px; padding: 20px; background-color: #ff0606; color: #fff; @@ -101,7 +101,8 @@ margin: auto; .item { - height: 240px; + width: 200px; + height: 220px; text-align: center; line-height: 240px; font-size: 80px; @@ -110,17 +111,14 @@ } .item:nth-child(1) { width: 48%; - // height: 240px; border-radius: 100px 30px 30px 30px; } .item:nth-child(2) { width: 48%; - // height: 240px; border-radius: 30px 100px 30px 30px; } .item:nth-child(3) { flex: 1; - // height: 240px; border-radius: 30px 30px 100px 100px; } } @@ -147,7 +145,7 @@ background-color: #ff0606; border-radius: 26px; padding: 20px 30px; - margin-top: 20px; + margin-top: 15px; color: #fff; .title { font-size: 35px;