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,3 @@
.list-del-price:after {
border-top: 0px solid #8C8C8C !important;
}

View File

@@ -0,0 +1,16 @@
body,ul,li {
margin: 0;
padding: 0;
}
li {
list-style: none;
}
.icon {
width: 1em;
height: 1em;
vertical-align: -0.15em;
fill: currentColor;
overflow: hidden;
}

View File

@@ -0,0 +1,19 @@
.type ul{
display: flex;
justify-content: space-around;
height: 122px;
align-items: center;
background: #fff;
}
.type ul li{
text-align: center;
}
.type ul li img{
width: 55px;
}
.type ul li p{
margin-top: 10px;
font-size: 14px;
}

View File

@@ -0,0 +1,40 @@
body {
background: #fff;
}
.header {
position: fixed;
width: 100%;
height: 50px;
top: 0;
left: 0;
display: flex;
justify-content: space-between;
padding: 0 11px;
align-items: center;
}
.header .icon {
font-size: 24px;
}
.g-view:before {
height: 0;
}
.info-header {
background: url("");
width: 100%;
height: 250px;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.info-header img {
}
.info-title {
}
.info-title h3{
}
.info-title p{
}

View File

@@ -0,0 +1,6 @@
article p {
text-align: center;
margin: 100px 0;
color: #8d8d8d;
font-size: 17px;
}

View File

@@ -0,0 +1,50 @@
body {
background: #fff;
}
.g-view:before {
height: 0 !important;
}
.my {
}
.my-header {
display: flex;
height: 250px;
align-items: center;
justify-content: space-between;
padding: 0 15px;
}
.my-header h2{
font-size: 29px;
}
.my-header img{
width: 110px;
height: 110px;
border-radius: 100%;
}
.my-list {
}
.my-list ul {
}
.my-list ul li {
display: flex;
justify-content: space-between;
padding: 13px 0px;
width: 90%;
margin: 0 auto;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 8px;
}
.my-list ul li a{
display: flex;
justify-content: space-between;
width: 100%;
}
.my-list ul li p {
}
.my-list ul li i {
}

View File

@@ -0,0 +1,6 @@
.left {
float: left;
}
.padding20 {
padding: 0 20px;
}

View File

@@ -0,0 +1,32 @@
body {
background: #fff;
}
.type-left {
position: fixed;
width: 20%;
height: 85%;
overflow-y: scroll;
border-right: 1px solid #e2dfdf;
}
.type-left ul{
}
.type-left ul li{
text-align: center;
padding: 10px 0;
}
.type-right {
width: 80%;
position: relative;
left: 20%;
padding: 10px;
}
.type-right ul{
}
.type-right ul li{
float: left;
margin: 10px;
}
.active {
color: red
}

File diff suppressed because one or more lines are too long