后期修改完善,上线版本

This commit is contained in:
2025-11-12 18:11:11 +08:00
parent c54f9c9976
commit 8f57683dd5
98 changed files with 2110 additions and 867 deletions

View File

@ -1,12 +1,12 @@
.article-content {
font-family: 'Poppins-Regular', serif;
font-family: 'Poppins-Regular';
color: #64748B;
h1, h2, h3, h4, h5, h6 {
font-weight: 600;
margin-bottom: 20px;
margin-top: 10px;
font-family: 'Poppins-SemiBold', serif;
font-family: 'Poppins-SemiBold';
color: #1E293B;
display: flex;
align-items: center;
@ -50,7 +50,7 @@
p, li, span {
color: #64748B;
font-family: 'Poppins-Regular', serif;
font-family: 'Poppins-Regular';
line-height: 1.7;
}

View File

@ -1,42 +1,36 @@
@font-face {
font-family: 'Poppins-Bold';
src: url('/static/font/Poppins-Bold.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-Bold.otf') format('opentype');
font-weight: 700 !important;
}
@font-face {
font-family: 'Poppins-Regular';
src: url('/static/font/Poppins-Regular.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-Regular.otf') format('opentype');
font-weight: 400 !important;
}
@font-face {
font-family: 'Poppins-Light';
src: url('/static/font/Poppins-Light.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-Light.otf') format('opentype');
font-weight: 300 !important;
}
@font-face {
font-family: 'Poppins-Medium';
src: url('/static/font/Poppins-Medium.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-Medium.otf') format('opentype');
font-weight: 500 !important;
}
@font-face {
font-family: 'Poppins-SemiBold';
src: url('/static/font/Poppins-SemiBold.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-SemiBold.otf') format('opentype');
font-weight: 600 !important;
}
@font-face {
font-family: 'Poppins-ExtraBold';
src: url('/static/font/Poppins-ExtraBold.otf') format('opentype');
font-weight: normal;
font-display: swap;
src: url('../static/font/Poppins-ExtraBold.otf') format('opentype');
font-weight: 800 !important;
}

View File

@ -103,7 +103,7 @@ a {
border: none;
border-radius: 12px;
background-color: #ffffff;
font-family: 'Poppins-Medium', serif;
font-family: 'Poppins-Medium';
/* 白色背景 */
color: #666666;
/* 文字颜色 */
@ -131,6 +131,37 @@ a {
margin:30px 0 ;
}
#normal-container {
@include container-bg;
flex: 1;
}
@include container-bg;
flex: 1;
}
.wh-100 {
width: 100%;
height: 100%;
}
.wh-16 {
width: 16px;
height: 16px;
}
.wh-24 {
width: 24px;
height: 24px;
}
.wh-12 {
width: 12px;
height: 12px;
}
.wh-14 {
width: 14px;
height: 14px;
}
.gap-12 {
gap: 12px;
}
.gap-16 {
gap: 16px;
}
.gap-20 {
gap: 20px;
}

View File

@ -8,7 +8,7 @@
font-weight: bold;
text-align: center;
font-size: $huge-font-size1;
font-family: 'Poppins-Bold', serif;
font-family: 'Poppins-Bold';
}
}
}