쇼핑몰: #151 사용후기 모음 표준화 및 스타일 완료
This commit is contained in:
@ -570,6 +570,28 @@ input.required:focus {border:1px solid #b8c9c2;background:#21272e !important;col
|
||||
#sit_rel {margin:0 0 10px;padding:10px 10px 0}
|
||||
#sit_rel h2 {margin:0 0 10px}
|
||||
|
||||
/* 사용후기 모음 */
|
||||
#sps {zoom:1}
|
||||
#sps ol {margin:0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
|
||||
#sps li {position:relative;padding:10px;border-bottom:1px solid #e9e9e9}
|
||||
#sps li:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
|
||||
.sps_img {float:left;margin:0 10px 0 0;width:80px}
|
||||
.sps_img span {position:absolute;font-size:0;line-height:0}
|
||||
|
||||
.sps_section {float:left;width:630px}
|
||||
|
||||
#sps dl {margin:5px 0 10px;zoom:1}
|
||||
#sps dl:after {display:block;visibility:hidden;clear:both;content:""}
|
||||
#sps dt {float:left}
|
||||
#sps dd {float:left;margin:0 20px 0 5px}
|
||||
#sps dd img {position:relative;top:-2px}
|
||||
|
||||
.sps_section p {padding:0;width:100%;height:20px;overflow:hidden}
|
||||
.sps_con_full {padding:0;height:auto !important}
|
||||
.sps_con_btn {margin:5px 0 0;text-align:right}
|
||||
.sps_con_btn button {margin:0;padding:5px;border:0;background:#565e60;color:#fff}
|
||||
|
||||
/* 마이페이지 */
|
||||
#smb_my {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user