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,26 @@
.header {
height: 50px;
width: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
background: #fff;
z-index: 9999;
display: flex;
justify-content: space-between;
padding: 0 15px;
align-items: center;
}
.back i {
color: #333;
}
.back a {
color: #333;
font-size: 16px;
}
.header p {
font-size: 18px;
color: #000;
font-weight: 600;
}