95 lines
1.8 KiB
CSS
95 lines
1.8 KiB
CSS
html,body,div,p,h1,h2,h3,h4,h5,h6,button,img,textarea,input,ul,li{
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
list-style: none;
|
|
}
|
|
html,
|
|
body,
|
|
#app {
|
|
width: 100%;
|
|
height: 100%;
|
|
font-size: 14px;
|
|
color: #666666;
|
|
min-width: 1000px;
|
|
}
|
|
|
|
body {
|
|
font-family: 'PingFang-SC-Heavy', "microsoft yahei", 'SourceHanSansSC-regular', 'PingFang SC', "Helvetica Neue", Helvetica, arial, STHeiTi, sans-serif;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none
|
|
}
|
|
.page-main{
|
|
padding: 30px;
|
|
width: 100%;
|
|
overflow: auto;
|
|
}
|
|
.bigfont{
|
|
font-size: 16px;
|
|
}
|
|
.minifont{
|
|
font-size: 12px;
|
|
}
|
|
.table-operate .el-button{
|
|
margin: 5px !important;
|
|
}
|
|
.top-video-switch .lb-tabs .el-tabs__nav-scroll{
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
/* .table-operate .el-button+.el-button{
|
|
margin-left: 0px;
|
|
} */
|
|
.el-button+.el-button{
|
|
margin-left: 5px;
|
|
}
|
|
.page-top-operate{
|
|
margin-bottom: 24px;
|
|
}
|
|
.page-top-operate.el-row{
|
|
margin-bottom: 8px;
|
|
}
|
|
.page-top-operate .el-button{
|
|
margin: 0 24px 16px 0;
|
|
}
|
|
.page-top-operate .el-form--inline{
|
|
line-height: 40px;
|
|
}
|
|
.page-top-operate .el-form-item{
|
|
margin: 0 24px 16px 0;
|
|
}
|
|
.tipsColor{
|
|
color: #aaafbb;
|
|
}
|
|
.lineColor{
|
|
border-color: #eff2f6;
|
|
}
|
|
.bgThemeColor{
|
|
background: #f5f7fa;
|
|
}
|
|
.el-table .el-image{
|
|
width: 60px;
|
|
height: 60px;
|
|
/* width: 80px;
|
|
height: 80px; */
|
|
}
|
|
.lb-input-number.el-input-number .el-input__inner{text-align: left;}
|
|
.lb-collapse.el-collapse .el-collapse-item__header{background: rgb(245, 247, 250); padding: 0 10px;}
|
|
.upload-file-warp{
|
|
width: 435px;
|
|
/* width: 500px; */
|
|
height: 40px;
|
|
border: 1px solid #DCDFE6;
|
|
border-radius: 5px;
|
|
padding: 0 15px;
|
|
line-height: 35px;
|
|
display: inline-block;
|
|
}
|
|
.upload-file-warp .choice-file-input{
|
|
border: none;
|
|
width: 84%;
|
|
outline:none;
|
|
font-size: 14px;
|
|
} |