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.
64 lines
999 B
64 lines
999 B
/* pages/article/index.wxss */
|
|
.contianer {
|
|
overflow: hidden;
|
|
}
|
|
.page_hd {
|
|
padding: 0 20rpx;
|
|
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 {
|
|
max-width: 50vw;
|
|
color: #66708B;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.artice_time {
|
|
color: #B3B3B3;
|
|
margin-left: 10px;
|
|
flex: 1;
|
|
}
|
|
.artice_collect {
|
|
padding: 0 10px;
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.artice_image {
|
|
margin-top: 10rpx;
|
|
}
|
|
.title_image {
|
|
width: 100%;
|
|
height: 160px;
|
|
}
|
|
|
|
/* 底部 button 区域 */
|
|
.page_footer {
|
|
background-color: white;
|
|
border-top: 1px solid #f7f7f7;
|
|
padding: 10px 20px 20px 20px;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
position: fixed;
|
|
}
|
|
.page_bd {
|
|
padding: 0 10px;
|
|
}
|
|
.page_bd_short {
|
|
margin-bottom: 81px;
|
|
}
|