first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,73 @@
.header_logo {
height: 0.88rem;
display: flex;
align-items: center;
display: flex;
justify-content: space-between;
align-items: center;
}
.header_logo i{
color: white;
font-size: 18px;
}
.header_logo a{
width: 82%;
}
input{
width: 90%;
background:none;
outline:none;
border:none;
left: 0;
}
.search{
width: 75%;
display: flex;
justify-content: space-between;
align-items: center;
background: #fff;
height: 0.6rem;
border-radius: 0.6rem;
box-sizing: border-box;
padding-left: 0.3rem;
}
.search i{
margin-left: 10px;
}
.content_list {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
top: 20px;
padding: 0.3rem 0.3rem 0 0.3rem;
}
.content_list li{
width: 47%;
margin-bottom: 0.3rem;
}
.content_list_img{
position: relative;
}
.content_list_img img{
width: 100%;
border-radius: 0.1rem;
}
.content_list_img .shuzi{
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.2rem;
border-radius: 0.28rem;
}
.content_list_text p{
color: #333;
font-size: 0.3rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 0.08rem;
}