字体变更

This commit is contained in:
bb_pan 2025-11-23 15:06:49 +08:00
parent bf16d47e38
commit 6eb8116333
15 changed files with 34 additions and 9 deletions

View File

@ -63,12 +63,17 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@font-face {
font-family: 'Alibaba-PuHuiTi-Regular';
src: url('../../../assets/font-family/alibaba/Alibaba-PuHuiTi-Regular.ttf');
}
.page { .page {
background: #333; background: #333;
width: 100vw; width: 100vw;
height: 100vh; height: 100vh;
display: flex; display: flex;
align-items: center; align-items: center;
font-family: 'Alibaba-PuHuiTi-Regular';
} }
.main-view { .main-view {
width: 100vw; width: 100vw;

View File

@ -82,6 +82,10 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@font-face {
font-family: 'Alibaba-PuHuiTi-Regular';
src: url('../../../assets/font-family/alibaba/Alibaba-PuHuiTi-Regular.ttf');
}
.city-screen-container { .city-screen-container {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -92,6 +96,7 @@ export default {
grid-template-columns: 34% 32% 34%; grid-template-columns: 34% 32% 34%;
background: url('../../../assets/images/cityScreen/bg.jpg') no-repeat center center; background: url('../../../assets/images/cityScreen/bg.jpg') no-repeat center center;
background-size: 100% 100%; background-size: 100% 100%;
font-family: 'Alibaba-PuHuiTi-Regular';
} }
.left_view { .left_view {

View File

@ -91,7 +91,7 @@ export default {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
font-family: Arial, sans-serif; font-family: 'Alibaba-PuHuiTi-Regular';
font-size: 11px; font-size: 11px;
} }

View File

@ -258,7 +258,7 @@ export default {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
font-family: Arial, sans-serif; font-family: 'Alibaba-PuHuiTi-Regular';
font-size: 11px; font-size: 11px;
} }

View File

@ -117,7 +117,7 @@ export default {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
font-family: Arial, sans-serif; font-family: 'Alibaba-PuHuiTi-Regular';
font-size: 11px; font-size: 11px;
} }

View File

@ -40,6 +40,10 @@ export default {
font-family: 'DS-TITle'; font-family: 'DS-TITle';
src: url('../../../assets/font-family/DS-Digital/DS-TITle.ttf'); src: url('../../../assets/font-family/DS-Digital/DS-TITle.ttf');
} }
@font-face {
font-family: 'Alibaba-PuHuiTi-Regular';
src: url('../../../assets/font-family/alibaba/Alibaba-PuHuiTi-Regular.ttf');
}
.wrap { .wrap {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -57,6 +61,7 @@ export default {
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
transform-origin: left top; transform-origin: left top;
overflow: hidden; overflow: hidden;
font-family: 'Alibaba-PuHuiTi-Regular';
.bg { .bg {
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -79,7 +79,7 @@ export default {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
font-family: Arial, sans-serif; font-family: 'Alibaba-PuHuiTi-Regular';
font-size: 11px; font-size: 11px;
} }

View File

@ -254,7 +254,7 @@ export default {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
font-family: Arial, sans-serif; font-family: 'Alibaba-PuHuiTi-Regular';
font-size: 11px; font-size: 11px;
} }

View File

@ -94,7 +94,7 @@ export default {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
font-family: Arial, sans-serif; font-family: 'Alibaba-PuHuiTi-Regular';
font-size: 11px; font-size: 11px;
} }

View File

@ -38,6 +38,10 @@ export default {
font-family: 'DS-TITle'; font-family: 'DS-TITle';
src: url('../../../assets/font-family/DS-Digital/DS-TITle.ttf'); src: url('../../../assets/font-family/DS-Digital/DS-TITle.ttf');
} }
@font-face {
font-family: 'Alibaba-PuHuiTi-Regular';
src: url('../../../assets/font-family/alibaba/Alibaba-PuHuiTi-Regular.ttf');
}
#index { #index {
color: #d3d6dd; color: #d3d6dd;
width: 100%; width: 100%;
@ -53,6 +57,7 @@ export default {
background-image: url('../../screen/wsScreen/img/bg.jpg'); background-image: url('../../screen/wsScreen/img/bg.jpg');
background-size: 100% 100%; background-size: 100% 100%;
background-position: center center; background-position: center center;
font-family: 'Alibaba-PuHuiTi-Regular';
.bg { .bg {
/* width: 100vw; /* width: 100vw;
height: 100vh; */ height: 100vh; */

View File

@ -79,7 +79,7 @@ export default {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
font-family: Arial, sans-serif; font-family: 'Alibaba-PuHuiTi-Regular';
font-size: 11px; font-size: 11px;
} }

View File

@ -232,7 +232,7 @@ export default {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
font-family: Arial, sans-serif; font-family: 'Alibaba-PuHuiTi-Regular';
font-size: 11px; font-size: 11px;
} }

View File

@ -91,7 +91,7 @@ export default {
table { table {
border-collapse: collapse; border-collapse: collapse;
width: 100%; width: 100%;
font-family: Arial, sans-serif; font-family: 'Alibaba-PuHuiTi-Regular';
font-size: 11px; font-size: 11px;
} }

View File

@ -40,6 +40,10 @@ export default {
font-family: 'DS-TITle'; font-family: 'DS-TITle';
src: url('../../../assets/font-family/DS-Digital/DS-TITle.ttf'); src: url('../../../assets/font-family/DS-Digital/DS-TITle.ttf');
} }
@font-face {
font-family: 'Alibaba-PuHuiTi-Regular';
src: url('../../../assets/font-family/alibaba/Alibaba-PuHuiTi-Regular.ttf');
}
.wrap { .wrap {
width: 100%; width: 100%;
height: 100%; height: 100%;
@ -57,6 +61,7 @@ export default {
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
transform-origin: left top; transform-origin: left top;
overflow: hidden; overflow: hidden;
font-family: 'Alibaba-PuHuiTi-Regular';
.bg { .bg {
width: 100%; width: 100%;
height: 100%; height: 100%;