time.wxss 245 B

1234567891011
  1. .chat-list-time-style {
  2. margin-top: 30rpx;
  3. background-color: #cccccc;
  4. color: white;
  5. padding: 8rpx 10rpx 6rpx 10rpx;
  6. border-radius: 6rpx;
  7. width: auto;
  8. font-size: 22rpx;
  9. line-height: 22rpx;
  10. text-align: center;
  11. }