Commit 14a04400 authored by wangjiancheng's avatar wangjiancheng

feat:新增按钮样式

parent 1055dcbb
...@@ -12,7 +12,16 @@ ...@@ -12,7 +12,16 @@
} }
} }
} }
.btn-A{
width: 116px;
height: 40px;
background: #0147EB;
}
.btn-B{
width: 116px;
height: 40px;
border: 1px solid #E2E7F5;
}
.blue-btn { .blue-btn {
@include colorBtn($blue) @include colorBtn($blue)
} }
......
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