123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- @CHARSET "UTF-8";
- body {
- padding: 0;
- margin: 0;
- }
- h2 {
- float: left;
- padding: 20px 0 0 10%;
- }
- h4{
- float: left;
- padding: 28px 0 0 30px;
- }
- h4 a{
- color: #000000;
- text-decoration: none;
- }
- h4 a:visited{
- color: #000000;
- text-decoration: none;
- }
- .top {
- width: 80%;
- float: left;
- padding: 0 10%;
- }
- .tips {
- color: red;
- font-size: 12px;
- }
- .top form{
- float: left;
- padding: 5px 0;
- }
- .brvbar{
- float: left;
- padding: 5px 25px;
- color: gray;
- }
- .middle {
- width: 80%;
- height: 650px;
- float: left;
- padding-left: 10%;
- font-size: 14px;
- overflow: hidden;
- }
- .middle span {
- float: left;
- height: 20px;
- padding: 10px 0;
- text-align: center;
- cursor: default;
- }
- .title, .list_block{
- float: left;
- width: 100%;
- height: 40px;
- }
- .title{
- font-weight: bold;
- }
- .ok{
- color: green;
- }
- .no{
- color: gray;
- }
- .cancel{
- color: red;
- }
- .bottom {
- width: 80%;
- float: left;
- padding: 20px 10%;
- text-align: center;
- overflow: hidden;
- }
- .bottom span{
- padding: 2px 5px;
- height: 22px;
- float: left;
- margin: 0 10px;
- }
- .bottom .page{
- cursor: pointer;
- text-decoration: underline;
- }
- .bottom .page:hover {
- color: red;
- font-weight: bold;
- text-decoration: none;
- }
- .bottom .pn{
- color: red;
- font-weight: bold;
- text-decoration: none;
- }
- .bottom .gtlt{
- cursor: pointer;
- }
- .bottom .gtlt:hover{
- color: red;
- font-weight: bold;
- }
- .print_area{
- display: none;
- }
- .upload_icon{
- float: left;
- width: 20px;
- height: 20px;
- margin: 2px 0 0 10px;
- display: none;
- }
- .search_icon{
- float: left;
- width: 20px;
- height: 20px;
- margin: 2px 0 0 10px;
- display: none;
- }
- .float_label{
- float: left;
- }
- .start_date, .end_date{
- float: left;
- }
- .date_label{
- float: left;
- margin: 0 5px 0 20px;
- }
|