renwuX.wxss 573 B

123456789101112131415161718192021222324252627282930313233343536
  1. .content {
  2. display: flex;
  3. flex-direction: column;
  4. align-items: center;
  5. justify-content: center;
  6. }
  7. .param{
  8. margin: 20rpx 0 0 0;
  9. width: 100%;
  10. background-color: rgba(255, 255, 255, 1);
  11. font-size: 28rpx;
  12. font-weight: 400;
  13. line-height: 41rpx;
  14. color: rgba(0, 0, 0, 1);
  15. }
  16. .proMiao{
  17. margin: 31rpx 0 0 20rpx;
  18. width: 710rpx;
  19. }
  20. .prolittle{
  21. margin: 5rpx 0 0 20rpx;
  22. width: 710rpx;
  23. word-wrap: break-word;
  24. word-break: break-all;
  25. white-space: pre-line;
  26. }
  27. .mingchen{
  28. font-size: 32rpx;
  29. font-weight: 500;
  30. line-height: 46rpx;
  31. }
  32. .title{
  33. color: rgba(102, 102, 102, 1);
  34. }