| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137 |
- @font-face {
- font-family: 'iconfont';
- src: url('fonts/iconfont.eot');
- /* IE9*/
- src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url('fonts/iconfont.woff') format('woff'), /* chrome、firefox */
- url('fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
- url('fonts/iconfont.svg#iconfont') format('svg');
- /* iOS 4.1- */
- }
-
- .iconfont {
- font-family: "iconfont";
- font-style: normal;
- }
-
- ul,
- li,
- ol {
- list-style: none;
- }
-
- a {
- text-decoration: none
- }
-
- .clearfix:after {
- content: "";
- display: block;
- clear: both;
- }
-
- .hu-total {
- font-size: 12px;
- }
-
- .hut-top {
- background: #f3f3f4;
- padding: 10px 20px;
- }
-
- .topCon {
- float: right;
- margin-right: 45px;
- }
- /*.topCon input{
- width: 128px;
- padding: 2px 2PX 2PX 10PX;
- height: 28px;
- border: 1px solid #ebebeb;
- color: #1ab394;
- outline: none;
- vertical-align: middle;
- }*/
-
- .topCon select {
- padding: 2px;
- height: 28px;
- border: 1px solid #ebebeb;
- color: #1ab394;
- outline: none;
- vertical-align: middle;
- }
-
- .topCon .sear {
- background: #1ab394;
- color: #fff;
- padding: 6px 10px;
- outline: none;
- font-size: 12px;
- }
-
- .hu-tab li {
- float: left;
- }
-
- .hut-tcon {
- float: right;
- }
-
- .hu-total h2 {
- font-size: 18px;
- }
-
- .laydate_body .laydate_bottom,
- .laydate_body .laydate_top {
- height: 31px!important;
- }
-
- .laydate_body .laydate_y .laydate_yms ul li {
- width: 59px!important;
- }
-
- .hu-content {
- width: 100%;
- }
-
- .hu-content .hu-con-left {
- width: 70%;
- padding-left: 2%;
- margin: 0 auto;
- display: none;
- }
-
- .hu-con-left table thead tr td,
- table tfoot tr td {
- background: #1ab394;
- color: #fff;
- }
-
- .hu-con-left table {
- margin-top: 35px;
- }
-
- .hu-content .hu-con-right {
- width: 100%;
- padding-right: 2%;
- height: 100%;
- margin: 0 auto;
- text-align: -webkit-center;
- }
-
- #huData {
- width: 100%;
- height: 100%;
- }
-
- .center {
- text-align: -webkit-center;
- width: 100%;
- margin: 0 auto;
- }
-
- .th-tu table thead tr td {
- background: #1ab394;
- color: #fff;
- }
|