This commit is contained in:
2023-07-03 20:10:05 +08:00
parent 238bb7d5bc
commit 437dd0ff98
5 changed files with 48 additions and 18 deletions

View File

@@ -459,8 +459,8 @@
display: inline-flex;
align-items: center;
position: relative;
line-height: 50px;
height: 50px;
line-height: 100px;
height: 100px;
vertical-align: middle;
margin-bottom 20px
margin-right 24px
@@ -477,11 +477,11 @@
margin: 0;
display: inline-block;
position: relative;
width: 100px;
height: 50px;
width: 260px;
height: 100px;
border: 1px solid #dcdfe6;
outline: none;
border-radius: 25px;
border-radius: 60px;
box-sizing: border-box;
background: #dcdfe6;
cursor: pointer;
@@ -496,8 +496,8 @@
left: 1px;
border-radius: 100%;
transition: all .3s;
width: 47px;
height: 47px;
width: 97px;
height: 97px;
background-color: #fff;
.is-checked
.switch_core