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{
color: #FCFAC4;
/* color: #FCFAC4; */
font-size: 32px;
margin-right: 25%;
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{
font-size: 24px;

View File

@ -80,10 +80,15 @@ export default {
}
.num{
color: #FCFAC4;
/* color: #FCFAC4; */
font-size: 32px;
margin-right: 25%;
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{
font-size: 24px;

View File

@ -67,6 +67,10 @@ export default {
font-family: 'Alibaba-PuHuiTi-Regular';
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 {
background: #333;
width: 100vw;