|
|
@@ -233,6 +233,76 @@
|
|
|
</div>
|
|
|
</th:block>
|
|
|
|
|
|
+ <!-- 7. 브랜드픽 -->
|
|
|
+ <th:block th:if="${contentsLoc=='007'}">
|
|
|
+ <div class="content main_pick">
|
|
|
+ <div class="cont_head">
|
|
|
+ <p class="displayH t_c" th:text="${mainLayoutData.contentsTitle}">브랜드 PICK1</p>
|
|
|
+ </div>
|
|
|
+ <div class="cont_body">
|
|
|
+ <div class="swiper-container post-pick-nav">
|
|
|
+ <div class="swiper-wrapper">
|
|
|
+ <th:block th:each="ContentsData, ContentsStat : ${mainLayoutData.ContentsList}">
|
|
|
+ <div class="swiper-slide"><img th:src="${@environment.getProperty('domain.image')+ContentsData.brandGroupImg}"></div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ <div class="swiper-button-prev "></div>
|
|
|
+ <div class="swiper-button-next "></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="swiper-container post-pick-for">
|
|
|
+ <div class="swiper-wrapper">
|
|
|
+ <th:block th:each="brandPickData, brandPickStat : ${mainLayoutData.brandPickList}">
|
|
|
+ <div class="swiper-slide">
|
|
|
+ <div class="pick_look">
|
|
|
+ <div class="swiper-container post-lookbook">
|
|
|
+ <div class="swiper-wrapper">
|
|
|
+ <th:block th:each="bannerData, bannerStat : ${brandPickData.BannerList}">
|
|
|
+ <div class="swiper-slide" th:if="${bannerData.imgPath1 != ''}">
|
|
|
+ <div class="text_box">
|
|
|
+ <p class="title" th:text="${bannerData.strTitle1}">BUCKAROO<br> 2020 가을 신상 오픈1</p>
|
|
|
+ <p class="sub_text" th:text="${bannerData.subText1}"> 2020 FALL / WINTER 신상살펴보기1</p>
|
|
|
+ </div>
|
|
|
+ <div class="img_box">
|
|
|
+ <img th:src="${@environment.getProperty('domain.image')+bannerData.imgPath1}" alt="barnd lookbook">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ <div class="swiper-controls">
|
|
|
+ <div class="swiper-pagination"></div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="pick_item">
|
|
|
+ <div class="itemGrp">
|
|
|
+ <th:block th:each="goodsData, goodsStat : ${brandPickData.goodsList}">
|
|
|
+ <div class="item_prod" th:if="${goodsStat.count<4}">
|
|
|
+ <div class="item_state">
|
|
|
+ <button type="button" class="itemLike" tabindex="0">관심상품 추가</button>
|
|
|
+ <a href="javascript:void(0);" class="itemLink" th:onclick="cfnGoToGoodsDetail([[${goodsData.goodsCd}]], '', '', 'SMM007');">
|
|
|
+ <div class="itemPic">
|
|
|
+ <img alt="BLACK-a" class=" vLHTC pd_img" th:src="${@environment.getProperty('upload.goods.view') + '/' + goodsData.sysImgNm}">
|
|
|
+ </div>
|
|
|
+ <div class=" itemName" th:text="${goodsData.goodsFullNm}">남성 로고 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건 자카드 방풍 패딩 스웨터 가디건</div>
|
|
|
+ <p class="itemPrice" th:text="${#numbers.formatInteger(goodsData.currPrice,1,'COMMA')}">80,100
|
|
|
+ <span class="itemPrice_original" th:text="${#numbers.formatInteger(goodsData.listPrice,1,'COMMA')}">89,000</span>
|
|
|
+ <span class=" itemPercent" th:if="${goodsData.currPrice != goodsData.listPrice}" th:text="${(goodsData.listPrice == 0 ? 0 : #numbers.formatDecimal((goodsData.listPrice - goodsData.currPrice) / (goodsData.listPrice * 1.0) * 100, 1, 0)) + '%'}">10%</span>
|
|
|
+ </p>
|
|
|
+ <div class="itemComment">#데일리웨어로 매일입고싶은</div>
|
|
|
+ </a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </th:block>
|
|
|
+
|
|
|
<!-- 8. 가로 긴 배너 슬라이드 -->
|
|
|
<!-- bnn_1stage -->
|
|
|
<th:block th:if="${contentsLoc=='008'}">
|
|
|
@@ -323,8 +393,6 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</th:block>
|
|
|
-
|
|
|
-
|
|
|
</th:block>
|
|
|
</th:block>
|
|
|
|