|
|
@@ -364,7 +364,7 @@ public class TsaShoplinkerService {
|
|
|
}
|
|
|
modelDesc += "</div>";
|
|
|
modelDesc += "</div>";
|
|
|
-
|
|
|
+ modelDesc += "<div style=\"height:100px;\"></div>";
|
|
|
htmlDesc = modelDesc;
|
|
|
}
|
|
|
|
|
|
@@ -564,7 +564,7 @@ public class TsaShoplinkerService {
|
|
|
if( null != certInfo.getCertDiv()) {
|
|
|
htmlDesc += "<div class=\"st_required_box\" style=\"margin-bottom:80px;\">";
|
|
|
htmlDesc += "<div class=\"st_area_kcl\" style=\"color:#222;display:block; position:relative; min-height:160px; margin-top:100px; padding:40px 40px 40px 160px; box-sizing:border-box; background:#f5f5f5;\">";
|
|
|
- htmlDesc += "<i class=\"st_ico_kcl\" style=\"position:absolute;left:64px;top:50%;transform:translateY(-50%);z-index:2;background-image: url(\"https://image.istyle24.com/Style24/images/pc/ico_kcl.png\");width: 32px;height: 50px;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-size: contain;background-position: 0% 0%;\"></i>";
|
|
|
+ htmlDesc += "<i class=\"st_ico_kcl\" style=\"position:absolute;left:64px;top:50%;transform:translateY(-50%);z-index:2;background-image: url('https://image.istyle24.com/Style24/images/pc/ico_kcl.png');width: 32px;height: 50px;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-size: contain;background-position: 0% 0%;\"></i>";
|
|
|
htmlDesc += "<p class=\"st_tit\" style=\"margin-top:0;color:#222;font-size:16px;font-weight:300;line-height:1;letter-spacing:-0.025em;\">";
|
|
|
htmlDesc += certInfo.getCertTargetNm() +"/"+ certInfo.getCertOrganName();
|
|
|
htmlDesc += "</p>";
|
|
|
@@ -581,7 +581,7 @@ public class TsaShoplinkerService {
|
|
|
}else {
|
|
|
htmlDesc += "<div class=\"st_required_box\" style=\"margin-bottom:80px;\">";
|
|
|
htmlDesc += "<div class=\"st_area_kcl\" style=\"display:block; position:relative; min-height:160px; margin-top:100px; padding:40px 40px 40px 160px; box-sizing:border-box; background:#f5f5f5;\">";
|
|
|
- htmlDesc += "<i class=\"st_ico_kcl\" style=\"position:absolute;left:64px;top:50%;transform:translateY(-50%);z-index:2;background-image: url(\"https://image.istyle24.com/Style24/images/pc/ico_kcl.png\");width: 32px;height: 50px;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-size: contain;background-position: 0% 0%;\"></i>";
|
|
|
+ htmlDesc += "<i class=\"st_ico_kcl\" style=\"position:absolute;left:64px;top:50%;transform:translateY(-50%);z-index:2;background-image: url('https://image.istyle24.com/Style24/images/pc/ico_kcl.png');width: 32px;height: 50px;display: inline-block;vertical-align: middle;background-repeat: no-repeat;background-size: contain;background-position: 0% 0%;\"></i>";
|
|
|
htmlDesc += "<p class=\"st_tit\" style=\"margin-top:0;color:#222;font-size:16px;font-weight:300;line-height:1;letter-spacing:-0.025em;\">";
|
|
|
htmlDesc += certInfo.getCertDiv() +"/"+ certInfo.getCertOrganName();
|
|
|
htmlDesc += "</p>";
|