压缩字体

This commit is contained in:
Andy Leong
2024-01-22 23:17:44 +08:00
parent e16a382159
commit adfb320fa2
67 changed files with 355 additions and 107 deletions

View File

@@ -175,15 +175,18 @@ onMounted(() => {
}
.index-agreement {
font-family: "SourceHanSansCN";
pointer-events: none;
@include pos(736px, 172px, 7px, 1219px);
@include pos(736px, 182px, 7px, 1219px);
background: rgba($color: #f49e6a, $alpha: 0.55);
font-size: 14px;
text-align: justify;
letter-spacing: 0.1px;
color: #000000;
padding: 10px;
box-sizing: border-box;
border-radius: 10px;
line-height: 20px;
.b {
font-weight: 700;
@@ -191,6 +194,7 @@ onMounted(() => {
.orange {
color: #ea5404;
font-weight: 700;
}
}
}