checkProjectStyle.css 417 B

12345678910111213141516171819202122232425
  1. .App {
  2. padding-top: 10px;
  3. }
  4. .App .thirdParty {
  5. padding: 20px;
  6. }
  7. .App .projectType {
  8. display: flex;
  9. flex-flow: row nowrap;
  10. border-bottom: 1px #000000 dashed;
  11. padding-left: 20px;
  12. }
  13. .App .projectType .typeTitle {
  14. display: flex;
  15. flex-flow: row nowrap;
  16. align-items: center;
  17. padding-right: 15px;
  18. }
  19. .App .projectType .typeTitle .required {
  20. color: #F00;
  21. }
  22. .App .projectType .tipsText {
  23. color: #F00;
  24. }