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,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 {
}