banner-template-list.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. /*********** banner-template css @wanfu ***********/
  2. /**** 涓嬫媺妗�****/
  3. #pullDownList select{
  4. margin-top:20px;
  5. margin-left:20px;
  6. height:34px;
  7. width:150px;
  8. border-radius:5px;
  9. padding:0px;
  10. font-size:12px;
  11. color:#4c637b;
  12. border:none;
  13. outline:none;
  14. appearance:none;
  15. -moz-appearance:none; /* Firefox */
  16. -webkit-appearance:none; /* Safari 鍜�Chrome */
  17. background:url(../images/triangle1.png) no-repeat 95% 50%;
  18. background-color:#f2f6fa;
  19. }
  20. /*璁剧疆蹇�璺宠浆div鐨勫锛岄珮锛屽簳绾�/
  21. /*#shortcutBar{
  22. height:50px;
  23. wight:100%;
  24. line-height:50px;
  25. margin-left:20px;
  26. margin-right:20px;
  27. border-bottom:2px solid #f4f5f7;
  28. font-size:14px;
  29. font-family: "microsoft yahei"
  30. }/*
  31. /*璁剧疆蹇�璺宠浆div涓璾l鐨勫乏margin/*
  32. #shortcutBar ul{
  33. margin-left:0px;
  34. }
  35. #shortcutBar .homepage{
  36. color:#0088CC;
  37. }
  38. #shortcutBar .homepage2{
  39. color:#4c637b;
  40. }
  41. /*璁剧疆蹇�璺宠浆div涓璾l涓璴i鐨勪笂鍐呰竟璺濓紝宸︽诞鍔�/
  42. /*#shortcutBar ul li{
  43. padding-top:18px;
  44. padding-right:5px;
  45. float:left;
  46. }
  47. #shortcutBar i{
  48. margin-top:3px;
  49. }*/
  50. /**** 浠ヤ笅璁剧疆灏哄锛岀被鍨嬶紝浣嶇疆锛岀姸鎬佺瓫閫夋潯浠剁殑css ****/
  51. #selectCondition{
  52. padding:0px 20px;
  53. }
  54. #selectCondition div{
  55. height:50px;
  56. border-bottom:2px solid #f4f5f7;
  57. }
  58. #selectCondition div label{
  59. display:block;
  60. height:50px;
  61. line-height:50px;
  62. margin:0px 10px;
  63. float:left;
  64. clear:left;
  65. font-size:12px;
  66. }
  67. #selectCondition div a{
  68. display:block;
  69. height:50px;
  70. line-height:50px;
  71. padding:0px 10px;
  72. float:left;
  73. font-size:12px;
  74. color:#444444;
  75. text-decoration:none;
  76. outline:none;
  77. cursor:pointer;
  78. }
  79. #selectCondition div a:nth-child(2){
  80. border-bottom:2px solid #36aeea;
  81. }
  82. #selectCondition div a:hover{
  83. border-bottom:2px solid #36aeea;
  84. }
  85. /****璁剧疆涓婁紶鎺т欢鐨刢ss鏍峰紡****/
  86. #input-file{
  87. float:left;
  88. margin-top:20px;
  89. margin-right:10px;
  90. }
  91. #input-file .uploadify-button { /*涓嬮潰杩欎袱涓缃寜閽儗鏅壊*/
  92. width:120px;
  93. height:32px;
  94. font-family: "microsoft yahei";
  95. background:#ffffff;
  96. color:#36aeea;
  97. border:1px solid #36aeea;
  98. border-radius:5px;
  99. padding: 0;
  100. cursor: pointer;
  101. text-shadow: none;
  102. }
  103. #input-file .uploadify:hover #input-file .uploadify-button {
  104. background:#36aeea;
  105. color:#fff;
  106. }
  107. .uploadify-button-text{
  108. font-weight:normal;
  109. }
  110. #searchBar #input-file-queue{
  111. display:none
  112. }
  113. /****浠ヤ笅璁剧疆鎵归噺鎸夐挳鍜屾悳绱㈡鐨勬牱寮�***/
  114. /* 璁剧疆鎵归噺鎸夐挳鍜屾悳绱㈡浣嶇疆*/
  115. #searchBar{
  116. height:54px;
  117. margin:0px 20px;
  118. }
  119. /*鎵归噺閫氳繃鍜屾壒閲忎笉閫氳繃涓や釜鎸夐挳鏍峰紡*/
  120. #searchBar button{
  121. float:left;
  122. width:120px;
  123. height:32px;
  124. margin-top:20px;
  125. margin-right:10px;
  126. border:1px solid #36aeea;
  127. border-radius:5px;
  128. background-color:#ffffff;
  129. color:#36aeea;
  130. }
  131. #searchBar button:hover{
  132. background-color:#36aeea;
  133. color:#fff;
  134. }
  135. #searchBar form{
  136. position:relative;
  137. float:right;
  138. left:5px;
  139. height:54px;
  140. width:265px;
  141. }
  142. /* 鎼滅储杈撳叆妗�*/
  143. #searchBar input{
  144. height:22px;
  145. width:200px!important;
  146. margin-top:20px;
  147. line-height:22px;
  148. color:#444444;
  149. width:220px;
  150. background-color:#F3F3F3!important;
  151. border-radius:5px!important;
  152. border:none;
  153. font-size:12px;
  154. padding-left:20px;
  155. padding-right:40px;
  156. }
  157. /* 鎼滅储鎸夐挳 */
  158. #searchBar img{
  159. position:absolute;
  160. margin-top:26px;
  161. margin-left:-30px;
  162. }
  163. /* 璁剧疆琛ㄦ牸宸﹀彸杈硅窛 */
  164. #bannerList{
  165. padding:0px 20px;
  166. }
  167. /* 璁剧疆琛ㄦ牸琛岀殑杈规 */
  168. #bannerList tr{
  169. border:1px solid #D5DADF;
  170. }
  171. /* 璁剧疆琛ㄥごth鐨勯珮鑳屾櫙鑹插瀭鐩翠笂涓嬪眳涓�*/
  172. #bannerList th{
  173. height: 80px;
  174. border:none;
  175. vertical-align:middle;
  176. text-align:center;
  177. color:#444444;
  178. }
  179. /* 璁剧疆琛宼r鐨勮儗鏅壊 */
  180. #bannerList tr{
  181. background-color:#ffffff;
  182. }
  183. /* 璁剧疆琛宼r hover鏃剁殑鑳屾櫙鑹�*/
  184. #bannerList tr:hover{
  185. background-color:#f3f3f3;
  186. }
  187. /* 璁剧疆td鐨勯珮瀛椾綋棰滆壊灞呬腑 */
  188. #bannerList td{
  189. height:60px;
  190. text-align:center;
  191. vertical-align:middle;
  192. color:#444444;
  193. }
  194. /* 璁剧疆琛ㄦ牸涓搷浣滄爮鏇挎崲锛屼慨鏀癸紝鏆傚仠锛屽垹闄ょ殑鏍峰紡 */
  195. #bannerList button{
  196. font-size:12px;
  197. color:#ffffff;
  198. width:90px;
  199. height:34px;
  200. background-color:#36aeea;
  201. border-radius:5px;
  202. border:none;
  203. }
  204. #bannerList button:hover{
  205. pointer:cursor;
  206. background-color:#344c67;
  207. }
  208. /****浠ヤ笅鏄缃〃鏍肩殑鏍峰紡****/
  209. /* 璁剧疆琛ㄦ牸宸﹀彸杈硅窛 */
  210. #tableList{
  211. padding:20px 20px 0px 20px;
  212. }
  213. /* 璁剧疆琛ㄦ牸琛岀殑杈规 */
  214. #tableList tr{
  215. border:1px solid #e7e7e7;
  216. background-color:#ffffff;
  217. }
  218. /* 璁剧疆琛宼r hover鏃剁殑鑳屾櫙鑹�*/
  219. #tableList tr:hover{
  220. background-color:#f3f3f3;
  221. }
  222. /* 璁剧疆琛ㄥごth鐨勯珮鑳屾櫙鑹插瀭鐩翠笂涓嬪眳涓�*/
  223. #tableList th{
  224. height: 80px;
  225. border:none;
  226. vertical-align:middle;
  227. text-align:left;
  228. color:#444444;
  229. }
  230. /* 璁剧疆td鐨勯珮瀛椾綋棰滆壊灞呬腑 */
  231. #tableList td{
  232. height:60px;
  233. text-align:left;
  234. color:#444444;
  235. }
  236. /* #tableList .center{
  237. width:50px;
  238. background-color:red;
  239. } */
  240. /* 璁剧疆琛ㄦ牸涓寜閽殑鏍峰紡 */
  241. #tableList button{
  242. width:90px;
  243. height:34px;
  244. background-color:#36aeea;
  245. border-radius:5px;
  246. border:none;
  247. color:#ffffff;
  248. font-size:12px;
  249. }
  250. #tableList button:hover{
  251. background-color:#344c67;
  252. color:#fff;
  253. }
  254. #tableList form{
  255. display:none;
  256. }
  257. /****璁剧疆椤垫暟****/
  258. /* 璁剧疆椤垫暟鐨勪綅缃�*/
  259. #paged{
  260. margin-top:30px;
  261. float:right;
  262. }
  263. #paged div{
  264. margin:0px;
  265. }
  266. #uploadFile_banner{
  267. font-size: 12px;
  268. height: 34px;
  269. line-height: 34px;
  270. overflow: hidden;
  271. position: absolute;
  272. right: 382px;
  273. text-align: center;
  274. text-decoration: none;
  275. text-indent: 0;
  276. width: 90px;
  277. }
  278. #uploadFile_banner .uploadify .swfupload{
  279. left: 0;
  280. }
  281. #uploadFile_banner:hover{
  282. text-decoration: none;
  283. }
  284. #uploadFile_banner input {
  285. position:relative;
  286. font-size: 100px;
  287. right: 0;
  288. top: 0;
  289. opacity: 0;
  290. }
  291. #uploadFile_banner .uploadify-button{
  292. background-image:none;
  293. background-color: #36aeea;
  294. border: medium none;
  295. border-radius: 5px;
  296. color: #ffffff;
  297. font-size: 12px;
  298. }
  299. #uploadFile_banner #input-file-queue{
  300. display:none
  301. }
  302. #paged li.active a{
  303. color:#ffffff;
  304. background-color:#36aeea !important;
  305. }