|
|
@@ -347,7 +347,7 @@ public class TsaShoplinkerService {
|
|
|
}else {
|
|
|
|
|
|
// 1) 상세내용 - 상품설명
|
|
|
- htmlDesc = "<div class=\"st_descrp_box\" style=\"max-height:1100px; overflow:hidden;\">";
|
|
|
+ htmlDesc = "<div class=\"st_descrp_box\" style=\"max-height:1100px; overflow:hidden; text-align: left; color:#222;\">";
|
|
|
htmlDesc += "<div class=\"st_desc_simple\" style=\"position:relative; margin-top:0px; margin-left:auto; margin-right:auto;\">";
|
|
|
htmlDesc += "<span class=\"st_tit_desc\" style=\"display:block; margin-bottom:10px; font-size:18px; font-weight:500; letter-spacing:-0.025em;\">"+goodsMap.getDetailDescNew10()+"</span>";
|
|
|
htmlDesc += "<span class=\"st_ptxt01\" style=\"font-size:16px;font-weight:200;line-height:1.5;word-break:keep-all;color:#666666;\">";
|
|
|
@@ -367,7 +367,7 @@ public class TsaShoplinkerService {
|
|
|
shoplinkerGoods.setExtmallDescImgYn("N");
|
|
|
shoplinkerGoods.setColorListYn("Y"); // 색상별 이미지 정보만 가져옴
|
|
|
Collection<ShoplinkerGoods> imgColorList = admShoplinkerDao.getGoodsImageList(shoplinkerGoods);
|
|
|
- colorDesc = "<div class=\"st_view_option_box\" style=\"margin-top: 100px;text-align: center;\">";
|
|
|
+ colorDesc = "<div class=\"st_view_option_box\" style=\"margin-top: 100px;text-align: center; color:#222;\">";
|
|
|
String tmpColor = "";
|
|
|
for(ShoplinkerGoods ic : imgColorList ) {
|
|
|
|