articleLists.wxss 507 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
.topImg {
width: 100%;
height: 30%;
}

.icon {
width: 2px;
height: 14px;
margin-left: 15px;
transform: translateY(2px);
background: #48C17B;
}

/* 栏目标题文字 */
.title {
height: 17px;
display: inline-block;
line-height: 17px;
font-size: 14px;
color: #000;
margin-left: 5px;
}

/* 内容文字 */
.content {
font-size: 12px;
color: #888888;
margin-left: 15px;
margin-right: 15px;
margin-top: 0px;
display: inline-block;
}

.title_view {
margin-top: 25px;
}