d83f48a4 by 任超

style:新闻动态

1 parent cb0aacb1
......@@ -125,8 +125,7 @@ div.navigation {
.navigation_crumbs {
width: 100%;
padding: 10px 0;
line-height: 25px;
background: #FAFAFA;
` background: #FAFAFA;
border: 1px solid #E6E6E6;
}
.navigation_crumbs .layui-breadcrumb a:hover {
......@@ -220,10 +219,15 @@ div.navigation {
}
.xw {
display: block;
padding-top: 10px;
height: 150px;
border-bottom-style: inset;
border-bottom: 1px solid #DEDEDE;
cursor: pointer;
}
.xw-left {
margin-right: 20px;
}
.xw-left img {
......@@ -235,7 +239,9 @@ div.navigation {
.xw-left, .xw-right {
float: left;
}
.xw-right {
padding-right: 10px;
}
.left-top {
width: 408px;
height: 18px;
......@@ -244,6 +250,7 @@ div.navigation {
font-weight: bold;
color: #4A4A4A;
line-height: 18px;
margin-bottom: 10px;
}
.left-body {
......@@ -255,10 +262,24 @@ div.navigation {
color: #6D7278;
line-height: 21px;
}
.left-buttom {
overflow: hidden;
color: #9B9B9B;
padding-top: 20px;
}
.left-buttom div:nth-child(2) {
margin-left: 10px;
}
.left-buttom div {
float: left;
}
.left-buttom i {
font-size: 14px!important;
color: #9B9B9B;
margin-right: 10px;
}
.left-buttom-date {
line-height: 57px;
......