增加#椰奶设置字体大小

This commit is contained in:
yeyang
2022-10-07 19:27:54 +08:00
parent 81a5ebb7df
commit d82a8aefa7
2 changed files with 8 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ body {
}
.cfg-group {
color: #ceb78b;
font-size: 18px;
font-size: 22px;
font-weight: bold;
padding: 10px 20px;
}
@@ -46,7 +46,7 @@ body {
background-size: auto 36px;
}
.cfg-hint {
font-size: 12px;
font-size: 16px;
font-weight: normal;
margin-top: 3px;
margin-bottom: -3px;
@@ -59,7 +59,7 @@ body {
width: 160px;
text-align: center;
line-height: 36px;
font-size: 16px;
font-size: 20px;
color: #495366;
font-weight: bold;
border-radius: 0 16px 16px 0;
@@ -68,7 +68,7 @@ body {
color: #a95151;
}
.cfg-desc {
font-size: 12px;
font-size: 16px;
color: #cbc4be;
margin: 5px 0 5px 20px;
}

View File

@@ -28,7 +28,7 @@ body {
.cfg-group {
color: #ceb78b;
font-size: 18px;
font-size: 22px;
font-weight: bold;
padding: 10px 20px;
}
@@ -58,7 +58,7 @@ body {
}
.cfg-hint {
font-size: 12px;
font-size: 16px;
font-weight: normal;
margin-top: 3px;
margin-bottom: -3px;
@@ -72,7 +72,7 @@ body {
width: 160px;
text-align: center;
line-height: 36px;
font-size: 16px;
font-size: 20px;
color: #495366;
font-weight: bold;
border-radius: 0 16px 16px 0;
@@ -83,7 +83,7 @@ body {
}
.cfg-desc {
font-size: 12px;
font-size: 16px;
color: #cbc4be;
margin: 5px 0 5px 20px;
}