audit.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. /*@wanfu*/
  2. /*设置快速跳转div的宽,高,底线*/
  3. #subNav,#shortcutBar,#selectConditionBar{
  4. height:50px;
  5. wight:100%;
  6. line-height:50px;
  7. margin:0px 20px;
  8. border-bottom:2px solid #f4f5f7;
  9. font-size:14px;
  10. font-family: "microsoft yahei";
  11. }
  12. #subNav span{
  13. display:block;
  14. float:left;
  15. color:#4c637b;
  16. height:50px;
  17. padding:0px 10px;
  18. cursor:pointer;
  19. }
  20. #subNav span:hover{
  21. border-bottom:2px solid #36aeea;
  22. }
  23. #subNav span.sub{
  24. border-bottom:2px solid #36aeea;
  25. }
  26. /*设置快速跳转div中ul的左margin*/
  27. #shortcutBar ul{
  28. margin-left:0px;
  29. }
  30. #shortcutBar .homepage{
  31. color:#0088CC;
  32. }
  33. #shortcutBar .homepage2{
  34. color:#4c637b;
  35. }
  36. /*设置快速跳转div中ul中li的上内边距,左浮动*/
  37. #shortcutBar ul li{
  38. padding-top:18px;
  39. padding-right:5px;
  40. float:left;
  41. }
  42. #selectConditionBar span{
  43. float:left;
  44. color:#4c637b;
  45. }
  46. /*设置审核通过,审核不通过,未审核的链接的左内边距*/
  47. #selectConditionBar a{
  48. float:left;
  49. padding-left:10px;
  50. padding-right:10px;
  51. display:block;
  52. height:50px;
  53. outline:none;
  54. text-decoration:none;
  55. color:#4c637b;
  56. font-size:14px;
  57. font-family: "microsoft yahei"
  58. }
  59. #selectConditionBar a:nth-child(2){
  60. border-bottom:2px solid #36aeea;
  61. cursor:pointer;
  62. }
  63. #selectConditionBar a:hover{
  64. border-bottom:2px solid #36aeea;
  65. cursor:pointer;
  66. }
  67. /* 设置批量按钮和搜索框位置*/
  68. #searchBar{
  69. height:74px;
  70. padding:0px 20px;
  71. margin:0px;
  72. }
  73. /*批量通过和批量不通过两个按钮样式*/
  74. #searchBar .batch_btn{
  75. float:left;
  76. width:120px;
  77. height:32px;
  78. margin-top:20px;
  79. margin-right:10px;
  80. border:1px solid #36aeea;
  81. border-radius:5px;
  82. background:white;
  83. color:#36aeea;
  84. }
  85. #searchBar form{
  86. position:relative;
  87. float:right;
  88. left:5px;
  89. height:54px;
  90. width:265px;
  91. }
  92. /* 搜索输入框 */
  93. #searchBar input{
  94. height:22px;
  95. width:200px!important;
  96. margin-top:20px;
  97. line-height:22px;
  98. color:#444444;
  99. width:220px;
  100. background-color:#F3F3F3!important;
  101. border-radius:5px!important;
  102. border:none;
  103. font-size:12px;
  104. padding-left:20px;
  105. padding-right:40px;
  106. }
  107. /* 搜索按钮 */
  108. #searchBar img{
  109. position:absolute;
  110. margin-top:26px;
  111. margin-left:-30px;
  112. }
  113. /* 设置表格左右边距 */
  114. #tableList{
  115. padding:0px 20px;
  116. }
  117. /*
  118. *资质审核表上面,广告主信息的设置
  119. *details.ftl
  120. */
  121. #tableList div{
  122. margin:0px -20px;
  123. padding:20px;
  124. border-top:1px solid #D5DADF;
  125. }
  126. #tableList div span{
  127. margin-right:10px;
  128. }
  129. /* 设置表格行的边框 */
  130. #tableList tr{
  131. border:1px solid #D5DADF;
  132. }
  133. /* 设置表头th的高背景色垂直上下居中 */
  134. #tableList th{
  135. height: 80px;
  136. border:none;
  137. vertical-align:middle;
  138. text-align:center;
  139. color:#444444;
  140. }
  141. /* 设置行tr的背景色 */
  142. #tableList tr{
  143. background-color:#ffffff;
  144. }
  145. /* 设置行tr hover时的背景色 */
  146. #tableList tr:hover{
  147. background-color:#f3f3f3;
  148. }
  149. /* 设置td的高字体颜色居中 */
  150. #tableList td{
  151. height:60px;
  152. text-align:center;
  153. color:#444444;
  154. }
  155. /* 设置审核通过,审核不通过按钮的样式 */
  156. #tableList button{
  157. height:34px;
  158. width:80px;
  159. border-radius:5px;
  160. border:1px solid #d4d9df;
  161. }
  162. #tableList .labeled{
  163. background:#4c637b;
  164. color:#ffffff;
  165. }
  166. #tableList .unlabeled{
  167. background:#ffffff;
  168. color:#444444;
  169. }
  170. /* 设置审核通过,审核不通过按钮hover的样式 */
  171. #tableList button:hover{
  172. background:#4c637b;
  173. }
  174. /* 设置导出excel按钮的样式位置 */
  175. #footBar button{
  176. float: left;
  177. margin-left:20px;
  178. margin-top: 30px;
  179. border-radius:5px 5px 5px 5px;
  180. border:none;
  181. width:170px;
  182. height:34px;
  183. color:white;
  184. background:#67ba2f;
  185. text-align:center;
  186. }
  187. /* 设置导出excel按钮hover的样式位置 */
  188. #footBar button:hover{
  189. background:#4c637b;
  190. }
  191. /* 设置审核通过,审核不通过按钮的样式 */
  192. #tableList table tbody tr td .checked{
  193. background:#67ba2f;
  194. }
  195. /* 设置导出excel按钮hover的样式位置 */
  196. #footBar button:hover{
  197. background:#4c637b;
  198. }
  199. /* 设置页数的位置 */
  200. #paged{
  201. margin-top:30px;
  202. float:right;
  203. }
  204. #paged div{
  205. margin:0px;
  206. }