index.wxss 1.1 KB

1234567891011121314
  1. .message { text-align: center; align-self: start; }
  2. .message .noMessage { background-color: #fff; }
  3. .message .noMessage .picture {width:414rpx; height:336rpx; margin:20rpx auto; }
  4. .message .noMessage .picture image{width:100%;height:100%; }
  5. .message .list { margin: auto; }
  6. .message .list .item { background-color: #fff; height: 148rpx; margin-bottom: 12rpx; display: flex; padding-top: 22rpx; width: 100%; padding-left: 20rpx; }
  7. .message .list .item .icon { width: 104rpx; height: 104rpx; }
  8. .message .list .item .icon image { width: 100%; height: 100%; border-radius: 50%;}
  9. .message .list .item .content { margin-left: 20rpx; width: 82%; }
  10. .message .list .item .content .header {display: flex; margin: 20rpx 0;}
  11. .message .list .item .content .title { font-size: 32rpx; width: 50%; text-align: left; }
  12. .message .list .item .content .color_read { color: #a1a1a1;}
  13. .message .list .item .content .header .time { font-size: 26rpx; color: #a1a1a1; width: 50%; text-align: right; margin-right: 20rpx; }
  14. .message .list .item .content .header .from { font-size: 26rpx; color: #a1a1a1; text-align: left; }