index.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. .mt10{
  2. margin-top: 10px;
  3. }
  4. .center{
  5. width: 779px;
  6. height: auto;
  7. }
  8. .center_main{
  9. width: 779px;
  10. height: auto;
  11. background: #fff;
  12. border: 1px solid #ededed;
  13. }
  14. .center_main h1,.right_main h1{
  15. width: 100%;
  16. height: 50px;
  17. line-height: 53px;
  18. border-bottom: 2px solid #0085d0;
  19. font-size: 20px;
  20. padding-left: 10px;
  21. position: relative;
  22. }
  23. .center_main h1 a,.right_main h1 a{
  24. position: absolute;
  25. display: block;
  26. height: 100%;
  27. float: right;
  28. color: #333;
  29. text-decoration: none;
  30. font-size: 12px;
  31. top: 4px;
  32. right: 10px;
  33. }
  34. .center_main h1 a:hover,.right_main h1 a:hover{
  35. color: #0085d0;
  36. }
  37. .center_main .table{
  38. width: 760px;
  39. margin:15px auto;
  40. font-size: 12px;
  41. }
  42. .center_main .table thead th{
  43. text-align: center;
  44. }
  45. .center_main .table tbody td{
  46. padding:5px 8px;
  47. text-align: center;
  48. line-height: 20px;
  49. }
  50. .table-bordered > thead > tr > th, .table-bordered > thead > tr > td{
  51. border-bottom: 1px;
  52. }
  53. .table-bordered > thead > tr > th, .table-bordered > tbody > tr > td{
  54. border: 1px solid #ededed;
  55. }
  56. .table-bordered > tbody > tr:nth-child(odd){
  57. background-color: #f0f1f1;
  58. }
  59. .table-bordered > tbody > tr:nth-child(odd) .progress{
  60. background-color: #f0f1f1;
  61. }
  62. /* 进度条 */
  63. .progress {
  64. height: 20px;
  65. margin-bottom: 0px;
  66. overflow: hidden;
  67. background-color: #fff;
  68. border-radius: 0px;
  69. -webkit-box-shadow: none;
  70. box-shadow:none;
  71. }
  72. .progress-bar{
  73. background-color: #0085d0;
  74. }
  75. /* 进度条 */
  76. .right{
  77. width: 340px;
  78. height: auto;
  79. margin-left: 10px;
  80. }
  81. .right_main{
  82. width: 100%;
  83. height: auto;
  84. background-color: #fff;
  85. border: 1px solid #ededed;
  86. }
  87. .right_main .table{
  88. width: 320px;
  89. margin:15px auto;
  90. font-size: 12px;
  91. }
  92. .right_main .table thead th{
  93. text-align: center;
  94. }
  95. .right_main .table tbody td{
  96. padding:5px 8px;
  97. text-align: center;
  98. line-height: 20px;
  99. }
  100. .right_main .table-bordered > tbody > tr:nth-child(odd){
  101. background-color: #fff;
  102. }