collection.ttss 767 B

1234567891011121314151617181920212223242526272829303132333435
  1. page {
  2. background-color: #ffffff;
  3. }
  4. @charset "UTF-8";
  5. /**
  6. * 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
  7. * uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
  8. */
  9. .comment.data-v-70c7b2b8 {
  10. display: flex;
  11. padding: 30rpx;
  12. border-bottom: 1px solid #eee;
  13. width: 100vw;
  14. }
  15. .comment .left image.data-v-70c7b2b8 {
  16. width: 180rpx;
  17. height: 130rpx;
  18. background-color: #f2f2f2;
  19. border-radius: 10rpx;
  20. }
  21. .comment .right.data-v-70c7b2b8 {
  22. flex: 1;
  23. padding-left: 20rpx;
  24. font-size: 28rpx;
  25. }
  26. .comment .right .content.data-v-70c7b2b8 {
  27. margin-bottom: 10rpx;
  28. }
  29. .comment .right .reply-box.data-v-70c7b2b8 {
  30. word-break: break-word;
  31. }