liudan
parent
dd1ba5d482
commit
032e09c3e0
@ -0,0 +1,95 @@ |
||||
|
||||
.news_Container{ |
||||
display: flex; |
||||
align-items: center; |
||||
} |
||||
/*首页新闻动态*/ |
||||
.news_left_container{ |
||||
} |
||||
.newsLeftContent h2{ |
||||
font-size: 30px; |
||||
font-family: Microsoft YaHei; |
||||
font-weight: bold; |
||||
color: #124AA0; |
||||
line-height: 30px; |
||||
padding-bottom:15px; |
||||
border-bottom:1px solid rgba(0,0,0,0.5); |
||||
} |
||||
.newsLeftContent p{ |
||||
margin:0; |
||||
padding: 0; |
||||
font-size: 30px; |
||||
font-family: Arial; |
||||
font-weight: 400; |
||||
color: #999999; |
||||
line-height: 36px; |
||||
margin-top:24px; |
||||
margin-bottom: 125px; |
||||
} |
||||
.newsLeftContent button{ |
||||
padding:10px 45px; |
||||
border: 1px solid #134BA1; |
||||
border-radius: 30px; |
||||
|
||||
font-size: 14px; |
||||
font-family: Microsoft YaHei; |
||||
font-weight: 400; |
||||
color: #134BA1; |
||||
} |
||||
.news_middle_container .titleContent{ |
||||
display: flex; |
||||
align-items: center; |
||||
|
||||
} |
||||
.news_middle_container .titleContent .titleItem{ |
||||
|
||||
font-size: 16px; |
||||
font-family: Microsoft YaHei; |
||||
font-weight: 400; |
||||
color: #333333; |
||||
line-height: 36px; |
||||
margin-right:27px; |
||||
} |
||||
.titleItemActive{ |
||||
font-size: 18px; |
||||
font-family: Microsoft YaHei; |
||||
font-weight: bold; |
||||
color: #134BA1 !important; |
||||
line-height: 36px; |
||||
border-bottom:4px solid #08429C; |
||||
} |
||||
.middleContent{ |
||||
display: flex; |
||||
width:100%; |
||||
margin-top: 30px; |
||||
|
||||
} |
||||
|
||||
.middleContent .imgcontainer img{ |
||||
width:100%; |
||||
height:100%; |
||||
} |
||||
.middleContent .contenttitle{ |
||||
color:#000000; |
||||
font-size:14px; |
||||
width:100%; |
||||
text-overflow: -o-ellipsis-lastline; |
||||
overflow: hidden; |
||||
text-overflow: ellipsis; |
||||
display: -webkit-box; |
||||
-webkit-line-clamp: 2; |
||||
line-clamp: 2; |
||||
-webkit-box-orient: vertical; |
||||
margin: 30px 0; |
||||
} |
||||
.contentText p{ |
||||
margin:0; |
||||
padding:0; |
||||
color:#747474; |
||||
margin-bottom:30px; |
||||
} |
||||
.contentText .time{ |
||||
color:#747474; |
||||
font-size:12px; |
||||
} |
||||
|
Loading…
Reference in new issue