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/addOrEditMember/index.wxss

35 lines
559 B
Plaintext

/* pages/addOrEditMember/index.wxss */
@import "../newEnroll/index.wxss";
page{
padding: 16px 10px 0;
}
.container {
/* padding: 10px; */
padding-top: 0px;
}
.container .weui-cell {
display: flex;
align-items: center;
background-color: #fff;
padding: 0 5px;
height: 56px;
/* line-height: 56px; */
}
.cellBox {
border-radius: 8px;
overflow: hidden;
padding: 0 5px;
background-color: #fff;
}
.weui-label {
width: 72px;
}
.delete {
text-align: center;
}
.textarea {
/* height: unset;
min-height: 24px;
line-height: 24px; */
}