index.less 821 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .accountFrom {
  2. padding: 30px;
  3. .textareaFormItem{
  4. margin-bottom: 10px;
  5. }
  6. .inputFormItem {
  7. .ifCustom {
  8. position: relative;
  9. display: flex;
  10. flex-direction: row;
  11. padding: 24px 0;
  12. color: #333;
  13. background-color: #FFF;
  14. margin-bottom: 1PX;
  15. position: relative;
  16. border-bottom: 1px solid rgba(212, 225, 235, 0.5);
  17. .iftitle {
  18. margin-right: 16px;
  19. width: 172px;
  20. font-size: 32px;
  21. line-height: 1.5;
  22. vertical-align: middle;
  23. text-align: left;
  24. }
  25. .ifvalue {
  26. width: 500px;
  27. line-height: 1.5;
  28. }
  29. .ifvalues {
  30. width: 500px;
  31. color: #CCC;
  32. line-height: 1.5;
  33. }
  34. }
  35. }
  36. .bottom {
  37. margin: 40px auto;
  38. }
  39. }
  40. .at-input {
  41. margin-left: 0;
  42. }