修改页面

This commit is contained in:
liuwu 2023-08-14 17:30:58 +08:00
parent 8a2e9b1684
commit 8ad08ca8d7
1 changed files with 7 additions and 2 deletions

View File

@ -50,6 +50,10 @@ export default {
}
</script>
<style>
@font-face {
font-family: "CustomFont";
src: url("../../css/led16segment2-b99v.ttf") format("truetype");
}
.index_wrap{
width: 100%;
height: 100%;
@ -81,8 +85,9 @@ export default {
.currTime{
width: 100%;
text-align: center;
font-size: 60px;
margin-top: 20px;
font-size: 80px;
font-family: 'CustomFont';
margin-top: 10px;
font-weight: bold;
box-sizing: border-box;
padding: 10px 20px;