zidian.css 1.5 KB

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