This commit is contained in:
yanran200730
2021-12-07 15:17:19 +08:00
parent 4dccf2816c
commit 137f7ff0e2
5 changed files with 147 additions and 117 deletions

View File

@@ -39,7 +39,10 @@ export default {
}
.fixed {
display: flex;
align-items: center;
width: 100%;
height: 100rpx;
top: 0;
position: fixed;
z-index: 9;
@@ -51,7 +54,11 @@ export default {
}
.content {
padding: 20px 32px;
display: flex;
align-items: center;
width: 100%;
height: 100rpx;
padding: 0 32px;
box-sizing: border-box;
}