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;