Selaa lähdekoodia

8.25퍼블수정건

jmh 4 vuotta sitten
vanhempi
commit
f0b21ea052

+ 2 - 2
src/main/webapp/ux/mo/css/layout_m.css

@@ -468,7 +468,7 @@
 .pd_detail .movbox {position: relative;height: 0;padding-top: 100%;padding-bottom:50.25%;overflow: hidden;transition: all 300ms ease;transform: scale(1);}
 .pd_detail .movbox #prodMovBtn{background: rgb(246 55 55 / 0%);  position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;color: transparent;font-size: 0.1rem;z-index: 2;}
 /* .pd_detail .movbox iframe{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 100%;height: 100%;z-index: 1;} */
-.pd_detail .movbox iframe{position: absolute;right: 0;top: 0;bottom: 0;width: 300%;height: 100%;z-index: 1;left:-100%}
+.pd_detail .movbox iframe{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 300%;height: 100%;z-index: 1;left:-100%}
 .pd_detail .thumb_box{position: relative;}
 .pd_detail .thumb_box .thumb_list{position:relative;}
 .pd_detail .thumb_box .thumb_list .thumb{position:relative; width:100%; padding-bottom: 150%;; background-color:#f5f5f5; overflow: hidden;}
@@ -1390,7 +1390,7 @@
 .pop_detail .review_list .review .photo_box .photo_list > ul li {display:inline-block; margin-left:0.8rem; width:7.5rem; height:7.5rem;}
 .pop_detail .review_list .review .photo_box .photo_list > ul li:first-child{margin-left:1.33rem;}
 .pop_detail .review_list .review .photo_box .photo_list > ul li:last-child{margin-right:1.33rem;}
-.pop_detail .review_list .review .txt_review_box {margin-top:1.6rem; font-size:1.4rem; overflow:hidden; color:#000}
+.pop_detail .review_list .review .txt_review_box {margin-top:1.6rem; font-size:1.4rem; overflow:hidden; color:#000;word-break: break-all;}
 .pop_detail .review_list .review .reply_box {margin-top:1.5rem; padding-top:1.5rem;}
 .pop_detail .review_list .review .reply_box .reply {position:relative; padding:2rem; background:#f5f5f5;}
 .pop_detail .review_list .review .reply_box .reply::after {content:''; position:absolute; left:0; top:-1.5rem; width:0; height:0; border:1.5rem solid #f5f5f5; border-top-color:transparent; border-right-color:transparent;}

+ 1 - 1
src/main/webapp/ux/mo/css/style24_m.css

@@ -910,7 +910,7 @@ main.container .inner h2[data-style~="unusual"] {font-size:2.0rem;top: 0;positio
 .my .review .reviewMy .photo_box .photo_list .pic {width: 7.2rem; height: 7.2rem;}
 .my .review .reviewMy .photo_box .photo_list .pic span {position: relative; display: block; height:0; padding-top:100%; background-repeat:no-repeat; background-position:50% 50%; background-size:cover;}
 .my .review .reviewMy .photo_box .photo_list .pic span.thumb.mov::after {content:''; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.3) url('//image.istyle24.com/Style24/images/pc/ico_play.png') no-repeat 50% 50%; z-index:2;}
-.my .review .reviewMy .txt_review_box {margin-top:1.9rem; font-size: 1.3rem; line-height:2.1rem;}
+.my .review .reviewMy .txt_review_box {margin-top:1.9rem; font-size: 1.3rem; line-height:2.1rem;word-break: break-all;}
 .my .review .reviewMy .reply_box {margin-top:1.5rem; padding-top:1.5rem;}
 .my .review .reviewMy .reply_box .reply {position:relative; padding:2.0rem; background:#f5f5f5;}
 .my .review .reviewMy .reply_box .reply::after {content:''; position:absolute; left:0; top:-1.5rem; width:0; height:0; border:1.5rem solid #f5f5f5; border-top-color:transparent; border-right-color:transparent;}

+ 1 - 1
src/main/webapp/ux/pc/css/layout.css

@@ -2547,7 +2547,7 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
 	.pd_detail .area_pic .thumb_list_wrap {width:100%; padding-left:70px; box-sizing:border-box;}
 	.pd_detail .area_pic .thumb_list_wrap ul {margin-top:-10px;}
 	.pd_detail .area_pic .thumb_list_wrap ul::after {content:''; clear:both; display:block; width:100%;}
-	.pd_detail .area_pic .thumb_list_wrap li {float:left; position:relative; width:calc(50% - 5px); margin-top:10px;} 
+	.pd_detail .area_pic .thumb_list_wrap li {float:left; position:relative; width:calc(50% - 6px); margin-top:10px;} 
 	.pd_detail .area_pic .thumb_list_wrap li:nth-child(even) {margin-left:10px;}
 	.pd_detail .area_pic .thumb_list_wrap li a {display:block; cursor:url('//image.istyle24.com/Style24/images/pc/cursor_zoom.png') 0 0, zoom-in;}
 	.pd_detail .area_pic .thumb_list_wrap li.on a span img {z-index:2;}