|
|
* { |
|
|
margin: 0; |
|
|
padding: 0; |
|
|
} |
|
|
|
|
|
html, |
|
|
body, |
|
|
#app, |
|
|
.wrapper { |
|
|
width: 100%; |
|
|
height: 100%; |
|
|
overflow: auto; |
|
|
} |
|
|
|
|
|
body { |
|
|
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif; |
|
|
overflow: hidden; |
|
|
} |
|
|
|
|
|
a { |
|
|
text-decoration: none |
|
|
} |
|
|
i{ |
|
|
font-style: normal; |
|
|
} |
|
|
li { |
|
|
list-style-type:none; |
|
|
} |
|
|
|
|
|
.pd20{ |
|
|
padding: 20px; |
|
|
} |
|
|
.per_title span{ |
|
|
font-size: 16px; |
|
|
font-weight: bold; |
|
|
} |
|
|
.per_back{ |
|
|
margin-left: 5px; |
|
|
} |
|
|
.per_school{ |
|
|
margin-left: 30px; |
|
|
} |
|
|
.per_title:hover{ |
|
|
cursor:pointer; |
|
|
} |
|
|
.content-box { |
|
|
padding-bottom: 0; |
|
|
-webkit-transition: left .3s ease-in-out; |
|
|
transition: left .3s ease-in-out; |
|
|
background: #f5f5f5; |
|
|
} |
|
|
|
|
|
.content { |
|
|
width: auto; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
|
|
|
.content-collapse { |
|
|
left: 65px; |
|
|
} |
|
|
.box{ |
|
|
min-height: calc(100vh - 201px); |
|
|
box-sizing: border-box; |
|
|
} |
|
|
|
|
|
.container { |
|
|
padding: 30px; |
|
|
background: #f0f0f0; |
|
|
border: 1px solid #ddd; |
|
|
border-radius: 5px; |
|
|
} |
|
|
|
|
|
.crumbs { |
|
|
margin: 10px 0; |
|
|
} |
|
|
|
|
|
.el-table th { |
|
|
background-color: #f5f7fa !important; |
|
|
} |
|
|
|
|
|
.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; |
|
|
} |
|
|
|
|
|
.el-row { |
|
|
margin-bottom: 20px; |
|
|
} |
|
|
|
|
|
.mgb20 { |
|
|
margin-bottom: 20px; |
|
|
} |
|
|
|
|
|
.mar20{ |
|
|
margin-right: 20px; |
|
|
} |
|
|
|
|
|
#app .el-table thead{ |
|
|
color: #fff; |
|
|
} |
|
|
#app .el-table th{ |
|
|
background-color: #9278FF!important; |
|
|
font-size: 16px; |
|
|
font-weight: normal; |
|
|
} |
|
|
#app .el-select{ |
|
|
display: unset; |
|
|
} |
|
|
|
|
|
.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; |
|
|
} |
|
|
|
|
|
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) { |
|
|
padding-bottom: 0; |
|
|
} |
|
|
|
|
|
/*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; |
|
|
} |
|
|
#app .ml10{ |
|
|
margin-left: 10px; |
|
|
} |
|
|
#app .mr10{ |
|
|
margin-right: 10px; |
|
|
} |
|
|
|
|
|
/*markdown*/ |
|
|
|
|
|
.v-note-wrapper .v-note-panel { |
|
|
min-height: 500px; |
|
|
} |
|
|
|
|
|
.ms-login .el-tabs__nav-wrap::after{ |
|
|
background-color: #fff; |
|
|
opacity: 0; |
|
|
} |
|
|
.ms-login .el-tabs__item{ |
|
|
padding: 0 20px; |
|
|
color: #999; |
|
|
} |
|
|
.ms-login .el-tabs__item:hover{ |
|
|
color: #000; |
|
|
} |
|
|
.ms-login .el-tabs__item.is-active{ |
|
|
color: #333; |
|
|
font-weight: bold; |
|
|
} |
|
|
.ms-login .el-tabs__active-bar{ |
|
|
background-color: #000; |
|
|
border-radius:2px; |
|
|
} |
|
|
.ms-login .el-tabs__nav-scroll{ |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
} |
|
|
|
|
|
/* .ms-login .el-input__inner{ |
|
|
height: 80px; |
|
|
line-height: 80px; |
|
|
border:1px solid rgba(220,220,220,1); |
|
|
border-radius:2px; |
|
|
} */ |
|
|
|
|
|
.header_tab .el-tabs__nav-wrap::after{ |
|
|
background-color: #fff; |
|
|
} |
|
|
.header_tab .el-tabs__header{ |
|
|
padding: 20px 60px 0; |
|
|
margin: 0; |
|
|
box-shadow:0px 0px 25px 2px rgba(48,115,248,0.14); |
|
|
z-index: 999; |
|
|
background-color: #fff; |
|
|
} |
|
|
.header_tab .el-tabs__item{ |
|
|
padding: 0 30px; |
|
|
} |
|
|
|
|
|
/*flex*/ |
|
|
.flex-center{ |
|
|
display: flex; |
|
|
align-items: center; |
|
|
} |
|
|
.flex-end{ |
|
|
display: flex; |
|
|
justify-content: space-between; |
|
|
align-items: flex-end; |
|
|
} |
|
|
.flex-start{ |
|
|
display: flex; |
|
|
align-items: flex-start; |
|
|
} |
|
|
.flex-between{ |
|
|
display: flex; |
|
|
align-items: center; |
|
|
justify-content: space-between; |
|
|
} |
|
|
.flex-around{ |
|
|
display: flex; |
|
|
align-items: center; |
|
|
justify-content: space-around; |
|
|
} |
|
|
.flex-start-around{ |
|
|
display: flex; |
|
|
align-items: flex-start; |
|
|
justify-content: center; |
|
|
} |
|
|
.flex-end-content{ |
|
|
display: flex; |
|
|
align-items: center; |
|
|
justify-content: flex-end; |
|
|
} |
|
|
|
|
|
/* .teacher_tab .el-checkbox__inner{ |
|
|
border-radius: 50%; |
|
|
} */ |
|
|
|
|
|
#app .el-dialog{ |
|
|
border-radius: 17px; |
|
|
} |
|
|
/* #app .el-form-item__label{ |
|
|
font-size: 40px; |
|
|
} */ |
|
|
.el-dialog .el-input__inner{ |
|
|
height: 50px; |
|
|
line-height: 50px; |
|
|
} |
|
|
|
|
|
/* card倒角 */ |
|
|
#app .el-card, .el-message{ |
|
|
border-radius: 10px; |
|
|
} |
|
|
/* 输入框圆角 */ |
|
|
#app .el-input--suffix .el-input__inner{ |
|
|
border-radius: 18px; |
|
|
} |
|
|
/* 输入框圆角 */ |
|
|
#app .dialog .el-input--suffix .el-input__inner{ |
|
|
border-radius: 0; |
|
|
} |
|
|
/* 单选 */ |
|
|
#app .el-radio__label{ |
|
|
font-size: 16px!important; |
|
|
|
|
|
} |
|
|
#app .ml20{ |
|
|
margin-left: 20px; |
|
|
} |
|
|
/* 消除数字input箭头 */ |
|
|
input::-webkit-outer-spin-button, |
|
|
input::-webkit-inner-spin-button { |
|
|
-webkit-appearance: none; |
|
|
} |
|
|
input[type="number"]{ |
|
|
-moz-appearance: textfield; |
|
|
} |
|
|
|
|
|
.class_name .el-form-item__content{ |
|
|
margin-left: 0!important; |
|
|
} |
|
|
.ft{ |
|
|
font-size: 24px; |
|
|
} |
|
|
.class_detail .el-row{ |
|
|
margin-left: 20px!important; |
|
|
margin-right: 20px!important; |
|
|
} |
|
|
|
|
|
.hvCenter{ |
|
|
display: flex; |
|
|
align-items: center; |
|
|
flex-direction: column; |
|
|
justify-content: center; |
|
|
} |
|
|
.hr_tag{ |
|
|
background-color: #9278FF; |
|
|
width: 3px; |
|
|
height: 15px; |
|
|
margin-right: 5px; |
|
|
} |
|
|
.userRadio .el-radio{ |
|
|
margin-right: 10px!important; |
|
|
} |
|
|
.userRadio .el-radio__input{ |
|
|
display: none!important; |
|
|
} |
|
|
|
|
|
[v-cloak] { |
|
|
display: none; |
|
|
} |