footer css 추가수정

This commit is contained in:
ecpla 2023-03-14 14:17:23 +09:00
parent 1bd569d012
commit a0fb2e2225

View File

@ -410,7 +410,8 @@ footer .family_site {right:10px;}
footer .tot_nlib_site { position: relative; display: flex; align-items: center; width: 79%; box-sizing: border-box;right:auto;margin-top:10px; } footer .tot_nlib_site { position: relative; display: flex; align-items: center; width: 79%; box-sizing: border-box;right:auto;margin-top:10px; }
footer .tot_nlib_site .site_name { width: 100%; margin: 0; flex: 1; } footer .tot_nlib_site .site_name { width: 100%; margin: 0; flex: 1; }
footer .tot_nlib_site .site_depth {width: 100%;box-sizing: border-box;} footer .tot_nlib_site .site_depth {width: 100%;box-sizing: border-box;}
footer .tot_nlib_site .site_depth #mngOrgNm {width: 401px;} footer .tot_nlib_site .site_depth > div:nth-child(2) {background-color: #fff;}
footer .tot_nlib_site .site_depth #mngOrgNm {width: 88%;outline: none;}
footer .family_site { position: relative; display: flex; align-items: center; width: 79%;box-sizing: border-box;right:auto;margin-top:10px; } footer .family_site { position: relative; display: flex; align-items: center; width: 79%;box-sizing: border-box;right:auto;margin-top:10px; }
footer .family_site .site_name { width: 100%; margin: 0; flex: 1; } footer .family_site .site_name { width: 100%; margin: 0; flex: 1; }
footer .family_site .go_btn { display: block; background: #1b1b1b; border-radius: 5px; width: 74px; height: 40px; color: rgba(255, 255, 255, 0.6); margin-left: 16px; } footer .family_site .go_btn { display: block; background: #1b1b1b; border-radius: 5px; width: 74px; height: 40px; color: rgba(255, 255, 255, 0.6); margin-left: 16px; }