Commit 901217b6 authored by jiaxu.yan's avatar jiaxu.yan

feat : 按钮文字颜色

parent 45ceba5f
...@@ -123,12 +123,12 @@ ...@@ -123,12 +123,12 @@
font-family: PingFangSC, PingFang SC; font-family: PingFangSC, PingFang SC;
font-weight: 600; font-weight: 600;
font-size: 16px; font-size: 16px;
color: #696974; color: #fff;
&:hover { &:hover {
opacity: 0.85; opacity: 0.85;
border: none; border: none;
background: #2288ff; background: #2288ff;
color: #696974; color: #fff;
border-radius: 0.25rem; border-radius: 0.25rem;
} }
&: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