Files
2024-09-27 02:06:13 +08:00

152 lines
2.6 KiB
CSS

.padding {
padding: 0 0.3rem;
box-sizing: border-box;
}
.theme_color {
background: #fb7299;
}
.clear {
font-size: 0;
}
.footer {
position: fixed;
width: 100%;
background: #fff;
height: 1rem;
bottom: 0;
display: flex;
justify-content: space-around;
align-items: center;
border-top: 0.02rem solid #e8ebec;
box-sizing: border-box;
padding-top: 0.1rem;
}
.footer li a {
text-align: center;
display: flex;
flex-direction: column;
}
.footer li i{
font-size: 0.3rem;
margin-bottom: 0.08rem;
}
.footer li span{
font-size: 0.24rem;
}
.footer_active i,
.footer_active span {
color: #fb7299;
}
.content {
margin-top: 1.6rem;
margin-bottom: 1rem;
}
.pub_header {
position: fixed;
width: 100%;
left: 0;
right: 0;
top: 0;
display: flex;
height: 45px;
align-items: center;
justify-content: space-between;
}
.pub_header i {
font-size: 17px;
}
.pub_header .header_left {}
.pub_header .header_left i {
color: #fff;
margin-right: 0.2rem;
}
.pub_header .header_left span {
color: #fff;
font-size: 0.32rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 250px;
display: inline-block;
}
.pub_header .header_right {}
.pub_header .header_right i {
color: #fff;
font-size: 17px;
margin-right: 10px;
}
.pub_header .header_right i:last-child {
margin-right: 0 !important;
}
.item-lists .titles {
font-size: 0.34rem;
color: #333;
margin-bottom: 0.26rem;
margin-top: 0.3rem;
}
.item-lists {}
.pitem{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 15px;
}
.pitem li{
width: 48%;
margin-bottom: 0.3rem;
}
.pitem li .top{
position: relative;
margin-bottom: 10px;
}
.pitem .top img{
width: 100%;
border-radius: 0.1rem;
}
.pitem .top 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;
}
.pitem .title {
color: #333;
font-size: 0.3rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 12px;
}
.pitem .source {
color: #666;
font-size: 0.26rem;
margin-bottom: 0.02rem;
}
.pitem .tags {
display: flex;
flex-wrap: wrap;
margin-top: 6px;
}
.pitem .tags-item{
padding: 0.04rem 0.1rem;
font-size: 0.24rem;
background: #fb7299;
margin-right: 0.06rem;
color: #fff;
border-radius: 0.18rem;
margin-bottom: 0.06rem;
}