You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
406 B

3 months ago
  1. .box {
  2. padding-bottom: 40rpx;
  3. }
  4. .h3 {
  5. font-size: 40rpx;
  6. padding-top: 30rpx;
  7. width: 100%;
  8. text-align: center;
  9. font-weight: 700;
  10. }
  11. .h2 {
  12. font-size: 30rpx;
  13. margin: 40rpx 0 8rpx 0;
  14. font-weight: 700;
  15. }
  16. .p {
  17. font-size: 28rpx;
  18. margin-left: 12px;
  19. }
  20. .txt {
  21. margin-left: 32rpx;
  22. font-size: 26rpx;
  23. margin-bottom: 10rpx;
  24. }