2 position: relative
; width: 90px;
3 -webkit-user-select:none
; -moz-user-select:none
; -ms-user-select: none
;
9 display: block
; overflow: hidden
; cursor: pointer
;
10 border: 2px solid
#999999; border-radius: 20px;
13 display: block
; width: 200%; margin-left: -100%;
14 -moz-transition: margin
0.3s ease-in
0s; -webkit-transition: margin
0.3s ease-in
0s;
15 -o-transition: margin
0.3s ease-in
0s; transition: margin
0.3s ease-in
0s;
17 .onInner:before, .onInner:after {
18 display: block
; float: left
; width: 50%; height: 30px; padding: 0; line-height: 30px;
19 font-size: 14px; color: white
; font-family: Trebuchet
, Arial
, sans-serif
; font-weight: bold
;
20 -moz-box-sizing: border-box
; -webkit-box-sizing: border-box
; box-sizing: border-box
;
25 background-color: #FFFFFF; color: #222D30;
30 background-color: #FFFFFF; color: #DEDEDE;
34 display: block
; width: 18px; margin: 6px;
36 border: 2px solid
#999999; border-radius: 20px;
37 position: absolute
; top: 0; bottom: 0; right: 56px;
38 -moz-transition: all
0.3s ease-in
0s; -webkit-transition: all
0.3s ease-in
0s;
39 -o-transition: all
0.3s ease-in
0s; transition: all
0.3s ease-in
0s;
41 .onCheck:checked + .onLabel .onInner {
44 .onCheck:checked + .onLabel .onSwitch {
46 background-color: #27A1CA;
50 position: relative
; width: 64px;
51 -webkit-user-select:none
; -moz-user-select:none
; -ms-user-select: none
;
53 .onoffswitch-checkbox {
57 overflow: hidden
; cursor: pointer
;
58 border: 2px solid
#999999; border-radius: 20px;
61 display: block
; width: 200%; margin-left: -100%;
62 -moz-transition: margin
0.3s ease-in
0s; -webkit-transition: margin
0.3s ease-in
0s;
63 -o-transition: margin
0.3s ease-in
0s; transition: margin
0.3s ease-in
0s;
65 .onoffswitch-inner:before, .onoffswitch-inner:after {
66 display: block
; float: left
; width: 50%; height: 23px; padding: 0; line-height: 23px;
67 font-size: 14px; color: white
; font-family: Trebuchet
, Arial
, sans-serif
; font-weight: bold
;
68 -moz-box-sizing: border-box
; -webkit-box-sizing: border-box
; box-sizing: border-box
;
70 .onoffswitch-inner:before {
73 background-color: #EEEEEE; color: #383838;
75 .onoffswitch-inner:after {
78 background-color: #EEEEEE; color: #999999;
82 display: block
; width: 14px; margin: 4.5px;
84 border: 2px solid
#999999; border-radius: 20px;
85 position: absolute
; right: 37px; height: 15px;
86 -moz-transition: all
0.3s ease-in
0s; -webkit-transition: all
0.3s ease-in
0s;
87 -o-transition: all
0.3s ease-in
0s; transition: all
0.3s ease-in
0s;
89 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
92 .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
94 background-color: #63C5E6;