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; background-color: #FFFFFF;
display: flex; display: flex;
align-items: center; align-items: center;
z-index: 999999;
& > div { & > div {
font-size: 36px; font-size: 36px;

View File

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

View File

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

View File

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