table.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. /**********Table***********/
  2. .tablelist h3{
  3. padding-top:10px;
  4. padding-bottom:20px;
  5. clear:both;
  6. }
  7. .tablelist table{
  8. border:1px solid #e4e4e3;
  9. width:100%;
  10. border-collapse:collapse;
  11. }
  12. .tablelist table th{
  13. border:1px solid #e4e4e3;
  14. padding:6px 8px;
  15. text-align:center;
  16. font-weight:bold;
  17. }
  18. .tablelist table td{
  19. border:1px solid #e4e4e3;
  20. padding:6px 8px;
  21. }
  22. .tablelist table td a{
  23. color:#0b72b7;
  24. }
  25. .tablelist table td img{
  26. margin:0 6px;
  27. }
  28. .tablelist table td a:hover{
  29. text-decoration:underline;
  30. }
  31. .tablelist table td.center{
  32. text-align:center;
  33. }
  34. .tablelist table tr:hover{
  35. background-color:#f6f6f6;
  36. }
  37. /**列表中的排序输入框**/
  38. .tablelist .order-input{
  39. height: 12px;
  40. border: 1px solid #cccccc;
  41. border-radius: 3px;
  42. padding:7px;
  43. width:40px;
  44. }
  45. /**表格下方的数据信息***/
  46. .table_info{
  47. float: left;
  48. line-height: 27px;
  49. color: #898989;
  50. }
  51. /**表格里面的操作按钮**/
  52. .tablelist .fa{
  53. font-size: 18px;
  54. margin: 0 5px;
  55. color:#666;
  56. }
  57. .tablelist .fa-remove{
  58. color:red;
  59. }
  60. .tablelist .fa-edit{
  61. color:#0b72b7;
  62. }
  63. /*****************分页***************/
  64. #pagelist {
  65. height: 40px;
  66. line-height: 40px;
  67. margin:15px auto;
  68. }
  69. #pagelist .pageinfo {/**表格上方的数据信息***/
  70. min-width: 100px;
  71. float: left;
  72. line-height: 33px;
  73. }
  74. #pagelist .pagenum {
  75. min-width: 93px;
  76. width: auto;
  77. float: right;
  78. line-height: 40px;
  79. }
  80. #pagelist .pagenum a{
  81. color:#666;
  82. }
  83. #pagelist .page_prev {
  84. width: 50px;
  85. height: 25px;
  86. line-height: 25px;
  87. float: left;
  88. text-align: center;
  89. border: 1px solid #0c72b8;
  90. margin: 3px;
  91. }
  92. #pagelist .pagenum .pager {
  93. width: 25px;
  94. height: 25px;
  95. line-height: 25px;
  96. float: left;
  97. text-align: center;
  98. border: 1px solid #0c72b8;
  99. margin: 3px;
  100. }
  101. #pagelist .pagenum .active {
  102. width: 25px;
  103. height: 25px;
  104. line-height: 25px;
  105. float: left;
  106. color: #fff;
  107. text-align: center;
  108. border: 1px solid #fff;
  109. background: #0c72b8;
  110. margin: 3px;
  111. }
  112. #pagelist .pagenum .active a{
  113. color:#fff;
  114. }
  115. #pagelist .page_prev {
  116. width: 50px;
  117. height: 25px;
  118. line-height: 25px;
  119. float: left;
  120. text-align: center;
  121. border: 1px solid #0c72b8;
  122. margin: 3px;
  123. }