main.css 2.4 KB

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