zidian.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. body {
  2. margin: 0;
  3. height: 100%;
  4. background-color: #fff;
  5. /* overflow-y: hidden; */
  6. }
  7. html {
  8. height: 92%;
  9. }
  10. .header {
  11. padding: 18px 18px 18px 0px;
  12. border-bottom: 1px solid #f2f6fa;
  13. }
  14. #text {
  15. padding-left: 18px;
  16. border-left: 2px solid #2eaafa;
  17. }
  18. #close {
  19. position: absolute;
  20. right: 50px;
  21. font-size: 20px;
  22. top: 18px;
  23. cursor: pointer;
  24. }
  25. #app {
  26. margin: 0;
  27. padding: 0;
  28. height: 100%;
  29. height: 615px;
  30. }
  31. .el-menu {
  32. width: 200px;
  33. font-size: 15px;
  34. /* background-color: #f2f6fa; */
  35. }
  36. .el-menu-item {
  37. font-size: 15px;
  38. background-color: #f2f6fa;
  39. }
  40. .el-aside {
  41. overflow: hidden;
  42. background-color: #f2f6fa;
  43. }
  44. aside {
  45. background-color: #f2f6fa;
  46. }
  47. .el-input {
  48. width: 60%;
  49. margin: 10px;
  50. }
  51. .flex {
  52. display: flex;
  53. flex-direction: row;
  54. align-items: center;
  55. justify-content: space-between;
  56. }
  57. #searchtext {
  58. width: 40%;
  59. text-align: right;
  60. }
  61. .el-main {
  62. padding: 0;
  63. padding-right: 20px;
  64. position: relative;
  65. }
  66. .el-table th {
  67. background-color: #f8f8f8;
  68. }
  69. .el-pagination__jump {
  70. position: relative;
  71. top: -9px;
  72. }
  73. .el-pagination {
  74. text-align: right;
  75. }
  76. .el-pagination__total {
  77. position: absolute;
  78. left: 30px;
  79. }
  80. .el-icon-search{
  81. position: absolute;
  82. right:40px;
  83. cursor: pointer;
  84. }