Commit 79dcff0f authored by jiaxu.yan's avatar jiaxu.yan

feat: 按钮悬浮样式

parent 9ea9ca3a
......@@ -50,8 +50,8 @@
&:hover {
opacity: 0.85;
border: none;
background: #F1F1F5;
color: #696974;
background: #2288FF;
color: #fff;
border-radius: 10px;
}
&:focus {
......@@ -73,8 +73,8 @@
&:hover {
opacity: 0.85;
border: none;
background: #F1F1F5;
color: #696974;
background: #2288FF;
color: #fff;
border-radius: 10px;
}
&:focus {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment