智慧申请系统
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.

14 lines
228 B

  1. .container {
  2. padding: 30rpx;
  3. }
  4. .title {
  5. padding-bottom: 12rpx;
  6. font-size: 32rpx;
  7. font-weight: 600;
  8. line-height: 1.75;
  9. }
  10. .desc {
  11. padding-bottom: 24rpx;
  12. font-size: 26rpx;
  13. line-height: 1.75;
  14. text-align: justify;
  15. }