修改了背景色 添加了限制事件

This commit is contained in:
2020-11-03 10:34:22 +08:00
parent 74ccc85a0d
commit 4552d29469
3 changed files with 20 additions and 12 deletions

View File

@@ -76,15 +76,15 @@
width: 62px;
height: 22px;
margin-top: 30px;
background-color: #ccc;
background-color: #07AD97;
text-align: center;
line-height: 22px;
color: #fff;
cursor: pointer;
font-size: 9px;
&:hover{
background-color: #07AD97;
}
// &:hover{
// background-color: #;
// }
}
}