style.less 663B

12345678910111213141516171819202122232425262728293031323334
  1. .form-content {
  2. height: 100%;
  3. margin: 40px auto;
  4. .example-body {
  5. > View {
  6. width: 90%;
  7. font-size: 34px;
  8. font-weight: bold;
  9. color: #333333;
  10. }
  11. > Input {
  12. margin-top: 58px;
  13. width: 90%;
  14. font-size: 34px;
  15. color: #333333;
  16. padding-bottom: 30px;
  17. border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  18. }
  19. .aTextareaCentent {
  20. // width: 85%;
  21. background: #fefefe;
  22. border: 2px solid rgba(0, 0, 0, 0.2);
  23. border-radius: 20px;
  24. // min-height: 25vh;
  25. // margin: 1em auto;
  26. padding: 10px 37px;
  27. }
  28. }
  29. .buton-bottom {
  30. width: 100%;
  31. margin: 85px auto;
  32. }
  33. }