article.wxss 488 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
/* packageA/pages/article/article.wxss */
.list-page{
width: 100%;
height: 100vh;
overflow-y: auto;
background: white;
}
.art{
width: 94%;
margin-left: 3%;
}
.title{
width: 100%;
text-align: center;
font-size: 17px;
line-height: 40px;
}
.type{
width: 100%;
line-height: 30px;
font-size: 13px;
color: #48C17B;
}
rich-text{
width: 100%;
}
.short{
margin-top: 25px;
width: 100%;
color: #999999;
font-size: 13px;
}