字体,样式宽度修改
This commit is contained in:
@@ -557,7 +557,7 @@ onUnmounted(() => {
|
||||
margin-top: 46.66px;
|
||||
|
||||
p {
|
||||
font-family: 'Taipei Sans TC Beta', 'PingFang SC', sans-serif;
|
||||
font-family: 'Source Han Sans SC', sans-serif;
|
||||
font-weight: 700;
|
||||
font-size: 50px;
|
||||
line-height: 1.42;
|
||||
@@ -623,7 +623,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.register-title {
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-weight: 600;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
@@ -718,7 +718,7 @@ onUnmounted(() => {
|
||||
border: none;
|
||||
border-radius: 12px;
|
||||
color: #FFFFFF;
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-weight: 500;
|
||||
font-size: 16px;
|
||||
line-height: 1.4;
|
||||
@@ -730,7 +730,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.agreement-text {
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-weight: 400;
|
||||
font-size: 10px;
|
||||
line-height: 1.8;
|
||||
@@ -744,7 +744,7 @@ onUnmounted(() => {
|
||||
width: 100%;
|
||||
|
||||
.login-link {
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-weight: 600;
|
||||
font-size: 12px;
|
||||
line-height: 1.83;
|
||||
@@ -762,7 +762,7 @@ onUnmounted(() => {
|
||||
}
|
||||
|
||||
.copyright {
|
||||
font-family: 'PingFang SC', sans-serif;
|
||||
font-family: "Source Han Sans SC";
|
||||
font-size: 12px;
|
||||
line-height: 2;
|
||||
color: #D9D9D9;
|
||||
|
||||
Reference in New Issue
Block a user