index.less 664 B

12345678910111213141516171819202122232425262728293031323334
  1. page {
  2. background-color: #ffffff;
  3. }
  4. .comments-header {
  5. display: flex;
  6. flex-wrap: wrap;
  7. padding: 32rpx 32rpx 0rpx;
  8. background-color: #fff;
  9. margin-top: -24rpx;
  10. margin-left: -24rpx;
  11. }
  12. .comments-header-tag {
  13. margin-top: 24rpx;
  14. margin-left: 24rpx;
  15. height: 56rpx !important;
  16. font-size: 24rpx !important;
  17. justify-content: center;
  18. background-color: #f5f5f5 !important;
  19. border-radius: 8rpx !important;
  20. border: 1px solid #f5f5f5 !important;
  21. }
  22. .comments-header-active {
  23. background-color: #ffece9 !important;
  24. color: #fa4126 !important;
  25. border: 1px solid #fa4126 !important;
  26. }
  27. .no-more {
  28. padding-left: 20rpx;
  29. padding-right: 20rpx;
  30. }