市北人才赋能平台 --小程序端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
520 B

6 years ago
/* pages/article/index.wxss */
.container {
}
.page_hd {
padding: 0 15px;
display: flex;
flex-direction: column;
margin-bottom: 10px;
}
.artice_title {
color: #373737;
font-size: 20px;
font-family: PingFangSC-Medium;
}
.artice_info {
display: flex;
flex-direction: row;
font-size: 13px;
line-height: 27px;
}
.artice_origin {
color: #66708B;
}
.artice_time {
color: #B3B3B3;
margin-left: 10px;
flex: 1;
}
.artice_collect {
padding: 0 10px;
width: 20px;
height: 20px;
}