Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
aixianling
2021-12-31 10:28:49 +08:00
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>