Нет описания

huTotal.css 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. padding: 10px 20px;
  34. }
  35. .topCon {
  36. float: right;
  37. margin-right: 45px;
  38. }
  39. /*.topCon input{
  40. width: 128px;
  41. padding: 2px 2PX 2PX 10PX;
  42. height: 28px;
  43. border: 1px solid #ebebeb;
  44. color: #1ab394;
  45. outline: none;
  46. vertical-align: middle;
  47. }*/
  48. .topCon select {
  49. padding: 2px;
  50. height: 28px;
  51. border: 1px solid #ebebeb;
  52. color: #1ab394;
  53. outline: none;
  54. vertical-align: middle;
  55. }
  56. .topCon .sear {
  57. background: #1ab394;
  58. color: #fff;
  59. padding: 6px 10px;
  60. outline: none;
  61. font-size: 12px;
  62. }
  63. .hu-tab li {
  64. float: left;
  65. }
  66. .hut-tcon {
  67. float: right;
  68. }
  69. .hu-total h2 {
  70. font-size: 18px;
  71. }
  72. .laydate_body .laydate_bottom,
  73. .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,
  89. table tfoot tr td {
  90. background: #1ab394;
  91. color: #fff;
  92. }
  93. .hu-con-left table {
  94. margin-top: 35px;
  95. }
  96. .hu-content .hu-con-right {
  97. width: 100%;
  98. padding-right: 2%;
  99. height: 100%;
  100. margin: 0 auto;
  101. text-align: -webkit-center;
  102. }
  103. #huData {
  104. width: 100%;
  105. height: 100%;
  106. }
  107. .center {
  108. text-align: -webkit-center;
  109. width: 100%;
  110. margin: 0 auto;
  111. }
  112. .th-tu table thead tr td {
  113. background: #1ab394;
  114. color: #fff;
  115. }