43 lines
595 B
Plaintext
43 lines
595 B
Plaintext
.noData {
|
|
text-align: center;
|
|
font-size: 12px;
|
|
color:#666;
|
|
width: 750rpx;
|
|
height:200rpx;
|
|
padding-top: 100rpx;
|
|
}
|
|
.noData .logo {
|
|
width:300rpx;
|
|
margin-top:180rpx;
|
|
}
|
|
.newsList {
|
|
width: 720rpx;
|
|
padding-top:30rpx;
|
|
padding-bottom:30rpx;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.title {
|
|
width: 100%;
|
|
}
|
|
.descriptDiv {
|
|
margin-top:10rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.descript {
|
|
font-size: 13px;
|
|
color:#666;
|
|
}
|
|
.word {
|
|
line-height: 25px;
|
|
}
|
|
.cover {
|
|
width: 25%;
|
|
}
|
|
|
|
.cover-img {
|
|
width: 100%;
|
|
border-radius: 10px;
|
|
} |