| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- .mt10{
- margin-top: 10px;
- }
- .center{
- width: 779px;
- height: auto;
- }
- .center_main{
- width: 779px;
- height: auto;
- background: #fff;
- border: 1px solid #ededed;
-
- }
- .center_main h1,.right_main h1{
- width: 100%;
- height: 50px;
- line-height: 53px;
- border-bottom: 2px solid #0085d0;
- font-size: 20px;
- padding-left: 10px;
- position: relative;
- }
- .center_main h1 a,.right_main h1 a{
- position: absolute;
- display: block;
- height: 100%;
- float: right;
- color: #333;
- text-decoration: none;
- font-size: 12px;
- top: 4px;
- right: 10px;
- }
- .center_main h1 a:hover,.right_main h1 a:hover{
- color: #0085d0;
- }
- .center_main .table{
- width: 760px;
- margin:15px auto;
- font-size: 12px;
- }
- .center_main .table thead th{
- text-align: center;
- }
- .center_main .table tbody td{
- padding:5px 8px;
- text-align: center;
- line-height: 20px;
- }
- .table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
- border-bottom: 1px;
- }
- .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td{
- border: 1px solid #ededed;
- }
- .table-bordered > tbody > tr:nth-child(odd){
- background-color: #f0f1f1;
- }
- .table-bordered > tbody > tr:nth-child(odd) .progress{
- background-color: #f0f1f1;
- }
- /* 进度条 */
- .progress {
- height: 20px;
- margin-bottom: 0px;
- overflow: hidden;
- background-color: #fff;
- border-radius: 0px;
- -webkit-box-shadow: none;
- box-shadow:none;
- }
- .progress-bar{
- background-color: #0085d0;
- }
- /* 进度条 */
- .right{
- width: 340px;
- height: auto;
- margin-left: 10px;
- }
- .right_main{
- width: 100%;
- height: auto;
- background-color: #fff;
- border: 1px solid #ededed;
- }
- .right_main .table{
- width: 320px;
- margin:15px auto;
- font-size: 12px;
- }
- .right_main .table thead th{
- text-align: center;
- }
- .right_main .table tbody td{
- padding:5px 8px;
- text-align: center;
- line-height: 20px;
- }
- .right_main .table-bordered > tbody > tr:nth-child(odd){
- background-color: #fff;
- }
|