This commit is contained in:
liuye
2021-12-31 10:24:08 +08:00
parent 41b4957440
commit c6b145c12f
4 changed files with 4 additions and 1 deletions

View File

@@ -339,6 +339,7 @@ export default {
background-color: #FFFFFF;
display: flex;
align-items: center;
z-index: 999999;
& > div {
font-size: 36px;

View File

@@ -327,6 +327,7 @@ export default {
font-size: 32px;
font-weight: 500;
color: #ffffff;
z-index: 999999;
}
}
</style>

View File

@@ -259,7 +259,7 @@ uni-page-body {
background: #fff;
justify-content: space-between;
align-items: center;
padding: 10px 30px;
padding: 30px;
border-bottom: 1px solid #d8dde6;
}

View File

@@ -200,6 +200,7 @@ uni-page-body {
font-size: 32px;
font-weight: 500;
color: #ffffff;
z-index: 999999;
}
}
</style>