쇼핑몰관리자: 행구분 배경색 에스크로 스타일
This commit is contained in:
@ -287,7 +287,7 @@ $listall = '<a href="'.$_SERVER['PHP_SELF'].'" class="ov_listall">전체목록</
|
||||
|
||||
$tr_bg = 'tr_bg'.($i%2);
|
||||
if($row['od_escrow'])
|
||||
$tr_bg = 'tr_bg'.($i%2);
|
||||
$tr_bg .= 'escrow';
|
||||
?>
|
||||
<tr class="orderlist<?php echo ' '.$tr_bg; ?>">
|
||||
<td rowspan="3" class="td_chk">
|
||||
|
||||
@ -255,8 +255,12 @@ tfoot th, tfoot td {padding:10px 0;border:1px solid #c1d1d5;background:#d7e0e2}
|
||||
tfoot th {}
|
||||
tfoot td {font-weight:bold;text-align:center}
|
||||
table .tr_bg0 {background:#fff}
|
||||
table .tr_bg1 {background:#f5fbe8}
|
||||
table .tr_bg1 td {border-color:#e4f1c6}
|
||||
table .tr_bg1 {background:#f0f3f7}
|
||||
|
||||
table .tr_bg0escrow {background:#f3f7e7}
|
||||
table .tr_bg0escrow td {border-color:#e4efbb}
|
||||
table .tr_bg1escrow {background:#edf1e3}
|
||||
table .tr_bg1escrow td {border-color:#dce9ad}
|
||||
|
||||
.tbl_wrap {margin:0 0 10px;padding:0 20px}
|
||||
.tbl_wrap td.empty_table {padding:100px 0;text-align:center}
|
||||
|
||||
Reference in New Issue
Block a user