jhleem / egov star

한선우 한선우 2022-02-21 @121


            
Index: base3.10/src/main/webapp/css/admin/board.css =================================================================== --- base3.10/src/main/webapp/css/admin/board.css (revision 120) +++ base3.10/src/main/webapp/css/admin/board.css (revision 121) @@ -38,8 +38,9 @@ .thumbnail .thumb_zoom { position:fixed; border-radius:20px; opacity:0; pointer-events:none; z-index:9; } .thumbnail .thumb_zoom img { width:auto; height:250px; display:inline-block; border-radius:20px; border:5px solid #fff; box-shadow:0 0 20px 0 rgba(0,0,0,0.3); } .thumbnail:hover .thumb_zoom { opacity:1; transition:opacity 0.3s; } -.thumbnail.no_img { background:url(/images/user/no_img.svg) 70% 60% no-repeat #f4f4f4; background-size:60px 60px; border:1px solid #ededed; } -.thumbnail.no_img:hover { box-shadow:none; } + +.no_img { background:url(/images/user/no_img.svg) 70% 60% no-repeat #f4f4f4; background-size:60px 60px; border:1px solid #ededed; } +.no_img:hover { box-shadow:none; } /*게시판write style1*/ .table_write { width:100%; font-size:14px; border-top:2px solid #224173; border-collapse:initial; table-layout:fixed;}
Add a comment
List