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.
61 lines
783 B
61 lines
783 B
/* pages/resource/detail/index.wxss */
|
|
/* @import '../../style/font.wxss'; */
|
|
page{
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.title{
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 90%;
|
|
min-height: 90px;
|
|
border-bottom: 2px solid whitesmoke;
|
|
margin-top:5px;
|
|
}
|
|
|
|
.left{
|
|
display: flex;
|
|
align-items: center;
|
|
flex: 1;
|
|
}
|
|
|
|
.right{
|
|
width: 15px;
|
|
text-align:right;
|
|
}
|
|
|
|
.articleImg{
|
|
width: 55px;
|
|
height: 55px;
|
|
display: flex;
|
|
align-items: center;
|
|
/* border-radius: 50%; */
|
|
}
|
|
|
|
.content{
|
|
margin-left: 15px;
|
|
margin-right: 20px;
|
|
flex: 1;
|
|
}
|
|
|
|
.tit{
|
|
width: 100%;
|
|
font-weight:1000;
|
|
}
|
|
|
|
.r_type{
|
|
font-size: 13px;
|
|
}
|
|
|
|
.artice_collect {
|
|
width: 20px;
|
|
height: 20px;
|
|
}
|
|
|
|
.text{
|
|
width: 90%;
|
|
}
|
|
|