|
|
@@ -55,7 +55,7 @@
|
|
|
<div class="opt_header">
|
|
|
<span class="title">컬러</span>
|
|
|
<th:block th:each="color, index : ${comp.cartColorList}">
|
|
|
- <span class="info" th:if="${color.cartColorNm != null}" th:text="${color.cartColorNm}"></span>
|
|
|
+ <span class="info color" th:if="${color.cartColorNm != null}" th:text="${color.cartColorNm}"></span>
|
|
|
</th:block>
|
|
|
</div>
|
|
|
|
|
|
@@ -70,14 +70,14 @@
|
|
|
<div class="opt_size">
|
|
|
<div class="opt_header">
|
|
|
<span class="title">사이즈</span>
|
|
|
- <span class="info">
|
|
|
- <th:block th:each="color, index : ${comp.cartColorList}" th:if="${color.cartColorNm != null}">
|
|
|
- <th:block th:each="size, index : ${color.cartSizeList}" th:if="${size.cartOptCd != null}">
|
|
|
- <span th:text="${size.optCd2}"></span>
|
|
|
- <span th:if="${size.addPrice > 0}">(+<em th:text="${#numbers.formatInteger(size.addPrice, 1, 'COMMA')}"></em>)원</span>
|
|
|
- </th:block>
|
|
|
+ <span class="info color">
|
|
|
+ <th:block th:each="color, index : ${comp.cartColorList}" th:if="${color.cartColorNm != null}">
|
|
|
+ <th:block th:each="size, index : ${color.cartSizeList}" th:if="${size.cartOptCd != null}">
|
|
|
+ <span th:text="${size.optCd2}"></span>
|
|
|
+ <span th:if="${size.addPrice > 0}">(+<em th:text="${#numbers.formatInteger(size.addPrice, 1, 'COMMA')}"></em>)원</span>
|
|
|
</th:block>
|
|
|
- </span>
|
|
|
+ </th:block>
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div class="form_field selfGoodsSize">
|
|
|
<th:block th:each="color, index : ${comp.cartColorList}" th:if="${color.cartColorNm != null}">
|
|
|
@@ -109,7 +109,7 @@
|
|
|
</div>
|
|
|
<div class="opt_header">
|
|
|
<span class="title">옵션1</span>
|
|
|
- <span class="info" th:classappend="|chooseColorNm_${comp.goodsCd}|" th:text="${comp.colorNm}"></span>
|
|
|
+ <span class="info color" th:classappend="|chooseColorNm_${comp.goodsCd}|" th:text="${comp.colorNm}"></span>
|
|
|
<div class="check_excluding form_field">
|
|
|
<div>
|
|
|
<input th:id="|od_item_off_${comp.goodsCd}|" type="checkbox" class="soldoutRemove" th:value="${comp.goodsCd}" onClick='getGuidance(event, this)'><label th:for="|od_item_off_${comp.goodsCd}|"> <span>품절제외</span> </label>
|
|
|
@@ -139,7 +139,7 @@
|
|
|
<span class="title">옵션2</span>
|
|
|
<!--<span th:text="${size.optCd2}"></span>
|
|
|
<span th:if="${size.addPrice > 0}">(+<em th:text="${#numbers.formatInteger(size.addPrice, 1, 'COMMA')}"></em>)원</span>-->
|
|
|
- <span class="info" th:classappend="|chooseSizeNm_${comp.goodsCd}|" th:text="${comp.optCd2}"></span>
|
|
|
+ <span class="info color" th:classappend="|chooseSizeNm_${comp.goodsCd}|" th:text="${comp.optCd2}"></span>
|
|
|
</div>
|
|
|
<form class="form_wrap">
|
|
|
<div class="form_field">
|
|
|
@@ -173,7 +173,7 @@
|
|
|
<div class="opt_select">
|
|
|
<div class="opt_header">
|
|
|
<span class="title">옵션1</span>
|
|
|
- <span class="info" th:classappend="|chooseColorNm_${comp.goodsCd}|" th:text="${comp.colorNm}"></span>
|
|
|
+ <span class="info color" th:classappend="|chooseColorNm_${comp.goodsCd}|" th:text="${comp.colorNm}"></span>
|
|
|
<div class="check_excluding form_field">
|
|
|
<div>
|
|
|
<input th:id="|od_item_off_${comp.goodsCd}|" class="soldoutRemove" type="checkbox" th:value="${comp.goodsCd}" onClick='getGuidance(event, this)'><label th:for="|od_item_off_${comp.goodsCd}|"><span>품절 제외</span></label>
|
|
|
@@ -201,7 +201,7 @@
|
|
|
<div class="opt_select">
|
|
|
<div class="opt_header">
|
|
|
<span class="title">옵션2</span>
|
|
|
- <span class="info" th:classappend="|chooseSizeNm_${comp.goodsCd}|" th:text="${comp.optCd2}"></span>
|
|
|
+ <span class="info color" th:classappend="|chooseSizeNm_${comp.goodsCd}|" th:text="${comp.optCd2}"></span>
|
|
|
</div>
|
|
|
<form class="form_wrap">
|
|
|
<div class="form_field">
|