app.css 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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. }
  11. :root {
  12. --Form-item-gap: 1.3rem;
  13. --InputGroup-height: 2.5rem;
  14. --Button-height: 2.5rem;
  15. --InputGroup-paddingX: .6rem;
  16. --InputGroup-addOn-bg: var(--Form-input-bg);
  17. /* --fontSizeBase: .9rem; */
  18. }
  19. .app-wrapper {
  20. position: relative;
  21. width: 100%;
  22. height: 100%;
  23. margin: 0;
  24. padding: 0;
  25. }
  26. .amis-scope .cxd-Layout--headerFixed .cxd-Layout-header .cxd-Page {
  27. background: none;
  28. }
  29. .amis-scope .cxd-Page-body .cxd-DropDown--alignRight .cxd-DropDown-menu {
  30. text-align: center;
  31. }
  32. /* .amis-scope .cxd-DropDown button .m-r-xs {
  33. width: 100%;
  34. height: 100%;
  35. } */
  36. .amis-scope .cxd-Button--default {
  37. border: none;
  38. outline: none;
  39. }
  40. .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover {
  41. color: none;
  42. background: none;
  43. border-color: none;
  44. border-width: none;
  45. border-style: none;
  46. box-shadow: none;
  47. border: none;
  48. outline: none;
  49. }
  50. .amis-scope .m-r-xs {
  51. margin-top:-5px;
  52. width: 30px;
  53. height: 30px;
  54. }
  55. @media (min-width: 768px) {
  56. .amis-scope .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-aside {
  57. z-index: 2000;
  58. }
  59. }
  60. .amis-scope .cxd-Layout-headerBar .cxd-Page-body .cxd-Button:not(:disabled):not(.is-disabled){
  61. pointer-events:none;
  62. }