main.css 2.1 KB

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