From 95b91cef82b3b6e1c855d66129c0036453199415 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A6=BA=E7=8B=A8?= <18119604035@163.com> Date: Mon, 3 Jul 2023 11:41:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/index.module.scss | 6 ------ src/pages/member/index.module.scss | 6 ------ src/pages/study/index.module.scss | 6 ------ 3 files changed, 18 deletions(-) diff --git a/src/pages/index/index.module.scss b/src/pages/index/index.module.scss index c29869e..83d0c52 100644 --- a/src/pages/index/index.module.scss +++ b/src/pages/index/index.module.scss @@ -132,9 +132,3 @@ } } } - -@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { - .list-box { - padding-bottom: 89px !important; - } -} diff --git a/src/pages/member/index.module.scss b/src/pages/member/index.module.scss index 557238e..547f3b3 100644 --- a/src/pages/member/index.module.scss +++ b/src/pages/member/index.module.scss @@ -190,9 +190,3 @@ margin-top: 10px; } } - -@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { - .content-box { - padding-bottom: 109px !important; - } -} diff --git a/src/pages/study/index.module.scss b/src/pages/study/index.module.scss index d0d416c..9f6c66c 100644 --- a/src/pages/study/index.module.scss +++ b/src/pages/study/index.module.scss @@ -93,9 +93,3 @@ } } } - -@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) { - .list-box { - padding-bottom: 104px !important; - } -}