123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .wrap {
- width: 1300px;
- /* margin: 0 auto; */
- margin-left: 20px;
- }
- .header {
- line-height: 60px;
- box-sizing: border-box;
- }
- .header span {
- margin-right: 40px;
- color: black;
- font-size: 20px;
- }
- .aside {
- width: 150px;
- margin-top: 50px;
- float: left;
- }
- .aside div{
- margin-top:30px;
- }
- .time {
- line-height: 50px;
- }
- .content {
- width: 1060px;
- /* height: 300px; */
- margin-top: 30px;
- float: left;
- }
- .content a {
- display: inline-block;
- width: 100%;
- line-height: 60px;
- }
- .footer {
- height: 300px;
- }
- .footer .col-md {
- text-align: center ;
- }
- .text_center {
- text-align: center;
- }
- .content_nav {
- height: 100%;
- }
- .table > tbody > tr > th {
- line-height: 30px;
- }
- .modal-content {
- width: 800px;
- }
|