This commit is contained in:
花有清香月有阴
2022-02-25 10:51:28 +08:00
parent 11247a161a
commit e3ef0a2cb7
2 changed files with 5 additions and 4 deletions

View File

@@ -249,7 +249,7 @@ export default {
text-align: center; text-align: center;
border-radius: 16px; border-radius: 16px;
font-size: 34px; font-size: 34px;
font-weight: 600; font-weight: 500;
color: #ffffff; color: #ffffff;
z-index: 999; z-index: 999;
} }

View File

@@ -303,11 +303,12 @@ export default {
position: fixed; position: fixed;
bottom: 0; bottom: 0;
width: 100%; width: 100%;
height: 112px; box-sizing: border-box;
line-height: 112px;
background: #1365dd; background: #1365dd;
padding: 20px 0;
text-align: center; text-align: center;
font-size: 32px; border-radius: 16px;
font-size: 34px;
font-weight: 500; font-weight: 500;
color: #ffffff; color: #ffffff;
z-index: 999; z-index: 999;