高新区管委会,以5.0标准版为基准,从双汇项目拷贝

huTotal.css 2.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  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. .hu-tab li {
  58. float: left;
  59. }
  60. .hut-tcon {
  61. float: right;
  62. }
  63. .hu-total h2 {
  64. font-size: 18px;
  65. }
  66. .laydate_body .laydate_bottom,
  67. .laydate_body .laydate_top {
  68. height: 31px!important;
  69. }
  70. .laydate_body .laydate_y .laydate_yms ul li {
  71. width: 59px!important;
  72. }
  73. .hu-content {
  74. width: 100%;
  75. margin-top: 20px;
  76. }
  77. .hu-content .hu-con-left {
  78. width: 70%;
  79. padding-left: 2%;
  80. margin: 0 auto;
  81. display: none;
  82. }
  83. .hu-con-left table thead tr td,
  84. table tfoot tr td {
  85. background: #1ab394;
  86. color: #fff;
  87. }
  88. .hu-con-left table {
  89. margin-top: 35px;
  90. }
  91. .hu-content .hu-con-right {
  92. width: 100%;
  93. padding-right: 2%;
  94. height: 100%;
  95. margin: 0 auto;
  96. text-align: -webkit-center;
  97. }
  98. #huData {
  99. width: 100%;
  100. height: 100%;
  101. }
  102. .center {
  103. text-align: -webkit-center;
  104. width: 100%;
  105. margin: 0 auto;
  106. }
  107. .th-tu table thead tr td {
  108. background: #1ab394;
  109. color: #fff;
  110. }