공통: 상품이미지 원본보기에서 타이틀 제대로 표시 안되는 문제, 모바일: 상품이미지 원본보기 스타일 추가, 참없다(uyong)님 제보
This commit is contained in:
@ -437,7 +437,6 @@ a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}
|
||||
#sit_pvi_thumb .li_last {margin:0 !important}
|
||||
#sit_pvi_thumb img {}
|
||||
|
||||
#sit_pvi_nw h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#sit_pvi_nwbig {padding:10px 0;text-align:center}
|
||||
#sit_pvi_nwbig span {display:none}
|
||||
#sit_pvi_nwbig span.visible {display:inline}
|
||||
|
||||
@ -140,6 +140,16 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
|
||||
.sit_admin {margin:10px 10px 0;text-align:right}
|
||||
.sit_empty {padding:30px 0;text-align:center}
|
||||
|
||||
/* 상품 상세보기 - 이미지 미리보기 */
|
||||
#sit_pvi_nw h1 {}
|
||||
#sit_pvi_nwbig {padding:10px 0;text-align:center}
|
||||
#sit_pvi_nwbig span {display:none}
|
||||
#sit_pvi_nwbig span.visible {display:inline}
|
||||
#sit_pvi_nw ul {margin:0 0 20px;padding:0 10px;list-style:none;zoom:1}
|
||||
#sit_pvi_nw ul:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sit_pvi_nw li {float:left;margin:0 0 0 1px}
|
||||
#sit_pvi_nw li img {width:60px;height:60px}
|
||||
|
||||
/* 사용후기 모음 */
|
||||
#sps_sch {margin:0 0 10px}
|
||||
#sps_sch a {display:inline-block;padding:0 8px;height:23px;background:#333;color:#fff;text-decoration:none;vertical-align:middle;line-height:23px}
|
||||
|
||||
@ -19,8 +19,8 @@ $g5['title'] = "{$row['it_name']} ($it_id)";
|
||||
include_once(G5_PATH.'/head.sub.php');
|
||||
?>
|
||||
|
||||
<div id="sit_pvi_nw">
|
||||
<h1>상품 이미지 새 창 보기</h1>
|
||||
<div id="sit_pvi_nw" class="new_win">
|
||||
<h1 id="win_title">상품 이미지 새 창 보기</h1>
|
||||
|
||||
<div id="sit_pvi_nwbig">
|
||||
<?php
|
||||
|
||||
@ -25,7 +25,7 @@ include_once(G5_PATH.'/head.sub.php');
|
||||
?>
|
||||
|
||||
<div id="sit_pvi_nw" class="new_win">
|
||||
<h1 title="win_title">상품 이미지 새창 보기</h1>
|
||||
<h1 id="win_title">상품 이미지 새창 보기</h1>
|
||||
|
||||
<div id="sit_pvi_nwbig">
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user