164 lines
2.9 KiB
CSS
164 lines
2.9 KiB
CSS
.header {
|
|
height: 1rem;
|
|
background-color: #000000;
|
|
opacity: 0.7;
|
|
position: fixed;
|
|
left: 0;
|
|
width: 100%;
|
|
display: flex;
|
|
padding-left: 0.24rem;
|
|
padding-right: 0.4rem;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
z-index: 999;
|
|
}
|
|
.header img{
|
|
height: 0.65rem;
|
|
}
|
|
.header .open{
|
|
width: 1.44rem;
|
|
height: 0.52rem;
|
|
background-color: #d0302c;
|
|
border-radius: 0.08rem;
|
|
font-size: 0.24rem;
|
|
letter-spacing: 0rem;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
line-height: 0.52rem;
|
|
}
|
|
.content {
|
|
padding-top: 1rem;
|
|
margin-bottom: 2.03rem;
|
|
}
|
|
.article {
|
|
padding-top: 0.24rem;
|
|
}
|
|
.article h2{
|
|
font-size: 0.4rem;
|
|
color: #333333;
|
|
line-height: 0.54rem;
|
|
margin-bottom: 0.38rem;
|
|
}
|
|
.article .time{
|
|
font-size: 0.24rem;
|
|
color: #999999;
|
|
margin-bottom: 0.68rem;
|
|
}
|
|
.article .time span:nth-child(1){
|
|
margin-right: 0.18rem;
|
|
}
|
|
.article .time span:nth-child(2){
|
|
margin-right: 0.25rem;
|
|
}
|
|
.article .article_content{
|
|
font-size: 0.32rem;
|
|
line-height: 0.5rem;
|
|
letter-spacing: 0.008rem;
|
|
color: #000000;
|
|
margin-bottom: 0.38rem;
|
|
position: relative;
|
|
}
|
|
|
|
.recommend {
|
|
padding-top: 0.17rem;
|
|
}
|
|
.article_list{}
|
|
.article_list li {
|
|
display: flex;
|
|
border-bottom: 0.01rem solid #e5e5e5;
|
|
padding-bottom: 0.46rem;
|
|
margin-bottom: 0.32rem;
|
|
}
|
|
.article_list .item_text{
|
|
flex: 1;
|
|
margin-right: 0.31rem;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.item_text h2{
|
|
font-size: 0.32rem;
|
|
line-height: 0.5rem;
|
|
font-weight: normal;
|
|
color: #333333;
|
|
margin-bottom: 0.4rem;
|
|
}
|
|
.item_text span{
|
|
font-size: 0.24rem;
|
|
line-height: 0.56rem;
|
|
color: #999999;
|
|
}
|
|
.article_list .item_img{
|
|
width: 2.26rem;
|
|
height: 1.7rem;
|
|
border-radius: 0.04rem;
|
|
}
|
|
.comment {}
|
|
.comment ul{
|
|
margin-top: 0.3rem;
|
|
}
|
|
.comment li{
|
|
display: flex;
|
|
margin-bottom: 0.7rem;
|
|
}
|
|
.comment li .userimg{
|
|
width: 0.7rem;
|
|
height: 0.7rem;
|
|
border-radius: 100%;
|
|
margin-right: 0.2rem;
|
|
}
|
|
.comment li .ritgh {
|
|
flex: 1;
|
|
}
|
|
|
|
.ritgh_t {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.ritgh_t .ritgh_t_left {}
|
|
.ritgh_t .ritgh_t_left .user_title {
|
|
font-size: 0.28rem;
|
|
color: #000000;
|
|
}
|
|
.ritgh_t .ritgh_t_left .times {
|
|
font-size: 0.2rem;
|
|
color: #999999;
|
|
transform: scale(0.8);
|
|
margin-left: -4px;
|
|
}
|
|
|
|
.ritgh_t .ritgh_t_zan {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.ritgh_t .ritgh_t_zan img{
|
|
width: 0.26rem;
|
|
height: 0.27rem;
|
|
margin-right: 0.1rem;
|
|
|
|
}
|
|
.ritgh_t .ritgh_t_zan span {
|
|
font-size: 0.24rem;
|
|
color: #999999;
|
|
}
|
|
.ritgh_b {
|
|
margin-top: 0.38rem;
|
|
font-size: 0.28rem;
|
|
color: #000000;
|
|
}
|
|
.openApp {
|
|
width: 7.02rem;
|
|
height: 0.88rem;
|
|
border-radius: 0.08rem;
|
|
border: solid 0.02rem #d0302c;
|
|
font-size: 0.28rem;
|
|
line-height: 0.88rem;
|
|
text-align: center;
|
|
color: #d0302c;
|
|
position: fixed;
|
|
left: 50%;
|
|
bottom: 0.45rem;
|
|
background: #fff;
|
|
transform: translate(-50%);
|
|
} |