/* pages/user/myMessage/cell/index.wxss */ .cell{ display: flex; flex-direction: row; align-items: center; padding: 5px 10px 5px 10px; } .item-left{ width: 40px; height: 40px; } .img{ width: 40px; height: 40px; } .item-right{ display: flex; width: 100%; flex-direction: row; justify-content: space-between; padding: 10px; border-bottom: 1px solid #E7E7E7; } .msgName{ font-size: 15px; color: #171717; } .title{ font-size: 13px; color: #999999; } .item-time{ font-size: 13px; color: #ABABAB; }