类型:开发

描述:
This commit is contained in:
2025-12-10 18:23:42 +08:00
parent 095cd64373
commit 20049de695
2 changed files with 2 additions and 2 deletions

View File

@@ -56,11 +56,11 @@
font-size: vw(13); font-size: vw(13);
color: #0084ff; color: #0084ff;
height: vh(40); height: vh(40);
display: flex;
align-items: center; align-items: center;
background: rgba(3, 78, 153, 0.3); background: rgba(3, 78, 153, 0.3);
& > p { & > p {
flex: 1; flex: 1;
color: #ffffff;
text-align: center; text-align: center;
} }
} }

View File

@@ -289,7 +289,6 @@
height: vh(58); height: vh(58);
line-height: vh(58); line-height: vh(58);
padding-left: vw(10); padding-left: vw(10);
text-align: center;
margin: 0 vw(15); margin: 0 vw(15);
font-weight: 400; font-weight: 400;
font-size: vw(14); font-size: vw(14);
@@ -297,6 +296,7 @@
text-align: left; text-align: left;
font-style: normal; font-style: normal;
text-transform: none; text-transform: none;
align-items: baseline;
span { span {
font-size: vw(24); font-size: vw(24);
position: relative; position: relative;