main.css 2.4 KB

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