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;}