사용자: 새창 컨텐츠 스타일, 포인트스킨

This commit is contained in:
whitedot
2013-01-11 16:57:00 +09:00
parent 28df30d56e
commit a49df32cc3
2 changed files with 14 additions and 10 deletions

View File

@ -41,7 +41,7 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
<h1><?=$g4['title']?></h1>
<table>
<caption>포인트내역 목록</caption>
<caption>포인트 사용내역 목록</caption>
<thead>
<tr>
<th scope="col">일시</th>
@ -52,10 +52,14 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
</thead>
<tfoot>
<tr>
<td colspan="2">소계</td>
<th scope="row" colspan="2">소계</td>
<td><?=number_format($sum_point1)?></td>
<td><?=number_format($sum_point2)?></td>
</tr>
<tr>
<th scope="row" colspan="2">보유포인트</th>
<td colspan="2"><?=number_format($member[mb_point])?></td>
</tr>
</tfoot>
<tbody>
<?
@ -97,14 +101,12 @@ for($i=0; $row=sql_fetch_array($result); $i++) {
</tbody>
</table>
<p>보유 포인트 <?=number_format($member[mb_point])?>점</p>
<div class="pg">
<?=get_paging($config[cf_write_pages], $page, $total_page, $_SERVER[PHP_SELF].'?'.$qstr.'&amp;page=');?>
</div>
<div class="btn_window">
<a href="javascript:window.close();">창닫기</a>
<a href="javascript:window.close();" class="btn_cancel">창닫기</a>
</div>
</div>

View File

@ -23,7 +23,8 @@ hr {display:none}
/* 기본테이블 */
table {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
tfoot td {background:#f9f9f5;font-weight:bold;text-align:center}
tfoot th {border-top:1px solid #c9c9c9;border-bottom:1px solid #c9c9c9}
tfoot td {border-color:#c9c9c9;background:#f9f9f5;font-weight:bold;text-align:center}
caption {padding:0 0 10px;text-align:left}
.caption_desc {font-size:0.75em}
th {padding:12px 0 8px;border-top:3px solid #666;border-bottom:1px solid #a9a9a9;font-size:0.75em}
@ -209,9 +210,10 @@ a {color:#000;text-decoration:none}
.btn03 {display:inline-block;padding:0 10px;height:24px;border:1px solid #555;background:#555;color:#fff;font-size:0.75em;text-decoration:none;line-height:2.2em}
.btn02:hover,
.btn02:focus {}
.btn_confirm {text-align:center}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {padding:0 15px;height:30px;border:0;background:#ff3061;color:#fff;font-size:0.9em;letter-spacing:-0.1em;vertical-align:top}
.btn_cancel {display:inline-block;padding:0 10px;height:28px;border:1px solid #ccc;background:#fafafa;color:#000;font-size:0.75em;text-decoration:none;line-height:2.5em}
.btn_window {padding:10px 5% 20px;background:#494949;text-align:right} /* 새창용 */
/* 폼 테이블 */
.frm_tbl {}
@ -402,7 +404,7 @@ a {color:#000;text-decoration:none}
#new_search legend {margin:0;padding:0;width:0;height:0;border:0;overflow:hidden}
/* 새창 공통 */
.new_win h1 {padding:10px 30px;background:#393936;color:#fff;font-size:1.2em}
.new_win h1 {padding:20px 30px 10px;background:#494949;color:#fff;font-size:1em}
.new_win h1 a {color:#fff}
.new_win article h1 {background:transparent;color:#000}
.new_win h2 {font-size:1em}
@ -416,7 +418,7 @@ a {color:#000;text-decoration:none}
.new_win_ul a:focus {background:#faf9f5}
/* 포인트 내역 */
#point p {text-align:center}
#point table {margin-bottom:0}
#point .td_datetime {width:150px}
/* 쪽지 */
@ -443,7 +445,7 @@ a {color:#000;text-decoration:none}
#memo_write textarea {height:100px}
/* pagination */
.pg {clear:both;margin:0 0 10px;padding-top:20px;font-size:0.75em;text-align:center}
.pg {clear:both;margin:0 0 20px;padding-top:20px;font-size:0.75em;text-align:center}
.pg_wrap {display:inline-block;border:1px solid #ddd;letter-spacing:-4px}
.pg_page, .pg_current {display:inline-block;padding:0 12px;height:30px;background:#fff;color:#000;letter-spacing:0;line-height:2.6em;vertical-align:middle}
.pg_page {background:#f9f9f9;text-decoration:none}