57 lines
921 B
Plaintext
57 lines
921 B
Plaintext
.news{
|
|
padding: 0 30rpx;
|
|
margin-top: 10rpx;
|
|
display: flex;
|
|
white-space: normal;
|
|
justify-content: space-between;
|
|
}
|
|
.left, .right{
|
|
width: 49%;
|
|
}
|
|
.news-box{
|
|
box-shadow: 0px 2px 8px 0px rgba(35, 24, 21, 0.1);
|
|
border-radius: 12rpx;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
font-size: 0;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.news-title{
|
|
color: #242424;
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
line-height: 60rpx;
|
|
padding: 0 10rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.news-info{
|
|
color: #949494;
|
|
margin-top: 15rpx;
|
|
font-size: 24rpx;
|
|
}
|
|
.news-info text{
|
|
margin-right: 20rpx;
|
|
}
|
|
.news-big-pic image{
|
|
width: 100%;
|
|
}
|
|
.news-small-pic image{
|
|
width: 100%;
|
|
}
|
|
.transverse-news{
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.news-row-img{
|
|
width: 30%;
|
|
height: 150rpx;
|
|
}
|
|
.news-row-img image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.news-row-info{
|
|
width: 68%;
|
|
} |