login.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. html,
  2. body,
  3. .app-wrapper {
  4. /* position: relative; */
  5. width: 100%;
  6. height: 100%;
  7. margin: 0;
  8. padding: 0;
  9. touch-action: pan-y;
  10. overflow: hidden;
  11. }
  12. :root {
  13. --Form-item-gap: 1.3rem;
  14. --InputGroup-height: 2.5rem;
  15. --Button-height: 2.5rem;
  16. --InputGroup-paddingX: .6rem;
  17. --InputGroup-addOn-bg: var(--Form-input-bg);
  18. /* --fontSizeBase: .9rem; */
  19. }
  20. .app-wrapper {
  21. /* position: relative; */
  22. width: 100%;
  23. height: 100%;
  24. margin: 0;
  25. padding: 0;
  26. }
  27. .amis-scope .cxd-Icon{height: 1rem}
  28. .amis-scope .cxd-TextControl-input input{height: 100% !important;}
  29. .amis-scope .cxd-TextControl-input:hover{border:var(--Form-input-borderWidth) solid var(--Form-input-borderColor)}
  30. .amis-scope .cxd-InputGroup .cxd-TextControl-input{border-left-width: 0;padding-left: 0;}
  31. .code_img{cursor: pointer;}
  32. .amis-scope .cxd-Form{
  33. font-size: var(--Form-fontSize);
  34. position: none !important;
  35. max-width: 700px;
  36. margin: 0 auto;
  37. margin-top: 10vh;
  38. /* position:; */
  39. }
  40. .amis-scope .cxd-Wrapper--md, .amis-scope .cxd-Container--md {
  41. width: 100%;
  42. height: 100%;
  43. }
  44. .amis-scope h1 {
  45. font-size: 4vw;
  46. }
  47. @media (max-width: 768px) {
  48. .amis-scope .cxd-Form{
  49. font-size: var(--Form-fontSize);
  50. position: none !important;
  51. margin: 0 auto;
  52. margin-top: 0vh;
  53. /* position:; */
  54. }
  55. .amis-scope .cxd-Wrapper--md, .amis-scope .cxd-Container--md {
  56. padding: 0;
  57. }
  58. }
  59. .amis-scope .cxd-Button--default {
  60. border: none;
  61. outline: none;
  62. }
  63. .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover {
  64. color: none;
  65. background: none;
  66. border-color: none;
  67. border-width: none;
  68. border-style: none;
  69. box-shadow: none;
  70. border: none;
  71. outline: none;
  72. }
  73. .amis-scope .m-r-xs {
  74. width: 30px;
  75. height: 30px;
  76. margin-right: -10px
  77. }
  78. .amis-scope .cxd-Form .cxd-Wrapper--md, .amis-scope .cxd-Container--md {
  79. height: 1%;
  80. }
  81. .amis-scope .cxd-Wrapper .cxd-DropDown .cxd-Button:not(:disabled):not(.is-disabled){
  82. pointer-events:none;
  83. }
  84. .amis-scope .cxd-Form .cxd-Wrapper--md, .amis-scope .cxd-Container--md {
  85. padding-left: 0;
  86. padding-right: 0;
  87. }