index.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. html {
  2. height: 100%;
  3. }
  4. body {
  5. height: 100%;
  6. font-size: 0.9rem;
  7. }
  8. .dropdown-menu {
  9. font-size: 0.9rem
  10. }
  11. /*自定义css*/
  12. .header {
  13. position: relative;
  14. background: #e1e1e1
  15. }
  16. .header .header-logo {
  17. background: #ff6501;
  18. color: #fff;
  19. float: left;
  20. padding-top: .25rem;
  21. padding-bottom: .25rem;
  22. margin-right: 1rem;
  23. font-size: 1.25rem;
  24. line-height: inherit
  25. }
  26. .top-msg {
  27. position: fixed;
  28. top: 0;
  29. width: 100%;
  30. z-index: 999
  31. }
  32. .in-1 {
  33. padding-left: 0rem!important
  34. }
  35. .in-2 {
  36. padding-left: 1rem!important
  37. }
  38. .in-3 {
  39. padding-left: 1.5rem!important
  40. }
  41. .in-4 {
  42. padding-left: 2rem!important
  43. }
  44. .in-5 {
  45. padding-left: 2.5rem!important
  46. }
  47. .in-6 {
  48. padding-left: 3rem!important
  49. }
  50. .disabled {
  51. pointer-events: none;
  52. opacity: .65;
  53. color: #666;
  54. }
  55. .wrapper {
  56. position: absolute;
  57. top: 38px;
  58. bottom: 0;
  59. width: 100%;
  60. }
  61. .search {
  62. padding: 5px 10px;
  63. /* background-color: #f7f7f7; */
  64. }
  65. .search-input {
  66. width: 250px;
  67. }
  68. .main {
  69. height: calc(100% - 78px);
  70. }
  71. .sheet {
  72. height: 100%;
  73. }