aichat.page.scss 228 B

1234567891011121314
  1. page-aichat {
  2. ion-content {
  3. ion-item {
  4. ion-avatar {
  5. width: 40px;
  6. height: 40px;
  7. }
  8. .message-time {
  9. font-size: 12px;
  10. color: #999;
  11. }
  12. }
  13. }
  14. }