ablt.less 740 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .set-ablt {
  2. background: #fff;
  3. margin-bottom: 48px;
  4. padding: 20px;
  5. .acc-title {
  6. color: #333;
  7. font-size: 16px;
  8. margin-bottom: 10px;
  9. .proportion {
  10. font-size: 12px;
  11. margin-left: 20px;
  12. }
  13. }
  14. .tips-title {
  15. margin-bottom: 10px;
  16. }
  17. .ablt-tips {
  18. div:first-child {
  19. border: none;
  20. background: #fff;
  21. padding: 0;
  22. }
  23. margin: 20px 0;
  24. }
  25. .set-submit {
  26. width: 120px;
  27. border-radius: 4px;
  28. }
  29. .acc-area {
  30. width: 40%;
  31. float: left;
  32. margin-bottom: 20px;
  33. margin-right: 20px;
  34. .ant-input {
  35. margin-top: 10px;
  36. }
  37. }
  38. }