修改样式

This commit is contained in:
Dragon
2023-12-22 14:02:03 +08:00
parent 0acdf1d72c
commit 43a0dd87e3

View File

@@ -10,20 +10,22 @@
padding: 0;
margin: 0;
}
body{
background: #cc30dd75;
}
.bootom {
position: fixed;
position: relative;
bottom: 0;
left: 0;
width: 100%;
background: #30312C;
color: #fff;
font-size: 0.71rem;
font-size: 16px;
text-align: center;
padding: 1rem 0;
}
p{
margin-bottom: 0.3rem;
margin-bottom: 10px;
}
</style>
</head>