This commit is contained in:
bb_pan 2025-11-25 17:15:48 +08:00
parent a83740afac
commit 8eb6af48dd
3 changed files with 16 additions and 2 deletions

View File

@ -97,10 +97,15 @@ export default {
} }
.num{ .num{
color: #FCFAC4; /* color: #FCFAC4; */
font-size: 32px; font-size: 32px;
margin-right: 25%; margin-right: 25%;
margin-top: 5%; margin-top: 5%;
font-family: 'DIN';
background: linear-gradient(180deg, #fff 25.81%, #fdf277 77.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
.unit{ .unit{
font-size: 24px; font-size: 24px;

View File

@ -80,10 +80,15 @@ export default {
} }
.num{ .num{
color: #FCFAC4; /* color: #FCFAC4; */
font-size: 32px; font-size: 32px;
margin-right: 25%; margin-right: 25%;
margin-top: 5%; margin-top: 5%;
font-family: 'DIN';
background: linear-gradient(180deg, #fff 25.81%, #fdf277 77.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
.unit{ .unit{
font-size: 24px; font-size: 24px;

View File

@ -67,6 +67,10 @@ export default {
font-family: 'Alibaba-PuHuiTi-Regular'; font-family: 'Alibaba-PuHuiTi-Regular';
src: url('../../../assets/font-family/alibaba/Alibaba-PuHuiTi-Regular.ttf'); src: url('../../../assets/font-family/alibaba/Alibaba-PuHuiTi-Regular.ttf');
} }
@font-face {
font-family: 'DIN';
src: url('../../../assets/font-family/DIN/DIN-Medium.otf');
}
.page { .page {
background: #333; background: #333;
width: 100vw; width: 100vw;