/* packageA/pages/articleList/articleList.wxss */
.list-page{
width: 100%;
height: 100vh;
overflow-y: auto;
}
.no-art{
width: 100%;
line-height: 50px;
text-align: center;
}
.list{
width: 100%;
height: auto;
}
.art{
width: 94%;
margin-left: 3%;
margin-top: 20px;
background: white;
height: auto;
border-radius: 5px;
}
.title{
font-size: 17px;
line-height: 40px;
padding-left: 20px;
}
.type{
line-height: 30px;
padding-left: 20px;
font-size: 13px;
color: #48C17B;
}
.short{
color: #999999;
font-size: 13px;
line-height: 20px;
padding-left: 20px;
padding-right: 20px;
}