adminLogin.less 863 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. .login-box {
  2. width: 400px;
  3. height: 320px;
  4. padding: 50px 50px 0 50px;
  5. background: #fff;
  6. margin: 0 auto;
  7. input {
  8. height: 36px;
  9. border-radius: 0px;
  10. }
  11. button {
  12. width: 300px;
  13. height: 36px;
  14. }
  15. .ant-input-group-addon {
  16. font-size: 17px;
  17. }
  18. .user-box {
  19. margin-bottom: 20px;
  20. }
  21. .pw-box {
  22. margin-bottom: 20px;
  23. }
  24. }
  25. .ant-checkbox-wrapper {
  26. margin-bottom: 20px;
  27. font-size: 14px;
  28. color: #878787;
  29. }
  30. .ant-btn {
  31. font-size: 18px;
  32. }
  33. input::-webkit-input-placeholder,
  34. textarea::-webkit-input-placeholder {
  35. color: #333;
  36. }
  37. input:-moz-placeholder,
  38. textarea:-moz-placeholder {
  39. color: #333;
  40. }
  41. input::-moz-placeholder,
  42. textarea::-moz-placeholder {
  43. color: #333;
  44. }
  45. input:-ms-input-placeholder,
  46. textarea:-ms-input-placeholder {
  47. color: #333;
  48. }