zidian.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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: 640px;
  30. /* text-align: center */
  31. }
  32. .el-menu {
  33. width: 200px;
  34. font-size: 15px;
  35. /* background-color: #f2f6fa; */
  36. }
  37. .el-menu-item {
  38. font-size: 15px;
  39. background-color: #f2f6fa;
  40. }
  41. .el-aside {
  42. overflow: hidden;
  43. background-color: #f2f6fa;
  44. }
  45. aside {
  46. background-color: #f2f6fa;
  47. }
  48. .el-input {
  49. width: 60%;
  50. margin: 10px;
  51. }
  52. .flex {
  53. display: flex;
  54. flex-direction: row;
  55. align-items: center;
  56. justify-content: space-between;
  57. }
  58. #searchtext {
  59. width: 40%;
  60. text-align: right;
  61. }
  62. .el-main {
  63. padding: 0;
  64. padding-right: 20px;
  65. position: relative;
  66. }
  67. .el-table {
  68. text-align: center;
  69. }
  70. .el-table th {
  71. background-color: #f8f8f8;
  72. text-align: center
  73. }
  74. .el-pagination__jump {
  75. position: relative;
  76. top: -9px;
  77. }
  78. .el-pagination {
  79. text-align: right;
  80. }
  81. .el-icon-search{
  82. position: absolute;
  83. right:40px;
  84. cursor: pointer;
  85. }