Keine Beschreibung

huTotal.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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,
  74. .laydate_body .laydate_top {
  75. height: 31px!important;
  76. }
  77. .laydate_body .laydate_y .laydate_yms ul li {
  78. width: 59px!important;
  79. }
  80. .hu-content {
  81. width: 100%;
  82. margin-top: 20px;
  83. }
  84. .hu-content .hu-con-left {
  85. width: 70%;
  86. padding-left: 2%;
  87. margin: 0 auto;
  88. display: none;
  89. }
  90. .hu-con-left table thead tr td,
  91. table tfoot tr td {
  92. background: #1ab394;
  93. color: #fff;
  94. }
  95. .hu-con-left table {
  96. margin-top: 35px;
  97. }
  98. .hu-content .hu-con-right {
  99. width: 100%;
  100. padding-right: 2%;
  101. height: 100%;
  102. margin: 0 auto;
  103. text-align: -webkit-center;
  104. }
  105. #huData {
  106. width: 100%;
  107. height: 100%;
  108. }
  109. .center {
  110. text-align: -webkit-center;
  111. width: 100%;
  112. margin: 0 auto;
  113. }
  114. .th-tu table thead tr td {
  115. background: #1ab394;
  116. color: #fff;
  117. }