|
|
@@ -1488,12 +1488,12 @@ i.must {
|
|
|
}
|
|
|
|
|
|
/*开关按钮*/
|
|
|
-.checkbox{
|
|
|
+.switch .checkbox{
|
|
|
width:54px;
|
|
|
margin:0px auto;
|
|
|
text-align: center;
|
|
|
}
|
|
|
-.checkbox span{
|
|
|
+.switch .checkbox span{
|
|
|
width: 38px;
|
|
|
height: 19px;
|
|
|
display: inline-block;
|
|
|
@@ -1505,7 +1505,7 @@ i.must {
|
|
|
box-shadow: 1px 1px 5px #eee;
|
|
|
transition: background-color .1s ease-out;
|
|
|
}
|
|
|
-.checkbox span:after{
|
|
|
+.switch .checkbox span:after{
|
|
|
content: "";
|
|
|
position: absolute;
|
|
|
width: 19px;
|
|
|
@@ -1521,12 +1521,12 @@ i.must {
|
|
|
color: #666;
|
|
|
font-size: 12px;
|
|
|
}
|
|
|
-.checkbox span.off{
|
|
|
+.switch .checkbox span.off{
|
|
|
background-color: #4bd562;
|
|
|
transition: background-color .1s ease-in;
|
|
|
border: #4bd562 1px solid;
|
|
|
}
|
|
|
-.checkbox span.off:after{
|
|
|
+.switch .checkbox span.off:after{
|
|
|
content: "";
|
|
|
left: 20px;
|
|
|
transition: left .1s ease-in;
|