search.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. @CHARSET "UTF-8";
  2. .tabTable {
  3. border-collapse : collapse;
  4. border-spacing : 0;
  5. border : none;
  6. }
  7. .tdBu {
  8. height : 70px;
  9. }
  10. .tabPan{
  11. background-color:white;
  12. width : 550px;
  13. height : 35px;
  14. }
  15. #tabButton span {
  16. float : left;
  17. margin-left : 5px;
  18. overflow:hidden;
  19. }
  20. .tt {
  21. width : 60px;
  22. height : 30px;
  23. cursor : pointer;
  24. text-align : center;
  25. line-height : 30px;
  26. display : block;
  27. }
  28. .tabButton {
  29. background-color:#f4f7f8;
  30. border:1px solid #d3dbde;
  31. color:#000000;
  32. border-radius: 3px 3px 3px 3px;
  33. }
  34. .tabButtonSelected {
  35. background-color:#3c95c8;
  36. border:1px solid #3c95c8;
  37. color:#ffffff;
  38. border-radius: 3px 3px 3px 3px;
  39. }
  40. .seachText {
  41. width : 610px;
  42. margin-left : 5px;
  43. }
  44. #se div {
  45. float : left;
  46. }
  47. .searchButton {
  48. height : 30px;
  49. line-height : 30px;
  50. border-color: #3c95c8;
  51. border-style: solid;
  52. border-width: 1px;
  53. width : 120px;
  54. font-weight : bold;
  55. color : #ffffff;
  56. background-color : #3C95C8;
  57. text-align : center;
  58. cursor : pointer;
  59. }
  60. #sear {
  61. position : absolute;
  62. display : block;
  63. }
  64. #result {
  65. position : absolute;
  66. width : 99.8%;
  67. overflow-y : auto;
  68. display : block;
  69. }
  70. #dataGrid {
  71. margin :15px;
  72. width : 98%;
  73. display : block;
  74. }
  75. /**********资源库搜索************/
  76. .eachPan {
  77. margin-left : 50px;
  78. margin-right : 50px;
  79. margin-bottom : 10px;
  80. padding-left : 10px;
  81. }
  82. .eachPan a{
  83. color: #3366CC;
  84. text-decoration: underline;
  85. font-weight : bold;
  86. cursor: pointer;
  87. }
  88. .eachPan a:hover{
  89. color: #FF6600;
  90. font-weight : bold;
  91. text-decoration: underline;
  92. }
  93. .eachPan:hover {
  94. background-color : #F6FAFB;
  95. }
  96. .seMore span {
  97. margin-right : 20px;
  98. }
  99. #showPaging{
  100. border : 1px solid red;
  101. height : 35px;
  102. width : 450px;
  103. position:relative;
  104. left : 30%;
  105. }
  106. .seMore span.mo {
  107. float : right;
  108. }
  109. .sorry {
  110. margin-left : 50px;
  111. margin-right : 50px;
  112. margin-bottom : 10px;
  113. color : red;
  114. text-align : center;
  115. }
  116. #dd {
  117. width : 98%;
  118. height : 50px;
  119. margin :15px;
  120. }
  121. #dd table{
  122. position : absolute;
  123. right : 60px;
  124. }
  125. .pageNumber a, .pageNumber span {
  126. margin-left : 10px;
  127. }
  128. .pageNumber .prev,.pageNumber .next {
  129. border-radius : 3px!important;
  130. }
  131. .pageNumber a, .pageNumber span {
  132. border : 1px solid #AAAAAA!important;
  133. }
  134. #msg {
  135. margin-left : 10px;
  136. }