public_details.wxss 533 B

1234567891011121314151617181920212223242526272829303132
  1. @import "../../wxParse/wxParse.wxss";
  2. view{
  3. padding: 0rpx !important;
  4. }
  5. .view{
  6. display: flex;
  7. flex-direction: column;
  8. padding-bottom: 30rpx !important;
  9. width: 92%;
  10. margin: 0 auto;
  11. }
  12. .view text:nth-of-type(1){
  13. font-size: 32rpx;
  14. font-weight: 800;
  15. }
  16. .view text:nth-of-type(2){
  17. font-size: 28rpx;
  18. padding-top: 10rpx;
  19. }
  20. .wxParse-p image{
  21. margin-left: 0rpx !important;
  22. margin-right: 0rpx !important;
  23. width: 100%;
  24. height: auto;
  25. }
  26. .ql-align-center{
  27. text-align: center;
  28. }
  29. .body{
  30. margin: 0 auto;
  31. width: 92%;
  32. }