/* 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; } image{ width: 40px; height: 40px; } .item-right{ display: flex; width: 100%; flex-direction: row; justify-content: space-between; padding: 10px; border-bottom: 1px solid #E7E7E7; } .item-text :first-child{ font-size: 15px; color: #171717; } .item-text :last-child{ font-size: 13px; color: #999999; } .item-time{ font-size: 13px; color: #ABABAB; }