ablt.less 758 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. span {
  10. font-size: 12px;
  11. color: #999;
  12. margin-left: 10px;
  13. }
  14. }
  15. .tips-title {
  16. margin-bottom: 10px;
  17. }
  18. .ablt-tips {
  19. div:first-child {
  20. border: none;
  21. background: #fff;
  22. padding: 0;
  23. }
  24. margin: 20px 0;
  25. }
  26. .set-submit {
  27. width: 120px;
  28. border-radius: 4px;
  29. }
  30. .acc-area {
  31. width: 40%;
  32. float: left;
  33. margin-bottom: 20px;
  34. margin-right: 20px;
  35. .ant-input {
  36. margin-top: 10px;
  37. }
  38. }
  39. }