login.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. .amis-scope .cxd-Form .cxd-Divider {
  59. display: block;
  60. }
  61. .amis-scope .cxd-Divider {
  62. margin: 0 0;
  63. margin-top: 50px
  64. }
  65. .amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
  66. margin-bottom: 10px;
  67. }
  68. }
  69. .amis-scope .cxd-Button--default {
  70. border: none;
  71. outline: none;
  72. }
  73. .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover {
  74. color: none;
  75. background: none;
  76. border-color: none;
  77. border-width: none;
  78. border-style: none;
  79. box-shadow: none;
  80. border: none;
  81. outline: none;
  82. }
  83. .amis-scope .m-r-xs {
  84. width: 30px;
  85. height: 30px;
  86. margin-right: -10px
  87. }
  88. .amis-scope .cxd-Form .cxd-Wrapper--md, .amis-scope .cxd-Container--md {
  89. height: 1%;
  90. }
  91. .amis-scope .cxd-Wrapper .cxd-DropDown .cxd-Button:not(:disabled):not(.is-disabled){
  92. pointer-events:none;
  93. }
  94. .amis-scope .cxd-Form .cxd-Wrapper--md, .amis-scope .cxd-Container--md {
  95. padding-left: 0;
  96. padding-right: 0;
  97. }
  98. .amis-scope .cxd-Divider {
  99. margin: 0 0;
  100. margin-top: 50px
  101. }