포토리뷰, 메일폼 수정 완료료
This commit is contained in:
@@ -438,6 +438,7 @@
|
||||
<div class="util-area">
|
||||
<button type="button" class="btn-share" onclick="openSharePopup()">공유하기</button>
|
||||
<button type="button" class="btn-wish">좋아요</button>
|
||||
<button type="button" onclick="goToAnchor('pdpReviewArea')" class="btn-reviewCount">리뷰 8개</button>
|
||||
</div>
|
||||
<h1>
|
||||
디즈니 디스플레이 테마
|
||||
@@ -1100,33 +1101,33 @@
|
||||
</button>
|
||||
<ul>
|
||||
<li>
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup', 'toPhotoReviewAll')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp1.jpg" alt="리뷰 이미지">
|
||||
<div class="count">3</div>
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup', 'toPhotoReviewAll')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp2.jpg" alt="리뷰 이미지">
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup', 'toPhotoReviewAll')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp3.jpg" alt="리뷰 이미지">
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup', 'toPhotoReviewAll')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp5.jpg" alt="리뷰 이미지">
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup', 'toPhotoReviewAll')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp6.jpg" alt="리뷰 이미지">
|
||||
</button>
|
||||
</li>
|
||||
<li>
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup')">
|
||||
<button onclick="open_layer_popup('photoReviewDetail_Popup', 'toPhotoReviewAll')">
|
||||
<img src="../assets/images/kia/product-img/phptoreview-temp2.jpg" alt="리뷰 이미지">
|
||||
</button>
|
||||
</li>
|
||||
@@ -1744,7 +1745,7 @@
|
||||
<dd>
|
||||
<div class="selectInner">
|
||||
<div class="cont-select">
|
||||
<button class="btn-select" data-placeholder="리뷰를 작성하실 옵션을 선택하세요." data-placeholder-mobile="제품사양을 선택하세요."></button>
|
||||
<button class="btn-select" data-placeholder="리뷰를 작성하실 옵션을 선택하세요." data-placeholder-mobile="리뷰를 작성하실 옵션을 선택하세요."></button>
|
||||
<ul class="list-member">
|
||||
<li><button type="button">디즈니 미키와 친구들</button></li>
|
||||
<li><button type="button">마블 어벤져스 어셈블</button></li>
|
||||
@@ -1974,7 +1975,7 @@
|
||||
<div class="content">
|
||||
<div class="title">
|
||||
<strong>포토리뷰 상세</strong>
|
||||
<button class="btn-photoList" onClick="open_layer_popup('photoReviewAll_Popup'); close_layer_popup('photoReviewDetail_Popup');">포토리뷰 전체보기</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>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user