From ebfa70601524a23dfbd3b5c91592b4359d68fc31 Mon Sep 17 00:00:00 2001 From: isol Date: Fri, 3 Feb 2023 10:29:01 +0900 Subject: [PATCH] fix: index.ftl page recode_memo UI crack fix --- src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl | 4 ++-- src/main/webapp/m/css/style.css | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl b/src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl index de06d10..bebfcad 100644 --- a/src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl +++ b/src/main/webapp/WEB-INF/views/ftl/m/index/index.ftl @@ -17,9 +17,9 @@ /* 퍼블리싱 수정 css */ .main_cont_camera { padding-top:50px; background: none; padding-bottom: 100px; } - .main_cont_camera li { position:relative; width:100%; padding-bottom:5rem; text-align:center; background: none; display: flex; } + .main_cont_camera li { position:relative; width:100%; padding-bottom:10px; text-align:center; background: none; display: flex; } .main_cont_camera li:last-child { padding-bottom:50px; background: none; } - .main_cont_camera .img_preview { position:relative; overflow:hidden; width: 70px; height: 70px; margin: 0 43px 0 20px; background:#fff; border:5px solid #fff; border-radius:20px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); } + .main_cont_camera .img_preview { position:relative; overflow:hidden; width: 70px; height: 70px; min-width: 70px; min-height: 70px; margin: 0 43px 0 20px; background:#fff; border:5px solid #fff; border-radius:20px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.2); } .main_cont_camera .img_preview:after { content: ""; display: block; diff --git a/src/main/webapp/m/css/style.css b/src/main/webapp/m/css/style.css index 634afdc..9e60558 100644 --- a/src/main/webapp/m/css/style.css +++ b/src/main/webapp/m/css/style.css @@ -6072,6 +6072,7 @@ main { } .info_title { + margin-top: 1.35rem; display: flex; justify-content: space-between; align-items: flex-end; @@ -6084,10 +6085,8 @@ main { } .info_amount { - position: absolute; width: 100%; text-align: left; - top: 1.25rem; } .info_amount p { @@ -6099,10 +6098,8 @@ main { border: 2px solid #999; border-radius: 10px; padding: 10px; - position: absolute; width: 100%; text-align: left; - top: 2.8rem; } .info_recode p {