/* pages/creatorSelectPage/index.wxss */ .box { overflow: hidden; background-color: #fff; padding: 0 10px; } .subset .left { width: 100%; display: flex; align-items: center; justify-content: space-between; } .subset { display: flex; justify-content: space-between; /* padding: 16px 0px; */ height: 56px; line-height: 56px; /* border-bottom: 1px solid #0000000f; */ font-size: 14px; } .subset .name { display: flex; align-items: center; justify-content: start; /* width: 222px; */ box-sizing: border-box; min-width: 100px; color: #333; } .subset .name .t-icon { width: 66px; height: 16px; background-repeat: no-repeat; background-size: contain; margin-right: 24px; } .subset .tel { display: flex; /* align-items: center; */ color: #666; } .subset .edit, .subset .delete { color: #666; text-decoration: underline; }