/* 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; */ }