2024-08-20 12:11:31 +00:00
|
|
|
html,
|
|
|
|
body,
|
|
|
|
#app {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 14px;
|
|
|
|
overflow: hidden !important;
|
|
|
|
font-family: Microsoft YaHei, Hiragino Sans GB;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.app-wrapper {
|
2024-08-21 01:17:14 +00:00
|
|
|
position: relative;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper {
|
2024-08-21 01:17:14 +00:00
|
|
|
box-shadow: none !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
2024-08-21 01:17:14 +00:00
|
|
|
.wrapper > .el-card__body {
|
|
|
|
padding: 15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper-container {
|
2024-08-21 01:17:14 +00:00
|
|
|
padding: 8px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wrapper-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
padding: 15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.search-container {
|
2024-08-21 01:17:14 +00:00
|
|
|
position: relative;
|
|
|
|
padding: 15px !important;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
margin-bottom: 15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
2024-08-21 01:17:14 +00:00
|
|
|
.search-container > .legend {
|
|
|
|
color: rgba(18, 19, 20, 0.69);
|
|
|
|
background: #fff;
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
width: 78px;
|
|
|
|
top: -10px;
|
|
|
|
left: 15px;
|
|
|
|
font-size: 14px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
2024-08-21 01:17:14 +00:00
|
|
|
.search-content > .search-item {
|
|
|
|
width: 20%;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pagination-container {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
text-align: right;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.iconfont {
|
2024-08-21 01:17:14 +00:00
|
|
|
font-size: 13px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel {
|
2024-08-21 01:17:14 +00:00
|
|
|
background-color: #fff;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
border: 1px solid #dee5e7;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel .panel-heading {
|
2024-08-21 01:17:14 +00:00
|
|
|
background-color: #edf1f2;
|
|
|
|
padding: 10px 15px;
|
|
|
|
border-bottom: 1px solid transparent;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel .panel-body {
|
2024-08-21 01:17:14 +00:00
|
|
|
padding: 15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*边距共有样式*/
|
|
|
|
|
|
|
|
.text-center {
|
2024-08-21 01:17:14 +00:00
|
|
|
text-align: center;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pull-right {
|
2024-08-21 01:17:14 +00:00
|
|
|
float: right;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.pull-left {
|
2024-08-21 01:17:14 +00:00
|
|
|
float: left;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.p-none {
|
2024-08-21 01:17:14 +00:00
|
|
|
padding: 0 !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-xxs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 2px 4px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 5px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 10px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 20px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 30px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 50px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-n {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 0 !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-none {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: 0 !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: 5px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: 10px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: 15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: 20px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: 30px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: 40px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-xxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: 50px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-n-xxs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: -1px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-n-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: -5px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-n-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: -10px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-n {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: -15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-n-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: -20px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-n-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: -30px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-n-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: -40px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-l-n-xxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-left: -50px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-none {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 0 !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-xxs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 1px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 5px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 10px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 20px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 30px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 40px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-xxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 50px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n-xxs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -1px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -5px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n-7 {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -7px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -10px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -20px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -30px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -40px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n-xxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -50px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-t-n-xxxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: -60px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-none {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: 0 !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-xxs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: 1px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: 5px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: 10px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: 15px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: 20px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: 30px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: 40px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-xxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: 50px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-n-xxs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: -1px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-n-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: -5px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-n-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: -10px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-n {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: -15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-n-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: -20px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-n-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: -30px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-n-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: -40px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-r-n-xxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-right: -50px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-none {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 0 !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-xxs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 1px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 5px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 10px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 15px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 20px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 30px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 40px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-xxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 50px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-n-xxs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: -1px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-n-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: -5px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-n-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: -10px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-n {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: -15px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-n-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: -20px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-n-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: -30px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-n-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: -40px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.m-b-n-xxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: -50px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*颜色共有样式*/
|
|
|
|
|
|
|
|
.btn-info {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: #497edf;
|
|
|
|
border-color: #497edf;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-info:hover,
|
|
|
|
.btn-info:focus,
|
|
|
|
.btn-info:active,
|
|
|
|
.btn-info.active,
|
|
|
|
.open .dropdown-toggle.btn-info {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: #2059c1;
|
|
|
|
border-color: #2059c1;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-success {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: #27c24c;
|
|
|
|
border-color: #27c24c;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-success:hover,
|
|
|
|
.btn-success:focus,
|
|
|
|
.btn-success:active,
|
|
|
|
.btn-success.active,
|
|
|
|
.open .dropdown-toggle.btn-success {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: #23ad44;
|
|
|
|
border-color: #20a03f;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-danger {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: #f05050;
|
|
|
|
border-color: #f05050;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-danger:hover,
|
|
|
|
.btn-danger:focus,
|
|
|
|
.btn-danger:active,
|
|
|
|
.btn-danger.active,
|
|
|
|
.open .dropdown-toggle.btn-danger {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #ffffff !important;
|
|
|
|
background-color: #ee3939;
|
|
|
|
border-color: #ed2a2a;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-info {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #00aeef !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-success {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #27c24c !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-warning {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #fad733 !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-danger {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #f05050 !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-white {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #fff !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-left {
|
2024-08-21 01:17:14 +00:00
|
|
|
text-align: left !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-center {
|
2024-08-21 01:17:14 +00:00
|
|
|
text-align: center !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-right {
|
2024-08-21 01:17:14 +00:00
|
|
|
text-align: right !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*宽度样式*/
|
|
|
|
|
|
|
|
.w-xxs {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 60px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-xs {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 90px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-110 {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 110px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-ss {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 120px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 150px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 200px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 240px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 280px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-xl {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 320px !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-xxl {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 360px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-full {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 100% !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.w-auto {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: auto;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.upload-file-btn {
|
2024-08-21 01:17:14 +00:00
|
|
|
position: relative;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.upload-file-btn input[type='file'] {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
font-size: 300px;
|
|
|
|
opacity: 0;
|
|
|
|
filter: alpha(opacity=0);
|
|
|
|
cursor: pointer;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
top: 0;
|
|
|
|
position: absolute;
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
overflow: hidden;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*详情表格*/
|
|
|
|
|
|
|
|
.detail-box {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.detail-title {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin-bottom: 15px;
|
|
|
|
text-indent: 8px;
|
|
|
|
border-left: 3px solid #88b7e0;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: 600;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.detail-href {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: $--color-primary !important;
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.detail-table {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 100%;
|
|
|
|
border-collapse: collapse;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.detail-table td.title {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #000;
|
|
|
|
width: 85px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.detail-table td,
|
|
|
|
.detail-table th {
|
2024-08-21 01:17:14 +00:00
|
|
|
padding: 6px 8px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
min-width: 85px;
|
|
|
|
width: 250px;
|
|
|
|
word-break: break-all;
|
|
|
|
white-space: pre-wrap;
|
|
|
|
/*border: none;*/
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.border-top-none {
|
2024-08-21 01:17:14 +00:00
|
|
|
border-top: none !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: inherit;
|
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.bounce-enter-active,
|
|
|
|
.bounce-leave-active,
|
|
|
|
.bounceDown-enter-active,
|
|
|
|
.bounceDown-leave-active,
|
|
|
|
.bounceIn,
|
|
|
|
.bounceInDown,
|
|
|
|
.bounceInLeft,
|
|
|
|
.bounceInRight,
|
|
|
|
.bounceInUp,
|
|
|
|
.bounceLeft-enter-active,
|
|
|
|
.bounceLeft-leave-active,
|
|
|
|
.bounceOut,
|
|
|
|
.bounceOutDown,
|
|
|
|
.bounceOutLeft,
|
|
|
|
.bounceOutRight,
|
|
|
|
.bounceOutUp,
|
|
|
|
.bounceRight-enter-active,
|
|
|
|
.bounceRight-leave-active,
|
|
|
|
.bounceUp-enter-active,
|
|
|
|
.bounceUp-leave-active,
|
|
|
|
.fade-enter-active,
|
|
|
|
.fade-leave-active,
|
|
|
|
.fadeDown-enter-active,
|
|
|
|
.fadeDown-leave-active,
|
|
|
|
.fadeDownBig-enter-active,
|
|
|
|
.fadeDownBig-leave-active,
|
|
|
|
.fadeIn,
|
|
|
|
.fadeInDown,
|
|
|
|
.fadeInDownBig,
|
|
|
|
.fadeInLeft,
|
|
|
|
.fadeInLeftBig,
|
|
|
|
.fadeInRight,
|
|
|
|
.fadeInRightBig,
|
|
|
|
.fadeInUp,
|
|
|
|
.fadeInUpBig,
|
|
|
|
.fadeLeft-enter-active,
|
|
|
|
.fadeLeft-leave-active,
|
|
|
|
.fadeLeftBig-enter-active,
|
|
|
|
.fadeLeftBig-leave-active,
|
|
|
|
.fadeOut,
|
|
|
|
.fadeOutDown,
|
|
|
|
.fadeOutDownBig,
|
|
|
|
.fadeOutLeft,
|
|
|
|
.fadeOutLeftBig,
|
|
|
|
.fadeOutRight,
|
|
|
|
.fadeOutRightBig,
|
|
|
|
.fadeOutUp,
|
|
|
|
.fadeOutUpBig,
|
|
|
|
.fadeRight-enter-active,
|
|
|
|
.fadeRight-leave-active,
|
|
|
|
.fadeRightBig-enter-active,
|
|
|
|
.fadeRightBig-leave-active,
|
|
|
|
.fadeUp-enter-active,
|
|
|
|
.fadeUp-leave-active,
|
|
|
|
.fadeUpBig-enter-active,
|
|
|
|
.fadeUpBig-leave-active,
|
|
|
|
.rotateDownLeft-enter-active,
|
|
|
|
.rotateDownLeft-leave-active,
|
|
|
|
.rotateDownRight-enter-active,
|
|
|
|
.rotateDownRight-leave-active,
|
|
|
|
.rotateInDownLeft,
|
|
|
|
.rotateInDownRight,
|
|
|
|
.rotateInUpLeft,
|
|
|
|
.rotateInUpRight,
|
|
|
|
.rotateOutDownLeft,
|
|
|
|
.rotateOutDownRight,
|
|
|
|
.rotateOutUpLeft,
|
|
|
|
.rotateOutUpRight,
|
|
|
|
.rotateUpLeft-enter-active,
|
|
|
|
.rotateUpLeft-leave-active,
|
|
|
|
.rotateUpRight-enter-active,
|
|
|
|
.rotateUpRight-leave-active,
|
|
|
|
.slide-enter-active,
|
|
|
|
.slide-leave-active,
|
|
|
|
.slideDown-enter-active,
|
|
|
|
.slideDown-leave-active,
|
|
|
|
.slideIn,
|
|
|
|
.slideInDown,
|
|
|
|
.slideInLeft,
|
|
|
|
.slideInRight,
|
|
|
|
.slideInUp,
|
|
|
|
.slideLeft-enter-active,
|
|
|
|
.slideLeft-leave-active,
|
|
|
|
.slideOut,
|
|
|
|
.slideOutDown,
|
|
|
|
.slideOutLeft,
|
|
|
|
.slideOutRight,
|
|
|
|
.slideOutUp,
|
|
|
|
.slideRight-enter-active,
|
|
|
|
.slideRight-leave-active,
|
|
|
|
.slideUp-enter-active,
|
|
|
|
.slideUp-leave-active,
|
|
|
|
.zoom-enter-active,
|
|
|
|
.zoom-leave-active,
|
|
|
|
.zoomDown-enter-active,
|
|
|
|
.zoomDown-leave-active,
|
|
|
|
.zoomIn,
|
|
|
|
.zoomInDown,
|
|
|
|
.zoomInLeft,
|
|
|
|
.zoomInRight,
|
|
|
|
.zoomInUp,
|
|
|
|
.zoomLeft-enter-active,
|
|
|
|
.zoomLeft-leave-active,
|
|
|
|
.zoomOut,
|
|
|
|
.zoomOutDown,
|
|
|
|
.zoomOutLeft,
|
|
|
|
.zoomOutRight,
|
|
|
|
.zoomOutUp,
|
|
|
|
.zoomRight-enter-active,
|
|
|
|
.zoomRight-leave-active,
|
|
|
|
.zoomUp-enter-active,
|
|
|
|
.zoomUp-leave-active {
|
2024-08-21 01:17:14 +00:00
|
|
|
animation-duration: 0.6s !important;
|
|
|
|
animation-fill-mode: both;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.cur-point {
|
2024-08-21 01:17:14 +00:00
|
|
|
cursor: pointer !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*无数据*/
|
|
|
|
|
|
|
|
.no-data {
|
2024-08-21 01:17:14 +00:00
|
|
|
text-align: center;
|
|
|
|
min-height: 200px;
|
|
|
|
line-height: 200px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.no-data .icon-zanwushuju {
|
2024-08-21 01:17:14 +00:00
|
|
|
font-size: 26px;
|
|
|
|
color: #d2cccc;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/*.custom-dialog .el-dialog{*/
|
|
|
|
|
|
|
|
/*width: 80%;*/
|
|
|
|
|
|
|
|
/*height: 100%;*/
|
|
|
|
|
|
|
|
/*position: absolute;*/
|
|
|
|
|
|
|
|
/*right: 0;*/
|
|
|
|
|
|
|
|
/*}*/
|
|
|
|
|
|
|
|
.text-ellipsis {
|
2024-08-21 01:17:14 +00:00
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.text-muted {
|
2024-08-21 01:17:14 +00:00
|
|
|
color: #98a6ad;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.custom-scrollbar .el-scrollbar__wrap {
|
2024-08-21 01:17:14 +00:00
|
|
|
overflow-x: hidden !important;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.action-divider {
|
2024-08-21 01:17:14 +00:00
|
|
|
margin: 0 8px;
|
|
|
|
display: inline-block;
|
|
|
|
height: 1em;
|
|
|
|
width: 1px;
|
|
|
|
vertical-align: middle;
|
|
|
|
position: relative;
|
|
|
|
top: -0.06em;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.5;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 0;
|
|
|
|
background: #e8e8e8;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-sm {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 300px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-md {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 800px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dialog-lg {
|
2024-08-21 01:17:14 +00:00
|
|
|
width: 950px;
|
2024-08-20 12:11:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
:-ms-input-placeholder {
|
2024-08-21 01:17:14 +00:00
|
|
|
/* Internet Explorer 10+ */
|
|
|
|
color: #e9d6cf !important;
|
|
|
|
}
|