信阳市新县12345县长热线 - 代码来源于 息县数字城管XiXianSZCG_Web

huTotal.css 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. @font-face {
  2. font-family: 'iconfont';
  3. src: url('fonts/iconfont.eot');
  4. /* IE9*/
  5. src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  6. url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */
  7. url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  8. url('fonts/iconfont.svg#iconfont') format('svg');
  9. /* iOS 4.1- */
  10. }
  11. .iconfont {
  12. font-family: "iconfont";
  13. font-style: normal;
  14. }
  15. ul,
  16. li,
  17. ol {
  18. list-style: none;
  19. }
  20. a {
  21. text-decoration: none
  22. }
  23. .clearfix:after {
  24. content: "";
  25. display: block;
  26. clear: both;
  27. }
  28. .hu-total{
  29. font-size: 12px;
  30. }
  31. .hut-top{
  32. background: #f3f3f4;
  33. height: 60px;
  34. padding: 10px 20px;
  35. }
  36. .topCon{
  37. float: right;
  38. margin-right: 45px;
  39. }
  40. /*.topCon input{
  41. width: 128px;
  42. padding: 2px 2PX 2PX 10PX;
  43. height: 28px;
  44. border: 1px solid #ebebeb;
  45. color: #1ab394;
  46. outline: none;
  47. vertical-align: middle;
  48. }*/
  49. .topCon select {
  50. padding: 2px;
  51. height: 28px;
  52. border: 1px solid #ebebeb;
  53. color: #1ab394;
  54. outline: none;
  55. vertical-align: middle;
  56. }
  57. .topCon .sear{
  58. background: #1ab394;
  59. color: #fff;
  60. padding: 6px 10px;
  61. outline: none;
  62. font-size: 12px;
  63. }
  64. .hu-tab li{
  65. float: left;
  66. }
  67. .hut-tcon{
  68. float: right;
  69. }
  70. .hu-total h2{
  71. font-size: 18px;
  72. }
  73. .laydate_body .laydate_bottom,.laydate_body .laydate_top{
  74. height: 31px!important;
  75. }
  76. .laydate_body .laydate_y .laydate_yms ul li{
  77. width: 59px!important;
  78. }
  79. .hu-content{
  80. width: 100%;
  81. }
  82. .hu-content .hu-con-left{
  83. width:70%;
  84. padding-left:2%;
  85. margin: 0 auto;
  86. display: none;
  87. }
  88. .hu-con-left table thead tr td,table tfoot tr td{
  89. background: #1ab394;
  90. color: #fff;
  91. }
  92. .hu-con-left table{
  93. margin-top: 35px;
  94. }
  95. .hu-content .hu-con-right{
  96. width:100%;
  97. padding-right:2%;
  98. height: 100%;
  99. margin: 0 auto;
  100. text-align: -webkit-center;
  101. }
  102. #huData{
  103. width: 100%;
  104. height: 100%;
  105. }
  106. .center{
  107. text-align: -webkit-center;
  108. width: 100%;
  109. margin: 0 auto;
  110. }
  111. .th-tu table thead tr td {
  112. background: #1ab394;
  113. color: #fff;
  114. }