CSS作用域错误修正

This commit is contained in:
高子兴 2024-07-14 18:42:46 +08:00
parent 1ce4b97fd6
commit 104acbd944

View File

@ -49,18 +49,6 @@ h1 {
box-sizing: border-box;
}
.btn {
display: inline-block;
padding: 10px 20px;
color: #fff;
background-color: #007bff;
border: none;
border-radius: 4px;
cursor: pointer;
text-align: center;
text-decoration: none;
}
.btn-primary {
background-color: #007bff;
}