main.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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 tr:hover{
  38. background: #f6faff;
  39. }
  40. .mgb20{
  41. margin-bottom: 20px;
  42. }
  43. .move-enter-active,.move-leave-active{
  44. transition: opacity .5s;
  45. }
  46. .move-enter,.move-leave{
  47. opacity: 0;
  48. }
  49. /*BaseForm*/
  50. .form-box{
  51. width:600px;
  52. }
  53. .form-box .line{
  54. text-align: center;
  55. }
  56. .el-time-panel__content::after, .el-time-panel__content::before {
  57. margin-top: -7px;
  58. }
  59. /*Readme*/
  60. .ms-doc .el-checkbox__input.is-disabled+.el-checkbox__label{
  61. color: #333;
  62. cursor: pointer;
  63. }
  64. /*Upload*/
  65. .pure-button{
  66. width:150px;
  67. height:40px;
  68. line-height: 40px;
  69. text-align: center;
  70. color: #fff;
  71. border-radius: 3px;
  72. }
  73. .g-core-image-corp-container .info-aside{
  74. height:45px;
  75. }
  76. .el-upload--text {
  77. background-color: #fff;
  78. border: 1px dashed #d9d9d9;
  79. border-radius: 6px;
  80. box-sizing: border-box;
  81. width: 360px;
  82. height: 180px;
  83. text-align: center;
  84. cursor: pointer;
  85. position: relative;
  86. overflow: hidden;
  87. }
  88. .el-upload--text .el-icon-upload {
  89. font-size: 67px;
  90. color: #97a8be;
  91. margin: 40px 0 16px;
  92. line-height: 50px;
  93. }
  94. .el-upload--text {
  95. color: #97a8be;
  96. font-size: 14px;
  97. text-align: center;
  98. }
  99. .el-upload--text em {
  100. font-style: normal;
  101. }
  102. /*VueEditor*/
  103. .ql-container{
  104. min-height: 400px;
  105. }
  106. .ql-snow .ql-tooltip{
  107. transform: translateX(117.5px) translateY(10px) !important;
  108. }
  109. .editor-btn{
  110. margin-top: 20px;
  111. }