Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
@e1cf3f966705cc38bddc7ffed47b9ad59586b414
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
... | ... | @@ -248,7 +248,7 @@ |
| 248 | 248 |
} |
| 249 | 249 |
.popup_wrap{padding:100px 30px;left:0;top:0;z-index:10;}
|
| 250 | 250 |
.pop-conts{background:#fff;min-height:250px;font-size:1.4rem;justify-content:center;align-items:center;}
|
| 251 |
- .pop-conts a{width:100%;padding:20px;word-break:break-word;}
|
|
| 251 |
+ .pop-conts a{width:100%;word-break:break-word;}
|
|
| 252 | 252 |
.btn-r{display:flex;height:45px;padding:0 15px;justify-content:space-between;align-items:center;}
|
| 253 | 253 |
.today_close{display:flex;font-size:16px;color:#222;gap:8px;align-items:center;}
|
| 254 | 254 |
.today_close [type="checkbox"]{width:16px;height:16px;}
|
--- src/main/webapp/publish/adm/css/calendar.css
+++ src/main/webapp/publish/adm/css/calendar.css
... | ... | @@ -29,5 +29,6 @@ |
| 29 | 29 |
.calendar_table thead tr th:last-child{border-radius:0 8px 8px 0;}
|
| 30 | 30 |
.calendar_table th,.calendar_table td{width:50px;height:50px;text-align:center;transition:background 0.3s;}
|
| 31 | 31 |
.calendar_table td:hover{background:#f2f4f6;border-radius:8px;}
|
| 32 |
+.calendar_table td:empty{background:transparent;}
|
|
| 32 | 33 |
|
| 33 | 34 |
button.btn.medium.btn_submit_calendar{padding:0 40px;} (No newline at end of file)
|
--- src/main/webapp/publish/usr/css/style.css
+++ src/main/webapp/publish/usr/css/style.css
... | ... | @@ -123,8 +123,8 @@ |
| 123 | 123 |
.gallery_list{display:flex;margin:12px 0 0 0;gap:20px;flex-wrap:wrap;}
|
| 124 | 124 |
.gallery_list>li{width:calc((100%/3) - 14px);}
|
| 125 | 125 |
.gallery_list a{width:100%;border:1px solid #E2E7EF;}
|
| 126 |
-.gallery_list .images_area{display:flex;width:100%;height:100%;background:#f2f4f7;overflow:hidden;justify-content:center;align-items:center;}
|
|
| 127 |
-.gallery_list .images_area img{max-width:100%;max-height:100%;object-fit:contain;}
|
|
| 126 |
+.gallery_list .images_area{display:flex;width:100%;height:295px;background:#f2f4f7;overflow:hidden;justify-content:center;align-items:center;}
|
|
| 127 |
+.gallery_list .images_area img{width:100%;height:100%;object-fit:cover;}
|
|
| 128 | 128 |
.gallery_list .list_content{padding:20px;}
|
| 129 | 129 |
.gallery_list .list_title{text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:24px;font-weight:600;text-align:left;color:var(--primary-title-color);}
|
| 130 | 130 |
.gallery_list .list_info{display:flex;font-size:16px;font-weight:400;color:#636469;margin:20px 0 0 0;}
|
... | ... | @@ -157,7 +157,6 @@ |
| 157 | 157 |
} |
| 158 | 158 |
|
| 159 | 159 |
@media (max-width: 768px){
|
| 160 |
- .gallery_list .images_area{height:100%;}
|
|
| 161 | 160 |
.gallery_list .list_title{font-size:20px;}
|
| 162 | 161 |
} |
| 163 | 162 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?