본문 바로가기
호구지책/웹

[CSS] 결제 페이지 디자인

by 하늘의흐름 2015. 6. 11.
반응형

<style type="text/css">

<!--

body { font-family:"돋움"; font-size:9pt; color:#000000; font-weight:normal; letter-spacing:0pt; line-height:180%; }

td { font-family:"돋움"; font-size:9pt; color:#000000; font-weight:normal; letter-spacing:0pt; line-height:180%; }

.clsright { padding-right:10px; text-align:right; }

.clsleft { padding-left:10px; text-align:left; }


.res_table{

margin-top:5px;

text-align:center;

border-left: 0px none; 

border-right: 0px none; 

border-top: 0px none; 

border-bottom: 0px solid; 

.clstdleft{ 

width:180px;

text-align:right;

border-bottom: 1px dotted; 

border-color: #D9D9D9;

}

.clstdright{

width:180px;

text-align:left;

border-bottom: 1px dotted; 

border-color: #D9D9D9;

}

.tra{

background-color:#FFFFFF;

}

.trb{

background-color:#DCDCDC;

}

#title{

background-color:#3493CC;

}

#bottom{

text-align:center;

}

-->

</style>






다음과 같이 사용했다.


지불 결과
결제방식 : 신용카드결제-일반결제

주문번호 :

1000

주문자명 : 조로아스터
상품명 : 성스러운 불꽃
결제금액 : 10,000원
처리메세지 : 정상 결제

Copyright Studio Zero Sign. All rights reserved.





반응형

댓글