4 height: 80 * @unit_base;
5 width: 60 * @unit_base;
7 .ui-toggleswitch-mover {
9 font-size : 26 * @unit_base;
10 line-height : 40 * @unit_base;
13 .ui-toggleswitch-off {
14 border-radius: 5 * @unit_base;
15 color: @color_text_sub;
16 .LESStoggleswitch_off_style;
17 height: 80 * @unit_base;
21 padding-top: 7 * @unit_base;
22 .ui-toggleswitch-sign{
28 background: url(images/00_switch_button_off.png) no-repeat;
29 background-size: cover;
30 -webkit-background-size: cover;
31 -o-background-size: cover;
32 -moz-background-size: cover;
39 border-radius: 5 * @unit_base;
40 .LESStoggleswitch_on_style;
41 height: 80 * @unit_base;
46 padding-top: 6 * @unit_base;
48 .ui-toggleswitch-sign{
54 background: url(images/00_switch_button_on.png) no-repeat;
55 background-size: cover;
56 -webkit-background-size: cover;
57 -o-background-size: cover;
58 -moz-background-size: cover;
63 .ui-toggleswitch-reed {
65 border-radius: 5 * @unit_base;
66 width: 57 * @unit_base;
67 .LESStoggleswitch_reed_style;
69 height: 39 * @unit_base;
73 .ui-toggleswitch-text {
77 text-overflow: ellipsis;
82 .ui-toggleswitch-state-checked {
83 .ui-toggleswitch-mover {
84 .ui-toggleswitch-reed {
88 .ui-toggleswitch-text {
98 .ui-toggleswitch-off {