修改页面
This commit is contained in:
parent
8a2e9b1684
commit
8ad08ca8d7
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue