12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- body{background:linear-gradient(to top,#F2F7FB,#fff);}
- .cont{width:1200px;margin: 0 auto;border: 1px solid #EBEDEF;}
- .contone>h4{margin: 0;width:70%;height: 70px;display: inline-block;padding-left: 15px;padding-right: 30px;font-weight: normal;
- line-height: 70px;cursor: pointer;overflow: hidden;}
- .contone>p{margin: 0;width:30%;height: 70px;display: inline-block;padding-right: 15px;padding-right: 30px;overflow: hidden;}
- .contone>h4>span{color:#D60000;}
- .contone>p>span>span{color:#D60000;}
- .contone{width: 100%;height:70px;line-height:70px;color:#818080;
- display: flex;justify-content: space-between;background-color: #fff;}
- .contone:nth-child(even){background-color: #F9F9F9;}
- .title{width:1200px;margin:0 auto;height:50px;line-height: 50px;color:#707070;}
- .line1{overflow: hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;}
- .key{width:300px;}
- .noLength{color:#4d4d4d;font-size: 18px;float:left;margin: 30px 0 0 10px;}
- .pagination_box{clear: both;overflow: hidden; width: 1200px;
- margin: 0 auto;line-height: 74px;display: none;}
- .clearfix{clear: both;}
- .pagination_box nav {
- float: right;
- }
- .inp{
- float: right; display: none;
- }
- .list_none {
- width: 550px;
- height: 150px;
- background: url("../../img/all_null.png") no-repeat;
- margin: 50px auto;
- }
- .inp input{
- width:40px;
- height: 35px;
- text-align: center;
- border-radius: 5px;
- border:1px solid #ccc;
- }
- .inp button{
- margin: 0 10px;
- margin-top:-5px;
- width: 50px;
- }
- .pagination_box ul li a {
- color: #333
- }
- .pagination_box .pagination {
- float: right;
- margin-right: 20px;
- }
- .pagination_box .totalCount {
- float: right;
- display: inline-block;
- margin-right: 15px;
- }
|