message.wxss 921 B

1
  1. .messBox{background:#fff;display:flex;flex-direction:column;flex-wrap:nowrap}.messBox .mesItem{display:flex;justify-content:space-between;width:750rpx;padding:30rpx 20rpx}.messBox .mesItem .leftBox{display:flex;justify-content:flex-start}.messBox .mesItem .leftBox .mesImg{width:96rpx;height:96rpx;margin-right:25rpx}.messBox .mesItem .leftBox .mesImg image{width:100%;height:100%}.messBox .mesItem .leftBox .mesBrief{display:flex;flex-direction:column;justify-content:space-between}.messBox .mesItem .leftBox .mesBrief .tit{font-size:32rpx;font-weight:400;line-height:48rpx;color:#333}.messBox .mesItem .leftBox .mesBrief .breif{color:#333}.messBox .mesItem .right{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-top:10px}.messBox .mesItem .right .mesTime{color:#999;bottom:30px}.messBox .mesItem .right .newMessage{width:16rpx;height:16rpx;background:red;border-radius:10rpx}