No Description

index.less 485B

12345678910111213141516171819202122232425262728
  1. .QASubmitBtn {
  2. width: 140px;
  3. height: 40px;
  4. line-height: 40px;
  5. background: rgba(113, 193, 53, 1);
  6. border-radius: 4px;
  7. color: #fff;
  8. font-size: 16px;
  9. font-weight: 500;
  10. text-align: center;
  11. cursor: pointer;
  12. }
  13. .QASaveBtn {
  14. font-size: 16px;
  15. width: 91px;
  16. height: 40px;
  17. line-height: 40px;
  18. text-align: center;
  19. border-radius: 4px;
  20. color: rgba(113, 193, 53, 1);
  21. border: 1px solid rgba(113, 193, 53, 1);
  22. cursor: pointer;
  23. }
  24. .QAAnonymous {
  25. font-size: 16px;
  26. }