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,59 @@
/* 清除浏览器默认的css样式 */
:root {
--themeColor: #fb7299;
--whiteColor: #fff;
--blackColor: #000;
--fontSize12: 0.24rem;
--fontSize13: 0.26rem;
--fontSize14: 0.28rem;
--fontSize15: 0.3rem;
--fontSize16: 0.32rem;
--fontSize17: 0.34rem;
--fontSize18: 0.36rem;
--fontSize19: 0.38rem;
--fontSize20: 0.4rem;
--fontSize21: 0.42rem;
}
::-webkit-scrollbar {
width: 0;
height: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
a {
text-decoration: none;
color: #000;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
}
input,
button,
textarea {
outline: none;
border: none;
}
body {
font-size: 0px;
}

View File

@@ -0,0 +1,21 @@
.select {
padding: 0.4rem 0.3rem;
}
.title {
font-size: var(--fontSize18);
font-weight: 500;
}
.select ul {
display: flex;
flex-wrap: wrap;
margin-top: 0.2rem;
}
.select ul li {
font-size: 0.28rem;
background: var(--themeColor);
padding: 0.06rem 0.22rem;
margin-right: 0.1rem;
color: var(--whiteColor);
border-radius: 0.2rem;
margin-bottom: 0.2rem;
}

View File

@@ -0,0 +1,81 @@
.header {
position: fixed;
width: 100%;
height: 1.6rem;
top: 0;
left: 0;
right: 0;
z-index: 99;
}
.header .header_search{
background: var(--themeColor);
height: 0.88rem;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 0.3rem;
}
.header .header_search i {
font-size: 0.45rem;
color: var(--whiteColor);
}
.search {
flex: 1;
background: var(--whiteColor);
height: 0.6rem;
border-radius: 0.6rem;
margin-left: 10px;
margin-right: 10px;
display: flex;
align-items: center;
}
.search i {
color: #999 !important;
font-size: 0.26rem !important;
margin-right: 0.1rem;
padding-top: 0.02rem;
margin-left: 0.26rem;
}
.search span {
font-size: 0.24rem;
color: #999;
}
.header .header_menu {
position: relative;
height: 0.72rem;
display: flex;
align-items: center;
background: #fe7fa2;
}
.header .header_menu a {
width: 0.8rem;
height: 0.72rem;
text-align: center;
line-height: 0.72rem;
}
.header .header_menu i {
color: #e3e3e3;
}
.header .header_menu ul{
display: flex;
flex: 1;
overflow-x: scroll;
padding-left: 0.3rem;
}
.header .header_menu ul li{
font-size: 0.26rem;
margin-right: 0.26rem;
color: #d3d2d2;
flex-shrink: 0;
}
.header_menu ul .active {
color: var(--whiteColor) !important;
}
.content {
margin-top: 1.6rem;
margin-bottom: 1rem;
}

View File

@@ -0,0 +1,3 @@
.content img {
width: 100%;
}

View File

@@ -0,0 +1,34 @@
.content{
}
ul{
display: flex;
justify-content: space-around;
padding-left: 0.2rem;
padding-right: 0.2rem;
margin-top: 1rem;
flex-wrap: wrap;
}
ul li{
flex-shrink: 0;
width: 25%;
text-align: center;
margin-bottom: .54rem;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
ul li a{
font-size: .3rem;
}
ul li p{
font-size: 0.1rem;
color: var--themeColor;
margin-top: 0.5rem;
}

View File

@@ -0,0 +1,3 @@
.content img {
width: 100%;
}

View File

@@ -0,0 +1,25 @@
.content{
display: flex;
align-items: center;
text-align: center;
justify-content: center;
flex-wrap: wrap;
padding: 15px;
}
.content li{
width: 25%;
padding-top: .2rem;
}
.content li img{
width: 1rem;
height: 1rem;
border-radius: 100%;
}
.content li p{
font-size: .28rem;
color: var(--blackColor);
}

View File

@@ -0,0 +1,127 @@
.ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.content {
margin-top: 0.9rem;
margin-bottom: 1rem;
}
.footer {
justify-content: space-around;
display: flex;
height: 1rem;
align-items: center;
position: fixed;
border-top: 0.02rem solid #e2e2e2;
width: 100%;
bottom: 0;
left: 0;
right: 0;
z-index: 99;
background: var(--whiteColor);
}
.footer li {
text-align: center;
}
.footer .active a {
color: var(--themeColor);
}
.footer li i{}
.footer li p{
font-size: 0.24rem;
margin-top: 0.04rem;
}
.swiper-slide {
display: flex;
justify-content: space-between;
padding: 0.3rem;
box-sizing: border-box;
flex-wrap: wrap;
height: calc(100vh - 80px - 51px) !important;
overflow-y: scroll;
}
.list_item {
flex-shrink: 0;
width: 48%;
margin-bottom: 0.3rem;
}
.list_img {
position: relative;
height: 4.9677999999999995rem;
}
.list_img img {
width: 100%;
border-radius: 0.14rem;
height: 100%;
}
.list_img span {
bottom: 0.1rem;
right: 0.16rem;
position: absolute;
font-size: 0.24rem;
background: var(--themeColor);
color: #fff;
padding: 0.02rem 0.12rem;
border-radius: 0.16rem;
}
.list_title {
font-size: 0.34rem;
font-weight: 400;
margin-top: 0.2rem;
}
.list_model,
.list_source{
font-size: 0.28rem;
color: #bdb7b7;
}
.list_source {
}
.list_tags {
margin-top: 0.1rem;
display: flex;
flex-wrap: wrap;
}
.list_tags .list_tags_item {
font-size: 0.24rem;
flex-shrink: 0;
padding: 0.08rem 0.18rem;
background: var(--themeColor);
margin-right: 0.1rem;
color: #fff;
border-radius: 0.2rem;
margin-bottom: 0.1rem;
}
.pub_header {
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
background: var(--themeColor);
height: 0.9rem;
display: flex;
align-items: center;
padding: 0 0.3rem;
box-sizing: border-box;
justify-content: space-between;
z-index: 999;
}
.pub_header .left {
width: 93%;
display: flex;
align-items: center;
}
.pub_header i {
color: var(--whiteColor);
}
.pub_header span {
font-size: 15px;
color: var(--whiteColor);
margin-left: 11px;
flex: 1;
}

View File

@@ -0,0 +1,26 @@
.search{
position: fixed;
top: 0;
left: 0;
right: 0;
width: 100%;
background: var(--themeColor);
height: 0.9rem;
display: flex;
align-items: center;
padding: 0px 0.3rem;
box-sizing: border-box;
justify-content: space-between;
z-index: 999;
}
.search i{
color: var(--whiteColor);
}
.search input{
border-radius: 0.2rem;
width: 3.2rem;
height: 0.5rem;
flex: 1;
margin-left: 0.4rem;
margin-right: 0.4rem;
}

View File

@@ -0,0 +1,12 @@
.content{}
.content li{
display: flex;
align-items: center;
}
.content li img{
width: 4rem;
margin-bottom: .02rem;
}
.content .text{
font-size: 14px;}