| | |
| | | li { |
| | | button { |
| | | width: countSizeVw(60, 1920); |
| | | line-height: countSizeVh(30); |
| | | height: countSizeVh(30); |
| | | margin: 0 countSizeVw(5, 1920); |
| | | border: countSizeVh(1) solid #cecece; |
| | |
| | | } |
| | | .el-switch{ |
| | | font-size: countSizeVh(14); |
| | | height: countSizeVh(16); |
| | | line-height: countSizeVh(16); |
| | | height: countSizeVh(12); |
| | | line-height: countSizeVh(12); |
| | | } |
| | | .el-switch__core{ |
| | | height: countSizeVw(18, 1920); |
| | | width: countSizeVw(40, 1920)!important; |
| | | height: countSizeVw(14, 1920); |
| | | width: countSizeVw(30, 1920)!important; |
| | | border-radius: countSizeVw(10, 1920); |
| | | border: countSizeVh(1) solid #DCDFE6; |
| | | } |
| | | .el-switch__core:after{ |
| | | top: countSizeVh(1) ; |
| | | left: countSizeVh(1) ; |
| | | width: countSizeVw(16, 1920); |
| | | height: countSizeVw(16, 1920); |
| | | width: countSizeVw(12, 1920); |
| | | height: countSizeVw(12, 1920); |
| | | } |
| | | .el-switch.is-checked .el-switch__core::after{ |
| | | margin-left:countSizeVw(24, 1920)!important; |
| | | margin-left:countSizeVw(18, 1920)!important; |
| | | } |
| | | } |
| | | } |
| | |
| | | button { |
| | | width: countSizeVw(60, 1920); |
| | | height: countSizeVh(30); |
| | | line-height: countSizeVh(30); |
| | | margin: 0 countSizeVw(5, 1920); |
| | | border: countSizeVh(1) solid #cecece; |
| | | border-radius: countSizeVw(4, 1920); |