From 495bb6ea415e24ca5d29580c397e591858624ec2 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 2 Jan 2025 10:33:58 +0900 Subject: [PATCH] =?UTF-8?q?2025/01/02=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EC=98=A4=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/kofair_case_seed/usr/style/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/kofair_case_seed/usr/style/style.css b/src/main/webapp/kofair_case_seed/usr/style/style.css index d194bed7..02f45c2c 100644 --- a/src/main/webapp/kofair_case_seed/usr/style/style.css +++ b/src/main/webapp/kofair_case_seed/usr/style/style.css @@ -396,10 +396,11 @@ :not(.window_popup.idf) .search_wrap .select+.select+.input_text{width:calc(100% - 330px);} :not(.window_popup.idf) .search_wrap .btn_search{width:110px;height:80px;padding:0;font-size:3.6rem;padding:0;} + .page{flex-wrap:wrap;} .page a{font-size:3.4rem;} .page a,.page .only_icon{width:80px;height:80px;border-radius:10px;} .page i{width:80px;height:80px;} - .page li:nth-child(n+5):nth-child(-n+11){display:none;} + /* .page li:nth-child(n+5):nth-child(-n+11){display:none;} */ .page .page_first_li,.page .page_prev_li,.page .page_next_li,.page .page_last_li{display:block !important;} .page .page_first{background:url(/kofair_case_seed/usr/images/component/icon_page_first_80.png) center center;} .page .page_prev{background:url(/kofair_case_seed/usr/images/component/icon_page_prev_80.png) center center;}