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,155 @@
.header {
position: fixed;
width: 100%;
background: #fff;
left: 0;
top: 0;
}
.header_search {
display: flex;
justify-content: space-between;
padding: 0.32rem 0.5rem 0 0.5rem;
align-items: center;
}
.search_f{
position: relative;
width: 15.4rem;
}
.search_f img {
position: absolute;
width: 0.65rem;
top: 0.375rem;
}
.search_one {
left: 0.6rem;
}
.search_two {
right: 0.85rem;
}
.search_f input{
padding-left: 1.675rem;
height: 1.45rem;
background-color: #e6e6e6;
border-radius: 0.712rem;
width: 100%;
box-sizing: border-box;
border: none
}
.search_t p {
height: 0.575rem;
font-size: 0.6rem;
font-weight: normal;
font-stretch: normal;
color: #010101;
}
.header_menu ul {
display: flex;
justify-content: space-around;
}
.header_menu ul li {
font-size: 0.6rem;
font-weight: normal;
font-stretch: normal;
color: #4c4c4c;
}
.header_menu {
margin-top: 0.6rem;
margin-bottom: 0.6rem;
}
.content {
margin-top: 3.9915rem;
margin-bottom: 2.45rem;
}
.banner {
height: 7.875rem;
}
.banner img{
width: 100%;
height: 7.875rem;
}
.clas {
padding-top:0.825rem;
padding-bottom: 0.95rem;
background: #fff;
}
.clas ul{
display: flex;
justify-content: space-around;
}
.clas ul li{
text-align: center;
}
.clas ul li img{
width: 1.4rem;
height: 1.4rem;
}
.clas ul li p{
font-size: 0.45rem;
font-weight: normal;
font-stretch: normal;
color: #000000;
margin-top: 0.35rem;
}
.like {
margin-top: 0.25rem;
padding-top: 0.425rem;
padding-left: 0.825rem;
padding-right: 0.825rem;
}
.like_title {
display: flex;
justify-content: space-between;
margin-bottom: 0.925rem;
align-items: flex-end;
}
.like_title h3{
font-size: 0.65rem;
font-weight: normal;
font-stretch: normal;
color: #000000;
border-left: 0.4rem solid #ff4c8a;
padding-top: 0.525rem;
padding-left: 0.35rem;
}
.like_title p{
font-size: 0.4rem;
font-weight: normal;
font-stretch: normal;
color: #4d4d4d;
}
.like_title p .icon-jiantou1{
font-size: 12px;
}
.like_list {
}
.like_list ul {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.like_list ul li{
margin-right: 0.65rem;
width: 5.225rem;
margin-bottom: 1.2rem;
}
.like_list ul li:nth-child(3n){
margin-right: 0;
}
.like_list ul li img{
width: 5.225rem;
height: 7.025rem;
}
.like_list ul li p{
margin-top: 0.425rem;
font-size: 0.45rem;
font-weight: normal;
font-stretch: normal;
letter-spacing: 0.045rem;
color: #010101;
}

View File

@@ -0,0 +1,11 @@
body,p,ul,h1,h2,h3,h4,h5,h6 {
margin: 0;
padding: 0;
}
ul li {
list-style: none;
}
input {
outline: none;
}

View File

@@ -0,0 +1,33 @@
.footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #fff;
height: 2.45rem;
box-shadow: 0rem -0.1rem 0.2rem 0rem
rgba(217, 217, 217, 0.5);
font-size: 0;
}
.footer ul {
display: flex;
justify-content: space-around;
align-items: center;
padding-top: 0.3rem;
}
.footer ul li {
text-align: center;
}
.footer ul li img {
width: 0.975rem;
height: 0.975rem;
margin-bottom: 0.175rem;
}
.footer ul li p{
font-size: 0.5rem;
color: #4d4d4d;
}
.footer ul li:nth-child(3) img{
width: 1.9rem;
height: 1.9rem;
}

View File

@@ -0,0 +1,93 @@
.header {
background: #169bd4;
height: 2.325rem;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 0.9rem;
box-sizing: border-box;
}
.header p {
font-size: 0.35rem;
font-weight: normal;
font-stretch: normal;
color: #ffffff;
}
.header p span{
font-size: 0.75rem;
font-weight: normal;
color: #ffffff;
}
.header_menu img{
width: 0.8rem;
height: 0.8rem;
margin-right: 0.875rem;
}
.header_menu img:last-child{
margin-right: 0;
}
.content{
padding-top: 2.3rem;
padding-bottom: 2.5rem;
}
.content_adb {
background-color: #f6f7f1;
padding: 0.675rem 0.575rem;
}
.content_adb h3 {
font-family: MicrosoftYaHei;
font-size: 0.6rem;
font-weight: normal;
letter-spacing: 0.048rem;
color: #9a825e;
margin-bottom: 0.55rem;
}
.adb_info {
display: flex;
border-top: 0.025rem solid #ede6da;
padding-top: 0.375rem;
}
.adb_info img {
width: 3.15rem;
height: 4.875rem;
}
.adb_right {
margin-left: 0.525rem;
}
.adb_right p{
font-family: MicrosoftYaHei;
font-size: 0.6rem;
font-weight: normal;
letter-spacing: 0.048rem;
color: #9a825e;
margin-bottom: 0.45rem;
line-height: 1rem;
}
.adb_right span{
padding: 0.25rem 0.3rem;
border-radius: 0.25rem;
border: solid 0.025rem #9b835d;
font-size: 0.45rem;
font-weight: normal;
letter-spacing: 0.035rem;
color: #9a825e;
text-align: center;
line-height: 0.9rem;
}
.no_book {
padding-top: 2.725rem;
text-align: center;
}
.no_book img {
width: 7.15rem;
height: 6.55rem;
}
.no_book p{
font-family: MicrosoftYaHei;
font-size: 0.45rem;
font-weight: normal;
letter-spacing: 0.035rem;
color: #737373;
margin-top: 0.575rem;
}

View File

@@ -0,0 +1,48 @@
html {
font-size: 20px;
}
@media only screen and (min-width: 400px) {
html {
font-size: 21.33333333px !important;
}
}
@media only screen and (min-width: 414px) {
html {
font-size: 22.08px !important;
}
}
@media only screen and (min-width: 480px) {
html {
font-size: 25.6px !important;
}
}
@media only screen and (min-width: 320px) {
html {
font-size: 17.1px !important;
}
}
@media only screen and (min-width: 375px) {
html {
font-size: 20px !important;
}
}
@media only screen and (min-width: 768px) {
html {
font-size: 41px !important;
}
}
.fixed_top {
position: fixed;
top: 0;
left: 0;
width: 100%;
}
body {
background-color: #e6e6e6;
}
.back-fff {
background: #fff;
}