113 lines
2.0 KiB
CSS
113 lines
2.0 KiB
CSS
*{margin:0;padding:0;}
|
|
html,body,#app,.wrapper{
|
|
width:100%;
|
|
height:100%;
|
|
overflow: hidden;
|
|
}
|
|
body{
|
|
font-family:"Helvetica Neue",Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
|
|
}
|
|
a{text-decoration: none}
|
|
.content{
|
|
background: none repeat scroll 0 0 #fff;
|
|
position: absolute;
|
|
left: 250px;
|
|
right: 0;
|
|
top: 70px;
|
|
bottom:0;
|
|
width: auto;
|
|
padding:40px;
|
|
box-sizing: border-box;
|
|
overflow-y: scroll;
|
|
}
|
|
.crumbs{
|
|
margin-bottom: 20px;
|
|
}
|
|
.pagination{
|
|
margin: 20px 0;
|
|
text-align: right;
|
|
}
|
|
.plugins-tips{
|
|
padding:20px 10px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.el-button+.el-tooltip {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.el-table tr:hover{
|
|
background: #f6faff;
|
|
}
|
|
.mgb20{
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.move-enter-active,.move-leave-active{
|
|
transition: opacity .5s;
|
|
}
|
|
.move-enter,.move-leave{
|
|
opacity: 0;
|
|
}
|
|
/*BaseForm*/
|
|
.form-box{
|
|
width:600px;
|
|
}
|
|
.form-box .line{
|
|
text-align: center;
|
|
}
|
|
.el-time-panel__content::after, .el-time-panel__content::before {
|
|
margin-top: -7px;
|
|
}
|
|
/*Readme*/
|
|
.ms-doc .el-checkbox__input.is-disabled+.el-checkbox__label{
|
|
color: #333;
|
|
cursor: pointer;
|
|
}
|
|
/*Upload*/
|
|
.pure-button{
|
|
width:150px;
|
|
height:40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
color: #fff;
|
|
border-radius: 3px;
|
|
}
|
|
.g-core-image-corp-container .info-aside{
|
|
height:45px;
|
|
}
|
|
.el-upload--text {
|
|
background-color: #fff;
|
|
border: 1px dashed #d9d9d9;
|
|
border-radius: 6px;
|
|
box-sizing: border-box;
|
|
width: 360px;
|
|
height: 180px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative;
|
|
overflow: hidden;
|
|
}
|
|
.el-upload--text .el-icon-upload {
|
|
font-size: 67px;
|
|
color: #97a8be;
|
|
margin: 40px 0 16px;
|
|
line-height: 50px;
|
|
}
|
|
.el-upload--text {
|
|
color: #97a8be;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
.el-upload--text em {
|
|
font-style: normal;
|
|
}
|
|
/*VueEditor*/
|
|
.ql-container{
|
|
min-height: 400px;
|
|
}
|
|
.ql-snow .ql-tooltip{
|
|
transform: translateX(117.5px) translateY(10px) !important;
|
|
}
|
|
.editor-btn{
|
|
margin-top: 20px;
|
|
} |