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.
31 lines
554 B
CSS
31 lines
554 B
CSS
page {
|
|
padding: 10px;
|
|
}
|
|
.weui-cell {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 56px !important;
|
|
line-height: 56px;
|
|
padding: 0px 10px !important;
|
|
border-radius: 8px;
|
|
font-size: 16px;
|
|
}
|
|
page .tel > span:first-child {
|
|
width: 60px;
|
|
}
|
|
page .tel input {
|
|
height: 25px;
|
|
line-height: 25px;
|
|
}
|
|
page .save {
|
|
margin-top: 90px;
|
|
width: 260px;
|
|
/* height: 42px;
|
|
line-height: 42px;
|
|
background-color: var(--color-ysd);
|
|
border-radius: 999px; */
|
|
}
|
|
page .weui-cells_form {
|
|
margin: 0 !important;
|
|
}
|