articleList.wxss 671 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
/* 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;
}