Commit 365952fd authored by chenshouchao's avatar chenshouchao

RadioGroupOfButtonStyle样式微调

parent ea44e890
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
visibility: hidden; visibility: hidden;
} }
.radioActiveBgBox { .radioActiveBgBox {
width: calc(100% - 3px); width: calc(100% - 2px);
position: absolute; position: absolute;
left: 1px; left: 1px;
top: 1px; top: 1px;
...@@ -49,8 +49,6 @@ ...@@ -49,8 +49,6 @@
} }
.radioActiveBg { .radioActiveBg {
box-shadow: 2px 4px 12px 0px rgba(0, 27, 63, 0.06); box-shadow: 2px 4px 12px 0px rgba(0, 27, 63, 0.06);
left: 1px;
top: 1px;
height: 28px; height: 28px;
background-color: #fff; background-color: #fff;
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
......
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