main.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. html,
  6. body,
  7. #app,
  8. .wrapper {
  9. width: 100%;
  10. height: 100%;
  11. overflow: hidden;
  12. }
  13. body {
  14. font-family: "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
  15. }
  16. a {
  17. text-decoration: none
  18. }
  19. .content {
  20. background: none repeat scroll 0 0 #fff;
  21. position: absolute;
  22. left: 250px;
  23. right: 0;
  24. top: 70px;
  25. bottom: 0;
  26. width: auto;
  27. padding: 20px;
  28. box-sizing: border-box;
  29. overflow-y: scroll;
  30. }
  31. .crumbs {
  32. margin-bottom: 20px;
  33. }
  34. .pagination {
  35. margin: 20px 0;
  36. text-align: right;
  37. }
  38. .plugins-tips {
  39. padding: 20px 10px;
  40. margin-bottom: 20px;
  41. }
  42. .el-button+.el-tooltip {
  43. margin-left: 10px;
  44. }
  45. .el-table tr:hover {
  46. background: #f6faff;
  47. }
  48. .mgb20 {
  49. margin-bottom: 20px;
  50. }
  51. .move-enter-active,
  52. .move-leave-active {
  53. transition: opacity .5s;
  54. }
  55. .move-enter,
  56. .move-leave {
  57. opacity: 0;
  58. }
  59. /*BaseForm*/
  60. .form-box {
  61. width: 600px;
  62. }
  63. .form-box .line {
  64. text-align: center;
  65. }
  66. .el-time-panel__content::after,
  67. .el-time-panel__content::before {
  68. margin-top: -7px;
  69. }
  70. /*Readme*/
  71. .ms-doc .el-checkbox__input.is-disabled+.el-checkbox__label {
  72. color: #333;
  73. cursor: pointer;
  74. }
  75. /*Upload*/
  76. .pure-button {
  77. width: 150px;
  78. height: 40px;
  79. line-height: 40px;
  80. text-align: center;
  81. color: #fff;
  82. border-radius: 3px;
  83. }
  84. .g-core-image-corp-container .info-aside {
  85. height: 45px;
  86. }
  87. .el-upload--text {
  88. background-color: #fff;
  89. border: 1px dashed #d9d9d9;
  90. border-radius: 6px;
  91. box-sizing: border-box;
  92. width: 360px;
  93. height: 180px;
  94. text-align: center;
  95. cursor: pointer;
  96. position: relative;
  97. overflow: hidden;
  98. }
  99. .el-upload--text .el-icon-upload {
  100. font-size: 67px;
  101. color: #97a8be;
  102. margin: 40px 0 16px;
  103. line-height: 50px;
  104. }
  105. .el-upload--text {
  106. color: #97a8be;
  107. font-size: 14px;
  108. text-align: center;
  109. }
  110. .el-upload--text em {
  111. font-style: normal;
  112. }
  113. /*VueEditor*/
  114. .ql-container {
  115. min-height: 400px;
  116. }
  117. .ql-snow .ql-tooltip {
  118. transform: translateX(117.5px) translateY(10px) !important;
  119. }
  120. .editor-btn {
  121. margin-top: 20px;
  122. }