씽크 맞춤춤

This commit is contained in:
2026-01-14 23:13:49 +09:00
parent f7e7196d65
commit c67e0944f2
2 changed files with 63 additions and 23 deletions

View File

@@ -1975,9 +1975,9 @@
<div class="content">
<div class="title">
<strong>포토리뷰 상세</strong>
<button class="btn-photoList" onClick="open_layer_popup('photoReviewAll_Popup'); close_layer_popup('photoReviewDetail_Popup', 'toPhotoReviewAll');">포토리뷰 전체보기</button>
<button class="btn-photoList" onClick="open_layer_popup('photoReviewAll_Popup'); close_layer_popup('photoReviewDetail_Popup', '', 'toPhotoReviewAll');">포토리뷰 전체보기</button>
<button class="btn-close" onClick="close_layer_popup('photoReviewDetail_Popup', 'toPhotoReviewAll');"><p>닫기</p></button>
<button class="btn-close" onClick="close_layer_popup('photoReviewDetail_Popup', '', 'toPhotoReviewAll');"><p>닫기</p></button>
</div>
<div class="photoReviewDetailWrap">
@@ -2051,7 +2051,7 @@
<div class="carswBtn">
<div class="oneButton">
<a href="javascript:;" class="cartBtn leftBtn" onClick="javascript:close_layer_popup('photoReviewDetail_Popup', 'toPhotoReviewAll');"><p>닫기</p></a>
<a href="javascript:;" class="cartBtn leftBtn" onClick="javascript:close_layer_popup('photoReviewDetail_Popup', '', 'toPhotoReviewAll');"><p>닫기</p></a>
</div>
</div>
</div>