You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
415 B
Plaintext
25 lines
415 B
Plaintext
|
2 years ago
|
.radio-group{
|
||
|
|
margin: 10px;
|
||
|
|
padding: 0 9px;
|
||
|
|
border-radius: 8px;
|
||
|
|
overflow: hidden;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.radio-group label {
|
||
|
|
height: 56px;
|
||
|
|
line-height: 56px;
|
||
|
|
padding: 0px 0;
|
||
|
|
border-top: none;
|
||
|
|
}
|
||
|
|
.radio-group label::before {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
.save {
|
||
|
|
margin-top: 90px;
|
||
|
|
width: 260px;
|
||
|
|
/* height: 42px;
|
||
|
|
line-height: 42px;
|
||
|
|
background-color: var(--color-ysd);
|
||
|
|
border-radius: 999px; */
|
||
|
|
}
|