toufang.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. #third {
  2. float:left;
  3. width:98.5%;
  4. margin:10px 0px 10px 10px;
  5. }
  6. #searchForm{
  7. float:right;
  8. margin-top:-85px;
  9. margin-right:20px;
  10. }
  11. #third ul .active1{
  12. float:left;
  13. margin:0px 0px 0px 0px;
  14. }
  15. #third ul .size1{
  16. float:left;
  17. margin:0px 0px 0px 0px;
  18. }
  19. #third ul .size2{
  20. float:left;
  21. margin:0px 0px 0px 0px;
  22. color:#4c637b;
  23. }
  24. #third ul .divider2{
  25. float:left;
  26. margin:0px 0px 0px 0px;
  27. }
  28. a{
  29. text-decoration:none;
  30. }
  31. @CHARSET "UTF-8";
  32. *{
  33. font-size:14px;
  34. }
  35. .btn1{
  36. margin:5px;
  37. border-radius:5px 5px 5px 5px;
  38. border:1px solid #36aeea;
  39. /* margin: 3px;*/
  40. background:white;
  41. text-align:center;
  42. width:90px;
  43. height:34px;
  44. color:#36aeea;
  45. cursor: pointer;
  46. }
  47. #btn-group{
  48. height:50px;
  49. width:97%;
  50. }
  51. .btn122{
  52. margin:5px;
  53. border-radius:5px 5px 5px 5px;
  54. border:none;
  55. /* margin: 3px;*/
  56. background:#36aeea;
  57. text-align:center;
  58. width:90px;
  59. height:34px;
  60. color:white;
  61. cursor: pointer;
  62. }
  63. .btn1:visited{
  64. background-color: #4c637b;
  65. }
  66. .btn1:hover{
  67. background:#4c637b;
  68. }
  69. .btn122:hover{
  70. background:#4c637b;
  71. }
  72. #class2{
  73. height: 48px;
  74. width:98.5%;
  75. margin-left: 10px;
  76. border-bottom: 2px solid #f4f5f7;
  77. }
  78. #search_img{
  79. //margin-top:5px;
  80. margin-right:5px;
  81. margin-bottom:-5px;
  82. line-height:44px;
  83. cursor: pointer;
  84. }
  85. #bannerList{
  86. margin-left: 5px;
  87. width:99%;
  88. }
  89. .table1{
  90. margin-top:-5px;
  91. float: left;
  92. text-align:center;
  93. border-collapse:collapse;
  94. color:#4c637b;
  95. width:97%;
  96. }
  97. .th11{
  98. width:80px;
  99. }
  100. .td22{
  101. width:50px;
  102. }
  103. .tr1{
  104. color:#4c637b;
  105. }
  106. .tr0{
  107. background-color:#f3f3f3;
  108. }
  109. tr:hover{
  110. background-color:#f3f3f3;
  111. }
  112. #my{
  113. background-color: #e3eaf3;
  114. padding-left: 18px;
  115. font-size: 14px;
  116. width:165px;
  117. height:35px;
  118. margin-left:10px;
  119. color:#344c68;
  120. border:none;
  121. border-radius:5px 5px 5px 5px;
  122. }
  123. #searchForm input{
  124. height:30px;
  125. margin-top:100px;
  126. line-height:32px;
  127. color:grey;
  128. width:220px;
  129. background-color:#F4F4F4!important;
  130. border-radius:5px!important;
  131. border:1px solid grey;
  132. font-size:12px;
  133. padding-left:20px;
  134. padding-right:40px;
  135. }
  136. /* 搜索按钮 */
  137. #searchForm img{
  138. position:absolute;
  139. margin-top:16px;
  140. margin-left:-30px;
  141. }
  142. /* 设置表格左右边距 */
  143. #bannerList{
  144. padding:0px 20px;
  145. }
  146. /* 设置表格行的边框 */
  147. #bannerList tr{
  148. border:1px solid #D5DADF;
  149. }
  150. /* 设置表头th的高背景色垂直上下居中 */
  151. #bannerList th{
  152. height: 80px;
  153. border:none;
  154. vertical-align:middle;
  155. text-align:center;
  156. color:#444444;
  157. }
  158. /* 设置行tr的背景色 */
  159. #bannerList tr{
  160. background-color:#ffffff;
  161. }
  162. /* 设置行tr hover时的背景色 */
  163. #bannerList tr:hover{
  164. background-color:#f3f3f3;
  165. }
  166. /* 设置td的高字体颜色居中 */
  167. #bannerList td{
  168. height:60px;
  169. text-align:center;
  170. vertical-align:middle;
  171. color:#444444;
  172. }
  173. /* 设置表格中操作栏替换,修改,暂停,删除的样式 */
  174. #class5 button{
  175. font-size:12px;
  176. color:#ffffff;
  177. width:90px;
  178. height:34px;
  179. background-color:#36aeea;
  180. border-radius:5px;
  181. border:none;
  182. }
  183. #bannerList button:hover{
  184. pointer:cursor;
  185. background-color:#344c67;
  186. }
  187. #xialakuang{
  188. /* border:1px solid blue; */
  189. height:45px;
  190. width:750px;
  191. position:relative;
  192. left:430px;
  193. top:-40px;
  194. }
  195. .dropdown-box{
  196. padding:3px;
  197. width:180px;
  198. height:30px;
  199. position:relative;
  200. top:5px;
  201. }
  202. .btn-menu{
  203. margin-left:5px;
  204. margin-top:15px;
  205. margin-bottom:2px;
  206. border-radius:5px;
  207. border-color:#36aeea;
  208. border-style:solid;
  209. border-width:1px;
  210. background:white;
  211. text-align:center;
  212. width:90px;
  213. height:30px;
  214. color:#36aeea;
  215. cursor: pointer;
  216. }
  217. select{
  218. height:30px;
  219. width:110px;
  220. border:1px solid #36aeea;
  221. border-radius:5px;
  222. color:#36aeea;
  223. }
  224. .dropdown-box-label{
  225. color:#36aeea;
  226. }
  227. #xialakuang .dropdown-box{
  228. float:left;
  229. }
  230. th{
  231. /* width:52px; */
  232. height: 80px;
  233. border:none;
  234. }
  235. tr{
  236. border:thin solid #b9c5d9;}
  237. td{
  238. /* width:102px; */
  239. height: 60px;
  240. border:none;
  241. }
  242. #daochu{
  243. float: left;
  244. margin-top: 20px;
  245. margin-bottom: 10px;
  246. }