index.wxss 359 B

123456
  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: red; height: 168rpx; margin-bottom: 12rpx; }