| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- @charset "UTF-8";
- html, body{
- padding:0;
- margin:0;
- position:relative;
- background:url(../../img/report/zt_szhb/body.jpg);
- background-repeat:repeat;
- color:#fff;
- letter-spacing:1px;
- font-family:Georgia, "Times New Roman", Times, serif;
- }
- .zebra caption{
- font-size:20px;
- font-weight:normal;
- background:url(../img/zebratable.png);
- background-repeat:no-repeat;
- background-position: 130px center;
- padding-top: 20px;
- height:50px;}
- #container{
- padding-top:20px;
- /*width:960px;*/
- /*margin:0 auto;*/
- }
- table {
- margin:0 auto;
- border-collapse: collapse;
- border-spacing: 0;
- width:960px;
- /*width: 100%*/
- -webkit-box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
- box-shadow: 0px 2px 1px 5px rgba(242, 242, 242, 0.1);
- }
- .zebra {
- border: 1px solid #555;
- }
- .zebra td {
- border-left: 1px solid #555;
- border-top: 1px solid #555;
- padding: 10px;
- text-align: left;
- }
- .zebra th, .zebra th:hover {
- border-left: 1px solid #555;
- border-bottom: 1px solid #828282;
- padding: 20px;
- background-color:#151515 !important;
- background-image: -webkit-gradient(linear, left top, left bottom, from(#151515), to(#404040)) !important;
- background-image: -webkit-linear-gradient(top, #151515, #404040) !important;
- background-image: -moz-linear-gradient(top, #151515, #404040) !important;
- background-image: -ms-linear-gradient(top, #151515, #404040) !important;
- background-image: -o-linear-gradient(top, #151515, #404040) !important;
- background-image: linear-gradient(top, #151515, #404040) !important;
- color:#fff !important;
- font-weight:normal;
- }
- .zebra tbody tr:nth-child(even) {
- background: #000 !important;
- color:#fff;
- }
- .zebra tr:hover *{
- background: #eeeeee;
- color:#000;
- }
- .zebra tr {
- background:#404040;
- color:#fff;
- }
|