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

feat: 按钮悬浮样式

parent 9ea9ca3a
...@@ -50,8 +50,8 @@ ...@@ -50,8 +50,8 @@
&:hover { &:hover {
opacity: 0.85; opacity: 0.85;
border: none; border: none;
background: #F1F1F5; background: #2288FF;
color: #696974; color: #fff;
border-radius: 10px; border-radius: 10px;
} }
&:focus { &:focus {
...@@ -73,8 +73,8 @@ ...@@ -73,8 +73,8 @@
&:hover { &:hover {
opacity: 0.85; opacity: 0.85;
border: none; border: none;
background: #F1F1F5; background: #2288FF;
color: #696974; color: #fff;
border-radius: 10px; border-radius: 10px;
} }
&:focus { &: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