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.
bocai_supplyChain/pages/changeGender/index.wxss

40 lines
691 B
Plaintext

.radio-group {
margin: 10px;
border-radius: 8px;
overflow: hidden;
background-color: #fff;
}
.radio-group label {
height: 56px;
line-height: 56px;
padding: 0 9px;
/* padding: 0px 0; */
border-top: none;
}
.radio-group label::before {
display: none;
}
.fake_b {
position: relative;
}
.fake_b::before {
content: "";
display: block !important;
width: calc(100% - 18px);
height: 1px !important;
background: #eee !important;
position: absolute;
left: 9px;
top: unset;
border: 0;
bottom: 0 !important;
}
.save {
margin-top: 90px;
width: 260px;
/* height: 42px;
line-height: 42px;
background-color: var(--color-ysd);
border-radius: 999px; */
}