64 lines
1.1 KiB
CSS
64 lines
1.1 KiB
CSS
.content{
|
|
margin-top:1rem ;
|
|
}
|
|
|
|
.content ul{display: flex;
|
|
justify-content: space-between;
|
|
flex-wrap: wrap;
|
|
}
|
|
.nodata {
|
|
width: 100%;
|
|
text-align: center;
|
|
margin-top: 0.6rem;
|
|
}
|
|
.nodata i{
|
|
font-size: 0.9rem;
|
|
}
|
|
.nodata p{
|
|
font-size: 0.24rem;
|
|
color: #666;
|
|
}
|
|
.like_li li{
|
|
width: 48%;
|
|
margin-bottom: 0.3rem;
|
|
}
|
|
.newest_img {
|
|
position: relative;
|
|
}
|
|
a {
|
|
text-decoration: none;
|
|
color: #000;
|
|
|
|
}
|
|
.newest_img img {
|
|
width: 100%;
|
|
border-radius: 0.1rem;
|
|
}
|
|
.newest_img span {
|
|
position: absolute;
|
|
padding: 0.08rem 0.14rem;
|
|
background: rgb(251 114 153 / 73%);
|
|
color: rgb(255 255 255 / 73%);
|
|
font-size: 0.24rem;
|
|
right: 0.2rem;
|
|
bottom: 0.42rem;
|
|
border-radius: 0.28rem;
|
|
}
|
|
.newest_text .t {
|
|
color: #333;
|
|
font-size: 0.3rem;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin-bottom: 0.08rem;
|
|
}
|
|
.newest_text .source {
|
|
color: #666;
|
|
font-size: 0.26rem;
|
|
margin-bottom: 0.02rem;
|
|
}
|
|
.newest_text .source {
|
|
color: #666;
|
|
font-size: 0.26rem;
|
|
margin-bottom: 0.02rem;
|
|
} |