topic.wxss 529 B

1234567891011121314151617181920212223242526272829
  1. .box {
  2. padding: 53rpx 60rpx 50rpx 60rpx;
  3. }
  4. .name {
  5. font-size: 28rpx;
  6. font-family: "PingFang SC, PingFang SC-Bold";
  7. font-weight: 700;
  8. text-align: left;
  9. color: #1a1a1a;
  10. margin-top: 20rpx;
  11. }
  12. .name-con {
  13. font-size: 24rpx;
  14. font-family: "PingFang SC, PingFang SC-Medium";
  15. font-weight: 500;
  16. text-align: left;
  17. color: #666666;
  18. margin-top: 12rpx;
  19. }
  20. .content {
  21. font-size: 24rpx;
  22. font-family: "PingFang SC, PingFang SC-Medium";
  23. font-weight: 500;
  24. text-align: left;
  25. color: #666666;
  26. text-indent: 30rpx;
  27. margin-top: 12rpx;
  28. }