
/* CSS Document */ |
html,body{ |
height:100%; |
margin:0px; |
} |
.top{ |
height: 20%; |
} |
.middle{ |
height: 65%; |
text-align:center; |
} |
.bottom{ |
height: 15%; |
border-top: 1px solid green; |
text-align: center; |
} |
.top_home{ |
border-bottom: 1px solid green; |
text-align:center; |
height: 25%; |
} |
.top_home_exit{ |
width: 20%; |
position: relative; |
top: 8px; |
} |
.top_home_topic{ |
position: relative; |
bottom: 10px; |
} |
.top_details{ |
border-bottom: 6px solid rgb(210, 224, 210); |
height: 75%; |
} |
.top_details_code{ |
width: 50%; |
float: left; |
height: 100%; |
text-align: center; |
} |
.top_details_pay{ |
width: 50%; |
float: right; |
height: 100%; |
text-align: center; |
} |
.code_img,.pay_img{ |
width: 45%; |
} |
.left{ |
width:33%; |
float:left; |
color: red; |
}.right{ |
width:67%; |
float:right; |
}.first{ |
width:50%; |
float:left;; |
}.sencond{ |
width:50%; |
float:right; |
} |



