修改页面

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