dengjie commit : 通知公告区修改样式
This commit is contained in:
@@ -171,9 +171,11 @@ export default {
|
||||
</style>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
.news_center {
|
||||
background-image: url("../../../assets/index/news_center/sy_bj3.png");
|
||||
background-size : cover;
|
||||
background-repeat:no-repeat;
|
||||
//width: 100%;
|
||||
height: 61rem;
|
||||
|
||||
.headline {
|
||||
@@ -241,37 +243,28 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.vline:last-child {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.news {
|
||||
//width: 106.3rem;
|
||||
height: 36.9rem;
|
||||
height: 60.4%;
|
||||
background-color: #fff;
|
||||
margin-top: 4rem;
|
||||
|
||||
.news_context:hover {
|
||||
box-shadow: 0rem 0rem 0.7rem 0rem rgba(18, 69, 155, 0.59);
|
||||
}
|
||||
|
||||
|
||||
.news_context:last-child {
|
||||
|
||||
.news_context_text {
|
||||
|
||||
.vline {
|
||||
border: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
//.news_context:last-child {
|
||||
// .news_context_text {
|
||||
// .vline {
|
||||
// //border-right: none;
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
.news_context {
|
||||
cursor: pointer;
|
||||
//width: 28rem;
|
||||
width: 100%;
|
||||
height: 36.9rem;
|
||||
|
||||
&:hover {
|
||||
box-shadow: 0 0 0.7rem 0 rgba(18, 69, 155, 0.59);
|
||||
}
|
||||
.news_context_img {
|
||||
height: 42.8%;
|
||||
width: 100%;
|
||||
@@ -289,6 +282,7 @@ export default {
|
||||
height: 14rem;
|
||||
border-right: 1px solid #CCCCCC;
|
||||
//padding-right: 1rem;
|
||||
|
||||
.news_context_text-title {
|
||||
width: 23.8rem;
|
||||
height: 2.1rem;
|
||||
|
||||
Reference in New Issue
Block a user