You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49876 lines
1.1 MiB
49876 lines
1.1 MiB
.fade-enter-active, .fade-leave-active {
|
|
-webkit-transition: opacity .28s;
|
|
transition: opacity .28s
|
|
}
|
|
|
|
.fade-enter, .fade-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.fade-transform-enter-active, .fade-transform-leave-active {
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s
|
|
}
|
|
|
|
.fade-transform-enter {
|
|
opacity: 0;
|
|
-webkit-transform: translateX(-30px);
|
|
transform: translateX(-30px)
|
|
}
|
|
|
|
.fade-transform-leave-to {
|
|
opacity: 0;
|
|
-webkit-transform: translateX(30px);
|
|
transform: translateX(30px)
|
|
}
|
|
|
|
.breadcrumb-enter-active, .breadcrumb-leave-active {
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s
|
|
}
|
|
|
|
.breadcrumb-enter, .breadcrumb-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: translateX(20px);
|
|
transform: translateX(20px)
|
|
}
|
|
|
|
.breadcrumb-move {
|
|
-webkit-transition: all .5s;
|
|
transition: all .5s
|
|
}
|
|
|
|
.breadcrumb-leave-active {
|
|
position: absolute
|
|
}
|
|
|
|
.el-breadcrumb__inner, .el-breadcrumb__inner a {
|
|
font-weight: 400 !important
|
|
}
|
|
|
|
.el-upload input[type=file] {
|
|
display: none !important
|
|
}
|
|
|
|
.cell .el-tag {
|
|
margin-right: 0
|
|
}
|
|
|
|
.small-padding .cell {
|
|
padding-left: 5px;
|
|
padding-right: 5px
|
|
}
|
|
|
|
.fixed-width .el-button--mini {
|
|
padding: 7px 10px;
|
|
width: 60px
|
|
}
|
|
|
|
.status-col .cell {
|
|
padding: 0 10px;
|
|
text-align: center
|
|
}
|
|
|
|
.status-col .cell .el-tag {
|
|
margin-right: 0
|
|
}
|
|
|
|
.el-dialog {
|
|
-webkit-transform: none;
|
|
transform: none;
|
|
left: 0;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.upload-container .el-upload {
|
|
width: 100%
|
|
}
|
|
|
|
.upload-container .el-upload .el-upload-dragger {
|
|
width: 100%;
|
|
height: 200px
|
|
}
|
|
|
|
.el-dropdown-menu a {
|
|
display: block
|
|
}
|
|
|
|
.el-range-editor.el-input__inner {
|
|
display: -webkit-inline-box !important;
|
|
display: -ms-inline-flexbox !important;
|
|
display: inline-flex !important
|
|
}
|
|
|
|
#app .main-container {
|
|
min-height: 100%;
|
|
-webkit-transition: margin-left .28s;
|
|
transition: margin-left .28s;
|
|
margin-left: 210px;
|
|
margin-top: 0;
|
|
position: relative
|
|
}
|
|
|
|
#app .hasTopHeader .main-container {
|
|
top: 50px
|
|
}
|
|
|
|
#app .sidebar-container {
|
|
-webkit-transition: width .28s;
|
|
transition: width .28s;
|
|
width: 210px !important;
|
|
background-color: #008b8d;
|
|
height: 100%;
|
|
position: fixed;
|
|
font-size: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1001;
|
|
overflow: hidden
|
|
}
|
|
|
|
#app .sidebar-container .horizontal-collapse-transition {
|
|
-webkit-transition: width 0s ease-in-out,padding-left 0s ease-in-out,padding-right 0s ease-in-out;
|
|
transition: width 0s ease-in-out,padding-left 0s ease-in-out,padding-right 0s ease-in-out
|
|
}
|
|
|
|
#app .sidebar-container .el-scrollbar__wrap, #app .sidebar-container .scrollbar-wrapper {
|
|
overflow-x: hidden !important
|
|
}
|
|
|
|
#app .sidebar-container .el-scrollbar__bar.is-vertical {
|
|
right: 0
|
|
}
|
|
|
|
#app .sidebar-container .el-scrollbar {
|
|
height: 100%
|
|
}
|
|
|
|
#app .sidebar-container.has-logo .el-scrollbar {
|
|
height: calc(100% - 50px)
|
|
}
|
|
|
|
#app .sidebar-container .is-horizontal {
|
|
display: none
|
|
}
|
|
|
|
#app .sidebar-container a {
|
|
display: inline-block;
|
|
width: 100%;
|
|
overflow: hidden
|
|
}
|
|
|
|
#app .sidebar-container .svg-icon {
|
|
margin-right: 16px
|
|
}
|
|
|
|
#app .sidebar-container .el-menu {
|
|
border: none;
|
|
height: 100%;
|
|
width: 100% !important
|
|
}
|
|
|
|
#app .sidebar-container .el-submenu__title, #app .sidebar-container .submenu-title-noDropdown {
|
|
font-size: 15px !important;
|
|
font-weight: 600
|
|
}
|
|
|
|
#app .sidebar-container .el-submenu__title:hover, #app .sidebar-container .submenu-title-noDropdown:hover {
|
|
background-color: #00787a !important
|
|
}
|
|
|
|
#app .sidebar-container .is-active > .el-submenu__title {
|
|
color: #fff !important
|
|
}
|
|
|
|
#app .sidebar-container .el-submenu .el-menu-item, #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title {
|
|
min-width: 210px !important;
|
|
background-color: #00787a !important;
|
|
font-size: 14px !important;
|
|
font-weight: 600
|
|
}
|
|
|
|
#app .sidebar-container .el-submenu .el-menu-item:hover, #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover {
|
|
background-color: #00787a !important
|
|
}
|
|
|
|
#app .sidebar-container .el-submenu .el-menu-item.is-active, #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title.is-active {
|
|
background-color: #66c5c7 !important;
|
|
position: relative
|
|
}
|
|
|
|
#app .sidebar-container .el-submenu .el-menu-item.is-active:after, #app .sidebar-container .nest-menu .el-submenu > .el-submenu__title.is-active:after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
background: #009e9f;
|
|
-webkit-transition: all .4s ease;
|
|
transition: all .4s ease
|
|
}
|
|
|
|
#app .hasTopHeader .sidebar-container {
|
|
top: 50px
|
|
}
|
|
|
|
#app .hideSidebar .sidebar-container {
|
|
width: 54px !important
|
|
}
|
|
|
|
#app .hideSidebar .main-container {
|
|
margin-left: 54px
|
|
}
|
|
|
|
#app .hideSidebar .submenu-title-noDropdown {
|
|
padding: 0 !important;
|
|
position: relative
|
|
}
|
|
|
|
#app .hideSidebar .submenu-title-noDropdown .el-tooltip {
|
|
padding: 0 !important
|
|
}
|
|
|
|
#app .hideSidebar .submenu-title-noDropdown .el-tooltip .svg-icon {
|
|
margin-left: 20px
|
|
}
|
|
|
|
#app .hideSidebar .el-submenu {
|
|
overflow: hidden
|
|
}
|
|
|
|
#app .hideSidebar .el-submenu > .el-submenu__title {
|
|
padding: 0 !important
|
|
}
|
|
|
|
#app .hideSidebar .el-submenu > .el-submenu__title .svg-icon {
|
|
margin-left: 20px
|
|
}
|
|
|
|
#app .hideSidebar .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
|
|
display: none
|
|
}
|
|
|
|
#app .hideSidebar .el-menu--collapse .el-submenu > .el-submenu__title > span {
|
|
height: 0;
|
|
width: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
display: inline-block
|
|
}
|
|
|
|
#app .el-menu--collapse .el-menu .el-submenu {
|
|
min-width: 210px !important
|
|
}
|
|
|
|
#app .mobile .main-container {
|
|
margin-left: 0
|
|
}
|
|
|
|
#app .mobile .sidebar-container {
|
|
-webkit-transition: -webkit-transform .28s;
|
|
transition: -webkit-transform .28s;
|
|
transition: transform .28s;
|
|
transition: transform .28s,-webkit-transform .28s;
|
|
width: 210px !important
|
|
}
|
|
|
|
#app .mobile.hideSidebar .sidebar-container {
|
|
pointer-events: none;
|
|
-webkit-transition-duration: .3s;
|
|
transition-duration: .3s;
|
|
-webkit-transform: translate3d(-210px,0,0);
|
|
transform: translate3d(-210px,0,0)
|
|
}
|
|
|
|
#app .withoutAnimation .main-container, #app .withoutAnimation .sidebar-container {
|
|
-webkit-transition: none;
|
|
transition: none
|
|
}
|
|
|
|
.el-menu--vertical > .el-menu .svg-icon {
|
|
margin-right: 16px
|
|
}
|
|
|
|
.el-menu--vertical .el-menu-item:hover, .el-menu--vertical .nest-menu .el-submenu > .el-submenu__title:hover {
|
|
background-color: #00787a !important
|
|
}
|
|
|
|
.el-menu--vertical > .el-menu--popup {
|
|
max-height: 100vh;
|
|
overflow-y: auto
|
|
}
|
|
|
|
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-track-piece {
|
|
background: #d3dce6
|
|
}
|
|
|
|
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar {
|
|
width: 6px
|
|
}
|
|
|
|
.el-menu--vertical > .el-menu--popup::-webkit-scrollbar-thumb {
|
|
background: #99a9bf;
|
|
border-radius: 20px
|
|
}
|
|
|
|
.blue-btn {
|
|
background: #324157
|
|
}
|
|
|
|
.blue-btn:hover {
|
|
color: #324157
|
|
}
|
|
|
|
.blue-btn:hover:after, .blue-btn:hover:before {
|
|
background: #324157
|
|
}
|
|
|
|
.light-blue-btn {
|
|
background: #3a71a8
|
|
}
|
|
|
|
.light-blue-btn:hover {
|
|
color: #3a71a8
|
|
}
|
|
|
|
.light-blue-btn:hover:after, .light-blue-btn:hover:before {
|
|
background: #3a71a8
|
|
}
|
|
|
|
.red-btn {
|
|
background: #c03639
|
|
}
|
|
|
|
.red-btn:hover {
|
|
color: #c03639
|
|
}
|
|
|
|
.red-btn:hover:after, .red-btn:hover:before {
|
|
background: #c03639
|
|
}
|
|
|
|
.pink-btn {
|
|
background: #e65d6e
|
|
}
|
|
|
|
.pink-btn:hover {
|
|
color: #e65d6e
|
|
}
|
|
|
|
.pink-btn:hover:after, .pink-btn:hover:before {
|
|
background: #e65d6e
|
|
}
|
|
|
|
.green-btn {
|
|
background: #30b08f
|
|
}
|
|
|
|
.green-btn:hover {
|
|
color: #30b08f
|
|
}
|
|
|
|
.green-btn:hover:after, .green-btn:hover:before {
|
|
background: #30b08f
|
|
}
|
|
|
|
.tiffany-btn {
|
|
background: #4ab7bd
|
|
}
|
|
|
|
.tiffany-btn:hover {
|
|
color: #4ab7bd
|
|
}
|
|
|
|
.tiffany-btn:hover:after, .tiffany-btn:hover:before {
|
|
background: #4ab7bd
|
|
}
|
|
|
|
.yellow-btn {
|
|
background: #fec171
|
|
}
|
|
|
|
.yellow-btn:hover {
|
|
color: #fec171
|
|
}
|
|
|
|
.yellow-btn:hover:after, .yellow-btn:hover:before {
|
|
background: #fec171
|
|
}
|
|
|
|
.pan-btn {
|
|
font-size: 14px;
|
|
color: #fff;
|
|
padding: 14px 36px;
|
|
border-radius: 8px;
|
|
border: none;
|
|
outline: none;
|
|
-webkit-transition: all .6s ease;
|
|
transition: all .6s ease;
|
|
position: relative;
|
|
display: inline-block
|
|
}
|
|
|
|
.pan-btn:hover {
|
|
background: #fff
|
|
}
|
|
|
|
.pan-btn:hover:after, .pan-btn:hover:before {
|
|
width: 100%;
|
|
-webkit-transition: all .6s ease;
|
|
transition: all .6s ease
|
|
}
|
|
|
|
.pan-btn:after, .pan-btn:before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
height: 2px;
|
|
width: 0;
|
|
-webkit-transition: all .4s ease;
|
|
transition: all .4s ease
|
|
}
|
|
|
|
.pan-btn:after {
|
|
right: inherit;
|
|
top: inherit;
|
|
left: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.custom-button {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
background: #fff;
|
|
color: #fff;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
outline: 0;
|
|
margin: 0;
|
|
padding: 10px 15px;
|
|
font-size: 14px;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.app-main {
|
|
background-color: #eee
|
|
}
|
|
|
|
body {
|
|
height: 100%;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
text-rendering: optimizeLegibility;
|
|
font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;
|
|
overflow: hidden
|
|
}
|
|
|
|
label {
|
|
font-weight: 700
|
|
}
|
|
|
|
html {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
#app, html {
|
|
height: 100%;
|
|
}
|
|
|
|
*, :after, :before {
|
|
-webkit-box-sizing: inherit;
|
|
box-sizing: inherit;
|
|
}
|
|
|
|
.no-padding {
|
|
padding: 0 !important
|
|
}
|
|
|
|
.padding-content {
|
|
padding: 4px 0
|
|
}
|
|
|
|
a:active, a:focus {
|
|
outline: none
|
|
}
|
|
|
|
a, a:focus, a:hover {
|
|
cursor: pointer;
|
|
color: inherit;
|
|
text-decoration: none
|
|
}
|
|
|
|
div:focus {
|
|
outline: none
|
|
}
|
|
|
|
.fr {
|
|
float: right
|
|
}
|
|
|
|
.fl {
|
|
float: left
|
|
}
|
|
|
|
.pr-5 {
|
|
padding-right: 5px
|
|
}
|
|
|
|
.pl-5 {
|
|
padding-left: 5px
|
|
}
|
|
|
|
.block {
|
|
display: block
|
|
}
|
|
|
|
.pointer {
|
|
cursor: pointer
|
|
}
|
|
|
|
.inlineBlock {
|
|
display: block
|
|
}
|
|
|
|
.clearfix:after {
|
|
visibility: hidden;
|
|
display: block;
|
|
font-size: 0;
|
|
content: " ";
|
|
clear: both;
|
|
height: 0
|
|
}
|
|
|
|
aside {
|
|
background: #eef1f6;
|
|
padding: 8px 24px;
|
|
margin-bottom: 20px;
|
|
border-radius: 2px;
|
|
display: block;
|
|
line-height: 32px;
|
|
font-size: 16px;
|
|
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
|
|
color: #2c3e50;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
aside a {
|
|
color: #337ab7;
|
|
cursor: pointer
|
|
}
|
|
|
|
aside a:hover {
|
|
color: #20a0ff
|
|
}
|
|
|
|
.components-container {
|
|
margin: 30px 50px;
|
|
position: relative
|
|
}
|
|
|
|
.pagination-container {
|
|
margin-top: 30px
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center
|
|
}
|
|
|
|
.sub-navbar {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
position: relative;
|
|
width: 100%;
|
|
text-align: right;
|
|
padding-right: 20px;
|
|
-webkit-transition: position .6s ease;
|
|
transition: position .6s ease;
|
|
background: -webkit-gradient(linear,left top,right top,from(#20b6f9),color-stop(0,#20b6f9),color-stop(100%,#2178f1),to(#2178f1));
|
|
background: linear-gradient(90deg,#20b6f9,#20b6f9 0,#2178f1 100%,#2178f1 0)
|
|
}
|
|
|
|
.sub-navbar .subtitle {
|
|
font-size: 20px;
|
|
color: #fff
|
|
}
|
|
|
|
.sub-navbar.deleted, .sub-navbar.draft {
|
|
background: #d0d0d0
|
|
}
|
|
|
|
.link-type, .link-type:focus {
|
|
color: #337ab7;
|
|
cursor: pointer
|
|
}
|
|
|
|
.link-type:focus:hover, .link-type:hover {
|
|
color: #20a0ff
|
|
}
|
|
|
|
.filter-container {
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.filter-container .filter-item {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.multiselect {
|
|
line-height: 16px
|
|
}
|
|
|
|
.multiselect--active {
|
|
z-index: 1000 !important
|
|
}
|
|
|
|
.dynamic-form.avue-input-number, .dynamic-form .el-cascader, .dynamic-form .el-date-editor.el-input, .dynamic-form .el-date-editor.el-input__inner, .dynamic-form .el-select {
|
|
width: 100% !important
|
|
}
|
|
|
|
.el-button--text {
|
|
color: #0033FF !important
|
|
}
|
|
|
|
.table-del-btn {
|
|
color: red !important
|
|
}
|
|
|
|
.table-del-btn:hover {
|
|
color: red
|
|
}
|
|
|
|
.bg-f1f1f1 {
|
|
background-color: #f1f1f1
|
|
}
|
|
|
|
.width1300 {
|
|
width: 1300px;
|
|
margin: auto
|
|
}
|
|
|
|
.box-flex {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-button--primary {
|
|
background-color: #0033FF !important;
|
|
border-color: #0033FF !important
|
|
}
|
|
|
|
.el-button.is-disabled {
|
|
color: #c0c4cc !important;
|
|
background-color: #fff !important;
|
|
border-color: #e6ebf5 !important
|
|
}
|
|
|
|
.mouse-pointer {
|
|
cursor: pointer
|
|
}
|
|
|
|
.bidding-martop {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.bidding-view-color {
|
|
color: #0033FF;
|
|
cursor: pointer
|
|
}
|
|
|
|
.bidding-countdown-color {
|
|
color: red
|
|
}
|
|
|
|
.bidding-btm-btn {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin: 20px 0
|
|
}
|
|
|
|
.bidding-warning {
|
|
color: red
|
|
}
|
|
|
|
.back-top {
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: #f2f5f6;
|
|
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
|
|
box-shadow: 0 0 6px rgba(0,0,0,.12);
|
|
text-align: center;
|
|
line-height: 40px;
|
|
color: #1989fa
|
|
}
|
|
|
|
.app-container_form {
|
|
position: relative;
|
|
padding-bottom: 60px
|
|
}
|
|
|
|
.app-container_form .form-bottom-btn {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
background: #fff;
|
|
padding-top: 20px;
|
|
border-top: 1px solid #e6ebf5
|
|
}
|
|
|
|
.column-link {
|
|
color: #0033FF;
|
|
cursor: pointer
|
|
}
|
|
|
|
.btn-wrapper {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
text-align: right
|
|
}
|
|
|
|
[class*=" el-icon-"], [class^=el-icon-] {
|
|
font-family: element-icons !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
vertical-align: baseline;
|
|
display: inline-block;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.el-icon-ice-cream-round:before {
|
|
content: "\E6A0"
|
|
}
|
|
|
|
.el-icon-ice-cream-square:before {
|
|
content: "\E6A3"
|
|
}
|
|
|
|
.el-icon-lollipop:before {
|
|
content: "\E6A4"
|
|
}
|
|
|
|
.el-icon-potato-strips:before {
|
|
content: "\E6A5"
|
|
}
|
|
|
|
.el-icon-milk-tea:before {
|
|
content: "\E6A6"
|
|
}
|
|
|
|
.el-icon-ice-drink:before {
|
|
content: "\E6A7"
|
|
}
|
|
|
|
.el-icon-ice-tea:before {
|
|
content: "\E6A9"
|
|
}
|
|
|
|
.el-icon-coffee:before {
|
|
content: "\E6AA"
|
|
}
|
|
|
|
.el-icon-orange:before {
|
|
content: "\E6AB"
|
|
}
|
|
|
|
.el-icon-pear:before {
|
|
content: "\E6AC"
|
|
}
|
|
|
|
.el-icon-apple:before {
|
|
content: "\E6AD"
|
|
}
|
|
|
|
.el-icon-cherry:before {
|
|
content: "\E6AE"
|
|
}
|
|
|
|
.el-icon-watermelon:before {
|
|
content: "\E6AF"
|
|
}
|
|
|
|
.el-icon-grape:before {
|
|
content: "\E6B0"
|
|
}
|
|
|
|
.el-icon-refrigerator:before {
|
|
content: "\E6B1"
|
|
}
|
|
|
|
.el-icon-goblet-square-full:before {
|
|
content: "\E6B2"
|
|
}
|
|
|
|
.el-icon-goblet-square:before {
|
|
content: "\E6B3"
|
|
}
|
|
|
|
.el-icon-goblet-full:before {
|
|
content: "\E6B4"
|
|
}
|
|
|
|
.el-icon-goblet:before {
|
|
content: "\E6B5"
|
|
}
|
|
|
|
.el-icon-cold-drink:before {
|
|
content: "\E6B6"
|
|
}
|
|
|
|
.el-icon-coffee-cup:before {
|
|
content: "\E6B8"
|
|
}
|
|
|
|
.el-icon-water-cup:before {
|
|
content: "\E6B9"
|
|
}
|
|
|
|
.el-icon-hot-water:before {
|
|
content: "\E6BA"
|
|
}
|
|
|
|
.el-icon-ice-cream:before {
|
|
content: "\E6BB"
|
|
}
|
|
|
|
.el-icon-dessert:before {
|
|
content: "\E6BC"
|
|
}
|
|
|
|
.el-icon-sugar:before {
|
|
content: "\E6BD"
|
|
}
|
|
|
|
.el-icon-tableware:before {
|
|
content: "\E6BE"
|
|
}
|
|
|
|
.el-icon-burger:before {
|
|
content: "\E6BF"
|
|
}
|
|
|
|
.el-icon-knife-fork:before {
|
|
content: "\E6C1"
|
|
}
|
|
|
|
.el-icon-fork-spoon:before {
|
|
content: "\E6C2"
|
|
}
|
|
|
|
.el-icon-chicken:before {
|
|
content: "\E6C3"
|
|
}
|
|
|
|
.el-icon-food:before {
|
|
content: "\E6C4"
|
|
}
|
|
|
|
.el-icon-dish-1:before {
|
|
content: "\E6C5"
|
|
}
|
|
|
|
.el-icon-dish:before {
|
|
content: "\E6C6"
|
|
}
|
|
|
|
.el-icon-moon-night:before {
|
|
content: "\E6EE"
|
|
}
|
|
|
|
.el-icon-moon:before {
|
|
content: "\E6F0"
|
|
}
|
|
|
|
.el-icon-cloudy-and-sunny:before {
|
|
content: "\E6F1"
|
|
}
|
|
|
|
.el-icon-partly-cloudy:before {
|
|
content: "\E6F2"
|
|
}
|
|
|
|
.el-icon-cloudy:before {
|
|
content: "\E6F3"
|
|
}
|
|
|
|
.el-icon-sunny:before {
|
|
content: "\E6F6"
|
|
}
|
|
|
|
.el-icon-sunset:before {
|
|
content: "\E6F7"
|
|
}
|
|
|
|
.el-icon-sunrise-1:before {
|
|
content: "\E6F8"
|
|
}
|
|
|
|
.el-icon-sunrise:before {
|
|
content: "\E6F9"
|
|
}
|
|
|
|
.el-icon-heavy-rain:before {
|
|
content: "\E6FA"
|
|
}
|
|
|
|
.el-icon-lightning:before {
|
|
content: "\E6FB"
|
|
}
|
|
|
|
.el-icon-light-rain:before {
|
|
content: "\E6FC"
|
|
}
|
|
|
|
.el-icon-wind-power:before {
|
|
content: "\E6FD"
|
|
}
|
|
|
|
.el-icon-baseball:before {
|
|
content: "\E712"
|
|
}
|
|
|
|
.el-icon-soccer:before {
|
|
content: "\E713"
|
|
}
|
|
|
|
.el-icon-football:before {
|
|
content: "\E715"
|
|
}
|
|
|
|
.el-icon-basketball:before {
|
|
content: "\E716"
|
|
}
|
|
|
|
.el-icon-ship:before {
|
|
content: "\E73F"
|
|
}
|
|
|
|
.el-icon-truck:before {
|
|
content: "\E740"
|
|
}
|
|
|
|
.el-icon-bicycle:before {
|
|
content: "\E741"
|
|
}
|
|
|
|
.el-icon-mobile-phone:before {
|
|
content: "\E6D3"
|
|
}
|
|
|
|
.el-icon-service:before {
|
|
content: "\E6D4"
|
|
}
|
|
|
|
.el-icon-key:before {
|
|
content: "\E6E2"
|
|
}
|
|
|
|
.el-icon-unlock:before {
|
|
content: "\E6E4"
|
|
}
|
|
|
|
.el-icon-lock:before {
|
|
content: "\E6E5"
|
|
}
|
|
|
|
.el-icon-watch:before {
|
|
content: "\E6FE"
|
|
}
|
|
|
|
.el-icon-watch-1:before {
|
|
content: "\E6FF"
|
|
}
|
|
|
|
.el-icon-timer:before {
|
|
content: "\E702"
|
|
}
|
|
|
|
.el-icon-alarm-clock:before {
|
|
content: "\E703"
|
|
}
|
|
|
|
.el-icon-map-location:before {
|
|
content: "\E704"
|
|
}
|
|
|
|
.el-icon-delete-location:before {
|
|
content: "\E705"
|
|
}
|
|
|
|
.el-icon-add-location:before {
|
|
content: "\E706"
|
|
}
|
|
|
|
.el-icon-location-information:before {
|
|
content: "\E707"
|
|
}
|
|
|
|
.el-icon-location-outline:before {
|
|
content: "\E708"
|
|
}
|
|
|
|
.el-icon-location:before {
|
|
content: "\E79E"
|
|
}
|
|
|
|
.el-icon-place:before {
|
|
content: "\E709"
|
|
}
|
|
|
|
.el-icon-discover:before {
|
|
content: "\E70A"
|
|
}
|
|
|
|
.el-icon-first-aid-kit:before {
|
|
content: "\E70B"
|
|
}
|
|
|
|
.el-icon-trophy-1:before {
|
|
content: "\E70C"
|
|
}
|
|
|
|
.el-icon-trophy:before {
|
|
content: "\E70D"
|
|
}
|
|
|
|
.el-icon-medal:before {
|
|
content: "\E70E"
|
|
}
|
|
|
|
.el-icon-medal-1:before {
|
|
content: "\E70F"
|
|
}
|
|
|
|
.el-icon-stopwatch:before {
|
|
content: "\E710"
|
|
}
|
|
|
|
.el-icon-mic:before {
|
|
content: "\E711"
|
|
}
|
|
|
|
.el-icon-copy-document:before {
|
|
content: "\E718"
|
|
}
|
|
|
|
.el-icon-full-screen:before {
|
|
content: "\E719"
|
|
}
|
|
|
|
.el-icon-switch-button:before {
|
|
content: "\E71B"
|
|
}
|
|
|
|
.el-icon-aim:before {
|
|
content: "\E71C"
|
|
}
|
|
|
|
.el-icon-crop:before {
|
|
content: "\E71D"
|
|
}
|
|
|
|
.el-icon-odometer:before {
|
|
content: "\E71E"
|
|
}
|
|
|
|
.el-icon-time:before {
|
|
content: "\E71F"
|
|
}
|
|
|
|
.el-icon-bangzhu:before {
|
|
content: "\E724"
|
|
}
|
|
|
|
.el-icon-close-notification:before {
|
|
content: "\E726"
|
|
}
|
|
|
|
.el-icon-microphone:before {
|
|
content: "\E727"
|
|
}
|
|
|
|
.el-icon-turn-off-microphone:before {
|
|
content: "\E728"
|
|
}
|
|
|
|
.el-icon-position:before {
|
|
content: "\E729"
|
|
}
|
|
|
|
.el-icon-postcard:before {
|
|
content: "\E72A"
|
|
}
|
|
|
|
.el-icon-message:before {
|
|
content: "\E72B"
|
|
}
|
|
|
|
.el-icon-chat-line-square:before {
|
|
content: "\E72D"
|
|
}
|
|
|
|
.el-icon-chat-dot-square:before {
|
|
content: "\E72E"
|
|
}
|
|
|
|
.el-icon-chat-dot-round:before {
|
|
content: "\E72F"
|
|
}
|
|
|
|
.el-icon-chat-square:before {
|
|
content: "\E730"
|
|
}
|
|
|
|
.el-icon-chat-line-round:before {
|
|
content: "\E731"
|
|
}
|
|
|
|
.el-icon-chat-round:before {
|
|
content: "\E732"
|
|
}
|
|
|
|
.el-icon-set-up:before {
|
|
content: "\E733"
|
|
}
|
|
|
|
.el-icon-turn-off:before {
|
|
content: "\E734"
|
|
}
|
|
|
|
.el-icon-open:before {
|
|
content: "\E735"
|
|
}
|
|
|
|
.el-icon-connection:before {
|
|
content: "\E736"
|
|
}
|
|
|
|
.el-icon-link:before {
|
|
content: "\E737"
|
|
}
|
|
|
|
.el-icon-cpu:before {
|
|
content: "\E738"
|
|
}
|
|
|
|
.el-icon-thumb:before {
|
|
content: "\E739"
|
|
}
|
|
|
|
.el-icon-female:before {
|
|
content: "\E73A"
|
|
}
|
|
|
|
.el-icon-male:before {
|
|
content: "\E73B"
|
|
}
|
|
|
|
.el-icon-guide:before {
|
|
content: "\E73C"
|
|
}
|
|
|
|
.el-icon-news:before {
|
|
content: "\E73E"
|
|
}
|
|
|
|
.el-icon-price-tag:before {
|
|
content: "\E744"
|
|
}
|
|
|
|
.el-icon-discount:before {
|
|
content: "\E745"
|
|
}
|
|
|
|
.el-icon-wallet:before {
|
|
content: "\E747"
|
|
}
|
|
|
|
.el-icon-coin:before {
|
|
content: "\E748"
|
|
}
|
|
|
|
.el-icon-money:before {
|
|
content: "\E749"
|
|
}
|
|
|
|
.el-icon-bank-card:before {
|
|
content: "\E74A"
|
|
}
|
|
|
|
.el-icon-box:before {
|
|
content: "\E74B"
|
|
}
|
|
|
|
.el-icon-present:before {
|
|
content: "\E74C"
|
|
}
|
|
|
|
.el-icon-sell:before {
|
|
content: "\E6D5"
|
|
}
|
|
|
|
.el-icon-sold-out:before {
|
|
content: "\E6D6"
|
|
}
|
|
|
|
.el-icon-shopping-bag-2:before {
|
|
content: "\E74D"
|
|
}
|
|
|
|
.el-icon-shopping-bag-1:before {
|
|
content: "\E74E"
|
|
}
|
|
|
|
.el-icon-shopping-cart-2:before {
|
|
content: "\E74F"
|
|
}
|
|
|
|
.el-icon-shopping-cart-1:before {
|
|
content: "\E750"
|
|
}
|
|
|
|
.el-icon-shopping-cart-full:before {
|
|
content: "\E751"
|
|
}
|
|
|
|
.el-icon-smoking:before {
|
|
content: "\E752"
|
|
}
|
|
|
|
.el-icon-no-smoking:before {
|
|
content: "\E753"
|
|
}
|
|
|
|
.el-icon-house:before {
|
|
content: "\E754"
|
|
}
|
|
|
|
.el-icon-table-lamp:before {
|
|
content: "\E755"
|
|
}
|
|
|
|
.el-icon-school:before {
|
|
content: "\E756"
|
|
}
|
|
|
|
.el-icon-office-building:before {
|
|
content: "\E757"
|
|
}
|
|
|
|
.el-icon-toilet-paper:before {
|
|
content: "\E758"
|
|
}
|
|
|
|
.el-icon-notebook-2:before {
|
|
content: "\E759"
|
|
}
|
|
|
|
.el-icon-notebook-1:before {
|
|
content: "\E75A"
|
|
}
|
|
|
|
.el-icon-files:before {
|
|
content: "\E75B"
|
|
}
|
|
|
|
.el-icon-collection:before {
|
|
content: "\E75C"
|
|
}
|
|
|
|
.el-icon-receiving:before {
|
|
content: "\E75D"
|
|
}
|
|
|
|
.el-icon-suitcase-1:before {
|
|
content: "\E760"
|
|
}
|
|
|
|
.el-icon-suitcase:before {
|
|
content: "\E761"
|
|
}
|
|
|
|
.el-icon-film:before {
|
|
content: "\E763"
|
|
}
|
|
|
|
.el-icon-collection-tag:before {
|
|
content: "\E765"
|
|
}
|
|
|
|
.el-icon-data-analysis:before {
|
|
content: "\E766"
|
|
}
|
|
|
|
.el-icon-pie-chart:before {
|
|
content: "\E767"
|
|
}
|
|
|
|
.el-icon-data-board:before {
|
|
content: "\E768"
|
|
}
|
|
|
|
.el-icon-data-line:before {
|
|
content: "\E76D"
|
|
}
|
|
|
|
.el-icon-reading:before {
|
|
content: "\E769"
|
|
}
|
|
|
|
.el-icon-magic-stick:before {
|
|
content: "\E76A"
|
|
}
|
|
|
|
.el-icon-coordinate:before {
|
|
content: "\E76B"
|
|
}
|
|
|
|
.el-icon-mouse:before {
|
|
content: "\E76C"
|
|
}
|
|
|
|
.el-icon-brush:before {
|
|
content: "\E76E"
|
|
}
|
|
|
|
.el-icon-headset:before {
|
|
content: "\E76F"
|
|
}
|
|
|
|
.el-icon-umbrella:before {
|
|
content: "\E770"
|
|
}
|
|
|
|
.el-icon-scissors:before {
|
|
content: "\E771"
|
|
}
|
|
|
|
.el-icon-mobile:before {
|
|
content: "\E773"
|
|
}
|
|
|
|
.el-icon-attract:before {
|
|
content: "\E774"
|
|
}
|
|
|
|
.el-icon-monitor:before {
|
|
content: "\E775"
|
|
}
|
|
|
|
.el-icon-search:before {
|
|
content: "\E778"
|
|
}
|
|
|
|
.el-icon-takeaway-box:before {
|
|
content: "\E77A"
|
|
}
|
|
|
|
.el-icon-paperclip:before {
|
|
content: "\E77D"
|
|
}
|
|
|
|
.el-icon-printer:before {
|
|
content: "\E77E"
|
|
}
|
|
|
|
.el-icon-document-add:before {
|
|
content: "\E782"
|
|
}
|
|
|
|
.el-icon-document:before {
|
|
content: "\E785"
|
|
}
|
|
|
|
.el-icon-document-checked:before {
|
|
content: "\E786"
|
|
}
|
|
|
|
.el-icon-document-copy:before {
|
|
content: "\E787"
|
|
}
|
|
|
|
.el-icon-document-delete:before {
|
|
content: "\E788"
|
|
}
|
|
|
|
.el-icon-document-remove:before {
|
|
content: "\E789"
|
|
}
|
|
|
|
.el-icon-tickets:before {
|
|
content: "\E78B"
|
|
}
|
|
|
|
.el-icon-folder-checked:before {
|
|
content: "\E77F"
|
|
}
|
|
|
|
.el-icon-folder-delete:before {
|
|
content: "\E780"
|
|
}
|
|
|
|
.el-icon-folder-remove:before {
|
|
content: "\E781"
|
|
}
|
|
|
|
.el-icon-folder-add:before {
|
|
content: "\E783"
|
|
}
|
|
|
|
.el-icon-folder-opened:before {
|
|
content: "\E784"
|
|
}
|
|
|
|
.el-icon-folder:before {
|
|
content: "\E78A"
|
|
}
|
|
|
|
.el-icon-edit-outline:before {
|
|
content: "\E764"
|
|
}
|
|
|
|
.el-icon-edit:before {
|
|
content: "\E78C"
|
|
}
|
|
|
|
.el-icon-date:before {
|
|
content: "\E78E"
|
|
}
|
|
|
|
.el-icon-c-scale-to-original:before {
|
|
content: "\E7C6"
|
|
}
|
|
|
|
.el-icon-view:before {
|
|
content: "\E6CE"
|
|
}
|
|
|
|
.el-icon-loading:before {
|
|
content: "\E6CF"
|
|
}
|
|
|
|
.el-icon-rank:before {
|
|
content: "\E6D1"
|
|
}
|
|
|
|
.el-icon-sort-down:before {
|
|
content: "\E7C4"
|
|
}
|
|
|
|
.el-icon-sort-up:before {
|
|
content: "\E7C5"
|
|
}
|
|
|
|
.el-icon-sort:before {
|
|
content: "\E6D2"
|
|
}
|
|
|
|
.el-icon-finished:before {
|
|
content: "\E6CD"
|
|
}
|
|
|
|
.el-icon-refresh-left:before {
|
|
content: "\E6C7"
|
|
}
|
|
|
|
.el-icon-refresh-right:before {
|
|
content: "\E6C8"
|
|
}
|
|
|
|
.el-icon-refresh:before {
|
|
content: "\E6D0"
|
|
}
|
|
|
|
.el-icon-video-play:before {
|
|
content: "\E7C0"
|
|
}
|
|
|
|
.el-icon-video-pause:before {
|
|
content: "\E7C1"
|
|
}
|
|
|
|
.el-icon-d-arrow-right:before {
|
|
content: "\E6DC"
|
|
}
|
|
|
|
.el-icon-d-arrow-left:before {
|
|
content: "\E6DD"
|
|
}
|
|
|
|
.el-icon-arrow-up:before {
|
|
content: "\E6E1"
|
|
}
|
|
|
|
.el-icon-arrow-down:before {
|
|
content: "\E6DF"
|
|
}
|
|
|
|
.el-icon-arrow-right:before {
|
|
content: "\E6E0"
|
|
}
|
|
|
|
.el-icon-arrow-left:before {
|
|
content: "\E6DE"
|
|
}
|
|
|
|
.el-icon-top-right:before {
|
|
content: "\E6E7"
|
|
}
|
|
|
|
.el-icon-top-left:before {
|
|
content: "\E6E8"
|
|
}
|
|
|
|
.el-icon-top:before {
|
|
content: "\E6E6"
|
|
}
|
|
|
|
.el-icon-bottom:before {
|
|
content: "\E6EB"
|
|
}
|
|
|
|
.el-icon-right:before {
|
|
content: "\E6E9"
|
|
}
|
|
|
|
.el-icon-back:before {
|
|
content: "\E6EA"
|
|
}
|
|
|
|
.el-icon-bottom-right:before {
|
|
content: "\E6EC"
|
|
}
|
|
|
|
.el-icon-bottom-left:before {
|
|
content: "\E6ED"
|
|
}
|
|
|
|
.el-icon-caret-top:before {
|
|
content: "\E78F"
|
|
}
|
|
|
|
.el-icon-caret-bottom:before {
|
|
content: "\E790"
|
|
}
|
|
|
|
.el-icon-caret-right:before {
|
|
content: "\E791"
|
|
}
|
|
|
|
.el-icon-caret-left:before {
|
|
content: "\E792"
|
|
}
|
|
|
|
.el-icon-d-caret:before {
|
|
content: "\E79A"
|
|
}
|
|
|
|
.el-icon-share:before {
|
|
content: "\E793"
|
|
}
|
|
|
|
.el-icon-menu:before {
|
|
content: "\E798"
|
|
}
|
|
|
|
.el-icon-s-grid:before {
|
|
content: "\E7A6"
|
|
}
|
|
|
|
.el-icon-s-check:before {
|
|
content: "\E7A7"
|
|
}
|
|
|
|
.el-icon-s-data:before {
|
|
content: "\E7A8"
|
|
}
|
|
|
|
.el-icon-s-opportunity:before {
|
|
content: "\E7AA"
|
|
}
|
|
|
|
.el-icon-s-custom:before {
|
|
content: "\E7AB"
|
|
}
|
|
|
|
.el-icon-s-claim:before {
|
|
content: "\E7AD"
|
|
}
|
|
|
|
.el-icon-s-finance:before {
|
|
content: "\E7AE"
|
|
}
|
|
|
|
.el-icon-s-comment:before {
|
|
content: "\E7AF"
|
|
}
|
|
|
|
.el-icon-s-flag:before {
|
|
content: "\E7B0"
|
|
}
|
|
|
|
.el-icon-s-marketing:before {
|
|
content: "\E7B1"
|
|
}
|
|
|
|
.el-icon-s-shop:before {
|
|
content: "\E7B4"
|
|
}
|
|
|
|
.el-icon-s-open:before {
|
|
content: "\E7B5"
|
|
}
|
|
|
|
.el-icon-s-management:before {
|
|
content: "\E7B6"
|
|
}
|
|
|
|
.el-icon-s-ticket:before {
|
|
content: "\E7B7"
|
|
}
|
|
|
|
.el-icon-s-release:before {
|
|
content: "\E7B8"
|
|
}
|
|
|
|
.el-icon-s-home:before {
|
|
content: "\E7B9"
|
|
}
|
|
|
|
.el-icon-s-promotion:before {
|
|
content: "\E7BA"
|
|
}
|
|
|
|
.el-icon-s-operation:before {
|
|
content: "\E7BB"
|
|
}
|
|
|
|
.el-icon-s-unfold:before {
|
|
content: "\E7BC"
|
|
}
|
|
|
|
.el-icon-s-fold:before {
|
|
content: "\E7A9"
|
|
}
|
|
|
|
.el-icon-s-platform:before {
|
|
content: "\E7BD"
|
|
}
|
|
|
|
.el-icon-s-order:before {
|
|
content: "\E7BE"
|
|
}
|
|
|
|
.el-icon-s-cooperation:before {
|
|
content: "\E7BF"
|
|
}
|
|
|
|
.el-icon-bell:before {
|
|
content: "\E725"
|
|
}
|
|
|
|
.el-icon-message-solid:before {
|
|
content: "\E799"
|
|
}
|
|
|
|
.el-icon-video-camera:before {
|
|
content: "\E772"
|
|
}
|
|
|
|
.el-icon-video-camera-solid:before {
|
|
content: "\E796"
|
|
}
|
|
|
|
.el-icon-camera:before {
|
|
content: "\E779"
|
|
}
|
|
|
|
.el-icon-camera-solid:before {
|
|
content: "\E79B"
|
|
}
|
|
|
|
.el-icon-download:before {
|
|
content: "\E77C"
|
|
}
|
|
|
|
.el-icon-upload2:before {
|
|
content: "\E77B"
|
|
}
|
|
|
|
.el-icon-upload:before {
|
|
content: "\E7C3"
|
|
}
|
|
|
|
.el-icon-picture-outline-round:before {
|
|
content: "\E75F"
|
|
}
|
|
|
|
.el-icon-picture-outline:before {
|
|
content: "\E75E"
|
|
}
|
|
|
|
.el-icon-picture:before {
|
|
content: "\E79F"
|
|
}
|
|
|
|
.el-icon-close:before {
|
|
content: "\E6DB"
|
|
}
|
|
|
|
.el-icon-check:before {
|
|
content: "\E6DA"
|
|
}
|
|
|
|
.el-icon-plus:before {
|
|
content: "\E6D9"
|
|
}
|
|
|
|
.el-icon-minus:before {
|
|
content: "\E6D8"
|
|
}
|
|
|
|
.el-icon-help:before {
|
|
content: "\E73D"
|
|
}
|
|
|
|
.el-icon-s-help:before {
|
|
content: "\E7B3"
|
|
}
|
|
|
|
.el-icon-circle-close:before {
|
|
content: "\E78D"
|
|
}
|
|
|
|
.el-icon-circle-check:before {
|
|
content: "\E720"
|
|
}
|
|
|
|
.el-icon-circle-plus-outline:before {
|
|
content: "\E723"
|
|
}
|
|
|
|
.el-icon-remove-outline:before {
|
|
content: "\E722"
|
|
}
|
|
|
|
.el-icon-zoom-out:before {
|
|
content: "\E776"
|
|
}
|
|
|
|
.el-icon-zoom-in:before {
|
|
content: "\E777"
|
|
}
|
|
|
|
.el-icon-error:before {
|
|
content: "\E79D"
|
|
}
|
|
|
|
.el-icon-success:before {
|
|
content: "\E79C"
|
|
}
|
|
|
|
.el-icon-circle-plus:before {
|
|
content: "\E7A0"
|
|
}
|
|
|
|
.el-icon-remove:before {
|
|
content: "\E7A2"
|
|
}
|
|
|
|
.el-icon-info:before {
|
|
content: "\E7A1"
|
|
}
|
|
|
|
.el-icon-question:before {
|
|
content: "\E7A4"
|
|
}
|
|
|
|
.el-icon-warning-outline:before {
|
|
content: "\E6C9"
|
|
}
|
|
|
|
.el-icon-warning:before {
|
|
content: "\E7A3"
|
|
}
|
|
|
|
.el-icon-goods:before {
|
|
content: "\E7C2"
|
|
}
|
|
|
|
.el-icon-s-goods:before {
|
|
content: "\E7B2"
|
|
}
|
|
|
|
.el-icon-star-off:before {
|
|
content: "\E717"
|
|
}
|
|
|
|
.el-icon-star-on:before {
|
|
content: "\E797"
|
|
}
|
|
|
|
.el-icon-more-outline:before {
|
|
content: "\E6CC"
|
|
}
|
|
|
|
.el-icon-more:before {
|
|
content: "\E794"
|
|
}
|
|
|
|
.el-icon-phone-outline:before {
|
|
content: "\E6CB"
|
|
}
|
|
|
|
.el-icon-phone:before {
|
|
content: "\E795"
|
|
}
|
|
|
|
.el-icon-user:before {
|
|
content: "\E6E3"
|
|
}
|
|
|
|
.el-icon-user-solid:before {
|
|
content: "\E7A5"
|
|
}
|
|
|
|
.el-icon-setting:before {
|
|
content: "\E6CA"
|
|
}
|
|
|
|
.el-icon-s-tools:before {
|
|
content: "\E7AC"
|
|
}
|
|
|
|
.el-icon-delete:before {
|
|
content: "\E6D7"
|
|
}
|
|
|
|
.el-icon-delete-solid:before {
|
|
content: "\E7C9"
|
|
}
|
|
|
|
.el-icon-eleme:before {
|
|
content: "\E7C7"
|
|
}
|
|
|
|
.el-icon-platform-eleme:before {
|
|
content: "\E7CA"
|
|
}
|
|
|
|
.el-icon-loading {
|
|
-webkit-animation: rotating 2s linear infinite;
|
|
animation: rotating 2s linear infinite
|
|
}
|
|
|
|
.el-icon--right {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-icon--left {
|
|
margin-right: 5px
|
|
}
|
|
|
|
.el-pagination {
|
|
white-space: nowrap;
|
|
padding: 2px 5px;
|
|
color: #303133;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-pagination:after, .el-pagination:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-pagination:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-pagination button, .el-pagination span:not([class*=suffix]) {
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
min-width: 35.5px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
vertical-align: top;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-pagination .el-input__inner {
|
|
text-align: center;
|
|
-moz-appearance: textfield;
|
|
line-height: normal
|
|
}
|
|
|
|
.el-pagination .el-input__suffix {
|
|
right: 0;
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-pagination .el-select .el-input {
|
|
width: 100px;
|
|
margin: 0 5px
|
|
}
|
|
|
|
.el-pagination .el-select .el-input .el-input__inner {
|
|
padding-right: 25px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-pagination button {
|
|
border: none;
|
|
padding: 0 6px;
|
|
background: transparent
|
|
}
|
|
|
|
.el-pagination button:focus {
|
|
outline: none
|
|
}
|
|
|
|
.el-pagination button:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-pagination button:disabled {
|
|
color: #c0c4cc;
|
|
background-color: #fff;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-pagination .btn-next, .el-pagination .btn-prev {
|
|
background: 50% no-repeat;
|
|
background-size: 16px;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
color: #303133
|
|
}
|
|
|
|
.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
|
|
display: block;
|
|
font-size: 12px;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-pagination .btn-prev {
|
|
padding-right: 12px
|
|
}
|
|
|
|
.el-pagination .btn-next {
|
|
padding-left: 12px
|
|
}
|
|
|
|
.el-pagination .el-pager li.disabled {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-pagination--small .btn-next, .el-pagination--small .btn-prev, .el-pagination--small .el-pager li, .el-pagination--small .el-pager li.btn-quicknext, .el-pagination--small .el-pager li.btn-quickprev, .el-pagination--small .el-pager li:last-child {
|
|
border-color: transparent;
|
|
font-size: 12px;
|
|
line-height: 22px;
|
|
height: 22px;
|
|
min-width: 22px
|
|
}
|
|
|
|
.el-pagination--small .arrow.disabled {
|
|
visibility: hidden
|
|
}
|
|
|
|
.el-pagination--small .more:before, .el-pagination--small li.more:before {
|
|
line-height: 24px
|
|
}
|
|
|
|
.el-pagination--small button, .el-pagination--small span:not([class*=suffix]) {
|
|
height: 22px;
|
|
line-height: 22px
|
|
}
|
|
|
|
.el-pagination--small .el-pagination__editor, .el-pagination--small .el-pagination__editor.el-input .el-input__inner {
|
|
height: 22px
|
|
}
|
|
|
|
.el-pagination__sizes {
|
|
margin: 0 10px 0 0;
|
|
font-weight: 400;
|
|
color: #606266
|
|
}
|
|
|
|
.el-pagination__sizes .el-input .el-input__inner {
|
|
font-size: 13px;
|
|
padding-left: 8px
|
|
}
|
|
|
|
.el-pagination__sizes .el-input .el-input__inner:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-pagination__total {
|
|
margin-right: 10px;
|
|
font-weight: 400;
|
|
color: #606266
|
|
}
|
|
|
|
.el-pagination__jump {
|
|
margin-left: 24px;
|
|
font-weight: 400;
|
|
color: #606266
|
|
}
|
|
|
|
.el-pagination__jump .el-input__inner {
|
|
padding: 0 3px
|
|
}
|
|
|
|
.el-pagination__rightwrapper {
|
|
float: right
|
|
}
|
|
|
|
.el-pagination__editor {
|
|
line-height: 18px;
|
|
padding: 0 2px;
|
|
height: 28px;
|
|
text-align: center;
|
|
margin: 0 2px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-pagination__editor.el-input {
|
|
width: 50px
|
|
}
|
|
|
|
.el-pagination__editor.el-input .el-input__inner {
|
|
height: 28px
|
|
}
|
|
|
|
.el-pagination__editor .el-input__inner::-webkit-inner-spin-button, .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0
|
|
}
|
|
|
|
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
|
|
margin: 0 5px;
|
|
background-color: #f4f4f5;
|
|
color: #606266;
|
|
min-width: 30px;
|
|
border-radius: 2px
|
|
}
|
|
|
|
.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .el-pager li.disabled {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev {
|
|
padding: 0
|
|
}
|
|
|
|
.el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev:disabled {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-pagination.is-background .el-pager li:not(.disabled):hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-pagination.is-background .el-pager li:not(.disabled).active {
|
|
background-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-pagination.is-background.el-pagination--small .btn-next, .el-pagination.is-background.el-pagination--small .btn-prev, .el-pagination.is-background.el-pagination--small .el-pager li {
|
|
margin: 0 3px;
|
|
min-width: 22px
|
|
}
|
|
|
|
.el-pager {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
list-style: none;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-size: 0;
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.el-pager .more:before {
|
|
line-height: 30px
|
|
}
|
|
|
|
.el-pager li {
|
|
padding: 0 4px;
|
|
background: #fff;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
min-width: 35.5px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
margin: 0
|
|
}
|
|
|
|
.el-pager li.btn-quicknext, .el-pager li.btn-quickprev {
|
|
line-height: 28px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-pager li.btn-quicknext.disabled, .el-pager li.btn-quickprev.disabled {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-pager li.btn-quicknext:hover, .el-pager li.btn-quickprev:hover {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-pager li.active + li {
|
|
border-left: 0
|
|
}
|
|
|
|
.el-pager li:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-pager li.active {
|
|
color: #009e9f;
|
|
cursor: default
|
|
}
|
|
|
|
.el-dialog {
|
|
position: relative;
|
|
margin: 0 auto 50px;
|
|
background: #fff;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
|
|
box-shadow: 0 1px 3px rgba(0,0,0,.3);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 50%
|
|
}
|
|
|
|
.el-dialog.is-fullscreen {
|
|
width: 100%;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
height: 100%;
|
|
overflow: auto
|
|
}
|
|
|
|
.el-dialog__wrapper {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
margin: 0
|
|
}
|
|
|
|
.el-dialog__header {
|
|
padding: 20px;
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.el-dialog__headerbtn {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 20px;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
cursor: pointer;
|
|
font-size: 16px
|
|
}
|
|
|
|
.el-dialog__headerbtn .el-dialog__close {
|
|
color: #909399
|
|
}
|
|
|
|
.el-dialog__headerbtn:focus .el-dialog__close, .el-dialog__headerbtn:hover .el-dialog__close {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-dialog__title {
|
|
line-height: 24px;
|
|
font-size: 18px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-dialog__body {
|
|
padding: 30px 20px;
|
|
color: #606266;
|
|
font-size: 14px;
|
|
word-break: break-all
|
|
}
|
|
|
|
.el-dialog__footer {
|
|
padding: 20px;
|
|
padding-top: 10px;
|
|
text-align: right;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-dialog--center {
|
|
text-align: center
|
|
}
|
|
|
|
.el-dialog--center .el-dialog__body {
|
|
text-align: initial;
|
|
padding: 25px 25px 30px
|
|
}
|
|
|
|
.el-dialog--center .el-dialog__footer {
|
|
text-align: inherit
|
|
}
|
|
|
|
.dialog-fade-enter-active {
|
|
-webkit-animation: dialog-fade-in .3s;
|
|
animation: dialog-fade-in .3s
|
|
}
|
|
|
|
.dialog-fade-leave-active {
|
|
-webkit-animation: dialog-fade-out .3s;
|
|
animation: dialog-fade-out .3s
|
|
}
|
|
|
|
.el-autocomplete {
|
|
position: relative;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-autocomplete-suggestion {
|
|
margin: 5px 0;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
border-radius: 4px;
|
|
border: 1px solid #dfe4ed;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-autocomplete-suggestion__wrap {
|
|
max-height: 280px;
|
|
padding: 10px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-autocomplete-suggestion__list {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.el-autocomplete-suggestion li {
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
line-height: 34px;
|
|
cursor: pointer;
|
|
color: #606266;
|
|
font-size: 14px;
|
|
list-style: none;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.el-autocomplete-suggestion li.highlighted, .el-autocomplete-suggestion li:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-autocomplete-suggestion li.divider {
|
|
margin-top: 6px;
|
|
border-top: 1px solid #000
|
|
}
|
|
|
|
.el-autocomplete-suggestion li.divider:last-child {
|
|
margin-bottom: -6px
|
|
}
|
|
|
|
.el-autocomplete-suggestion.is-loading li {
|
|
text-align: center;
|
|
height: 100px;
|
|
line-height: 100px;
|
|
font-size: 20px;
|
|
color: #999
|
|
}
|
|
|
|
.el-autocomplete-suggestion.is-loading li:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-autocomplete-suggestion.is-loading li:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-autocomplete-suggestion.is-loading .el-icon-loading {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-dropdown {
|
|
display: inline-block;
|
|
position: relative;
|
|
color: #606266;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-dropdown .el-button-group {
|
|
display: block
|
|
}
|
|
|
|
.el-dropdown .el-button-group .el-button {
|
|
float: none
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
position: relative;
|
|
border-left: none
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button:before {
|
|
content: "";
|
|
position: absolute;
|
|
display: block;
|
|
width: 1px;
|
|
top: 5px;
|
|
bottom: 5px;
|
|
left: 0;
|
|
background: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button.el-button--default:before {
|
|
background: rgba(220,223,230,.5)
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button:hover:before {
|
|
top: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
|
|
padding-left: 0
|
|
}
|
|
|
|
.el-dropdown__icon {
|
|
font-size: 12px;
|
|
margin: 0 3px
|
|
}
|
|
|
|
.el-dropdown .el-dropdown-selfdefine:focus:active, .el-dropdown .el-dropdown-selfdefine:focus:not(.focusing) {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-dropdown-menu {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
padding: 10px 0;
|
|
margin: 5px 0;
|
|
background-color: #fff;
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-dropdown-menu__item {
|
|
list-style: none;
|
|
line-height: 36px;
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
cursor: pointer;
|
|
outline: none
|
|
}
|
|
|
|
.el-dropdown-menu__item:focus, .el-dropdown-menu__item:not(.is-disabled):hover {
|
|
background-color: #e6f5f5;
|
|
color: #33b1b2
|
|
}
|
|
|
|
.el-dropdown-menu__item i {
|
|
margin-right: 5px
|
|
}
|
|
|
|
.el-dropdown-menu__item--divided {
|
|
position: relative;
|
|
margin-top: 6px;
|
|
border-top: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-dropdown-menu__item--divided:before {
|
|
content: "";
|
|
height: 6px;
|
|
display: block;
|
|
margin: 0 -20px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-dropdown-menu__item.is-disabled {
|
|
cursor: default;
|
|
color: #bbb;
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-dropdown-menu--medium {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.el-dropdown-menu--medium .el-dropdown-menu__item {
|
|
line-height: 30px;
|
|
padding: 0 17px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
|
|
margin-top: 6px
|
|
}
|
|
|
|
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
|
|
height: 6px;
|
|
margin: 0 -17px
|
|
}
|
|
|
|
.el-dropdown-menu--small {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.el-dropdown-menu--small .el-dropdown-menu__item {
|
|
line-height: 27px;
|
|
padding: 0 15px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
|
|
margin-top: 4px
|
|
}
|
|
|
|
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
|
|
height: 4px;
|
|
margin: 0 -15px
|
|
}
|
|
|
|
.el-dropdown-menu--mini {
|
|
padding: 3px 0
|
|
}
|
|
|
|
.el-dropdown-menu--mini .el-dropdown-menu__item {
|
|
line-height: 24px;
|
|
padding: 0 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
|
|
margin-top: 3px
|
|
}
|
|
|
|
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
|
|
height: 3px;
|
|
margin: 0 -10px
|
|
}
|
|
|
|
.el-menu {
|
|
border-right: 1px solid #e6e6e6;
|
|
list-style: none;
|
|
position: relative;
|
|
margin: 0;
|
|
padding-left: 0;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-menu:after, .el-menu:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-menu:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-menu.el-menu--horizontal {
|
|
border-bottom: 1px solid #e6e6e6;
|
|
}
|
|
|
|
.el-menu--horizontal {
|
|
border-right: none;
|
|
}
|
|
|
|
.el-menu--horizontal > .el-menu-item {
|
|
float: left;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
margin: 0;
|
|
border-bottom: 2px solid transparent;
|
|
color: #909399
|
|
}
|
|
|
|
.el-menu--horizontal > .el-menu-item a, .el-menu--horizontal > .el-menu-item a:hover {
|
|
color: inherit
|
|
}
|
|
|
|
.el-menu--horizontal > .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item:not(.is-disabled):hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu {
|
|
float: left
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu:focus, .el-menu--horizontal > .el-submenu:hover {
|
|
outline: none
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu:focus .el-submenu__title, .el-menu--horizontal > .el-submenu:hover .el-submenu__title {
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
|
|
border-bottom: 2px solid #009e9f;
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu .el-submenu__title {
|
|
height: 60px;
|
|
line-height: 60px;
|
|
border-bottom: 2px solid transparent;
|
|
color: #909399
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu .el-submenu__title:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow {
|
|
position: static;
|
|
vertical-align: middle;
|
|
margin-left: 8px;
|
|
margin-top: -3px
|
|
}
|
|
|
|
.el-menu--horizontal .el-menu .el-menu-item, .el-menu--horizontal .el-menu .el-submenu__title {
|
|
background-color: #fff;
|
|
float: none;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
padding: 0 10px;
|
|
color: #909399
|
|
}
|
|
|
|
.el-menu--horizontal .el-menu .el-menu-item.is-active, .el-menu--horizontal .el-menu .el-submenu.is-active > .el-submenu__title {
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--horizontal .el-menu-item:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item:not(.is-disabled):hover {
|
|
outline: none;
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--horizontal > .el-menu-item.is-active {
|
|
border-bottom: 2px solid #009e9f;
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--collapse {
|
|
width: 64px
|
|
}
|
|
|
|
.el-menu--collapse > .el-menu-item [class^=el-icon-], .el-menu--collapse > .el-submenu > .el-submenu__title [class^=el-icon-] {
|
|
margin: 0;
|
|
vertical-align: middle;
|
|
width: 24px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow, .el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
|
|
display: none
|
|
}
|
|
|
|
.el-menu--collapse > .el-menu-item span, .el-menu--collapse > .el-submenu > .el-submenu__title span {
|
|
height: 0;
|
|
width: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-menu--collapse > .el-menu-item.is-active i {
|
|
color: inherit
|
|
}
|
|
|
|
.el-menu--collapse .el-menu .el-submenu {
|
|
min-width: 200px
|
|
}
|
|
|
|
.el-menu--collapse .el-submenu {
|
|
position: relative
|
|
}
|
|
|
|
.el-menu--collapse .el-submenu .el-menu {
|
|
position: absolute;
|
|
margin-left: 5px;
|
|
top: 0;
|
|
left: 100%;
|
|
z-index: 10;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-menu--collapse .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
|
|
-webkit-transform: none;
|
|
transform: none
|
|
}
|
|
|
|
.el-menu--popup {
|
|
z-index: 100;
|
|
min-width: 200px;
|
|
border: none;
|
|
padding: 5px 0;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-menu--popup-bottom-start {
|
|
margin-top: 5px
|
|
}
|
|
|
|
.el-menu--popup-right-start {
|
|
margin-left: 5px;
|
|
margin-right: 5px
|
|
}
|
|
|
|
.el-menu-item {
|
|
height: 56px;
|
|
line-height: 56px;
|
|
font-size: 14px;
|
|
color: #303133;
|
|
padding: 0 20px;
|
|
list-style: none;
|
|
cursor: pointer;
|
|
position: relative;
|
|
-webkit-transition: border-color .3s,background-color .3s,color .3s;
|
|
transition: border-color .3s,background-color .3s,color .3s;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-menu-item * {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-menu-item i {
|
|
color: #909399
|
|
}
|
|
|
|
.el-menu-item:focus, .el-menu-item:hover {
|
|
outline: none;
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-menu-item.is-disabled {
|
|
opacity: .25;
|
|
cursor: not-allowed;
|
|
background: none !important
|
|
}
|
|
|
|
.el-menu-item [class^=el-icon-] {
|
|
margin-right: 5px;
|
|
width: 24px;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-menu-item.is-active {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-menu-item.is-active i {
|
|
color: inherit
|
|
}
|
|
|
|
.el-submenu {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.el-submenu__title {
|
|
height: 56px;
|
|
line-height: 56px;
|
|
font-size: 14px;
|
|
color: #303133;
|
|
padding: 0 20px;
|
|
list-style: none;
|
|
cursor: pointer;
|
|
position: relative;
|
|
-webkit-transition: border-color .3s,background-color .3s,color .3s;
|
|
transition: border-color .3s,background-color .3s,color .3s;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-submenu__title * {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-submenu__title i {
|
|
color: #909399
|
|
}
|
|
|
|
.el-submenu__title:focus, .el-submenu__title:hover {
|
|
outline: none;
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-submenu__title.is-disabled {
|
|
opacity: .25;
|
|
cursor: not-allowed;
|
|
background: none !important
|
|
}
|
|
|
|
.el-submenu__title:hover {
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-submenu .el-menu {
|
|
border: none
|
|
}
|
|
|
|
.el-submenu .el-menu-item {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
padding: 0 45px;
|
|
min-width: 200px
|
|
}
|
|
|
|
.el-submenu__icon-arrow {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 20px;
|
|
margin-top: -7px;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-submenu.is-active .el-submenu__title {
|
|
border-bottom-color: #009e9f
|
|
}
|
|
|
|
.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.el-submenu.is-disabled .el-menu-item, .el-submenu.is-disabled .el-submenu__title {
|
|
opacity: .25;
|
|
cursor: not-allowed;
|
|
background: none !important
|
|
}
|
|
|
|
.el-submenu [class^=el-icon-] {
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
width: 24px;
|
|
text-align: center;
|
|
font-size: 18px
|
|
}
|
|
|
|
.el-menu-item-group > ul {
|
|
padding: 0
|
|
}
|
|
|
|
.el-menu-item-group__title {
|
|
padding: 7px 0 7px 20px;
|
|
line-height: normal;
|
|
font-size: 12px;
|
|
color: #909399
|
|
}
|
|
|
|
.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
|
|
-webkit-transition: .2s;
|
|
transition: .2s;
|
|
opacity: 0
|
|
}
|
|
|
|
.el-radio-group {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
vertical-align: middle;
|
|
font-size: 0
|
|
}
|
|
|
|
.el-radio-button, .el-radio-button__inner {
|
|
position: relative;
|
|
display: inline-block;
|
|
outline: none
|
|
}
|
|
|
|
.el-radio-button__inner {
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
background: #fff;
|
|
border: 1px solid #dcdfe6;
|
|
font-weight: 400;
|
|
border-left: 0;
|
|
color: #606266;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-radio-button__inner.is-round {
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.el-radio-button__inner:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-radio-button__inner [class*=el-icon-] {
|
|
line-height: .9
|
|
}
|
|
|
|
.el-radio-button__inner [class*=el-icon-] + span {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-radio-button:first-child .el-radio-button__inner {
|
|
border-left: 1px solid #dcdfe6;
|
|
border-radius: 4px 0 0 4px;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important
|
|
}
|
|
|
|
.el-radio-button__orig-radio {
|
|
opacity: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
z-index: -1
|
|
}
|
|
|
|
.el-radio-button__orig-radio:checked + .el-radio-button__inner {
|
|
color: #fff;
|
|
background-color: #009e9f;
|
|
border-color: #009e9f;
|
|
-webkit-box-shadow: -1px 0 0 0 #009e9f;
|
|
box-shadow: -1px 0 0 0 #009e9f
|
|
}
|
|
|
|
.el-radio-button__orig-radio:disabled + .el-radio-button__inner {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed;
|
|
background-image: none;
|
|
background-color: #fff;
|
|
border-color: #e6ebf5;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
.el-radio-button__orig-radio:disabled:checked + .el-radio-button__inner {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-radio-button:last-child .el-radio-button__inner {
|
|
border-radius: 0 4px 4px 0
|
|
}
|
|
|
|
.el-radio-button:first-child:last-child .el-radio-button__inner {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-radio-button--medium .el-radio-button__inner {
|
|
padding: 10px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-radio-button--medium .el-radio-button__inner.is-round {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.el-radio-button--small .el-radio-button__inner {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-radio-button--small .el-radio-button__inner.is-round {
|
|
padding: 9px 15px
|
|
}
|
|
|
|
.el-radio-button--mini .el-radio-button__inner {
|
|
padding: 7px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-radio-button--mini .el-radio-button__inner.is-round {
|
|
padding: 7px 15px
|
|
}
|
|
|
|
.el-radio-button:focus:not(.is-focus):not(:active):not(.is-disabled) {
|
|
-webkit-box-shadow: 0 0 2px 2px #009e9f;
|
|
box-shadow: 0 0 2px 2px #009e9f
|
|
}
|
|
|
|
.el-switch {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
position: relative;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-switch.is-disabled .el-switch__core, .el-switch.is-disabled .el-switch__label {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-switch__label {
|
|
-webkit-transition: .2s;
|
|
transition: .2s;
|
|
height: 20px;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
color: #303133
|
|
}
|
|
|
|
.el-switch__label.is-active {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-switch__label--left {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.el-switch__label--right {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-switch__label * {
|
|
line-height: 1;
|
|
font-size: 14px;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-switch__input {
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.el-switch__core {
|
|
margin: 0;
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 40px;
|
|
height: 20px;
|
|
border: 1px solid #dcdfe6;
|
|
outline: none;
|
|
border-radius: 10px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #dcdfe6;
|
|
cursor: pointer;
|
|
-webkit-transition: border-color .3s,background-color .3s;
|
|
transition: border-color .3s,background-color .3s;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-switch__core:after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 1px;
|
|
border-radius: 100%;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s;
|
|
width: 16px;
|
|
height: 16px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-switch.is-checked .el-switch__core {
|
|
border-color: #009e9f;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-switch.is-checked .el-switch__core:after {
|
|
left: 100%;
|
|
margin-left: -17px
|
|
}
|
|
|
|
.el-switch.is-disabled {
|
|
opacity: .6
|
|
}
|
|
|
|
.el-switch--wide .el-switch__label.el-switch__label--left span {
|
|
left: 10px
|
|
}
|
|
|
|
.el-switch--wide .el-switch__label.el-switch__label--right span {
|
|
right: 10px
|
|
}
|
|
|
|
.el-switch .label-fade-enter, .el-switch .label-fade-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-select-dropdown {
|
|
position: absolute;
|
|
z-index: 1001;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 5px 0
|
|
}
|
|
|
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
|
|
color: #009e9f;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
|
|
position: absolute;
|
|
right: 20px;
|
|
font-family: element-icons;
|
|
content: "\E6DA";
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
|
|
padding: 0
|
|
}
|
|
|
|
.el-select-dropdown__empty {
|
|
padding: 10px 0;
|
|
margin: 0;
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-select-dropdown__wrap {
|
|
max-height: 274px
|
|
}
|
|
|
|
.el-select-dropdown__list {
|
|
list-style: none;
|
|
padding: 6px 0;
|
|
margin: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-select-dropdown__item {
|
|
font-size: 14px;
|
|
padding: 0 20px;
|
|
position: relative;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
color: #606266;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-select-dropdown__item.is-disabled {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-select-dropdown__item.is-disabled:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-select-dropdown__item.hover, .el-select-dropdown__item:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-select-dropdown__item.selected {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-select-group {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.el-select-group__wrap {
|
|
position: relative;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.el-select-group__wrap:not(:last-of-type) {
|
|
padding-bottom: 24px
|
|
}
|
|
|
|
.el-select-group__wrap:not(:last-of-type):after {
|
|
content: "";
|
|
position: absolute;
|
|
display: block;
|
|
left: 20px;
|
|
right: 20px;
|
|
bottom: 12px;
|
|
height: 1px;
|
|
background: #dfe4ed
|
|
}
|
|
|
|
.el-select-group__title {
|
|
padding-left: 20px;
|
|
font-size: 12px;
|
|
color: #909399;
|
|
line-height: 30px
|
|
}
|
|
|
|
.el-select-group .el-select-dropdown__item {
|
|
padding-left: 20px
|
|
}
|
|
|
|
.el-select {
|
|
display: inline-block;
|
|
position: relative
|
|
}
|
|
|
|
.el-select .el-select__tags > span {
|
|
display: contents
|
|
}
|
|
|
|
.el-select:hover .el-input__inner {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-select .el-input__inner {
|
|
cursor: pointer;
|
|
padding-right: 35px
|
|
}
|
|
|
|
.el-select .el-input__inner:focus {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-select .el-input .el-select__caret {
|
|
color: #c0c4cc;
|
|
font-size: 14px;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-select .el-input .el-select__caret.is-reverse {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
|
|
.el-select .el-input .el-select__caret.is-show-close {
|
|
font-size: 14px;
|
|
text-align: center;
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
border-radius: 100%;
|
|
color: #c0c4cc;
|
|
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-select .el-input .el-select__caret.is-show-close:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-select .el-input.is-disabled .el-input__inner {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-select .el-input.is-disabled .el-input__inner:hover {
|
|
border-color: #dfe4ed
|
|
}
|
|
|
|
.el-select .el-input.is-focus .el-input__inner {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-select > .el-input {
|
|
display: block
|
|
}
|
|
|
|
.el-select__input {
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
margin-left: 15px;
|
|
color: #666;
|
|
font-size: 14px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
height: 28px;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-select__input.is-mini {
|
|
height: 14px
|
|
}
|
|
|
|
.el-select__close {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 8px;
|
|
z-index: 1000;
|
|
right: 25px;
|
|
color: #c0c4cc;
|
|
line-height: 18px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-select__close:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-select__tags {
|
|
position: absolute;
|
|
line-height: normal;
|
|
white-space: normal;
|
|
z-index: 1;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.el-select .el-tag__close {
|
|
margin-top: -2px
|
|
}
|
|
|
|
.el-select .el-tag {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-color: transparent;
|
|
margin: 2px 0 2px 6px;
|
|
background-color: #f0f2f5
|
|
}
|
|
|
|
.el-select .el-tag__close.el-icon-close {
|
|
background-color: #c0c4cc;
|
|
right: -7px;
|
|
top: 0;
|
|
color: #fff
|
|
}
|
|
|
|
.el-select .el-tag__close.el-icon-close:hover {
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-select .el-tag__close.el-icon-close:before {
|
|
display: block;
|
|
-webkit-transform: translateY(.5px);
|
|
transform: translateY(.5px)
|
|
}
|
|
|
|
.el-table {
|
|
position: relative;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
background-color: #fff;
|
|
font-size: 14px;
|
|
color: #606266
|
|
}
|
|
|
|
.el-table__empty-block {
|
|
min-height: 60px;
|
|
text-align: center;
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-table__empty-text {
|
|
line-height: 60px;
|
|
width: 50%;
|
|
color: #909399
|
|
}
|
|
|
|
.el-table__expand-column .cell {
|
|
padding: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.el-table__expand-icon {
|
|
position: relative;
|
|
cursor: pointer;
|
|
color: #666;
|
|
font-size: 12px;
|
|
-webkit-transition: -webkit-transform .2s ease-in-out;
|
|
transition: -webkit-transform .2s ease-in-out;
|
|
transition: transform .2s ease-in-out;
|
|
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
|
|
height: 20px
|
|
}
|
|
|
|
.el-table__expand-icon--expanded {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.el-table__expand-icon > .el-icon {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin-left: -5px;
|
|
margin-top: -5px
|
|
}
|
|
|
|
.el-table__expanded-cell {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-table__expanded-cell[class*=cell] {
|
|
padding: 20px 50px
|
|
}
|
|
|
|
.el-table__expanded-cell:hover {
|
|
background-color: transparent !important
|
|
}
|
|
|
|
.el-table__placeholder {
|
|
display: inline-block;
|
|
width: 20px
|
|
}
|
|
|
|
.el-table__append-wrapper {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-table--fit {
|
|
border-right: 0;
|
|
border-bottom: 0
|
|
}
|
|
|
|
.el-table--fit td.gutter, .el-table--fit th.gutter {
|
|
border-right-width: 1px
|
|
}
|
|
|
|
.el-table--scrollable-x .el-table__body-wrapper {
|
|
overflow-x: auto
|
|
}
|
|
|
|
.el-table--scrollable-y .el-table__body-wrapper {
|
|
overflow-y: auto
|
|
}
|
|
|
|
.el-table thead {
|
|
color: #909399;
|
|
font-weight: 500
|
|
}
|
|
|
|
.el-table thead.is-group th {
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-table td, .el-table th {
|
|
padding: 12px 0;
|
|
min-width: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-overflow: ellipsis;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
text-align: left
|
|
}
|
|
|
|
.el-table td.is-center, .el-table th.is-center {
|
|
text-align: center
|
|
}
|
|
|
|
.el-table td.is-right, .el-table th.is-right {
|
|
text-align: right
|
|
}
|
|
|
|
.el-table td.gutter, .el-table th.gutter {
|
|
width: 15px;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.el-table td.is-hidden > *, .el-table th.is-hidden > * {
|
|
visibility: hidden
|
|
}
|
|
|
|
.el-table--medium td, .el-table--medium th {
|
|
padding: 10px 0
|
|
}
|
|
|
|
.el-table--small {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-table--small td, .el-table--small th {
|
|
padding: 8px 0
|
|
}
|
|
|
|
.el-table--mini {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-table--mini td, .el-table--mini th {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.el-table tr {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-table tr input[type=checkbox] {
|
|
margin: 0
|
|
}
|
|
|
|
.el-table td, .el-table th.is-leaf {
|
|
border-bottom: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table th.is-sortable {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-table th {
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-table th > .cell {
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
width: 100%
|
|
}
|
|
|
|
.el-table th > .cell.highlight {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-table th.required > div:before {
|
|
display: inline-block;
|
|
content: "";
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50%;
|
|
background: #ff4d51;
|
|
margin-right: 5px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-table td div {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-table td.gutter {
|
|
width: 0
|
|
}
|
|
|
|
.el-table .cell {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
line-height: 23px;
|
|
padding-left: 10px;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.el-table .cell.el-tooltip {
|
|
white-space: nowrap;
|
|
min-width: 50px
|
|
}
|
|
|
|
.el-table--border, .el-table--group {
|
|
border: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table--border:after, .el-table--group:after, .el-table:before {
|
|
content: "";
|
|
position: absolute;
|
|
background-color: #e6ebf5;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-table--border:after, .el-table--group:after {
|
|
top: 0;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 100%
|
|
}
|
|
|
|
.el-table:before {
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 1px
|
|
}
|
|
|
|
.el-table--border {
|
|
border-right: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-table--border.el-loading-parent--relative {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-table--border td, .el-table--border th {
|
|
border-right: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
|
|
padding-left: 10px
|
|
}
|
|
|
|
.el-table--border th.gutter:last-of-type {
|
|
border-bottom: 1px solid #dfe6ec;
|
|
border-bottom-width: 1px
|
|
}
|
|
|
|
.el-table--border th {
|
|
border-bottom: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table--hidden {
|
|
visibility: hidden
|
|
}
|
|
|
|
.el-table__fixed, .el-table__fixed-right {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
overflow-x: hidden;
|
|
overflow-y: hidden;
|
|
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
|
|
box-shadow: 0 0 10px rgba(0,0,0,.12)
|
|
}
|
|
|
|
.el-table__fixed-right:before, .el-table__fixed:before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: #e6ebf5;
|
|
z-index: 4
|
|
}
|
|
|
|
.el-table__fixed-right-patch {
|
|
position: absolute;
|
|
top: -1px;
|
|
right: 0;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table__fixed-right {
|
|
top: 0;
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.el-table__fixed-right .el-table__fixed-body-wrapper, .el-table__fixed-right .el-table__fixed-footer-wrapper, .el-table__fixed-right .el-table__fixed-header-wrapper {
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.el-table__fixed-header-wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 3
|
|
}
|
|
|
|
.el-table__fixed-footer-wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 3
|
|
}
|
|
|
|
.el-table__fixed-footer-wrapper tbody td {
|
|
border-top: 1px solid #dfe6ec;
|
|
background-color: #f5f7fa;
|
|
color: #606266
|
|
}
|
|
|
|
.el-table__fixed-body-wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 37px;
|
|
overflow: hidden;
|
|
z-index: 3
|
|
}
|
|
|
|
.el-table__body-wrapper, .el-table__footer-wrapper, .el-table__header-wrapper {
|
|
width: 100%
|
|
}
|
|
|
|
.el-table__footer-wrapper {
|
|
margin-top: -1px
|
|
}
|
|
|
|
.el-table__footer-wrapper td {
|
|
border-top: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table__body, .el-table__footer, .el-table__header {
|
|
table-layout: fixed;
|
|
border-collapse: separate
|
|
}
|
|
|
|
.el-table__footer-wrapper, .el-table__header-wrapper {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-table__footer-wrapper tbody td, .el-table__header-wrapper tbody td {
|
|
background-color: #f5f7fa;
|
|
color: #606266
|
|
}
|
|
|
|
.el-table__body-wrapper {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed, .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed, .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right, .el-table__body-wrapper.is-scrolling-right ~ .el-table__fixed-right {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
.el-table__body-wrapper .el-table--border.is-scrolling-right ~ .el-table__fixed-right {
|
|
border-left: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
|
|
border-right: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table .caret-wrapper {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 34px;
|
|
width: 24px;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
overflow: initial;
|
|
position: relative
|
|
}
|
|
|
|
.el-table .sort-caret {
|
|
width: 0;
|
|
height: 0;
|
|
border: 5px solid transparent;
|
|
position: absolute;
|
|
left: 7px
|
|
}
|
|
|
|
.el-table .sort-caret.ascending {
|
|
border-bottom-color: #c0c4cc;
|
|
top: 5px
|
|
}
|
|
|
|
.el-table .sort-caret.descending {
|
|
border-top-color: #c0c4cc;
|
|
bottom: 7px
|
|
}
|
|
|
|
.el-table .ascending .sort-caret.ascending {
|
|
border-bottom-color: #009e9f
|
|
}
|
|
|
|
.el-table .descending .sort-caret.descending {
|
|
border-top-color: #009e9f
|
|
}
|
|
|
|
.el-table .hidden-columns {
|
|
visibility: hidden;
|
|
position: absolute;
|
|
z-index: -1
|
|
}
|
|
|
|
.el-table--striped .el-table__body tr.el-table__row--striped td {
|
|
background: #fafafa
|
|
}
|
|
|
|
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td {
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-table__body tr.hover-row.current-row > td, .el-table__body tr.hover-row.el-table__row--striped.current-row > td, .el-table__body tr.hover-row.el-table__row--striped > td, .el-table__body tr.hover-row > td {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-table__body tr.current-row > td {
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-table__column-resize-proxy {
|
|
position: absolute;
|
|
left: 200px;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 0;
|
|
border-left: 1px solid #dfe6ec;
|
|
z-index: 10
|
|
}
|
|
|
|
.el-table__column-filter-trigger {
|
|
display: inline-block;
|
|
line-height: 34px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-table__column-filter-trigger i {
|
|
color: #909399;
|
|
font-size: 12px;
|
|
-webkit-transform: scale(.75);
|
|
transform: scale(.75)
|
|
}
|
|
|
|
.el-table--enable-row-transition .el-table__body td {
|
|
-webkit-transition: background-color .25s ease;
|
|
transition: background-color .25s ease
|
|
}
|
|
|
|
.el-table--enable-row-hover .el-table__body tr:hover > td {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-table--fluid-height .el-table__fixed, .el-table--fluid-height .el-table__fixed-right {
|
|
bottom: 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-table [class*=el-table__row--level] .el-table__expand-icon {
|
|
display: inline-block;
|
|
width: 20px;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
text-align: center;
|
|
margin-right: 3px
|
|
}
|
|
|
|
.el-table-column--selection .cell {
|
|
padding-left: 14px;
|
|
padding-right: 14px
|
|
}
|
|
|
|
.el-table-filter {
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 2px;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 2px 0
|
|
}
|
|
|
|
.el-table-filter__list {
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
min-width: 100px
|
|
}
|
|
|
|
.el-table-filter__list-item {
|
|
line-height: 36px;
|
|
padding: 0 10px;
|
|
cursor: pointer;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-table-filter__list-item:hover {
|
|
background-color: #e6f5f5;
|
|
color: #33b1b2
|
|
}
|
|
|
|
.el-table-filter__list-item.is-active {
|
|
background-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-table-filter__content {
|
|
min-width: 100px
|
|
}
|
|
|
|
.el-table-filter__bottom {
|
|
border-top: 1px solid #e6ebf5;
|
|
padding: 8px
|
|
}
|
|
|
|
.el-table-filter__bottom button {
|
|
background: transparent;
|
|
border: none;
|
|
color: #606266;
|
|
cursor: pointer;
|
|
font-size: 13px;
|
|
padding: 0 3px
|
|
}
|
|
|
|
.el-table-filter__bottom button:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-table-filter__bottom button:focus {
|
|
outline: none
|
|
}
|
|
|
|
.el-table-filter__bottom button.is-disabled {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-table-filter__wrap {
|
|
max-height: 280px
|
|
}
|
|
|
|
.el-table-filter__checkbox-group {
|
|
padding: 10px
|
|
}
|
|
|
|
.el-table-filter__checkbox-group label.el-checkbox {
|
|
display: block;
|
|
margin-right: 5px;
|
|
margin-bottom: 8px;
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-table-filter__checkbox-group .el-checkbox:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.el-date-table {
|
|
font-size: 12px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row:hover div {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
|
|
color: #606266
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
|
|
margin-left: 5px;
|
|
border-top-left-radius: 15px;
|
|
border-bottom-left-radius: 15px
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
|
|
margin-right: 5px;
|
|
border-top-right-radius: 15px;
|
|
border-bottom-right-radius: 15px
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row.current div {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-date-table td {
|
|
width: 32px;
|
|
padding: 4px 0;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative
|
|
}
|
|
|
|
.el-date-table td, .el-date-table td div {
|
|
height: 30px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-date-table td div {
|
|
padding: 3px 0
|
|
}
|
|
|
|
.el-date-table td span {
|
|
width: 24px;
|
|
height: 24px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
line-height: 24px;
|
|
position: absolute;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
border-radius: 50%
|
|
}
|
|
|
|
.el-date-table td.next-month, .el-date-table td.prev-month {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-table td.today {
|
|
position: relative
|
|
}
|
|
|
|
.el-date-table td.today span {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-date-table td.today.end-date span, .el-date-table td.today.start-date span {
|
|
color: #fff
|
|
}
|
|
|
|
.el-date-table td.available:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-date-table td.in-range div, .el-date-table td.in-range div:hover {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-date-table td.current:not(.disabled) span {
|
|
color: #fff;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-date-table td.end-date div, .el-date-table td.start-date div {
|
|
color: #fff
|
|
}
|
|
|
|
.el-date-table td.end-date span, .el-date-table td.start-date span {
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-date-table td.start-date div {
|
|
margin-left: 5px;
|
|
border-top-left-radius: 15px;
|
|
border-bottom-left-radius: 15px
|
|
}
|
|
|
|
.el-date-table td.end-date div {
|
|
margin-right: 5px;
|
|
border-top-right-radius: 15px;
|
|
border-bottom-right-radius: 15px
|
|
}
|
|
|
|
.el-date-table td.disabled div {
|
|
background-color: #f5f7fa;
|
|
opacity: 1;
|
|
cursor: not-allowed;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-table td.selected div {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
background-color: #f2f6fc;
|
|
border-radius: 15px
|
|
}
|
|
|
|
.el-date-table td.selected div:hover {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-date-table td.selected span {
|
|
background-color: #009e9f;
|
|
color: #fff;
|
|
border-radius: 15px
|
|
}
|
|
|
|
.el-date-table td.week {
|
|
font-size: 80%;
|
|
color: #606266
|
|
}
|
|
|
|
.el-date-table th {
|
|
padding: 5px;
|
|
color: #606266;
|
|
font-weight: 400;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-month-table {
|
|
font-size: 12px;
|
|
margin: -1px;
|
|
border-collapse: collapse
|
|
}
|
|
|
|
.el-month-table td {
|
|
text-align: center;
|
|
padding: 8px 0;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-month-table td div {
|
|
height: 48px;
|
|
padding: 6px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-month-table td.today .cell {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-month-table td.today.end-date .cell, .el-month-table td.today.start-date .cell {
|
|
color: #fff
|
|
}
|
|
|
|
.el-month-table td.disabled .cell {
|
|
background-color: #f5f7fa;
|
|
cursor: not-allowed;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-month-table td.disabled .cell:hover {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-month-table td .cell {
|
|
width: 60px;
|
|
height: 36px;
|
|
display: block;
|
|
line-height: 36px;
|
|
color: #606266;
|
|
margin: 0 auto;
|
|
border-radius: 18px
|
|
}
|
|
|
|
.el-month-table td .cell:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-month-table td.in-range div, .el-month-table td.in-range div:hover {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-month-table td.end-date div, .el-month-table td.start-date div {
|
|
color: #fff
|
|
}
|
|
|
|
.el-month-table td.end-date .cell, .el-month-table td.start-date .cell {
|
|
color: #fff;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-month-table td.start-date div {
|
|
border-top-left-radius: 24px;
|
|
border-bottom-left-radius: 24px
|
|
}
|
|
|
|
.el-month-table td.end-date div {
|
|
border-top-right-radius: 24px;
|
|
border-bottom-right-radius: 24px
|
|
}
|
|
|
|
.el-month-table td.current:not(.disabled) .cell {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-year-table {
|
|
font-size: 12px;
|
|
margin: -1px;
|
|
border-collapse: collapse
|
|
}
|
|
|
|
.el-year-table .el-icon {
|
|
color: #303133
|
|
}
|
|
|
|
.el-year-table td {
|
|
text-align: center;
|
|
padding: 20px 3px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-year-table td.today .cell {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-year-table td.disabled .cell {
|
|
background-color: #f5f7fa;
|
|
cursor: not-allowed;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-year-table td.disabled .cell:hover {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-year-table td .cell {
|
|
width: 48px;
|
|
height: 32px;
|
|
display: block;
|
|
line-height: 32px;
|
|
color: #606266;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.el-year-table td .cell:hover, .el-year-table td.current:not(.disabled) .cell {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-date-range-picker {
|
|
width: 646px
|
|
}
|
|
|
|
.el-date-range-picker.has-sidebar {
|
|
width: 756px
|
|
}
|
|
|
|
.el-date-range-picker table {
|
|
table-layout: fixed;
|
|
width: 100%
|
|
}
|
|
|
|
.el-date-range-picker .el-picker-panel__body {
|
|
min-width: 513px
|
|
}
|
|
|
|
.el-date-range-picker .el-picker-panel__content {
|
|
margin: 0
|
|
}
|
|
|
|
.el-date-range-picker__header {
|
|
position: relative;
|
|
text-align: center;
|
|
height: 28px
|
|
}
|
|
|
|
.el-date-range-picker__header [class*=arrow-left] {
|
|
float: left
|
|
}
|
|
|
|
.el-date-range-picker__header [class*=arrow-right] {
|
|
float: right
|
|
}
|
|
|
|
.el-date-range-picker__header div {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
margin-right: 50px
|
|
}
|
|
|
|
.el-date-range-picker__content {
|
|
float: left;
|
|
width: 50%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 16px
|
|
}
|
|
|
|
.el-date-range-picker__content.is-left {
|
|
border-right: 1px solid #e4e4e4
|
|
}
|
|
|
|
.el-date-range-picker__content .el-date-range-picker__header div {
|
|
margin-left: 50px;
|
|
margin-right: 50px
|
|
}
|
|
|
|
.el-date-range-picker__editors-wrap {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: table-cell
|
|
}
|
|
|
|
.el-date-range-picker__editors-wrap.is-right {
|
|
text-align: right
|
|
}
|
|
|
|
.el-date-range-picker__time-header {
|
|
position: relative;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
font-size: 12px;
|
|
padding: 8px 5px 5px 5px;
|
|
display: table;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-date-range-picker__time-header > .el-icon-arrow-right {
|
|
font-size: 20px;
|
|
vertical-align: middle;
|
|
display: table-cell;
|
|
color: #303133
|
|
}
|
|
|
|
.el-date-range-picker__time-picker-wrap {
|
|
position: relative;
|
|
display: table-cell;
|
|
padding: 0 5px
|
|
}
|
|
|
|
.el-date-range-picker__time-picker-wrap .el-picker-panel {
|
|
position: absolute;
|
|
top: 13px;
|
|
right: 0;
|
|
z-index: 1;
|
|
background: #fff
|
|
}
|
|
|
|
.el-date-picker {
|
|
width: 322px
|
|
}
|
|
|
|
.el-date-picker.has-sidebar.has-time {
|
|
width: 434px
|
|
}
|
|
|
|
.el-date-picker.has-sidebar {
|
|
width: 438px
|
|
}
|
|
|
|
.el-date-picker.has-time .el-picker-panel__body-wrapper {
|
|
position: relative
|
|
}
|
|
|
|
.el-date-picker .el-picker-panel__content {
|
|
width: 292px
|
|
}
|
|
|
|
.el-date-picker table {
|
|
table-layout: fixed;
|
|
width: 100%
|
|
}
|
|
|
|
.el-date-picker__editor-wrap {
|
|
position: relative;
|
|
display: table-cell;
|
|
padding: 0 5px
|
|
}
|
|
|
|
.el-date-picker__time-header {
|
|
position: relative;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
font-size: 12px;
|
|
padding: 8px 5px 5px 5px;
|
|
display: table;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-date-picker__header {
|
|
margin: 12px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-date-picker__header--bordered {
|
|
margin-bottom: 0;
|
|
padding-bottom: 12px;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-date-picker__header--bordered + .el-picker-panel__content {
|
|
margin-top: 0
|
|
}
|
|
|
|
.el-date-picker__header-label {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
padding: 0 5px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
color: #606266
|
|
}
|
|
|
|
.el-date-picker__header-label.active, .el-date-picker__header-label:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-date-picker__prev-btn {
|
|
float: left
|
|
}
|
|
|
|
.el-date-picker__next-btn {
|
|
float: right
|
|
}
|
|
|
|
.el-date-picker__time-wrap {
|
|
padding: 10px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-date-picker__time-label {
|
|
float: left;
|
|
cursor: pointer;
|
|
line-height: 30px;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.time-select {
|
|
margin: 5px 0;
|
|
min-width: 0
|
|
}
|
|
|
|
.time-select .el-picker-panel__content {
|
|
max-height: 200px;
|
|
margin: 0
|
|
}
|
|
|
|
.time-select-item {
|
|
padding: 8px 10px;
|
|
font-size: 14px;
|
|
line-height: 20px
|
|
}
|
|
|
|
.time-select-item.selected:not(.disabled) {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.time-select-item.disabled {
|
|
color: #dfe4ed;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.time-select-item:hover {
|
|
background-color: #f5f7fa;
|
|
font-weight: 700;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-date-editor {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: left
|
|
}
|
|
|
|
.el-date-editor.el-input, .el-date-editor.el-input__inner {
|
|
width: 220px
|
|
}
|
|
|
|
.el-date-editor--monthrange.el-input, .el-date-editor--monthrange.el-input__inner {
|
|
width: 300px
|
|
}
|
|
|
|
.el-date-editor--daterange.el-input, .el-date-editor--daterange.el-input__inner, .el-date-editor--timerange.el-input, .el-date-editor--timerange.el-input__inner {
|
|
width: 350px
|
|
}
|
|
|
|
.el-date-editor--datetimerange.el-input, .el-date-editor--datetimerange.el-input__inner {
|
|
width: 400px
|
|
}
|
|
|
|
.el-date-editor--dates .el-input__inner {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-date-editor .el-icon-circle-close {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-date-editor .el-range__icon {
|
|
font-size: 14px;
|
|
margin-left: -5px;
|
|
color: #c0c4cc;
|
|
float: left;
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-date-editor .el-range-input {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
outline: none;
|
|
display: inline-block;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 39%;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #606266
|
|
}
|
|
|
|
.el-date-editor .el-range-input::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-input::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-input:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-input::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-input::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-separator {
|
|
display: inline-block;
|
|
height: 100%;
|
|
padding: 0 5px;
|
|
margin: 0;
|
|
text-align: center;
|
|
line-height: 32px;
|
|
font-size: 14px;
|
|
width: 5%;
|
|
color: #303133
|
|
}
|
|
|
|
.el-date-editor .el-range__close-icon {
|
|
font-size: 14px;
|
|
color: #c0c4cc;
|
|
width: 25px;
|
|
display: inline-block;
|
|
float: right;
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-range-editor.el-input__inner {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 3px 10px
|
|
}
|
|
|
|
.el-range-editor .el-range-input {
|
|
line-height: 1
|
|
}
|
|
|
|
.el-range-editor.is-active, .el-range-editor.is-active:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-range-editor--medium.el-input__inner {
|
|
height: 36px
|
|
}
|
|
|
|
.el-range-editor--medium .el-range-separator {
|
|
line-height: 28px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-range-editor--medium .el-range-input {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-range-editor--medium .el-range__close-icon, .el-range-editor--medium .el-range__icon {
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-range-editor--small.el-input__inner {
|
|
height: 32px
|
|
}
|
|
|
|
.el-range-editor--small .el-range-separator {
|
|
line-height: 24px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-range-editor--small .el-range-input {
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-range-editor--small .el-range__close-icon, .el-range-editor--small .el-range__icon {
|
|
line-height: 24px
|
|
}
|
|
|
|
.el-range-editor--mini.el-input__inner {
|
|
height: 28px
|
|
}
|
|
|
|
.el-range-editor--mini .el-range-separator {
|
|
line-height: 20px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-range-editor--mini .el-range-input {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-range-editor--mini .el-range__close-icon, .el-range-editor--mini .el-range__icon {
|
|
line-height: 20px
|
|
}
|
|
|
|
.el-range-editor.is-disabled {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-range-editor.is-disabled:focus, .el-range-editor.is-disabled:hover {
|
|
border-color: #dfe4ed
|
|
}
|
|
|
|
.el-range-editor.is-disabled input {
|
|
background-color: #f5f7fa;
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-range-editor.is-disabled input::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled input::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled input:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled input::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled input::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled .el-range-separator {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-picker-panel {
|
|
color: #606266;
|
|
border: 1px solid #dfe4ed;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
background: #fff;
|
|
border-radius: 4px;
|
|
line-height: 30px;
|
|
margin: 5px 0
|
|
}
|
|
|
|
.el-picker-panel__body-wrapper:after, .el-picker-panel__body:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both
|
|
}
|
|
|
|
.el-picker-panel__content {
|
|
position: relative;
|
|
margin: 15px
|
|
}
|
|
|
|
.el-picker-panel__footer {
|
|
border-top: 1px solid #e4e4e4;
|
|
padding: 4px;
|
|
text-align: right;
|
|
background-color: #fff;
|
|
position: relative;
|
|
font-size: 0
|
|
}
|
|
|
|
.el-picker-panel__shortcut {
|
|
display: block;
|
|
width: 100%;
|
|
border: 0;
|
|
background-color: transparent;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
padding-left: 12px;
|
|
text-align: left;
|
|
outline: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-picker-panel__shortcut:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-picker-panel__shortcut.active {
|
|
background-color: #e6f1fe;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-picker-panel__btn {
|
|
border: 1px solid #dcdcdc;
|
|
color: #333;
|
|
line-height: 24px;
|
|
border-radius: 2px;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
outline: none;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-picker-panel__btn[disabled] {
|
|
color: #ccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-picker-panel__icon-btn {
|
|
font-size: 12px;
|
|
color: #303133;
|
|
border: 0;
|
|
background: transparent;
|
|
cursor: pointer;
|
|
outline: none;
|
|
margin-top: 8px
|
|
}
|
|
|
|
.el-picker-panel__icon-btn:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-picker-panel__icon-btn.is-disabled {
|
|
color: #bbb
|
|
}
|
|
|
|
.el-picker-panel__icon-btn.is-disabled:hover {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-picker-panel__link-btn {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-picker-panel [slot=sidebar], .el-picker-panel__sidebar {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 110px;
|
|
border-right: 1px solid #e4e4e4;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-top: 6px;
|
|
background-color: #fff;
|
|
overflow: auto
|
|
}
|
|
|
|
.el-picker-panel [slot=sidebar] + .el-picker-panel__body, .el-picker-panel__sidebar + .el-picker-panel__body {
|
|
margin-left: 110px
|
|
}
|
|
|
|
.el-time-spinner.has-seconds .el-time-spinner__wrapper {
|
|
width: 33.3%
|
|
}
|
|
|
|
.el-time-spinner__wrapper {
|
|
max-height: 190px;
|
|
overflow: auto;
|
|
display: inline-block;
|
|
width: 50%;
|
|
vertical-align: top;
|
|
position: relative
|
|
}
|
|
|
|
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
|
|
padding-bottom: 15px
|
|
}
|
|
|
|
.el-time-spinner__wrapper.is-arrow {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
|
|
-webkit-transform: translateY(-32px);
|
|
transform: translateY(-32px)
|
|
}
|
|
|
|
.el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
|
|
background: #fff;
|
|
cursor: default
|
|
}
|
|
|
|
.el-time-spinner__arrow {
|
|
font-size: 12px;
|
|
color: #909399;
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 1;
|
|
text-align: center;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-time-spinner__arrow:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-time-spinner__arrow.el-icon-arrow-up {
|
|
top: 10px
|
|
}
|
|
|
|
.el-time-spinner__arrow.el-icon-arrow-down {
|
|
bottom: 10px
|
|
}
|
|
|
|
.el-time-spinner__input.el-input {
|
|
width: 70%
|
|
}
|
|
|
|
.el-time-spinner__input.el-input .el-input__inner, .el-time-spinner__list {
|
|
padding: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.el-time-spinner__list {
|
|
margin: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.el-time-spinner__list:after, .el-time-spinner__list:before {
|
|
content: "";
|
|
display: block;
|
|
width: 100%;
|
|
height: 80px
|
|
}
|
|
|
|
.el-time-spinner__item {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 12px;
|
|
color: #606266
|
|
}
|
|
|
|
.el-time-spinner__item:hover:not(.disabled):not(.active) {
|
|
background: #f5f7fa;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-time-spinner__item.active:not(.disabled) {
|
|
color: #303133;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-time-spinner__item.disabled {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-time-panel {
|
|
margin: 5px 0;
|
|
border: 1px solid #dfe4ed;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
border-radius: 2px;
|
|
position: absolute;
|
|
width: 180px;
|
|
left: 0;
|
|
z-index: 1000;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box
|
|
}
|
|
|
|
.el-time-panel__content {
|
|
font-size: 0;
|
|
position: relative;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-time-panel__content:after, .el-time-panel__content:before {
|
|
content: "";
|
|
top: 50%;
|
|
position: absolute;
|
|
margin-top: -15px;
|
|
height: 32px;
|
|
z-index: -1;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-top: 6px;
|
|
text-align: left;
|
|
border-top: 1px solid #dfe4ed;
|
|
border-bottom: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-time-panel__content:after {
|
|
left: 50%;
|
|
margin-left: 12%;
|
|
margin-right: 12%
|
|
}
|
|
|
|
.el-time-panel__content:before {
|
|
padding-left: 50%;
|
|
margin-right: 12%;
|
|
margin-left: 12%
|
|
}
|
|
|
|
.el-time-panel__content.has-seconds:after {
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-time-panel__content.has-seconds:before {
|
|
padding-left: 33.33333%
|
|
}
|
|
|
|
.el-time-panel__footer {
|
|
border-top: 1px solid #e4e4e4;
|
|
padding: 4px;
|
|
height: 36px;
|
|
line-height: 25px;
|
|
text-align: right;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-time-panel__btn {
|
|
border: none;
|
|
line-height: 28px;
|
|
padding: 0 5px;
|
|
margin: 0 5px;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
outline: none;
|
|
font-size: 12px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-time-panel__btn.confirm {
|
|
font-weight: 800;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-time-range-picker {
|
|
width: 354px;
|
|
overflow: visible
|
|
}
|
|
|
|
.el-time-range-picker__content {
|
|
position: relative;
|
|
text-align: center;
|
|
padding: 10px
|
|
}
|
|
|
|
.el-time-range-picker__cell {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 4px 7px 7px;
|
|
width: 50%;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-time-range-picker__header {
|
|
margin-bottom: 5px;
|
|
text-align: center;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-time-range-picker__body {
|
|
border-radius: 2px;
|
|
border: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-popover {
|
|
position: absolute;
|
|
background: #fff;
|
|
min-width: 150px;
|
|
border-radius: 4px;
|
|
border: 1px solid #e6ebf5;
|
|
padding: 12px;
|
|
z-index: 2000;
|
|
color: #606266;
|
|
line-height: 1.4;
|
|
text-align: justify;
|
|
font-size: 14px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
word-break: break-all
|
|
}
|
|
|
|
.el-popover--plain {
|
|
padding: 18px 20px
|
|
}
|
|
|
|
.el-popover__title {
|
|
color: #303133;
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.el-popover:focus, .el-popover:focus:active, .el-popover__reference:focus:hover, .el-popover__reference:focus:not(.focusing) {
|
|
outline-width: 0
|
|
}
|
|
|
|
.v-modal-enter {
|
|
-webkit-animation: v-modal-in .2s ease;
|
|
animation: v-modal-in .2s ease
|
|
}
|
|
|
|
.v-modal-leave {
|
|
-webkit-animation: v-modal-out .2s ease forwards;
|
|
animation: v-modal-out .2s ease forwards
|
|
}
|
|
|
|
.v-modal {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: .5;
|
|
background: #000
|
|
}
|
|
|
|
.el-popup-parent--hidden {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-message-box {
|
|
display: inline-block;
|
|
width: 420px;
|
|
padding-bottom: 10px;
|
|
vertical-align: middle;
|
|
background-color: #fff;
|
|
border-radius: 4px;
|
|
border: 1px solid #e6ebf5;
|
|
font-size: 18px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
text-align: left;
|
|
overflow: hidden;
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden
|
|
}
|
|
|
|
.el-message-box__wrapper {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.el-message-box__wrapper:after {
|
|
content: "";
|
|
display: inline-block;
|
|
height: 100%;
|
|
width: 0;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-message-box__header {
|
|
position: relative;
|
|
padding: 15px;
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.el-message-box__title {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
font-size: 18px;
|
|
line-height: 1;
|
|
color: #303133
|
|
}
|
|
|
|
.el-message-box__headerbtn {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
padding: 0;
|
|
border: none;
|
|
outline: none;
|
|
background: transparent;
|
|
font-size: 16px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-message-box__headerbtn .el-message-box__close {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message-box__headerbtn:focus .el-message-box__close, .el-message-box__headerbtn:hover .el-message-box__close {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-message-box__content {
|
|
padding: 10px 15px;
|
|
color: #606266;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-message-box__container {
|
|
position: relative
|
|
}
|
|
|
|
.el-message-box__input {
|
|
padding-top: 15px
|
|
}
|
|
|
|
.el-message-box__input input.invalid, .el-message-box__input input.invalid:focus {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-message-box__status {
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
font-size: 24px !important
|
|
}
|
|
|
|
.el-message-box__status:before {
|
|
padding-left: 1px
|
|
}
|
|
|
|
.el-message-box__status + .el-message-box__message {
|
|
padding-left: 36px;
|
|
padding-right: 12px
|
|
}
|
|
|
|
.el-message-box__status.el-icon-success {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-message-box__status.el-icon-info {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message-box__status.el-icon-warning {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-message-box__status.el-icon-error {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-message-box__message {
|
|
margin: 0
|
|
}
|
|
|
|
.el-message-box__message p {
|
|
margin: 0;
|
|
line-height: 24px
|
|
}
|
|
|
|
.el-message-box__errormsg {
|
|
color: #ff4949;
|
|
font-size: 12px;
|
|
min-height: 18px;
|
|
margin-top: 2px
|
|
}
|
|
|
|
.el-message-box__btns {
|
|
padding: 5px 15px 0;
|
|
text-align: right
|
|
}
|
|
|
|
.el-message-box__btns button:nth-child(2) {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-message-box__btns-reverse {
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: reverse;
|
|
-ms-flex-direction: row-reverse;
|
|
flex-direction: row-reverse
|
|
}
|
|
|
|
.el-message-box--center {
|
|
padding-bottom: 30px
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__header {
|
|
padding-top: 30px
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__title {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__status {
|
|
position: relative;
|
|
top: auto;
|
|
padding-right: 5px;
|
|
text-align: center;
|
|
-webkit-transform: translateY(-1px);
|
|
transform: translateY(-1px)
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__message {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__btns, .el-message-box--center .el-message-box__content {
|
|
text-align: center
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__content {
|
|
padding-left: 27px;
|
|
padding-right: 27px
|
|
}
|
|
|
|
.msgbox-fade-enter-active {
|
|
-webkit-animation: msgbox-fade-in .3s;
|
|
animation: msgbox-fade-in .3s
|
|
}
|
|
|
|
.msgbox-fade-leave-active {
|
|
-webkit-animation: msgbox-fade-out .3s;
|
|
animation: msgbox-fade-out .3s
|
|
}
|
|
|
|
.el-breadcrumb {
|
|
font-size: 14px;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-breadcrumb:after, .el-breadcrumb:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-breadcrumb:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-breadcrumb__separator {
|
|
margin: 0 9px;
|
|
font-weight: 700;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-breadcrumb__separator[class*=icon] {
|
|
margin: 0 6px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-breadcrumb__item {
|
|
float: left
|
|
}
|
|
|
|
.el-breadcrumb__inner {
|
|
color: #606266
|
|
}
|
|
|
|
.el-breadcrumb__inner.is-link, .el-breadcrumb__inner a {
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
color: #303133
|
|
}
|
|
|
|
.el-breadcrumb__inner.is-link:hover, .el-breadcrumb__inner a:hover {
|
|
color: #009e9f;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-breadcrumb__item:last-child .el-breadcrumb__inner, .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
|
|
font-weight: 400;
|
|
color: #606266;
|
|
cursor: text
|
|
}
|
|
|
|
.el-breadcrumb__item:last-child .el-breadcrumb__separator {
|
|
display: none
|
|
}
|
|
|
|
.el-form--label-left .el-form-item__label {
|
|
text-align: left
|
|
}
|
|
|
|
.el-form--label-top .el-form-item__label {
|
|
float: none;
|
|
display: inline-block;
|
|
text-align: left;
|
|
padding: 0 0 10px 0
|
|
}
|
|
|
|
.el-form--inline .el-form-item {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-form--inline .el-form-item__label {
|
|
float: none;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-form--inline .el-form-item__content {
|
|
display: inline-block;
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-form--inline.el-form--label-top .el-form-item__content {
|
|
display: block
|
|
}
|
|
|
|
.el-form-item {
|
|
margin-bottom: 22px
|
|
}
|
|
|
|
.el-form-item:after, .el-form-item:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-form-item:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-form-item .el-form-item {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.el-form-item .el-input__validateIcon {
|
|
display: none
|
|
}
|
|
|
|
.el-form-item--medium .el-form-item__content, .el-form-item--medium .el-form-item__label {
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-form-item--small .el-form-item__content, .el-form-item--small .el-form-item__label {
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-form-item--small.el-form-item {
|
|
margin-bottom: 18px
|
|
}
|
|
|
|
.el-form-item--small .el-form-item__error {
|
|
padding-top: 2px
|
|
}
|
|
|
|
.el-form-item--mini .el-form-item__content, .el-form-item--mini .el-form-item__label {
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-form-item--mini.el-form-item {
|
|
margin-bottom: 18px
|
|
}
|
|
|
|
.el-form-item--mini .el-form-item__error {
|
|
padding-top: 1px
|
|
}
|
|
|
|
.el-form-item__label-wrap {
|
|
float: left
|
|
}
|
|
|
|
.el-form-item__label-wrap .el-form-item__label {
|
|
display: inline-block;
|
|
float: none
|
|
}
|
|
|
|
.el-form-item__label {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
float: left;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 40px;
|
|
padding: 0 12px 0 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-form-item__content {
|
|
line-height: 40px;
|
|
position: relative;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-form-item__content:after, .el-form-item__content:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-form-item__content:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-form-item__content .el-input-group {
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-form-item__error {
|
|
color: #ff4949;
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
padding-top: 4px;
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0
|
|
}
|
|
|
|
.el-form-item__error--inline {
|
|
position: relative;
|
|
top: auto;
|
|
left: auto;
|
|
display: inline-block;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
|
|
content: "*";
|
|
color: #ff4949;
|
|
margin-right: 4px
|
|
}
|
|
|
|
.el-form-item.is-error .el-input__inner, .el-form-item.is-error .el-input__inner:focus, .el-form-item.is-error .el-textarea__inner, .el-form-item.is-error .el-textarea__inner:focus {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-form-item.is-error .el-input-group__append .el-input__inner, .el-form-item.is-error .el-input-group__prepend .el-input__inner {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-form-item.is-error .el-input__validateIcon {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-form-item--feedback .el-input__validateIcon {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-tabs__header {
|
|
padding: 0;
|
|
position: relative;
|
|
margin: 0 0 15px
|
|
}
|
|
|
|
.el-tabs__active-bar {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 2px;
|
|
background-color: #009e9f;
|
|
z-index: 1;
|
|
-webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: transform .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
|
|
list-style: none
|
|
}
|
|
|
|
.el-tabs__new-tab {
|
|
float: right;
|
|
border: 1px solid #d3dce6;
|
|
height: 18px;
|
|
width: 18px;
|
|
line-height: 18px;
|
|
margin: 12px 0 9px 10px;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
color: #d3dce6;
|
|
cursor: pointer;
|
|
-webkit-transition: all .15s;
|
|
transition: all .15s
|
|
}
|
|
|
|
.el-tabs__new-tab .el-icon-plus {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-tabs__new-tab:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tabs__nav-wrap {
|
|
overflow: hidden;
|
|
margin-bottom: -1px;
|
|
position: relative
|
|
}
|
|
|
|
.el-tabs__nav-wrap:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 2px;
|
|
background-color: #dfe4ed;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-tabs__nav-wrap.is-scrollable {
|
|
padding: 0 20px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-tabs__nav-scroll {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-tabs__nav-next, .el-tabs__nav-prev {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
line-height: 44px;
|
|
font-size: 12px;
|
|
color: #909399
|
|
}
|
|
|
|
.el-tabs__nav-next {
|
|
right: 0
|
|
}
|
|
|
|
.el-tabs__nav-prev {
|
|
left: 0
|
|
}
|
|
|
|
.el-tabs__nav {
|
|
white-space: nowrap;
|
|
position: relative;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
float: left;
|
|
z-index: 2
|
|
}
|
|
|
|
.el-tabs__nav.is-stretch {
|
|
min-width: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-tabs__nav.is-stretch > * {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
text-align: center
|
|
}
|
|
|
|
.el-tabs__item {
|
|
padding: 0 20px;
|
|
height: 40px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
line-height: 40px;
|
|
display: inline-block;
|
|
list-style: none;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #303133;
|
|
position: relative
|
|
}
|
|
|
|
.el-tabs__item:focus, .el-tabs__item:focus:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-tabs__item:focus.is-active.is-focus:not(:active) {
|
|
-webkit-box-shadow: 0 0 2px 2px #009e9f inset;
|
|
box-shadow: inset 0 0 2px 2px #009e9f;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-tabs__item .el-icon-close {
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-tabs__item .el-icon-close:before {
|
|
-webkit-transform: scale(.9);
|
|
transform: scale(.9);
|
|
display: inline-block
|
|
}
|
|
|
|
.el-tabs__item .el-icon-close:hover {
|
|
background-color: #c0c4cc;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tabs__item.is-active {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tabs__item:hover {
|
|
color: #009e9f;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-tabs__item.is-disabled {
|
|
color: #c0c4cc;
|
|
cursor: default
|
|
}
|
|
|
|
.el-tabs__content {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header {
|
|
border-bottom: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap:after {
|
|
content: none
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__nav {
|
|
border: 1px solid #dfe4ed;
|
|
border-bottom: none;
|
|
border-radius: 4px 4px 0 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__active-bar {
|
|
display: none
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item .el-icon-close {
|
|
position: relative;
|
|
font-size: 12px;
|
|
width: 0;
|
|
height: 14px;
|
|
vertical-align: middle;
|
|
line-height: 15px;
|
|
overflow: hidden;
|
|
top: -1px;
|
|
right: -2px;
|
|
-webkit-transform-origin: 100% 50%;
|
|
transform-origin: 100% 50%
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item {
|
|
border-bottom: 1px solid transparent;
|
|
border-left: 1px solid #dfe4ed;
|
|
-webkit-transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
|
|
border-left: none
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
|
|
padding-left: 13px;
|
|
padding-right: 13px
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
|
|
width: 14px
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
|
|
padding-left: 20px;
|
|
padding-right: 20px
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close {
|
|
width: 14px
|
|
}
|
|
|
|
.el-tabs--border-card {
|
|
background: #fff;
|
|
border: 1px solid #dcdfe6;
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__content {
|
|
padding: 15px
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header {
|
|
background-color: #f5f7fa;
|
|
border-bottom: 1px solid #dfe4ed;
|
|
margin: 0
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap:after {
|
|
content: none
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item {
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
border: 1px solid transparent;
|
|
margin-top: -1px;
|
|
color: #909399
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item, .el-tabs--border-card > .el-tabs__header .el-tabs__item:first-child {
|
|
margin-left: -1px
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
|
|
color: #009e9f;
|
|
background-color: #fff;
|
|
border-right-color: #dcdfe6;
|
|
border-left-color: #dcdfe6
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item:not(.is-disabled):hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .is-scrollable .el-tabs__item:first-child {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-tabs--bottom .el-tabs__item.is-bottom:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom:nth-child(2), .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
|
|
padding-left: 0
|
|
}
|
|
|
|
.el-tabs--bottom .el-tabs__item.is-bottom:last-child, .el-tabs--bottom .el-tabs__item.is-top:last-child, .el-tabs--top .el-tabs__item.is-bottom:last-child, .el-tabs--top .el-tabs__item.is-top:last-child {
|
|
padding-right: 0
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:nth-child(2), .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:nth-child(2) {
|
|
padding-left: 20px
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item:last-child, .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item:last-child, .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item:last-child {
|
|
padding-right: 20px
|
|
}
|
|
|
|
.el-tabs--bottom .el-tabs__header.is-bottom {
|
|
margin-bottom: 0;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom {
|
|
border-bottom: 0;
|
|
border-top: 1px solid #dcdfe6
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom {
|
|
margin-top: -1px;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom:not(.is-active) {
|
|
border: 1px solid transparent
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom {
|
|
margin: 0 -1px -1px -1px
|
|
}
|
|
|
|
.el-tabs--left, .el-tabs--right {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__header.is-left, .el-tabs--left .el-tabs__header.is-right, .el-tabs--left .el-tabs__nav-scroll, .el-tabs--left .el-tabs__nav-wrap.is-left, .el-tabs--left .el-tabs__nav-wrap.is-right, .el-tabs--right .el-tabs__header.is-left, .el-tabs--right .el-tabs__header.is-right, .el-tabs--right .el-tabs__nav-scroll, .el-tabs--right .el-tabs__nav-wrap.is-left, .el-tabs--right .el-tabs__nav-wrap.is-right {
|
|
height: 100%
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__active-bar.is-left, .el-tabs--left .el-tabs__active-bar.is-right, .el-tabs--right .el-tabs__active-bar.is-left, .el-tabs--right .el-tabs__active-bar.is-right {
|
|
top: 0;
|
|
bottom: auto;
|
|
width: 2px;
|
|
height: auto
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left, .el-tabs--left .el-tabs__nav-wrap.is-right, .el-tabs--right .el-tabs__nav-wrap.is-left, .el-tabs--right .el-tabs__nav-wrap.is-right {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 100%;
|
|
text-align: center;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i, .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev {
|
|
left: auto;
|
|
top: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next, .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next {
|
|
right: auto;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable, .el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable, .el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable, .el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable {
|
|
padding: 30px 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left:after, .el-tabs--left .el-tabs__nav-wrap.is-right:after, .el-tabs--right .el-tabs__nav-wrap.is-left:after, .el-tabs--right .el-tabs__nav-wrap.is-right:after {
|
|
height: 100%;
|
|
width: 2px;
|
|
bottom: auto;
|
|
top: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav.is-left, .el-tabs--left .el-tabs__nav.is-right, .el-tabs--right .el-tabs__nav.is-left, .el-tabs--right .el-tabs__nav.is-right {
|
|
float: none
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__item.is-left, .el-tabs--left .el-tabs__item.is-right, .el-tabs--right .el-tabs__item.is-left, .el-tabs--right .el-tabs__item.is-right {
|
|
display: block
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__header.is-left {
|
|
float: left;
|
|
margin-bottom: 0;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left {
|
|
margin-right: -1px
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__active-bar.is-left, .el-tabs--left .el-tabs__nav-wrap.is-left:after {
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__item.is-left {
|
|
text-align: right
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left {
|
|
display: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left {
|
|
border-left: none;
|
|
border-right: 1px solid #dfe4ed;
|
|
border-bottom: none;
|
|
border-top: 1px solid #dfe4ed;
|
|
text-align: left
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left:first-child {
|
|
border-right: 1px solid #dfe4ed;
|
|
border-top: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active {
|
|
border: 1px solid #dfe4ed;
|
|
border-right-color: #fff;
|
|
border-left: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:first-child {
|
|
border-top: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active:last-child {
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__nav {
|
|
border-radius: 4px 0 0 4px;
|
|
border-bottom: 1px solid #dfe4ed;
|
|
border-right: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__new-tab {
|
|
float: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left {
|
|
border-right: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
|
|
border: 1px solid transparent;
|
|
margin: -1px 0 -1px -1px
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active {
|
|
border-color: transparent;
|
|
border-top-color: #d1dbe5;
|
|
border-bottom-color: #d1dbe5
|
|
}
|
|
|
|
.el-tabs--right .el-tabs__header.is-right {
|
|
float: right;
|
|
margin-bottom: 0;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-tabs--right .el-tabs__nav-wrap.is-right {
|
|
margin-left: -1px
|
|
}
|
|
|
|
.el-tabs--right .el-tabs__nav-wrap.is-right:after {
|
|
left: 0;
|
|
right: auto
|
|
}
|
|
|
|
.el-tabs--right .el-tabs__active-bar.is-right {
|
|
left: 0
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right {
|
|
display: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right {
|
|
border-bottom: none;
|
|
border-top: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right:first-child {
|
|
border-left: 1px solid #dfe4ed;
|
|
border-top: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active {
|
|
border: 1px solid #dfe4ed;
|
|
border-left-color: #fff;
|
|
border-right: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:first-child {
|
|
border-top: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active:last-child {
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__nav {
|
|
border-radius: 0 4px 4px 0;
|
|
border-bottom: 1px solid #dfe4ed;
|
|
border-left: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right {
|
|
border-left: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right {
|
|
border: 1px solid transparent;
|
|
margin: -1px -1px -1px 0
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active {
|
|
border-color: transparent;
|
|
border-top-color: #d1dbe5;
|
|
border-bottom-color: #d1dbe5
|
|
}
|
|
|
|
.slideInLeft-transition, .slideInRight-transition {
|
|
display: inline-block
|
|
}
|
|
|
|
.slideInRight-enter {
|
|
-webkit-animation: slideInRight-enter .3s;
|
|
animation: slideInRight-enter .3s
|
|
}
|
|
|
|
.slideInRight-leave {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-animation: slideInRight-leave .3s;
|
|
animation: slideInRight-leave .3s
|
|
}
|
|
|
|
.slideInLeft-enter {
|
|
-webkit-animation: slideInLeft-enter .3s;
|
|
animation: slideInLeft-enter .3s
|
|
}
|
|
|
|
.slideInLeft-leave {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-animation: slideInLeft-leave .3s;
|
|
animation: slideInLeft-leave .3s
|
|
}
|
|
|
|
.el-tree {
|
|
position: relative;
|
|
cursor: default;
|
|
background: #fff;
|
|
color: #606266
|
|
}
|
|
|
|
.el-tree__empty-block {
|
|
position: relative;
|
|
min-height: 60px;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-tree__empty-text {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
color: #909399;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-tree__drop-indicator {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-tree-node {
|
|
white-space: nowrap;
|
|
outline: none
|
|
}
|
|
|
|
.el-tree-node:focus > .el-tree-node__content {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-tree-node.is-drop-inner > .el-tree-node__content .el-tree-node__label {
|
|
background-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tree-node__content {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 26px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-tree-node__content > .el-tree-node__expand-icon {
|
|
padding: 6px
|
|
}
|
|
|
|
.el-tree-node__content > label.el-checkbox {
|
|
margin-right: 8px
|
|
}
|
|
|
|
.el-tree-node__content:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-tree.is-dragging .el-tree-node__content {
|
|
cursor: move
|
|
}
|
|
|
|
.el-tree.is-dragging .el-tree-node__content * {
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-tree-node__expand-icon {
|
|
cursor: pointer;
|
|
color: #c0c4cc;
|
|
font-size: 12px;
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
-webkit-transition: -webkit-transform .3s ease-in-out;
|
|
transition: -webkit-transform .3s ease-in-out;
|
|
transition: transform .3s ease-in-out;
|
|
transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
|
|
}
|
|
|
|
.el-tree-node__expand-icon.expanded {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.el-tree-node__expand-icon.is-leaf {
|
|
color: transparent;
|
|
cursor: default
|
|
}
|
|
|
|
.el-tree-node__label {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-tree-node__loading-icon {
|
|
margin-right: 8px;
|
|
font-size: 14px;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-tree-node > .el-tree-node__children {
|
|
overflow: hidden;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-tree-node.is-expanded > .el-tree-node__children {
|
|
display: block
|
|
}
|
|
|
|
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
|
background-color: #ebf7f7
|
|
}
|
|
|
|
.el-alert {
|
|
width: 100%;
|
|
padding: 8px 16px;
|
|
margin: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
position: relative;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
opacity: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-transition: opacity .2s;
|
|
transition: opacity .2s
|
|
}
|
|
|
|
.el-alert.is-light .el-alert__closebtn {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-alert.is-dark .el-alert__closebtn, .el-alert.is-dark .el-alert__description {
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert.is-center {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-alert--success.is-light {
|
|
background-color: #e7faf0;
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-alert--success.is-light .el-alert__description {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-alert--success.is-dark {
|
|
background-color: #13ce66;
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert--info.is-light {
|
|
background-color: #f4f4f5;
|
|
color: #909399
|
|
}
|
|
|
|
.el-alert--info.is-dark {
|
|
background-color: #909399;
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert--info .el-alert__description {
|
|
color: #909399
|
|
}
|
|
|
|
.el-alert--warning.is-light {
|
|
background-color: #fff8e6;
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-alert--warning.is-light .el-alert__description {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-alert--warning.is-dark {
|
|
background-color: #ffba00;
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert--error.is-light {
|
|
background-color: #ffeded;
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-alert--error.is-light .el-alert__description {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-alert--error.is-dark {
|
|
background-color: #ff4949;
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert__content {
|
|
display: table-cell;
|
|
padding: 0 8px
|
|
}
|
|
|
|
.el-alert__icon {
|
|
font-size: 16px;
|
|
width: 16px
|
|
}
|
|
|
|
.el-alert__icon.is-big {
|
|
font-size: 28px;
|
|
width: 28px
|
|
}
|
|
|
|
.el-alert__title {
|
|
font-size: 13px;
|
|
line-height: 18px
|
|
}
|
|
|
|
.el-alert__title.is-bold {
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-alert .el-alert__description {
|
|
font-size: 12px;
|
|
margin: 5px 0 0 0
|
|
}
|
|
|
|
.el-alert__closebtn {
|
|
font-size: 12px;
|
|
opacity: 1;
|
|
position: absolute;
|
|
top: 12px;
|
|
right: 15px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-alert__closebtn.is-customed {
|
|
font-style: normal;
|
|
font-size: 13px;
|
|
top: 9px
|
|
}
|
|
|
|
.el-alert-fade-enter, .el-alert-fade-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-notification {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 330px;
|
|
padding: 14px 26px 14px 13px;
|
|
border-radius: 8px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid #e6ebf5;
|
|
position: fixed;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
-webkit-transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
|
|
transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
|
|
transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
|
|
transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-notification.right {
|
|
right: 16px
|
|
}
|
|
|
|
.el-notification.left {
|
|
left: 16px
|
|
}
|
|
|
|
.el-notification__group {
|
|
margin-left: 13px;
|
|
margin-right: 8px
|
|
}
|
|
|
|
.el-notification__title {
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
color: #303133;
|
|
margin: 0
|
|
}
|
|
|
|
.el-notification__content {
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
margin: 6px 0 0 0;
|
|
color: #606266;
|
|
text-align: justify
|
|
}
|
|
|
|
.el-notification__content p {
|
|
margin: 0
|
|
}
|
|
|
|
.el-notification__icon {
|
|
height: 24px;
|
|
width: 24px;
|
|
font-size: 24px
|
|
}
|
|
|
|
.el-notification__closeBtn {
|
|
position: absolute;
|
|
top: 18px;
|
|
right: 15px;
|
|
cursor: pointer;
|
|
color: #909399;
|
|
font-size: 16px
|
|
}
|
|
|
|
.el-notification__closeBtn:hover {
|
|
color: #606266
|
|
}
|
|
|
|
.el-notification .el-icon-success {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-notification .el-icon-error {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-notification .el-icon-info {
|
|
color: #909399
|
|
}
|
|
|
|
.el-notification .el-icon-warning {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-notification-fade-enter.right {
|
|
right: 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%)
|
|
}
|
|
|
|
.el-notification-fade-enter.left {
|
|
left: 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
.el-notification-fade-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-input-number {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 180px;
|
|
line-height: 38px
|
|
}
|
|
|
|
.el-input-number .el-input {
|
|
display: block
|
|
}
|
|
|
|
.el-input-number .el-input__inner {
|
|
-webkit-appearance: none;
|
|
padding-left: 50px;
|
|
padding-right: 50px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-input-number__decrease, .el-input-number__increase {
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 1px;
|
|
width: 40px;
|
|
height: auto;
|
|
text-align: center;
|
|
background: #f5f7fa;
|
|
color: #606266;
|
|
cursor: pointer;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-input-number__decrease:hover, .el-input-number__increase:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled), .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-input-number__decrease.is-disabled, .el-input-number__increase.is-disabled {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-input-number__increase {
|
|
right: 1px;
|
|
border-radius: 0 4px 4px 0;
|
|
border-left: 1px solid #dcdfe6
|
|
}
|
|
|
|
.el-input-number__decrease {
|
|
left: 1px;
|
|
border-radius: 4px 0 0 4px;
|
|
border-right: 1px solid #dcdfe6
|
|
}
|
|
|
|
.el-input-number.is-disabled .el-input-number__decrease, .el-input-number.is-disabled .el-input-number__increase {
|
|
border-color: #dfe4ed;
|
|
color: #dfe4ed
|
|
}
|
|
|
|
.el-input-number.is-disabled .el-input-number__decrease:hover, .el-input-number.is-disabled .el-input-number__increase:hover {
|
|
color: #dfe4ed;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-input-number--medium {
|
|
width: 200px;
|
|
line-height: 34px
|
|
}
|
|
|
|
.el-input-number--medium .el-input-number__decrease, .el-input-number--medium .el-input-number__increase {
|
|
width: 36px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-input-number--medium .el-input__inner {
|
|
padding-left: 43px;
|
|
padding-right: 43px
|
|
}
|
|
|
|
.el-input-number--small {
|
|
width: 130px;
|
|
line-height: 30px
|
|
}
|
|
|
|
.el-input-number--small .el-input-number__decrease, .el-input-number--small .el-input-number__increase {
|
|
width: 32px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-input-number--small .el-input-number__decrease [class*=el-icon], .el-input-number--small .el-input-number__increase [class*=el-icon] {
|
|
-webkit-transform: scale(.9);
|
|
transform: scale(.9)
|
|
}
|
|
|
|
.el-input-number--small .el-input__inner {
|
|
padding-left: 39px;
|
|
padding-right: 39px
|
|
}
|
|
|
|
.el-input-number--mini {
|
|
width: 130px;
|
|
line-height: 26px
|
|
}
|
|
|
|
.el-input-number--mini .el-input-number__decrease, .el-input-number--mini .el-input-number__increase {
|
|
width: 28px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-input-number--mini .el-input-number__decrease [class*=el-icon], .el-input-number--mini .el-input-number__increase [class*=el-icon] {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-input-number--mini .el-input__inner {
|
|
padding-left: 35px;
|
|
padding-right: 35px
|
|
}
|
|
|
|
.el-input-number.is-without-controls .el-input__inner {
|
|
padding-left: 15px;
|
|
padding-right: 15px
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input__inner {
|
|
padding-left: 15px;
|
|
padding-right: 50px
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input-number__decrease, .el-input-number.is-controls-right .el-input-number__increase {
|
|
height: auto;
|
|
line-height: 19px
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon], .el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input-number__increase {
|
|
border-radius: 0 4px 0 0;
|
|
border-bottom: 1px solid #dcdfe6
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input-number__decrease {
|
|
right: 1px;
|
|
bottom: 1px;
|
|
top: auto;
|
|
left: auto;
|
|
border-right: none;
|
|
border-left: 1px solid #dcdfe6;
|
|
border-radius: 0 0 4px 0
|
|
}
|
|
|
|
.el-input-number.is-controls-right[class*=medium] [class*=decrease], .el-input-number.is-controls-right[class*=medium] [class*=increase] {
|
|
line-height: 17px
|
|
}
|
|
|
|
.el-input-number.is-controls-right[class*=small] [class*=decrease], .el-input-number.is-controls-right[class*=small] [class*=increase] {
|
|
line-height: 15px
|
|
}
|
|
|
|
.el-input-number.is-controls-right[class*=mini] [class*=decrease], .el-input-number.is-controls-right[class*=mini] [class*=increase] {
|
|
line-height: 13px
|
|
}
|
|
|
|
.el-tooltip:focus:hover, .el-tooltip:focus:not(.focusing) {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper {
|
|
position: absolute;
|
|
border-radius: 4px;
|
|
padding: 10px;
|
|
z-index: 2000;
|
|
font-size: 12px;
|
|
line-height: 1.2;
|
|
min-width: 10px;
|
|
word-wrap: break-word
|
|
}
|
|
|
|
.el-tooltip__popper .popper__arrow, .el-tooltip__popper .popper__arrow:after {
|
|
position: absolute;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid
|
|
}
|
|
|
|
.el-tooltip__popper .popper__arrow {
|
|
border-width: 6px
|
|
}
|
|
|
|
.el-tooltip__popper .popper__arrow:after {
|
|
content: " ";
|
|
border-width: 5px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=top] {
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=top] .popper__arrow {
|
|
bottom: -6px;
|
|
border-top-color: #303133;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=top] .popper__arrow:after {
|
|
bottom: 1px;
|
|
margin-left: -5px;
|
|
border-top-color: #303133;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=bottom] {
|
|
margin-top: 12px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=bottom] .popper__arrow {
|
|
top: -6px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=bottom] .popper__arrow:after {
|
|
top: 1px;
|
|
margin-left: -5px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=right] {
|
|
margin-left: 12px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=right] .popper__arrow {
|
|
left: -6px;
|
|
border-right-color: #303133;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=right] .popper__arrow:after {
|
|
bottom: -5px;
|
|
left: 1px;
|
|
border-right-color: #303133;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=left] {
|
|
margin-right: 12px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=left] .popper__arrow {
|
|
right: -6px;
|
|
border-right-width: 0;
|
|
border-left-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=left] .popper__arrow:after {
|
|
right: 1px;
|
|
bottom: -5px;
|
|
margin-left: -5px;
|
|
border-right-width: 0;
|
|
border-left-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-dark {
|
|
background: #303133;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tooltip__popper.is-light {
|
|
background: #fff;
|
|
border: 1px solid #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
|
|
border-top-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
|
|
border-bottom-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after {
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
|
|
border-left-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after {
|
|
border-left-color: #fff
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
|
|
border-right-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after {
|
|
border-right-color: #fff
|
|
}
|
|
|
|
.el-slider:after, .el-slider:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-slider:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-slider__runway {
|
|
width: 100%;
|
|
height: 6px;
|
|
margin: 16px 0;
|
|
background-color: #dfe4ed;
|
|
border-radius: 3px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-slider__runway.show-input {
|
|
margin-right: 160px;
|
|
width: auto
|
|
}
|
|
|
|
.el-slider__runway.disabled {
|
|
cursor: default
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__bar {
|
|
background-color: #c0c4cc
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__button {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__button-wrapper.dragging, .el-slider__runway.disabled .el-slider__button-wrapper.hover, .el-slider__runway.disabled .el-slider__button-wrapper:hover {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__button.dragging, .el-slider__runway.disabled .el-slider__button.hover, .el-slider__runway.disabled .el-slider__button:hover {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__button.dragging, .el-slider__runway.disabled .el-slider__button.hover, .el-slider__runway.disabled .el-slider__button:hover {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-slider__input {
|
|
float: right;
|
|
margin-top: 3px;
|
|
width: 130px
|
|
}
|
|
|
|
.el-slider__input.el-input-number--mini {
|
|
margin-top: 5px
|
|
}
|
|
|
|
.el-slider__input.el-input-number--medium {
|
|
margin-top: 0
|
|
}
|
|
|
|
.el-slider__input.el-input-number--large {
|
|
margin-top: -2px
|
|
}
|
|
|
|
.el-slider__bar {
|
|
height: 6px;
|
|
background-color: #009e9f;
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
position: absolute
|
|
}
|
|
|
|
.el-slider__button-wrapper {
|
|
height: 36px;
|
|
width: 36px;
|
|
position: absolute;
|
|
z-index: 1001;
|
|
top: -15px;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
background-color: transparent;
|
|
text-align: center;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
line-height: normal
|
|
}
|
|
|
|
.el-slider__button-wrapper:after {
|
|
content: "";
|
|
height: 100%
|
|
}
|
|
|
|
.el-slider__button-wrapper .el-tooltip, .el-slider__button-wrapper:after {
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-slider__button-wrapper.hover, .el-slider__button-wrapper:hover {
|
|
cursor: -webkit-grab;
|
|
cursor: grab
|
|
}
|
|
|
|
.el-slider__button-wrapper.dragging {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing
|
|
}
|
|
|
|
.el-slider__button {
|
|
width: 16px;
|
|
height: 16px;
|
|
border: 2px solid #009e9f;
|
|
background-color: #fff;
|
|
border-radius: 50%;
|
|
-webkit-transition: .2s;
|
|
transition: .2s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.el-slider__button.dragging, .el-slider__button.hover, .el-slider__button:hover {
|
|
-webkit-transform: scale(1.2);
|
|
transform: scale(1.2)
|
|
}
|
|
|
|
.el-slider__button.hover, .el-slider__button:hover {
|
|
cursor: -webkit-grab;
|
|
cursor: grab
|
|
}
|
|
|
|
.el-slider__button.dragging {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing
|
|
}
|
|
|
|
.el-slider__stop {
|
|
position: absolute;
|
|
height: 6px;
|
|
width: 6px;
|
|
border-radius: 100%;
|
|
background-color: #fff;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%)
|
|
}
|
|
|
|
.el-slider__marks {
|
|
top: 0;
|
|
left: 12px;
|
|
width: 18px;
|
|
height: 100%
|
|
}
|
|
|
|
.el-slider__marks-text {
|
|
position: absolute;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
font-size: 14px;
|
|
color: #909399;
|
|
margin-top: 15px
|
|
}
|
|
|
|
.el-slider.is-vertical {
|
|
position: relative
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__runway {
|
|
width: 6px;
|
|
height: 100%;
|
|
margin: 0 16px
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__bar {
|
|
width: 6px;
|
|
height: auto;
|
|
border-radius: 0 0 3px 3px
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__button-wrapper {
|
|
top: auto;
|
|
left: -15px
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__button-wrapper, .el-slider.is-vertical .el-slider__stop {
|
|
-webkit-transform: translateY(50%);
|
|
transform: translateY(50%)
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input {
|
|
padding-bottom: 58px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input {
|
|
overflow: visible;
|
|
float: none;
|
|
position: absolute;
|
|
bottom: 22px;
|
|
width: 36px;
|
|
margin-top: 15px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
|
|
text-align: center;
|
|
padding-left: 5px;
|
|
padding-right: 5px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease, .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
|
|
top: 32px;
|
|
margin-top: -1px;
|
|
border: 1px solid #dcdfe6;
|
|
line-height: 20px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
|
|
width: 18px;
|
|
right: 18px;
|
|
border-bottom-left-radius: 4px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
|
|
width: 19px;
|
|
border-bottom-right-radius: 4px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase ~ .el-input .el-input__inner {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease, .el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease, .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__marks-text {
|
|
margin-top: 0;
|
|
left: 15px;
|
|
-webkit-transform: translateY(50%);
|
|
transform: translateY(50%)
|
|
}
|
|
|
|
.el-loading-parent--relative {
|
|
position: relative !important
|
|
}
|
|
|
|
.el-loading-parent--hidden {
|
|
overflow: hidden !important
|
|
}
|
|
|
|
.el-loading-mask {
|
|
position: absolute;
|
|
z-index: 2000;
|
|
background-color: hsla(0,0%,100%,.9);
|
|
margin: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
-webkit-transition: opacity .3s;
|
|
transition: opacity .3s
|
|
}
|
|
|
|
.el-loading-mask.is-fullscreen {
|
|
position: fixed
|
|
}
|
|
|
|
.el-loading-mask.is-fullscreen .el-loading-spinner {
|
|
margin-top: -25px
|
|
}
|
|
|
|
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
|
|
height: 50px;
|
|
width: 50px
|
|
}
|
|
|
|
.el-loading-spinner {
|
|
top: 50%;
|
|
margin-top: -21px;
|
|
width: 100%;
|
|
text-align: center;
|
|
position: absolute
|
|
}
|
|
|
|
.el-loading-spinner .el-loading-text {
|
|
color: #009e9f;
|
|
margin: 3px 0;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-loading-spinner .circular {
|
|
height: 42px;
|
|
width: 42px;
|
|
-webkit-animation: loading-rotate 2s linear infinite;
|
|
animation: loading-rotate 2s linear infinite
|
|
}
|
|
|
|
.el-loading-spinner .path {
|
|
-webkit-animation: loading-dash 1.5s ease-in-out infinite;
|
|
animation: loading-dash 1.5s ease-in-out infinite;
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: 0;
|
|
stroke-width: 2;
|
|
stroke: #009e9f;
|
|
stroke-linecap: round
|
|
}
|
|
|
|
.el-loading-spinner i {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-loading-fade-enter, .el-loading-fade-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-row {
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-row:after, .el-row:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-row:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-row--flex {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-row--flex:after, .el-row--flex:before {
|
|
display: none
|
|
}
|
|
|
|
.el-row--flex.is-justify-center {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-row--flex.is-justify-end {
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end
|
|
}
|
|
|
|
.el-row--flex.is-justify-space-between {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.el-row--flex.is-justify-space-around {
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.el-row--flex.is-align-middle {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-row--flex.is-align-bottom {
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end
|
|
}
|
|
|
|
[class*=el-col-] {
|
|
float: left;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-col-0 {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-offset-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-pull-0 {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-push-0 {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.el-col-xs-0 {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-xs-offset-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-xs-pull-0 {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-xs-push-0 {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-xs-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-xs-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-xs-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-xs-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-xs-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-xs-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-xs-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-xs-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-xs-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-xs-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-xs-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-xs-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-xs-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-xs-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-xs-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-xs-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-xs-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-xs-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-xs-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-xs-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-xs-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-xs-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-xs-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-xs-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-xs-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-xs-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-xs-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-xs-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-xs-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-xs-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-xs-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-xs-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-xs-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-xs-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-xs-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-xs-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-xs-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-xs-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-xs-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-xs-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-xs-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-xs-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-xs-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-xs-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-xs-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-xs-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-xs-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-xs-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-xs-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-xs-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-xs-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-xs-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-xs-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-xs-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-xs-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-xs-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-xs-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-xs-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-xs-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-xs-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-xs-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-xs-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-xs-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-xs-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-xs-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-xs-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-xs-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-xs-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-xs-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-xs-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-xs-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-xs-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-xs-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-xs-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-xs-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-xs-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-xs-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-xs-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-xs-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-xs-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-xs-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-xs-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-xs-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-xs-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-xs-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-xs-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-xs-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-xs-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-xs-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-xs-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-xs-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-xs-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-xs-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-xs-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-xs-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-xs-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
.el-col-sm-0 {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-sm-offset-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-sm-pull-0 {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-sm-push-0 {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-sm-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-sm-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-sm-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-sm-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-sm-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-sm-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-sm-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-sm-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-sm-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-sm-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-sm-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-sm-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-sm-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-sm-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-sm-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-sm-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-sm-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-sm-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-sm-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-sm-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-sm-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-sm-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-sm-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-sm-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-sm-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-sm-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-sm-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-sm-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-sm-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-sm-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-sm-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-sm-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-sm-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-sm-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-sm-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-sm-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-sm-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-sm-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-sm-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-sm-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-sm-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-sm-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-sm-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-sm-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-sm-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-sm-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-sm-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-sm-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-sm-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-sm-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-sm-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-sm-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-sm-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-sm-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-sm-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-sm-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-sm-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-sm-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-sm-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-sm-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-sm-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-sm-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-sm-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-sm-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-sm-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-sm-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-sm-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-sm-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-sm-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-sm-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-sm-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-sm-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-sm-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-sm-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-sm-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-sm-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-sm-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-sm-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-sm-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-sm-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-sm-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-sm-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-sm-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-sm-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-sm-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-sm-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-sm-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-sm-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-sm-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-sm-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-sm-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-sm-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-sm-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-sm-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-sm-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-sm-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 992px) {
|
|
.el-col-md-0 {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-md-offset-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-md-pull-0 {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-md-push-0 {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-md-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-md-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-md-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-md-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-md-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-md-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-md-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-md-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-md-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-md-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-md-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-md-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-md-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-md-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-md-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-md-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-md-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-md-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-md-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-md-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-md-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-md-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-md-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-md-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-md-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-md-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-md-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-md-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-md-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-md-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-md-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-md-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-md-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-md-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-md-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-md-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-md-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-md-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-md-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-md-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-md-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-md-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-md-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-md-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-md-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-md-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-md-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-md-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-md-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-md-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-md-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-md-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-md-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-md-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-md-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-md-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-md-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-md-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-md-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-md-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-md-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-md-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-md-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-md-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-md-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-md-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-md-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-md-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-md-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-md-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-md-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-md-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-md-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-md-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-md-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-md-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-md-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-md-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-md-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-md-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-md-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-md-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-md-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-md-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-md-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-md-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-md-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-md-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-md-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-md-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-md-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-md-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-md-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-md-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-md-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-md-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1200px) {
|
|
.el-col-lg-0 {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-lg-offset-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-lg-pull-0 {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-lg-push-0 {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-lg-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-lg-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-lg-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-lg-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-lg-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-lg-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-lg-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-lg-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-lg-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-lg-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-lg-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-lg-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-lg-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-lg-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-lg-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-lg-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-lg-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-lg-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-lg-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-lg-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-lg-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-lg-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-lg-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-lg-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-lg-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-lg-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-lg-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-lg-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-lg-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-lg-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-lg-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-lg-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-lg-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-lg-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-lg-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-lg-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-lg-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-lg-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-lg-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-lg-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-lg-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-lg-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-lg-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-lg-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-lg-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-lg-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-lg-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-lg-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-lg-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-lg-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-lg-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-lg-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-lg-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-lg-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-lg-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-lg-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-lg-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-lg-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-lg-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-lg-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-lg-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-lg-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-lg-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-lg-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-lg-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-lg-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-lg-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-lg-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-lg-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-lg-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-lg-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-lg-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-lg-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-lg-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-lg-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-lg-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-lg-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-lg-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-lg-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-lg-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-lg-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-lg-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-lg-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-lg-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-lg-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-lg-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-lg-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-lg-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-lg-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-lg-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-lg-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-lg-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-lg-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-lg-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-lg-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-lg-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1920px) {
|
|
.el-col-xl-0 {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-xl-offset-0 {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-xl-pull-0 {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-xl-push-0 {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-xl-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-xl-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-xl-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-xl-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-xl-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-xl-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-xl-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-xl-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-xl-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-xl-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-xl-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-xl-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-xl-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-xl-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-xl-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-xl-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-xl-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-xl-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-xl-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-xl-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-xl-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-xl-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-xl-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-xl-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-xl-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-xl-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-xl-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-xl-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-xl-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-xl-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-xl-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-xl-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-xl-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-xl-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-xl-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-xl-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-xl-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-xl-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-xl-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-xl-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-xl-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-xl-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-xl-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-xl-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-xl-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-xl-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-xl-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-xl-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-xl-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-xl-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-xl-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-xl-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-xl-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-xl-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-xl-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-xl-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-xl-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-xl-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-xl-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-xl-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-xl-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-xl-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-xl-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-xl-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-xl-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-xl-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-xl-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-xl-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-xl-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-xl-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-xl-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-xl-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-xl-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-xl-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-xl-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-xl-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-xl-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-xl-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-xl-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-xl-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-xl-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-xl-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-xl-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-xl-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-xl-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-xl-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-xl-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-xl-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-xl-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-xl-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-xl-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-xl-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-xl-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-xl-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-xl-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-xl-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
.el-upload {
|
|
display: inline-block;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
outline: none
|
|
}
|
|
|
|
.el-upload__input {
|
|
display: none
|
|
}
|
|
|
|
.el-upload__tip {
|
|
font-size: 12px;
|
|
color: #606266;
|
|
margin-top: 7px
|
|
}
|
|
|
|
.el-upload iframe {
|
|
position: absolute;
|
|
z-index: -1;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0)
|
|
}
|
|
|
|
.el-upload--picture-card {
|
|
background-color: #fbfdff;
|
|
border: 1px dashed #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 148px;
|
|
height: 148px;
|
|
cursor: pointer;
|
|
line-height: 146px;
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-upload--picture-card i {
|
|
font-size: 28px;
|
|
color: #8c939d
|
|
}
|
|
|
|
.el-upload--picture-card:hover, .el-upload:focus {
|
|
border-color: #009e9f;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-upload:focus .el-upload-dragger {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-upload-dragger {
|
|
background-color: #fff;
|
|
border: 1px dashed #d9d9d9;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 360px;
|
|
height: 180px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-upload-dragger .el-icon-upload {
|
|
font-size: 67px;
|
|
color: #c0c4cc;
|
|
margin: 40px 0 16px;
|
|
line-height: 50px
|
|
}
|
|
|
|
.el-upload-dragger + .el-upload__tip {
|
|
text-align: center
|
|
}
|
|
|
|
.el-upload-dragger ~ .el-upload__files {
|
|
border-top: 1px solid #dcdfe6;
|
|
margin-top: 7px;
|
|
padding-top: 5px
|
|
}
|
|
|
|
.el-upload-dragger .el-upload__text {
|
|
color: #606266;
|
|
font-size: 14px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-upload-dragger .el-upload__text em {
|
|
color: #009e9f;
|
|
font-style: normal
|
|
}
|
|
|
|
.el-upload-dragger:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-upload-dragger.is-dragover {
|
|
background-color: rgba(32,159,255,.06);
|
|
border: 2px dashed #009e9f
|
|
}
|
|
|
|
.el-upload-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.el-upload-list__item {
|
|
-webkit-transition: all .5s cubic-bezier(.55,0,.1,1);
|
|
transition: all .5s cubic-bezier(.55,0,.1,1);
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 1.8;
|
|
margin-top: 5px;
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
width: 100%
|
|
}
|
|
|
|
.el-upload-list__item .el-progress {
|
|
position: absolute;
|
|
top: 20px;
|
|
width: 100%
|
|
}
|
|
|
|
.el-upload-list__item .el-progress__text {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -13px
|
|
}
|
|
|
|
.el-upload-list__item .el-progress-bar {
|
|
margin-right: 0;
|
|
padding-right: 0
|
|
}
|
|
|
|
.el-upload-list__item:first-child {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.el-upload-list__item .el-icon-upload-success {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-upload-list__item .el-icon-close {
|
|
display: none;
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
cursor: pointer;
|
|
opacity: .75;
|
|
color: #606266
|
|
}
|
|
|
|
.el-upload-list__item .el-icon-close:hover {
|
|
opacity: 1
|
|
}
|
|
|
|
.el-upload-list__item .el-icon-close-tip {
|
|
display: none;
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
opacity: 1;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-upload-list__item:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-upload-list__item:hover .el-icon-close {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-upload-list__item:hover .el-progress__text {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list__item.is-success .el-upload-list__item-status-label {
|
|
display: block
|
|
}
|
|
|
|
.el-upload-list__item.is-success .el-upload-list__item-name:focus, .el-upload-list__item.is-success .el-upload-list__item-name:hover {
|
|
color: #009e9f;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-upload-list__item.is-success:active, .el-upload-list__item.is-success:not(.focusing):focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-upload-list__item.is-success:active .el-icon-close-tip, .el-upload-list__item.is-success:focus .el-upload-list__item-status-label, .el-upload-list__item.is-success:hover .el-upload-list__item-status-label, .el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
display: block
|
|
}
|
|
|
|
.el-upload-list__item-name {
|
|
color: #606266;
|
|
display: block;
|
|
margin-right: 40px;
|
|
overflow: hidden;
|
|
padding-left: 4px;
|
|
text-overflow: ellipsis;
|
|
-webkit-transition: color .3s;
|
|
transition: color .3s;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-upload-list__item-name [class^=el-icon] {
|
|
height: 100%;
|
|
margin-right: 7px;
|
|
color: #909399;
|
|
line-height: inherit
|
|
}
|
|
|
|
.el-upload-list__item-status-label {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 0;
|
|
line-height: inherit;
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list__item-delete {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 0;
|
|
font-size: 12px;
|
|
color: #606266;
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list__item-delete:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-upload-list--picture-card {
|
|
margin: 0;
|
|
display: inline;
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item {
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
border: 1px solid #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 148px;
|
|
height: 148px;
|
|
margin: 0 8px 8px 0;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item .el-icon-check, .el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
|
|
color: #fff
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item .el-icon-close, .el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
|
|
display: block
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-name {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-thumbnail {
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-status-label {
|
|
position: absolute;
|
|
right: -15px;
|
|
top: -6px;
|
|
width: 40px;
|
|
height: 24px;
|
|
background: #13ce66;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
|
|
box-shadow: 0 0 1pc 1px rgba(0,0,0,.2)
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-status-label i {
|
|
font-size: 12px;
|
|
margin-top: 11px;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg)
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
cursor: default;
|
|
text-align: center;
|
|
color: #fff;
|
|
opacity: 0;
|
|
font-size: 20px;
|
|
background-color: rgba(0,0,0,.5);
|
|
-webkit-transition: opacity .3s;
|
|
transition: opacity .3s
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions span {
|
|
display: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions span + span {
|
|
margin-left: 15px
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
|
|
position: static;
|
|
font-size: inherit;
|
|
color: inherit
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions:hover {
|
|
opacity: 1
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions:hover span {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-progress {
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
bottom: auto;
|
|
width: 126px
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-progress .el-progress__text {
|
|
top: 50%
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item {
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
background-color: #fff;
|
|
border: 1px solid #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin-top: 10px;
|
|
padding: 10px 10px 10px 90px;
|
|
height: 92px
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item .el-icon-check, .el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
|
|
color: #fff
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
background: transparent;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
top: -2px;
|
|
right: -12px
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
|
|
display: block
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
|
|
line-height: 70px;
|
|
margin-top: 0
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-thumbnail {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 70px;
|
|
height: 70px;
|
|
float: left;
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-left: -80px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-name {
|
|
display: block;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-name i {
|
|
font-size: 70px;
|
|
line-height: 1;
|
|
position: absolute;
|
|
left: 9px;
|
|
top: 10px
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-status-label {
|
|
position: absolute;
|
|
right: -17px;
|
|
top: -7px;
|
|
width: 46px;
|
|
height: 26px;
|
|
background: #13ce66;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-box-shadow: 0 1px 1px #ccc;
|
|
box-shadow: 0 1px 1px #ccc
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-status-label i {
|
|
font-size: 12px;
|
|
margin-top: 12px;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg)
|
|
}
|
|
|
|
.el-upload-list--picture .el-progress {
|
|
position: relative;
|
|
top: -7px
|
|
}
|
|
|
|
.el-upload-cover {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
z-index: 10;
|
|
cursor: default
|
|
}
|
|
|
|
.el-upload-cover:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-upload-cover img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-upload-cover__label {
|
|
position: absolute;
|
|
right: -15px;
|
|
top: -6px;
|
|
width: 40px;
|
|
height: 24px;
|
|
background: #13ce66;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
|
|
box-shadow: 0 0 1pc 1px rgba(0,0,0,.2)
|
|
}
|
|
|
|
.el-upload-cover__label i {
|
|
font-size: 12px;
|
|
margin-top: 11px;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
color: #fff
|
|
}
|
|
|
|
.el-upload-cover__progress {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
position: static;
|
|
width: 243px
|
|
}
|
|
|
|
.el-upload-cover__progress + .el-upload__inner {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-upload-cover__content {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-upload-cover__interact {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0,0,0,.72);
|
|
text-align: center
|
|
}
|
|
|
|
.el-upload-cover__interact .btn {
|
|
display: inline-block;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
margin-top: 60px
|
|
}
|
|
|
|
.el-upload-cover__interact .btn i {
|
|
margin-top: 0
|
|
}
|
|
|
|
.el-upload-cover__interact .btn span {
|
|
opacity: 0;
|
|
-webkit-transition: opacity .15s linear;
|
|
transition: opacity .15s linear
|
|
}
|
|
|
|
.el-upload-cover__interact .btn:not(:first-child) {
|
|
margin-left: 35px
|
|
}
|
|
|
|
.el-upload-cover__interact .btn:hover {
|
|
-webkit-transform: translateY(-13px);
|
|
transform: translateY(-13px)
|
|
}
|
|
|
|
.el-upload-cover__interact .btn:hover span {
|
|
opacity: 1
|
|
}
|
|
|
|
.el-upload-cover__interact .btn i {
|
|
color: #fff;
|
|
display: block;
|
|
font-size: 24px;
|
|
line-height: inherit;
|
|
margin: 0 auto 5px
|
|
}
|
|
|
|
.el-upload-cover__title {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
height: 36px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-weight: 400;
|
|
text-align: left;
|
|
padding: 0 10px;
|
|
margin: 0;
|
|
line-height: 36px;
|
|
font-size: 14px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-upload-cover + .el-upload__inner {
|
|
opacity: 0;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-progress {
|
|
position: relative;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-progress__text {
|
|
font-size: 14px;
|
|
color: #606266;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-left: 10px;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-progress__text i {
|
|
vertical-align: middle;
|
|
display: block
|
|
}
|
|
|
|
.el-progress--circle, .el-progress--dashboard {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-progress--circle .el-progress__text, .el-progress--dashboard .el-progress__text {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 0;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.el-progress--circle .el-progress__text i, .el-progress--dashboard .el-progress__text i {
|
|
vertical-align: middle;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-progress--without-text .el-progress__text {
|
|
display: none
|
|
}
|
|
|
|
.el-progress--without-text .el-progress-bar {
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
display: block
|
|
}
|
|
|
|
.el-progress--text-inside .el-progress-bar {
|
|
padding-right: 0;
|
|
margin-right: 0
|
|
}
|
|
|
|
.el-progress.is-success .el-progress-bar__inner {
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-progress.is-success .el-progress__text {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-progress.is-warning .el-progress-bar__inner {
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-progress.is-warning .el-progress__text {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-progress.is-exception .el-progress-bar__inner {
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-progress.is-exception .el-progress__text {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-progress-bar {
|
|
padding-right: 50px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
margin-right: -55px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-progress-bar__outer {
|
|
height: 6px;
|
|
border-radius: 100px;
|
|
background-color: #e6ebf5;
|
|
overflow: hidden;
|
|
position: relative;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-progress-bar__inner {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
background-color: #009e9f;
|
|
text-align: right;
|
|
border-radius: 100px;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
-webkit-transition: width .6s ease;
|
|
transition: width .6s ease
|
|
}
|
|
|
|
.el-progress-bar__inner:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-progress-bar__innerText {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin: 0 5px
|
|
}
|
|
|
|
.el-time-spinner {
|
|
width: 100%;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-spinner {
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-spinner-inner {
|
|
-webkit-animation: rotate 2s linear infinite;
|
|
animation: rotate 2s linear infinite;
|
|
width: 50px;
|
|
height: 50px
|
|
}
|
|
|
|
.el-spinner-inner .path {
|
|
stroke: #ececec;
|
|
stroke-linecap: round;
|
|
-webkit-animation: dash 1.5s ease-in-out infinite;
|
|
animation: dash 1.5s ease-in-out infinite
|
|
}
|
|
|
|
.el-message {
|
|
min-width: 380px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #e6ebf5;
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 20px;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
background-color: #edf2fc;
|
|
-webkit-transition: opacity .3s,top .4s,-webkit-transform .4s;
|
|
transition: opacity .3s,top .4s,-webkit-transform .4s;
|
|
transition: opacity .3s,transform .4s,top .4s;
|
|
transition: opacity .3s,transform .4s,top .4s,-webkit-transform .4s;
|
|
overflow: hidden;
|
|
padding: 15px 15px 15px 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-message.is-center {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-message.is-closable .el-message__content {
|
|
padding-right: 16px
|
|
}
|
|
|
|
.el-message p {
|
|
margin: 0
|
|
}
|
|
|
|
.el-message--info .el-message__content {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message--success {
|
|
background-color: #e7faf0;
|
|
border-color: #d0f5e0
|
|
}
|
|
|
|
.el-message--success .el-message__content {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-message--warning {
|
|
background-color: #fff8e6;
|
|
border-color: #fff1cc
|
|
}
|
|
|
|
.el-message--warning .el-message__content {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-message--error {
|
|
background-color: #ffeded;
|
|
border-color: #ffdbdb
|
|
}
|
|
|
|
.el-message--error .el-message__content {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-message__icon {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.el-message__content {
|
|
padding: 0;
|
|
font-size: 14px;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-message__content:focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-message__closeBtn {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 15px;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
cursor: pointer;
|
|
color: #c0c4cc;
|
|
font-size: 16px
|
|
}
|
|
|
|
.el-message__closeBtn:focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-message__closeBtn:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message .el-icon-success {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-message .el-icon-error {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-message .el-icon-info {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message .el-icon-warning {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-message-fade-enter, .el-message-fade-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: translate(-50%,-100%);
|
|
transform: translate(-50%,-100%)
|
|
}
|
|
|
|
.el-badge {
|
|
position: relative;
|
|
vertical-align: middle;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-badge__content {
|
|
background-color: #ff4949;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
padding: 0 6px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff
|
|
}
|
|
|
|
.el-badge__content.is-fixed {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 10px;
|
|
-webkit-transform: translateY(-50%) translateX(100%);
|
|
transform: translateY(-50%) translateX(100%)
|
|
}
|
|
|
|
.el-badge__content.is-fixed.is-dot {
|
|
right: 5px
|
|
}
|
|
|
|
.el-badge__content.is-dot {
|
|
height: 8px;
|
|
width: 8px;
|
|
padding: 0;
|
|
right: 0;
|
|
border-radius: 50%
|
|
}
|
|
|
|
.el-badge__content--primary {
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-badge__content--success {
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-badge__content--warning {
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-badge__content--info {
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-badge__content--danger {
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-card {
|
|
border-radius: 4px;
|
|
border: 1px solid #e6ebf5;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
color: #303133;
|
|
-webkit-transition: .3s;
|
|
transition: .3s
|
|
}
|
|
|
|
.el-card.is-always-shadow, .el-card.is-hover-shadow:focus, .el-card.is-hover-shadow:hover {
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-card__header {
|
|
padding: 18px 20px;
|
|
border-bottom: 1px solid #e6ebf5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-card__body {
|
|
padding: 20px
|
|
}
|
|
|
|
.el-rate {
|
|
height: 20px;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-rate:active, .el-rate:focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-rate__item {
|
|
font-size: 0;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-rate__icon, .el-rate__item {
|
|
display: inline-block;
|
|
position: relative
|
|
}
|
|
|
|
.el-rate__icon {
|
|
font-size: 18px;
|
|
margin-right: 6px;
|
|
color: #c0c4cc;
|
|
-webkit-transition: .3s;
|
|
transition: .3s
|
|
}
|
|
|
|
.el-rate__icon.hover {
|
|
-webkit-transform: scale(1.15);
|
|
transform: scale(1.15)
|
|
}
|
|
|
|
.el-rate__decimal, .el-rate__icon .path2 {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0
|
|
}
|
|
|
|
.el-rate__decimal {
|
|
display: inline-block;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-rate__text {
|
|
font-size: 14px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-steps {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-steps--simple {
|
|
padding: 13px 8%;
|
|
border-radius: 4px;
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-steps--horizontal {
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-steps--vertical {
|
|
height: 100%;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-flow: column;
|
|
flex-flow: column
|
|
}
|
|
|
|
.el-step {
|
|
position: relative;
|
|
-ms-flex-negative: 1;
|
|
flex-shrink: 1
|
|
}
|
|
|
|
.el-step:last-of-type .el-step__line {
|
|
display: none
|
|
}
|
|
|
|
.el-step:last-of-type.is-flex {
|
|
-ms-flex-preferred-size: auto !important;
|
|
flex-basis: auto !important;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0
|
|
}
|
|
|
|
.el-step:last-of-type .el-step__description, .el-step:last-of-type .el-step__main {
|
|
padding-right: 0
|
|
}
|
|
|
|
.el-step__head {
|
|
position: relative;
|
|
width: 100%
|
|
}
|
|
|
|
.el-step__head.is-process {
|
|
color: #303133;
|
|
border-color: #303133
|
|
}
|
|
|
|
.el-step__head.is-wait {
|
|
color: #c0c4cc;
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-step__head.is-success {
|
|
color: #13ce66;
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-step__head.is-error {
|
|
color: #ff4949;
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-step__head.is-finish {
|
|
color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-step__icon {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 14px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
-webkit-transition: .15s ease-out;
|
|
transition: .15s ease-out
|
|
}
|
|
|
|
.el-step__icon.is-text {
|
|
border-radius: 50%;
|
|
border: 2px solid;
|
|
border-color: inherit
|
|
}
|
|
|
|
.el-step__icon.is-icon {
|
|
width: 40px
|
|
}
|
|
|
|
.el-step__icon-inner {
|
|
display: inline-block;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
color: inherit
|
|
}
|
|
|
|
.el-step__icon-inner[class*=el-icon]:not(.is-status) {
|
|
font-size: 25px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-step__icon-inner.is-status {
|
|
-webkit-transform: translateY(1px);
|
|
transform: translateY(1px)
|
|
}
|
|
|
|
.el-step__line {
|
|
position: absolute;
|
|
border-color: inherit;
|
|
background-color: #c0c4cc
|
|
}
|
|
|
|
.el-step__line-inner {
|
|
display: block;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: inherit;
|
|
-webkit-transition: .15s ease-out;
|
|
transition: .15s ease-out;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.el-step__main {
|
|
white-space: normal;
|
|
text-align: left
|
|
}
|
|
|
|
.el-step__title {
|
|
font-size: 16px;
|
|
line-height: 38px
|
|
}
|
|
|
|
.el-step__title.is-process {
|
|
font-weight: 700;
|
|
color: #303133
|
|
}
|
|
|
|
.el-step__title.is-wait {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-step__title.is-success {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-step__title.is-error {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-step__title.is-finish {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-step__description {
|
|
padding-right: 10%;
|
|
margin-top: -5px;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-step__description.is-process {
|
|
color: #303133
|
|
}
|
|
|
|
.el-step__description.is-wait {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-step__description.is-success {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-step__description.is-error {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-step__description.is-finish {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-step.is-horizontal {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-step.is-horizontal .el-step__line {
|
|
height: 2px;
|
|
top: 11px;
|
|
left: 0;
|
|
right: 0
|
|
}
|
|
|
|
.el-step.is-vertical {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__head {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0;
|
|
width: 24px
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__main {
|
|
padding-left: 10px;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__title {
|
|
line-height: 24px;
|
|
padding-bottom: 8px
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__line {
|
|
width: 2px;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 11px
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__icon.is-icon {
|
|
width: 24px
|
|
}
|
|
|
|
.el-step.is-center .el-step__head, .el-step.is-center .el-step__main {
|
|
text-align: center
|
|
}
|
|
|
|
.el-step.is-center .el-step__description {
|
|
padding-left: 20%;
|
|
padding-right: 20%
|
|
}
|
|
|
|
.el-step.is-center .el-step__line {
|
|
left: 50%;
|
|
right: -50%
|
|
}
|
|
|
|
.el-step.is-simple {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-step.is-simple .el-step__head {
|
|
width: auto;
|
|
font-size: 0;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.el-step.is-simple .el-step__icon {
|
|
background: transparent;
|
|
width: 16px;
|
|
height: 16px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
|
|
font-size: 18px
|
|
}
|
|
|
|
.el-step.is-simple .el-step__icon-inner.is-status {
|
|
-webkit-transform: scale(.8) translateY(1px);
|
|
transform: scale(.8) translateY(1px)
|
|
}
|
|
|
|
.el-step.is-simple .el-step__main {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: stretch;
|
|
-ms-flex-align: stretch;
|
|
align-items: stretch;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.el-step.is-simple .el-step__title {
|
|
font-size: 16px;
|
|
line-height: 20px
|
|
}
|
|
|
|
.el-step.is-simple:not(:last-of-type) .el-step__title {
|
|
max-width: 50%;
|
|
word-break: break-all
|
|
}
|
|
|
|
.el-step.is-simple .el-step__arrow {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-step.is-simple .el-step__arrow:after, .el-step.is-simple .el-step__arrow:before {
|
|
content: "";
|
|
display: inline-block;
|
|
position: absolute;
|
|
height: 15px;
|
|
width: 1px;
|
|
background: #c0c4cc
|
|
}
|
|
|
|
.el-step.is-simple .el-step__arrow:before {
|
|
-webkit-transform: rotate(-45deg) translateY(-4px);
|
|
transform: rotate(-45deg) translateY(-4px);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0
|
|
}
|
|
|
|
.el-step.is-simple .el-step__arrow:after {
|
|
-webkit-transform: rotate(45deg) translateY(4px);
|
|
transform: rotate(45deg) translateY(4px);
|
|
-webkit-transform-origin: 100% 100%;
|
|
transform-origin: 100% 100%
|
|
}
|
|
|
|
.el-step.is-simple:last-of-type .el-step__arrow {
|
|
display: none
|
|
}
|
|
|
|
.el-carousel {
|
|
position: relative
|
|
}
|
|
|
|
.el-carousel--horizontal {
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.el-carousel--vertical {
|
|
overflow-y: hidden
|
|
}
|
|
|
|
#el-carousel__container {
|
|
position: relative;
|
|
height: 300px
|
|
}
|
|
|
|
.el-carousel__arrow {
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 36px;
|
|
width: 36px;
|
|
cursor: pointer;
|
|
-webkit-transition: .3s;
|
|
transition: .3s;
|
|
border-radius: 50%;
|
|
background-color: rgba(31,45,61,.11);
|
|
color: #fff;
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 10;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
text-align: center;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-carousel__arrow--left {
|
|
left: 16px
|
|
}
|
|
|
|
.el-carousel__arrow--right {
|
|
right: 16px
|
|
}
|
|
|
|
.el-carousel__arrow:hover {
|
|
background-color: rgba(31,45,61,.23)
|
|
}
|
|
|
|
.el-carousel__arrow i {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-carousel__indicators {
|
|
position: absolute;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
z-index: 2
|
|
}
|
|
|
|
.el-carousel__indicators--horizontal {
|
|
bottom: 0;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%)
|
|
}
|
|
|
|
.el-carousel__indicators--vertical {
|
|
right: 0;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.el-carousel__indicators--outside {
|
|
bottom: 26px;
|
|
text-align: center;
|
|
position: static;
|
|
-webkit-transform: none;
|
|
transform: none
|
|
}
|
|
|
|
.el-carousel__indicators--outside .el-carousel__indicator:hover button {
|
|
opacity: .64
|
|
}
|
|
|
|
.el-carousel__indicators--outside button {
|
|
background-color: #c0c4cc;
|
|
opacity: .24
|
|
}
|
|
|
|
.el-carousel__indicators--labels {
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-transform: none;
|
|
transform: none;
|
|
text-align: center
|
|
}
|
|
|
|
.el-carousel__indicators--labels .el-carousel__button {
|
|
height: auto;
|
|
width: auto;
|
|
padding: 2px 18px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-carousel__indicators--labels .el-carousel__indicator {
|
|
padding: 6px 4px
|
|
}
|
|
|
|
.el-carousel__indicator {
|
|
background-color: transparent;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-carousel__indicator:hover button {
|
|
opacity: .72
|
|
}
|
|
|
|
.el-carousel__indicator--horizontal {
|
|
display: inline-block;
|
|
padding: 12px 4px
|
|
}
|
|
|
|
.el-carousel__indicator--vertical {
|
|
padding: 4px 12px
|
|
}
|
|
|
|
.el-carousel__indicator--vertical .el-carousel__button {
|
|
width: 2px;
|
|
height: 15px
|
|
}
|
|
|
|
.el-carousel__indicator.is-active button {
|
|
opacity: 1
|
|
}
|
|
|
|
.el-carousel__button {
|
|
display: block;
|
|
opacity: .48;
|
|
width: 30px;
|
|
height: 2px;
|
|
background-color: #fff;
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
-webkit-transition: .3s;
|
|
transition: .3s
|
|
}
|
|
|
|
.carousel-arrow-left-enter, .carousel-arrow-left-leave-active {
|
|
-webkit-transform: translateY(-50%) translateX(-10px);
|
|
transform: translateY(-50%) translateX(-10px);
|
|
opacity: 0
|
|
}
|
|
|
|
.carousel-arrow-right-enter, .carousel-arrow-right-leave-active {
|
|
-webkit-transform: translateY(-50%) translateX(10px);
|
|
transform: translateY(-50%) translateX(10px);
|
|
opacity: 0
|
|
}
|
|
|
|
.el-carousel__item {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
z-index: 0
|
|
}
|
|
|
|
.el-carousel__item.is-active {
|
|
z-index: 2
|
|
}
|
|
|
|
.el-carousel__item--card, .el-carousel__item.is-animating {
|
|
-webkit-transition: -webkit-transform .4s ease-in-out;
|
|
transition: -webkit-transform .4s ease-in-out;
|
|
transition: transform .4s ease-in-out;
|
|
transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out
|
|
}
|
|
|
|
.el-carousel__item--card {
|
|
width: 50%
|
|
}
|
|
|
|
.el-carousel__item--card.is-in-stage {
|
|
cursor: pointer;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask, .el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
|
|
opacity: .12
|
|
}
|
|
|
|
.el-carousel__item--card.is-active {
|
|
z-index: 2
|
|
}
|
|
|
|
.el-carousel__mask {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
opacity: .24;
|
|
-webkit-transition: .2s;
|
|
transition: .2s
|
|
}
|
|
|
|
.fade-in-linear-enter-active, .fade-in-linear-leave-active {
|
|
-webkit-transition: opacity .2s linear;
|
|
transition: opacity .2s linear
|
|
}
|
|
|
|
.fade-in-linear-enter, .fade-in-linear-leave, .fade-in-linear-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-fade-in-linear-enter-active, .el-fade-in-linear-leave-active {
|
|
-webkit-transition: opacity .2s linear;
|
|
transition: opacity .2s linear
|
|
}
|
|
|
|
.el-fade-in-linear-enter, .el-fade-in-linear-leave, .el-fade-in-linear-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-fade-in-enter-active, .el-fade-in-leave-active {
|
|
-webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
|
|
transition: all .3s cubic-bezier(.55,0,.1,1)
|
|
}
|
|
|
|
.el-fade-in-enter, .el-fade-in-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-zoom-in-center-enter-active, .el-zoom-in-center-leave-active {
|
|
-webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
|
|
transition: all .3s cubic-bezier(.55,0,.1,1)
|
|
}
|
|
|
|
.el-zoom-in-center-enter, .el-zoom-in-center-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: scaleX(0);
|
|
transform: scaleX(0)
|
|
}
|
|
|
|
.el-zoom-in-top-enter-active, .el-zoom-in-top-leave-active {
|
|
opacity: 1;
|
|
-webkit-transform: scaleY(1);
|
|
transform: scaleY(1);
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
-webkit-transform-origin: center top;
|
|
transform-origin: center top
|
|
}
|
|
|
|
.el-zoom-in-top-enter, .el-zoom-in-top-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: scaleY(0);
|
|
transform: scaleY(0)
|
|
}
|
|
|
|
.el-zoom-in-bottom-enter-active, .el-zoom-in-bottom-leave-active {
|
|
opacity: 1;
|
|
-webkit-transform: scaleY(1);
|
|
transform: scaleY(1);
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
-webkit-transform-origin: center bottom;
|
|
transform-origin: center bottom
|
|
}
|
|
|
|
.el-zoom-in-bottom-enter, .el-zoom-in-bottom-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: scaleY(0);
|
|
transform: scaleY(0)
|
|
}
|
|
|
|
.el-zoom-in-left-enter-active, .el-zoom-in-left-leave-active {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
-webkit-transform-origin: top left;
|
|
transform-origin: top left
|
|
}
|
|
|
|
.el-zoom-in-left-enter, .el-zoom-in-left-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: scale(.45);
|
|
transform: scale(.45)
|
|
}
|
|
|
|
.collapse-transition {
|
|
-webkit-transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
|
|
transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out
|
|
}
|
|
|
|
.horizontal-collapse-transition {
|
|
-webkit-transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out;
|
|
transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out
|
|
}
|
|
|
|
.el-list-enter-active, .el-list-leave-active {
|
|
-webkit-transition: all 1s;
|
|
transition: all 1s
|
|
}
|
|
|
|
.el-list-enter, .el-list-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(-30px);
|
|
transform: translateY(-30px)
|
|
}
|
|
|
|
.el-opacity-transition {
|
|
-webkit-transition: opacity .3s cubic-bezier(.55,0,.1,1);
|
|
transition: opacity .3s cubic-bezier(.55,0,.1,1)
|
|
}
|
|
|
|
.el-collapse {
|
|
border-top: 1px solid #e6ebf5;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-collapse-item.is-disabled .el-collapse-item__header {
|
|
color: #bbb;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-collapse-item__header {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
background-color: #fff;
|
|
color: #303133;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #e6ebf5;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
-webkit-transition: border-bottom-color .3s;
|
|
transition: border-bottom-color .3s;
|
|
outline: none
|
|
}
|
|
|
|
.el-collapse-item__arrow {
|
|
margin: 0 8px 0 auto;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
font-weight: 300
|
|
}
|
|
|
|
.el-collapse-item__arrow.is-active {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.el-collapse-item__header.focusing:focus:not(:hover) {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-collapse-item__header.is-active {
|
|
border-bottom-color: transparent
|
|
}
|
|
|
|
.el-collapse-item__wrap {
|
|
will-change: height;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-collapse-item__content {
|
|
padding-bottom: 25px;
|
|
font-size: 13px;
|
|
color: #303133;
|
|
line-height: 1.769230769230769
|
|
}
|
|
|
|
.el-collapse-item:last-child {
|
|
margin-bottom: -1px
|
|
}
|
|
|
|
.el-popper .popper__arrow, .el-popper .popper__arrow:after {
|
|
position: absolute;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid
|
|
}
|
|
|
|
.el-popper .popper__arrow {
|
|
border-width: 6px;
|
|
-webkit-filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
|
|
filter: drop-shadow(0 2px 12px rgba(0,0,0,.03))
|
|
}
|
|
|
|
.el-popper .popper__arrow:after {
|
|
content: " ";
|
|
border-width: 6px
|
|
}
|
|
|
|
.el-popper[x-placement^=top] {
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.el-popper[x-placement^=top] .popper__arrow {
|
|
bottom: -6px;
|
|
left: 50%;
|
|
margin-right: 3px;
|
|
border-top-color: #e6ebf5;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.el-popper[x-placement^=top] .popper__arrow:after {
|
|
bottom: 1px;
|
|
margin-left: -6px;
|
|
border-top-color: #fff;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.el-popper[x-placement^=bottom] {
|
|
margin-top: 12px
|
|
}
|
|
|
|
.el-popper[x-placement^=bottom] .popper__arrow {
|
|
top: -6px;
|
|
left: 50%;
|
|
margin-right: 3px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #e6ebf5
|
|
}
|
|
|
|
.el-popper[x-placement^=bottom] .popper__arrow:after {
|
|
top: 1px;
|
|
margin-left: -6px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.el-popper[x-placement^=right] {
|
|
margin-left: 12px
|
|
}
|
|
|
|
.el-popper[x-placement^=right] .popper__arrow {
|
|
top: 50%;
|
|
left: -6px;
|
|
margin-bottom: 3px;
|
|
border-right-color: #e6ebf5;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.el-popper[x-placement^=right] .popper__arrow:after {
|
|
bottom: -6px;
|
|
left: 1px;
|
|
border-right-color: #fff;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.el-popper[x-placement^=left] {
|
|
margin-right: 12px
|
|
}
|
|
|
|
.el-popper[x-placement^=left] .popper__arrow {
|
|
top: 50%;
|
|
right: -6px;
|
|
margin-bottom: 3px;
|
|
border-right-width: 0;
|
|
border-left-color: #e6ebf5
|
|
}
|
|
|
|
.el-popper[x-placement^=left] .popper__arrow:after {
|
|
right: 1px;
|
|
bottom: -6px;
|
|
margin-left: -6px;
|
|
border-right-width: 0;
|
|
border-left-color: #fff
|
|
}
|
|
|
|
.el-tag {
|
|
background-color: #e6f5f5;
|
|
border-color: #ccecec;
|
|
display: inline-block;
|
|
height: 32px;
|
|
padding: 0 10px;
|
|
line-height: 30px;
|
|
font-size: 12px;
|
|
color: #009e9f;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-radius: 4px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-tag.is-hit {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-tag .el-tag__close {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tag .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-tag.el-tag--info {
|
|
background-color: #f4f4f5;
|
|
border-color: #e9e9eb;
|
|
color: #909399
|
|
}
|
|
|
|
.el-tag.el-tag--info.is-hit {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-tag.el-tag--info .el-tag__close {
|
|
color: #909399
|
|
}
|
|
|
|
.el-tag.el-tag--info .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-tag.el-tag--success {
|
|
background-color: #e7faf0;
|
|
border-color: #d0f5e0;
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-tag.el-tag--success.is-hit {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-tag.el-tag--success .el-tag__close {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-tag.el-tag--success .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-tag.el-tag--warning {
|
|
background-color: #fff8e6;
|
|
border-color: #fff1cc;
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-tag.el-tag--warning.is-hit {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-tag.el-tag--warning .el-tag__close {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-tag.el-tag--warning .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-tag.el-tag--danger {
|
|
background-color: #ffeded;
|
|
border-color: #ffdbdb;
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-tag.el-tag--danger.is-hit {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-tag.el-tag--danger .el-tag__close {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-tag.el-tag--danger .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-tag .el-icon-close {
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
position: relative;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
height: 16px;
|
|
width: 16px;
|
|
line-height: 16px;
|
|
vertical-align: middle;
|
|
top: -1px;
|
|
right: -5px
|
|
}
|
|
|
|
.el-tag .el-icon-close:before {
|
|
display: block
|
|
}
|
|
|
|
.el-tag--dark {
|
|
background-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark, .el-tag--dark.is-hit {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-tag--dark .el-tag__close {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #33b1b2
|
|
}
|
|
|
|
.el-tag--dark.el-tag--info {
|
|
background-color: #909399;
|
|
border-color: #909399;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--info.is-hit {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-tag--dark.el-tag--info .el-tag__close {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--info .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #a6a9ad
|
|
}
|
|
|
|
.el-tag--dark.el-tag--success {
|
|
background-color: #13ce66;
|
|
border-color: #13ce66;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--success.is-hit {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-tag--dark.el-tag--success .el-tag__close {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--success .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #42d885
|
|
}
|
|
|
|
.el-tag--dark.el-tag--warning {
|
|
background-color: #ffba00;
|
|
border-color: #ffba00;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--warning.is-hit {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-tag--dark.el-tag--warning .el-tag__close {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--warning .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #ffc833
|
|
}
|
|
|
|
.el-tag--dark.el-tag--danger {
|
|
background-color: #ff4949;
|
|
border-color: #ff4949;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--danger.is-hit {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-tag--dark.el-tag--danger .el-tag__close {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--danger .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #ff6d6d
|
|
}
|
|
|
|
.el-tag--plain {
|
|
background-color: #fff;
|
|
border-color: #99d8d9;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tag--plain.is-hit {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-tag--plain .el-tag__close {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tag--plain .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-tag--plain.el-tag--info {
|
|
background-color: #fff;
|
|
border-color: #d3d4d6;
|
|
color: #909399
|
|
}
|
|
|
|
.el-tag--plain.el-tag--info.is-hit {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-tag--plain.el-tag--info .el-tag__close {
|
|
color: #909399
|
|
}
|
|
|
|
.el-tag--plain.el-tag--info .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-tag--plain.el-tag--success {
|
|
background-color: #fff;
|
|
border-color: #a1ebc2;
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-tag--plain.el-tag--success.is-hit {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-tag--plain.el-tag--success .el-tag__close {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-tag--plain.el-tag--success .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-tag--plain.el-tag--warning {
|
|
background-color: #fff;
|
|
border-color: #ffe399;
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-tag--plain.el-tag--warning.is-hit {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-tag--plain.el-tag--warning .el-tag__close {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-tag--plain.el-tag--warning .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-tag--plain.el-tag--danger {
|
|
background-color: #fff;
|
|
border-color: #ffb6b6;
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-tag--plain.el-tag--danger.is-hit {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-tag--plain.el-tag--danger .el-tag__close {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-tag--plain.el-tag--danger .el-tag__close:hover {
|
|
color: #fff;
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-tag--medium {
|
|
height: 28px;
|
|
line-height: 26px
|
|
}
|
|
|
|
.el-tag--medium .el-icon-close {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-tag--small {
|
|
height: 24px;
|
|
padding: 0 8px;
|
|
line-height: 22px
|
|
}
|
|
|
|
.el-tag--small .el-icon-close {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-tag--mini {
|
|
height: 20px;
|
|
padding: 0 5px;
|
|
line-height: 19px
|
|
}
|
|
|
|
.el-tag--mini .el-icon-close {
|
|
margin-left: -3px;
|
|
-webkit-transform: scale(.7);
|
|
transform: scale(.7)
|
|
}
|
|
|
|
.el-cascader {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 14px;
|
|
line-height: 40px
|
|
}
|
|
|
|
.el-cascader:not(.is-disabled):hover .el-input__inner {
|
|
cursor: pointer;
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader .el-input {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-cascader .el-input .el-input__inner {
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.el-cascader .el-input .el-input__inner:focus {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-cascader .el-input .el-icon-arrow-down {
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-cascader .el-input .el-icon-arrow-down.is-reverse {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.el-cascader .el-input .el-icon-circle-close:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-cascader .el-input.is-focus .el-input__inner {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-cascader--medium {
|
|
font-size: 14px;
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-cascader--small {
|
|
font-size: 13px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-cascader--mini {
|
|
font-size: 12px;
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-cascader.is-disabled .el-cascader__label {
|
|
z-index: 2;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__dropdown {
|
|
margin: 5px 0;
|
|
font-size: 14px;
|
|
background: #fff;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-cascader__tags {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 30px;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
line-height: normal;
|
|
text-align: left;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-cascader__tags .el-tag {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
max-width: 100%;
|
|
margin: 2px 0 2px 6px;
|
|
text-overflow: ellipsis;
|
|
background: #f0f2f5
|
|
}
|
|
|
|
.el-cascader__tags .el-tag:not(.is-hit) {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-cascader__tags .el-tag > span {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.el-cascader__tags .el-tag .el-icon-close {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
background-color: #c0c4cc;
|
|
color: #fff
|
|
}
|
|
|
|
.el-cascader__tags .el-tag .el-icon-close:hover {
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-cascader__suggestion-panel {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-cascader__suggestion-list {
|
|
max-height: 204px;
|
|
margin: 0;
|
|
padding: 6px 0;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
text-align: center
|
|
}
|
|
|
|
.el-cascader__suggestion-item {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 34px;
|
|
padding: 0 15px;
|
|
text-align: left;
|
|
outline: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-cascader__suggestion-item:focus, .el-cascader__suggestion-item:hover {
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-cascader__suggestion-item.is-checked {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-cascader__suggestion-item > span {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.el-cascader__empty-text {
|
|
margin: 10px 0;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
height: 24px;
|
|
min-width: 60px;
|
|
margin: 2px 0 2px 15px;
|
|
padding: 0;
|
|
color: #606266;
|
|
border: none;
|
|
outline: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-cascader__search-input::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-color-predefine {
|
|
font-size: 12px;
|
|
margin-top: 8px;
|
|
width: 280px
|
|
}
|
|
|
|
.el-color-predefine, .el-color-predefine__colors {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-color-predefine__colors {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.el-color-predefine__color-selector {
|
|
margin: 0 0 8px 8px;
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 4px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-color-predefine__color-selector:nth-child(10n+1) {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-color-predefine__color-selector.selected {
|
|
-webkit-box-shadow: 0 0 3px 2px #009e9f;
|
|
box-shadow: 0 0 3px 2px #009e9f
|
|
}
|
|
|
|
.el-color-predefine__color-selector > div {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 100%;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-color-predefine__color-selector.is-alpha {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
|
|
}
|
|
|
|
.el-color-hue-slider {
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 280px;
|
|
height: 12px;
|
|
background-color: red;
|
|
padding: 0 2px
|
|
}
|
|
|
|
.el-color-hue-slider__bar {
|
|
position: relative;
|
|
background: -webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
|
|
background: linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);
|
|
height: 100%
|
|
}
|
|
|
|
.el-color-hue-slider__thumb {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 100%;
|
|
border-radius: 1px;
|
|
background: #fff;
|
|
border: 1px solid #f0f0f0;
|
|
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
z-index: 1
|
|
}
|
|
|
|
.el-color-hue-slider.is-vertical {
|
|
width: 12px;
|
|
height: 180px;
|
|
padding: 2px 0
|
|
}
|
|
|
|
.el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
|
|
background: -webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
|
|
background: linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)
|
|
}
|
|
|
|
.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 4px
|
|
}
|
|
|
|
.el-color-svpanel {
|
|
position: relative;
|
|
width: 280px;
|
|
height: 180px
|
|
}
|
|
|
|
.el-color-svpanel__black, .el-color-svpanel__white {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-color-svpanel__white {
|
|
background: -webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));
|
|
background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
|
|
}
|
|
|
|
.el-color-svpanel__black {
|
|
background: -webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));
|
|
background: linear-gradient(0deg,#000,transparent)
|
|
}
|
|
|
|
.el-color-svpanel__cursor {
|
|
position: absolute
|
|
}
|
|
|
|
.el-color-svpanel__cursor > div {
|
|
cursor: head;
|
|
width: 4px;
|
|
height: 4px;
|
|
-webkit-box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
|
|
box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
|
|
border-radius: 50%;
|
|
-webkit-transform: translate(-2px,-2px);
|
|
transform: translate(-2px,-2px)
|
|
}
|
|
|
|
.el-color-alpha-slider {
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 280px;
|
|
height: 12px;
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
|
|
}
|
|
|
|
.el-color-alpha-slider__bar {
|
|
position: relative;
|
|
background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));
|
|
background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
|
|
height: 100%
|
|
}
|
|
|
|
.el-color-alpha-slider__thumb {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 100%;
|
|
border-radius: 1px;
|
|
background: #fff;
|
|
border: 1px solid #f0f0f0;
|
|
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
z-index: 1
|
|
}
|
|
|
|
.el-color-alpha-slider.is-vertical {
|
|
width: 20px;
|
|
height: 180px
|
|
}
|
|
|
|
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
|
|
background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
|
|
background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)
|
|
}
|
|
|
|
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 4px
|
|
}
|
|
|
|
.el-color-dropdown {
|
|
width: 300px
|
|
}
|
|
|
|
.el-color-dropdown__main-wrapper {
|
|
margin-bottom: 6px
|
|
}
|
|
|
|
.el-color-dropdown__main-wrapper:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both
|
|
}
|
|
|
|
.el-color-dropdown__btns {
|
|
margin-top: 6px;
|
|
text-align: right
|
|
}
|
|
|
|
.el-color-dropdown__value {
|
|
float: left;
|
|
line-height: 26px;
|
|
font-size: 12px;
|
|
color: #000;
|
|
width: 160px
|
|
}
|
|
|
|
.el-color-dropdown__btn {
|
|
border: 1px solid #dcdcdc;
|
|
color: #333;
|
|
line-height: 24px;
|
|
border-radius: 2px;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
outline: none;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-color-dropdown__btn[disabled] {
|
|
color: #ccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-color-dropdown__btn:hover {
|
|
color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-color-dropdown__link-btn {
|
|
cursor: pointer;
|
|
color: #009e9f;
|
|
text-decoration: none;
|
|
padding: 15px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-color-dropdown__link-btn:hover {
|
|
color: tint(#009e9f,20%)
|
|
}
|
|
|
|
.el-color-picker {
|
|
display: inline-block;
|
|
position: relative;
|
|
line-height: normal;
|
|
height: 40px
|
|
}
|
|
|
|
.el-color-picker.is-disabled .el-color-picker__trigger {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-color-picker--medium {
|
|
height: 36px
|
|
}
|
|
|
|
.el-color-picker--medium .el-color-picker__trigger {
|
|
height: 36px;
|
|
width: 36px
|
|
}
|
|
|
|
.el-color-picker--medium .el-color-picker__mask {
|
|
height: 34px;
|
|
width: 34px
|
|
}
|
|
|
|
.el-color-picker--small {
|
|
height: 32px
|
|
}
|
|
|
|
.el-color-picker--small .el-color-picker__trigger {
|
|
height: 32px;
|
|
width: 32px
|
|
}
|
|
|
|
.el-color-picker--small .el-color-picker__mask {
|
|
height: 30px;
|
|
width: 30px
|
|
}
|
|
|
|
.el-color-picker--small .el-color-picker__empty, .el-color-picker--small .el-color-picker__icon {
|
|
-webkit-transform: translate3d(-50%,-50%,0) scale(.8);
|
|
transform: translate3d(-50%,-50%,0) scale(.8)
|
|
}
|
|
|
|
.el-color-picker--mini {
|
|
height: 28px
|
|
}
|
|
|
|
.el-color-picker--mini .el-color-picker__trigger {
|
|
height: 28px;
|
|
width: 28px
|
|
}
|
|
|
|
.el-color-picker--mini .el-color-picker__mask {
|
|
height: 26px;
|
|
width: 26px
|
|
}
|
|
|
|
.el-color-picker--mini .el-color-picker__empty, .el-color-picker--mini .el-color-picker__icon {
|
|
-webkit-transform: translate3d(-50%,-50%,0) scale(.8);
|
|
transform: translate3d(-50%,-50%,0) scale(.8)
|
|
}
|
|
|
|
.el-color-picker__mask {
|
|
height: 38px;
|
|
width: 38px;
|
|
border-radius: 4px;
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 1px;
|
|
z-index: 1;
|
|
cursor: not-allowed;
|
|
background-color: hsla(0,0%,100%,.7)
|
|
}
|
|
|
|
.el-color-picker__trigger {
|
|
display: inline-block;
|
|
height: 40px;
|
|
width: 40px;
|
|
padding: 4px;
|
|
border: 1px solid #e6e6e6;
|
|
border-radius: 4px;
|
|
font-size: 0;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-color-picker__color, .el-color-picker__trigger {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
position: relative
|
|
}
|
|
|
|
.el-color-picker__color {
|
|
display: block;
|
|
border: 1px solid #999;
|
|
border-radius: 2px;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center
|
|
}
|
|
|
|
.el-color-picker__color.is-alpha {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
|
|
}
|
|
|
|
.el-color-picker__color-inner {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-color-picker__empty {
|
|
color: #999
|
|
}
|
|
|
|
.el-color-picker__empty, .el-color-picker__icon {
|
|
font-size: 12px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate3d(-50%,-50%,0);
|
|
transform: translate3d(-50%,-50%,0)
|
|
}
|
|
|
|
.el-color-picker__icon {
|
|
display: inline-block;
|
|
width: 100%;
|
|
color: #fff;
|
|
text-align: center
|
|
}
|
|
|
|
.el-color-picker__panel {
|
|
position: absolute;
|
|
z-index: 10;
|
|
padding: 6px;
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
background-color: #fff;
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-textarea {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
vertical-align: bottom;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-textarea__inner {
|
|
display: block;
|
|
resize: vertical;
|
|
padding: 5px 15px;
|
|
line-height: 1.5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
font-size: inherit;
|
|
color: #606266;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #dcdfe6;
|
|
border-radius: 4px;
|
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-textarea__inner::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner:hover {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner:focus {
|
|
outline: none;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-textarea .el-input__count {
|
|
color: #909399;
|
|
background: #fff;
|
|
position: absolute;
|
|
font-size: 12px;
|
|
bottom: 5px;
|
|
right: 10px
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-exceed .el-textarea__inner {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-textarea.is-exceed .el-input__count {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-input {
|
|
position: relative;
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
width: 100%
|
|
}
|
|
|
|
.el-input::-webkit-scrollbar {
|
|
z-index: 11;
|
|
width: 6px
|
|
}
|
|
|
|
.el-input::-webkit-scrollbar:horizontal {
|
|
height: 6px
|
|
}
|
|
|
|
.el-input::-webkit-scrollbar-thumb {
|
|
border-radius: 5px;
|
|
width: 6px;
|
|
background: #b4bccc
|
|
}
|
|
|
|
.el-input::-webkit-scrollbar-corner, .el-input::-webkit-scrollbar-track {
|
|
background: #fff
|
|
}
|
|
|
|
.el-input::-webkit-scrollbar-track-piece {
|
|
background: #fff;
|
|
width: 6px
|
|
}
|
|
|
|
.el-input .el-input__clear {
|
|
color: #c0c4cc;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-input .el-input__clear:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-input .el-input__count {
|
|
height: 100%;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #909399;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-input .el-input__count .el-input__count-inner {
|
|
background: #fff;
|
|
line-height: normal;
|
|
display: inline-block;
|
|
padding: 0 5px
|
|
}
|
|
|
|
.el-input__inner {
|
|
-webkit-appearance: none;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border-radius: 4px;
|
|
border: 1px solid #dcdfe6;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #606266;
|
|
display: inline-block;
|
|
font-size: inherit;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
outline: none;
|
|
padding: 0 15px;
|
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
width: 100%
|
|
}
|
|
|
|
.el-input__inner::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner:hover {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner:focus {
|
|
outline: none;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-input__suffix {
|
|
position: absolute;
|
|
height: 100%;
|
|
right: 5px;
|
|
top: 0;
|
|
text-align: center;
|
|
color: #c0c4cc;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s;
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-input__suffix-inner {
|
|
pointer-events: all
|
|
}
|
|
|
|
.el-input__prefix {
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 0;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__icon, .el-input__prefix {
|
|
height: 100%;
|
|
text-align: center;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s
|
|
}
|
|
|
|
.el-input__icon {
|
|
width: 25px;
|
|
line-height: 40px
|
|
}
|
|
|
|
.el-input__icon:after {
|
|
content: "";
|
|
height: 100%;
|
|
width: 0;
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-input__validateIcon {
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-input.is-active .el-input__inner {
|
|
outline: none;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__icon {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-input.is-exceed .el-input__inner {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-input.is-exceed .el-input__suffix .el-input__count {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-input--suffix .el-input__inner {
|
|
padding-right: 30px
|
|
}
|
|
|
|
.el-input--prefix .el-input__inner {
|
|
padding-left: 30px
|
|
}
|
|
|
|
.el-input--medium {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-input--medium .el-input__inner {
|
|
height: 36px;
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-input--medium .el-input__icon {
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-input--small {
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-input--small .el-input__inner {
|
|
height: 32px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-input--small .el-input__icon {
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-input--mini {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-input--mini .el-input__inner {
|
|
height: 28px;
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-input--mini .el-input__icon {
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-input-group {
|
|
line-height: normal;
|
|
display: inline-table;
|
|
width: 100%;
|
|
border-collapse: separate;
|
|
border-spacing: 0
|
|
}
|
|
|
|
.el-input-group > .el-input__inner {
|
|
vertical-align: middle;
|
|
display: table-cell
|
|
}
|
|
|
|
.el-input-group__append, .el-input-group__prepend {
|
|
background-color: #f5f7fa;
|
|
color: #909399;
|
|
vertical-align: middle;
|
|
display: table-cell;
|
|
position: relative;
|
|
border: 1px solid #dcdfe6;
|
|
border-radius: 4px;
|
|
padding: 0 20px;
|
|
width: 1px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-input-group__append:focus, .el-input-group__prepend:focus {
|
|
outline: none
|
|
}
|
|
|
|
.el-input-group__append .el-button, .el-input-group__append .el-select, .el-input-group__prepend .el-button, .el-input-group__prepend .el-select {
|
|
display: inline-block;
|
|
margin: -10px -20px
|
|
}
|
|
|
|
.el-input-group__append button.el-button, .el-input-group__append div.el-select .el-input__inner, .el-input-group__append div.el-select:hover .el-input__inner, .el-input-group__prepend button.el-button, .el-input-group__prepend div.el-select .el-input__inner, .el-input-group__prepend div.el-select:hover .el-input__inner {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
color: inherit;
|
|
border-top: 0;
|
|
border-bottom: 0
|
|
}
|
|
|
|
.el-input-group__append .el-button, .el-input-group__append .el-input, .el-input-group__prepend .el-button, .el-input-group__prepend .el-input {
|
|
font-size: inherit
|
|
}
|
|
|
|
.el-input-group__prepend {
|
|
border-right: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.el-input-group__append {
|
|
border-left: 0
|
|
}
|
|
|
|
.el-input-group--prepend .el-input__inner, .el-input-group__append {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-input-group--append .el-input__inner {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.el-input-group--append .el-select .el-input.is-focus .el-input__inner {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-input__inner::-ms-clear {
|
|
display: none;
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.el-transfer {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-transfer__buttons {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 0 30px
|
|
}
|
|
|
|
.el-transfer__button {
|
|
display: block;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
background-color: #009e9f;
|
|
font-size: 0
|
|
}
|
|
|
|
.el-transfer__button.is-with-texts {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-transfer__button.is-disabled, .el-transfer__button.is-disabled:hover {
|
|
border: 1px solid #dcdfe6;
|
|
background-color: #f5f7fa;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-transfer__button:first-child {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.el-transfer__button:nth-child(2) {
|
|
margin: 0
|
|
}
|
|
|
|
.el-transfer__button i, .el-transfer__button span {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-transfer__button [class*=el-icon-] + span {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-transfer-panel {
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 200px;
|
|
max-height: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
position: relative
|
|
}
|
|
|
|
.el-transfer-panel__body {
|
|
height: 246px
|
|
}
|
|
|
|
.el-transfer-panel__body.is-with-footer {
|
|
padding-bottom: 40px
|
|
}
|
|
|
|
.el-transfer-panel__list {
|
|
margin: 0;
|
|
padding: 6px 0;
|
|
list-style: none;
|
|
height: 246px;
|
|
overflow: auto;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-transfer-panel__list.is-filterable {
|
|
height: 194px;
|
|
padding-top: 0
|
|
}
|
|
|
|
.el-transfer-panel__item {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding-left: 15px;
|
|
display: block
|
|
}
|
|
|
|
.el-transfer-panel__item + .el-transfer-panel__item {
|
|
margin-left: 0;
|
|
display: block !important
|
|
}
|
|
|
|
.el-transfer-panel__item.el-checkbox {
|
|
color: #606266
|
|
}
|
|
|
|
.el-transfer-panel__item:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-transfer-panel__item.el-checkbox .el-checkbox__label {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-left: 24px;
|
|
line-height: 30px
|
|
}
|
|
|
|
.el-transfer-panel__item .el-checkbox__input {
|
|
position: absolute;
|
|
top: 8px
|
|
}
|
|
|
|
.el-transfer-panel__filter {
|
|
text-align: center;
|
|
margin: 15px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
width: auto
|
|
}
|
|
|
|
.el-transfer-panel__filter .el-input__inner {
|
|
height: 32px;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 16px;
|
|
padding-right: 10px;
|
|
padding-left: 30px
|
|
}
|
|
|
|
.el-transfer-panel__filter .el-input__icon {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-transfer-panel__filter .el-icon-circle-close {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__header {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #f5f7fa;
|
|
margin: 0;
|
|
padding-left: 15px;
|
|
border-bottom: 1px solid #e6ebf5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #000
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__header .el-checkbox {
|
|
display: block;
|
|
line-height: 40px
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
|
|
font-size: 16px;
|
|
color: #303133;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
|
|
position: absolute;
|
|
right: 15px;
|
|
color: #909399;
|
|
font-size: 12px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__footer {
|
|
height: 40px;
|
|
background: #fff;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-top: 1px solid #e6ebf5;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__footer:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__footer .el-checkbox {
|
|
padding-left: 20px;
|
|
color: #606266
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__empty {
|
|
margin: 0;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 6px 15px 0;
|
|
color: #909399;
|
|
text-align: center
|
|
}
|
|
|
|
.el-transfer-panel .el-checkbox__label {
|
|
padding-left: 8px
|
|
}
|
|
|
|
.el-transfer-panel .el-checkbox__inner {
|
|
height: 14px;
|
|
width: 14px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-transfer-panel .el-checkbox__inner:after {
|
|
height: 6px;
|
|
width: 3px;
|
|
left: 4px
|
|
}
|
|
|
|
.el-container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
flex-basis: auto;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
min-width: 0
|
|
}
|
|
|
|
.el-container.is-vertical {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column
|
|
}
|
|
|
|
.el-header {
|
|
padding: 0 20px
|
|
}
|
|
|
|
.el-aside, .el-header {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0
|
|
}
|
|
|
|
.el-aside {
|
|
overflow: auto
|
|
}
|
|
|
|
.el-main {
|
|
display: block;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
flex-basis: auto;
|
|
overflow: auto;
|
|
padding: 20px
|
|
}
|
|
|
|
.el-footer, .el-main {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-footer {
|
|
padding: 0 20px;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0
|
|
}
|
|
|
|
.el-timeline {
|
|
margin: 0;
|
|
font-size: 14px;
|
|
list-style: none
|
|
}
|
|
|
|
.el-timeline .el-timeline-item:last-child .el-timeline-item__tail {
|
|
display: none
|
|
}
|
|
|
|
.el-timeline-item {
|
|
position: relative;
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.el-timeline-item__wrapper {
|
|
position: relative;
|
|
padding-left: 28px;
|
|
top: -3px
|
|
}
|
|
|
|
.el-timeline-item__tail {
|
|
position: absolute;
|
|
left: 4px;
|
|
height: 100%;
|
|
border-left: 2px solid #dfe4ed
|
|
}
|
|
|
|
.el-timeline-item__icon {
|
|
color: #fff;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-timeline-item__node {
|
|
position: absolute;
|
|
background-color: #dfe4ed;
|
|
border-radius: 50%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-timeline-item__node--normal {
|
|
left: -1px;
|
|
width: 12px;
|
|
height: 12px
|
|
}
|
|
|
|
.el-timeline-item__node--large {
|
|
left: -2px;
|
|
width: 14px;
|
|
height: 14px
|
|
}
|
|
|
|
.el-timeline-item__node--primary {
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-timeline-item__node--success {
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-timeline-item__node--warning {
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-timeline-item__node--danger {
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-timeline-item__node--info {
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-timeline-item__dot {
|
|
position: absolute;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-timeline-item__content {
|
|
color: #303133
|
|
}
|
|
|
|
.el-timeline-item__timestamp {
|
|
color: #909399;
|
|
line-height: 1;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-timeline-item__timestamp.is-top {
|
|
margin-bottom: 8px;
|
|
padding-top: 4px
|
|
}
|
|
|
|
.el-timeline-item__timestamp.is-bottom {
|
|
margin-top: 8px
|
|
}
|
|
|
|
.el-link {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
text-decoration: none;
|
|
outline: none;
|
|
cursor: pointer;
|
|
padding: 0;
|
|
font-size: 14px;
|
|
font-weight: 500
|
|
}
|
|
|
|
.el-link.is-underline:hover:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
height: 0;
|
|
bottom: 0;
|
|
border-bottom: 1px solid #009e9f
|
|
}
|
|
|
|
.el-link.is-disabled {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-link [class*=el-icon-] + span {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-link.el-link--default {
|
|
color: #606266
|
|
}
|
|
|
|
.el-link.el-link--default:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--default:after {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--default.is-disabled {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-link.el-link--primary {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--primary:hover {
|
|
color: #33b1b2
|
|
}
|
|
|
|
.el-link.el-link--primary:after {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--primary.is-disabled {
|
|
color: #80cfcf
|
|
}
|
|
|
|
.el-link.el-link--primary.is-underline:hover:after {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--danger {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-link.el-link--danger:hover {
|
|
color: #ff6d6d
|
|
}
|
|
|
|
.el-link.el-link--danger:after {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-link.el-link--danger.is-disabled {
|
|
color: #ffa4a4
|
|
}
|
|
|
|
.el-link.el-link--danger.is-underline:hover:after {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-link.el-link--success {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-link.el-link--success:hover {
|
|
color: #42d885
|
|
}
|
|
|
|
.el-link.el-link--success:after {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-link.el-link--success.is-disabled {
|
|
color: #89e7b3
|
|
}
|
|
|
|
.el-link.el-link--success.is-underline:hover:after {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-link.el-link--warning {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-link.el-link--warning:hover {
|
|
color: #ffc833
|
|
}
|
|
|
|
.el-link.el-link--warning:after {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-link.el-link--warning.is-disabled {
|
|
color: #ffdd80
|
|
}
|
|
|
|
.el-link.el-link--warning.is-underline:hover:after {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-link.el-link--info {
|
|
color: #909399
|
|
}
|
|
|
|
.el-link.el-link--info:hover {
|
|
color: #a6a9ad
|
|
}
|
|
|
|
.el-link.el-link--info:after {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-link.el-link--info.is-disabled {
|
|
color: #c8c9cc
|
|
}
|
|
|
|
.el-link.el-link--info.is-underline:hover:after {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-divider {
|
|
background-color: #dcdfe6;
|
|
position: relative
|
|
}
|
|
|
|
.el-divider--horizontal {
|
|
display: block;
|
|
height: 1px;
|
|
width: 100%;
|
|
margin: 24px 0
|
|
}
|
|
|
|
.el-divider--vertical {
|
|
display: inline-block;
|
|
width: 1px;
|
|
height: 1em;
|
|
margin: 0 8px;
|
|
vertical-align: middle;
|
|
position: relative
|
|
}
|
|
|
|
.el-divider__text {
|
|
position: absolute;
|
|
background-color: #fff;
|
|
padding: 0 20px;
|
|
font-weight: 500;
|
|
color: #303133;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-divider__text.is-left {
|
|
left: 20px;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.el-divider__text.is-center {
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
|
transform: translateX(-50%) translateY(-50%)
|
|
}
|
|
|
|
.el-divider__text.is-right {
|
|
right: 20px;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.el-image__error, .el-image__inner, .el-image__placeholder {
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-image {
|
|
position: relative;
|
|
display: inline-block;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-image__inner {
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-image__inner--center {
|
|
position: relative;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
display: block
|
|
}
|
|
|
|
.el-image__error, .el-image__placeholder {
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-image__error {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
color: #c0c4cc;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-image__preview {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-image-viewer__wrapper {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0
|
|
}
|
|
|
|
.el-image-viewer__btn {
|
|
position: absolute;
|
|
z-index: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
border-radius: 50%;
|
|
opacity: .8;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.el-image-viewer__close {
|
|
top: 40px;
|
|
right: 40px;
|
|
width: 40px;
|
|
height: 40px;
|
|
font-size: 40px
|
|
}
|
|
|
|
.el-image-viewer__canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-image-viewer__actions {
|
|
left: 50%;
|
|
bottom: 30px;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
width: 282px;
|
|
height: 44px;
|
|
padding: 0 23px;
|
|
background-color: #606266;
|
|
border-color: #fff;
|
|
border-radius: 22px
|
|
}
|
|
|
|
.el-image-viewer__actions__inner {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: justify;
|
|
cursor: default;
|
|
font-size: 23px;
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.el-image-viewer__prev {
|
|
left: 40px
|
|
}
|
|
|
|
.el-image-viewer__next, .el-image-viewer__prev {
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 44px;
|
|
height: 44px;
|
|
font-size: 24px;
|
|
color: #fff;
|
|
background-color: #606266;
|
|
border-color: #fff
|
|
}
|
|
|
|
.el-image-viewer__next {
|
|
right: 40px;
|
|
text-indent: 2px
|
|
}
|
|
|
|
.el-image-viewer__mask {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: .5;
|
|
background: #000
|
|
}
|
|
|
|
.viewer-fade-enter-active {
|
|
-webkit-animation: viewer-fade-in .3s;
|
|
animation: viewer-fade-in .3s
|
|
}
|
|
|
|
.viewer-fade-leave-active {
|
|
-webkit-animation: viewer-fade-out .3s;
|
|
animation: viewer-fade-out .3s
|
|
}
|
|
|
|
@-webkit-keyframes viewer-fade-in {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes viewer-fade-in {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes viewer-fade-out {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes viewer-fade-out {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.el-button {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
background: #fff;
|
|
border: 1px solid #dcdfe6;
|
|
border-color: #dcdfe6;
|
|
color: #606266;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
margin: 0;
|
|
-webkit-transition: .1s;
|
|
transition: .1s;
|
|
font-weight: 400;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-button + .el-button {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-button.is-round {
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.el-button:focus, .el-button:hover {
|
|
color: #009e9f;
|
|
border-color: #b3e2e2;
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-button:active {
|
|
color: #008e8f;
|
|
border-color: #008e8f;
|
|
outline: none
|
|
}
|
|
|
|
.el-button::-moz-focus-inner {
|
|
border: 0
|
|
}
|
|
|
|
.el-button [class*=el-icon-] + span {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-button.is-plain:focus, .el-button.is-plain:hover {
|
|
background: #fff;
|
|
border-color: #009e9f;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-button.is-plain:active {
|
|
background: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button.is-active, .el-button.is-plain:active {
|
|
border-color: #008e8f;
|
|
color: #008e8f
|
|
}
|
|
|
|
.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed;
|
|
background-image: none;
|
|
background-color: #fff;
|
|
border-color: #e6ebf5
|
|
}
|
|
|
|
.el-button.is-disabled.el-button--text {
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-button.is-disabled.is-plain, .el-button.is-disabled.is-plain:focus, .el-button.is-disabled.is-plain:hover {
|
|
background-color: #fff;
|
|
border-color: #e6ebf5;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-button.is-loading {
|
|
position: relative;
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-button.is-loading:before {
|
|
pointer-events: none;
|
|
content: "";
|
|
position: absolute;
|
|
left: -1px;
|
|
top: -1px;
|
|
right: -1px;
|
|
bottom: -1px;
|
|
border-radius: inherit;
|
|
background-color: hsla(0,0%,100%,.35)
|
|
}
|
|
|
|
.el-button.is-round {
|
|
border-radius: 20px;
|
|
padding: 12px 23px
|
|
}
|
|
|
|
.el-button.is-circle {
|
|
border-radius: 50%;
|
|
padding: 12px
|
|
}
|
|
|
|
.el-button--primary {
|
|
color: #fff;
|
|
background-color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-button--primary:focus, .el-button--primary:hover {
|
|
background: #33b1b2;
|
|
border-color: #33b1b2;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--primary:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--primary.is-active, .el-button--primary:active {
|
|
background: #008e8f;
|
|
border-color: #008e8f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--primary.is-disabled, .el-button--primary.is-disabled:active, .el-button--primary.is-disabled:focus, .el-button--primary.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #80cfcf;
|
|
border-color: #80cfcf
|
|
}
|
|
|
|
.el-button--primary.is-plain {
|
|
color: #009e9f;
|
|
background: #e6f5f5;
|
|
border-color: #99d8d9
|
|
}
|
|
|
|
.el-button--primary.is-plain:focus, .el-button--primary.is-plain:hover {
|
|
background: #009e9f;
|
|
border-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--primary.is-plain:active {
|
|
background: #008e8f;
|
|
border-color: #008e8f;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--primary.is-plain.is-disabled, .el-button--primary.is-plain.is-disabled:active, .el-button--primary.is-plain.is-disabled:focus, .el-button--primary.is-plain.is-disabled:hover {
|
|
color: #66c5c5;
|
|
background-color: #e6f5f5;
|
|
border-color: #ccecec
|
|
}
|
|
|
|
.el-button--success {
|
|
color: #fff;
|
|
background-color: #13ce66;
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-button--success:focus, .el-button--success:hover {
|
|
background: #42d885;
|
|
border-color: #42d885;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--success:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--success.is-active, .el-button--success:active {
|
|
background: #11b95c;
|
|
border-color: #11b95c;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--success.is-disabled, .el-button--success.is-disabled:active, .el-button--success.is-disabled:focus, .el-button--success.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #89e7b3;
|
|
border-color: #89e7b3
|
|
}
|
|
|
|
.el-button--success.is-plain {
|
|
color: #13ce66;
|
|
background: #e7faf0;
|
|
border-color: #a1ebc2
|
|
}
|
|
|
|
.el-button--success.is-plain:focus, .el-button--success.is-plain:hover {
|
|
background: #13ce66;
|
|
border-color: #13ce66;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--success.is-plain:active {
|
|
background: #11b95c;
|
|
border-color: #11b95c;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--success.is-plain.is-disabled, .el-button--success.is-plain.is-disabled:active, .el-button--success.is-plain.is-disabled:focus, .el-button--success.is-plain.is-disabled:hover {
|
|
color: #71e2a3;
|
|
background-color: #e7faf0;
|
|
border-color: #d0f5e0
|
|
}
|
|
|
|
.el-button--warning {
|
|
color: #fff;
|
|
background-color: #ffba00;
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-button--warning:focus, .el-button--warning:hover {
|
|
background: #ffc833;
|
|
border-color: #ffc833;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--warning:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--warning.is-active, .el-button--warning:active {
|
|
background: #e6a700;
|
|
border-color: #e6a700;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--warning.is-disabled, .el-button--warning.is-disabled:active, .el-button--warning.is-disabled:focus, .el-button--warning.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #ffdd80;
|
|
border-color: #ffdd80
|
|
}
|
|
|
|
.el-button--warning.is-plain {
|
|
color: #ffba00;
|
|
background: #fff8e6;
|
|
border-color: #ffe399
|
|
}
|
|
|
|
.el-button--warning.is-plain:focus, .el-button--warning.is-plain:hover {
|
|
background: #ffba00;
|
|
border-color: #ffba00;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--warning.is-plain:active {
|
|
background: #e6a700;
|
|
border-color: #e6a700;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--warning.is-plain.is-disabled, .el-button--warning.is-plain.is-disabled:active, .el-button--warning.is-plain.is-disabled:focus, .el-button--warning.is-plain.is-disabled:hover {
|
|
color: #ffd666;
|
|
background-color: #fff8e6;
|
|
border-color: #fff1cc
|
|
}
|
|
|
|
.el-button--danger {
|
|
color: #fff;
|
|
background-color: #ff4949;
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-button--danger:focus, .el-button--danger:hover {
|
|
background: #ff6d6d;
|
|
border-color: #ff6d6d;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--danger:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--danger.is-active, .el-button--danger:active {
|
|
background: #e64242;
|
|
border-color: #e64242;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--danger.is-disabled, .el-button--danger.is-disabled:active, .el-button--danger.is-disabled:focus, .el-button--danger.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #ffa4a4;
|
|
border-color: #ffa4a4
|
|
}
|
|
|
|
.el-button--danger.is-plain {
|
|
color: #ff4949;
|
|
background: #ffeded;
|
|
border-color: #ffb6b6
|
|
}
|
|
|
|
.el-button--danger.is-plain:focus, .el-button--danger.is-plain:hover {
|
|
background: #ff4949;
|
|
border-color: #ff4949;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--danger.is-plain:active {
|
|
background: #e64242;
|
|
border-color: #e64242;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--danger.is-plain.is-disabled, .el-button--danger.is-plain.is-disabled:active, .el-button--danger.is-plain.is-disabled:focus, .el-button--danger.is-plain.is-disabled:hover {
|
|
color: #ff9292;
|
|
background-color: #ffeded;
|
|
border-color: #ffdbdb
|
|
}
|
|
|
|
.el-button--info {
|
|
color: #fff;
|
|
background-color: #909399;
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-button--info:focus, .el-button--info:hover {
|
|
background: #a6a9ad;
|
|
border-color: #a6a9ad;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--info:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--info.is-active, .el-button--info:active {
|
|
background: #82848a;
|
|
border-color: #82848a;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--info.is-disabled, .el-button--info.is-disabled:active, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #c8c9cc;
|
|
border-color: #c8c9cc
|
|
}
|
|
|
|
.el-button--info.is-plain {
|
|
color: #909399;
|
|
background: #f4f4f5;
|
|
border-color: #d3d4d6
|
|
}
|
|
|
|
.el-button--info.is-plain:focus, .el-button--info.is-plain:hover {
|
|
background: #909399;
|
|
border-color: #909399;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--info.is-plain:active {
|
|
background: #82848a;
|
|
border-color: #82848a;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--info.is-plain.is-disabled, .el-button--info.is-plain.is-disabled:active, .el-button--info.is-plain.is-disabled:focus, .el-button--info.is-plain.is-disabled:hover {
|
|
color: #bcbec2;
|
|
background-color: #f4f4f5;
|
|
border-color: #e9e9eb
|
|
}
|
|
|
|
.el-button--medium {
|
|
padding: 10px 20px;
|
|
font-size: 14px;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-button--medium.is-round {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.el-button--medium.is-circle {
|
|
padding: 10px
|
|
}
|
|
|
|
.el-button--small {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-button--small.is-round {
|
|
padding: 9px 15px
|
|
}
|
|
|
|
.el-button--small.is-circle {
|
|
padding: 9px
|
|
}
|
|
|
|
.el-button--mini {
|
|
padding: 7px 15px;
|
|
font-size: 12px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-button--mini.is-round {
|
|
padding: 7px 15px
|
|
}
|
|
|
|
.el-button--mini.is-circle {
|
|
padding: 7px
|
|
}
|
|
|
|
.el-button--text {
|
|
border-color: transparent;
|
|
color: #009e9f;
|
|
background: transparent;
|
|
padding-left: 0;
|
|
padding-right: 0
|
|
}
|
|
|
|
.el-button--text:focus, .el-button--text:hover {
|
|
color: #33b1b2;
|
|
border-color: transparent;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-button--text:active {
|
|
color: #008e8f;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-button--text.is-disabled, .el-button--text.is-disabled:focus, .el-button--text.is-disabled:hover, .el-button--text:active {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-button-group {
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-button-group:after, .el-button-group:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-button-group:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-button-group > .el-button {
|
|
float: left;
|
|
position: relative
|
|
}
|
|
|
|
.el-button-group > .el-button + .el-button {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-button-group > .el-button.is-disabled {
|
|
z-index: 1
|
|
}
|
|
|
|
.el-button-group > .el-button:first-child {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.el-button-group > .el-button:last-child {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.el-button-group > .el-button:first-child:last-child {
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
border-bottom-left-radius: 4px
|
|
}
|
|
|
|
.el-button-group > .el-button:first-child:last-child.is-round {
|
|
border-radius: 20px
|
|
}
|
|
|
|
.el-button-group > .el-button:first-child:last-child.is-circle {
|
|
border-radius: 50%
|
|
}
|
|
|
|
.el-button-group > .el-button:not(:first-child):not(:last-child) {
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-button-group > .el-button:not(:last-child) {
|
|
margin-right: -1px
|
|
}
|
|
|
|
.el-button-group > .el-button.is-active, .el-button-group > .el-button:active, .el-button-group > .el-button:focus, .el-button-group > .el-button:hover {
|
|
z-index: 1
|
|
}
|
|
|
|
.el-button-group > .el-dropdown > .el-button {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--primary:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--primary:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--success:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--success:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--success:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--warning:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--warning:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--danger:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--danger:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--info:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--info:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--info:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-calendar {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-calendar__header {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 12px 20px;
|
|
border-bottom: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-calendar__title {
|
|
color: #000;
|
|
-ms-flex-item-align: center;
|
|
align-self: center
|
|
}
|
|
|
|
.el-calendar__body {
|
|
padding: 12px 20px 35px
|
|
}
|
|
|
|
.el-calendar-table {
|
|
table-layout: fixed;
|
|
width: 100%
|
|
}
|
|
|
|
.el-calendar-table thead th {
|
|
padding: 12px 0;
|
|
color: #606266;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-calendar-table:not(.is-range) td.next, .el-calendar-table:not(.is-range) td.prev {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-calendar-table td {
|
|
border-bottom: 1px solid #dfe6ec;
|
|
border-right: 1px solid #dfe6ec;
|
|
vertical-align: top;
|
|
-webkit-transition: background-color .2s ease;
|
|
transition: background-color .2s ease
|
|
}
|
|
|
|
.el-calendar-table td.is-selected {
|
|
background-color: #f2f8fe
|
|
}
|
|
|
|
.el-calendar-table td.is-today {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-calendar-table tr:first-child td {
|
|
border-top: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-calendar-table tr td:first-child {
|
|
border-left: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-calendar-table tr.el-calendar-table__row--hide-border td {
|
|
border-top: none
|
|
}
|
|
|
|
.el-calendar-table .el-calendar-day {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 8px;
|
|
height: 85px
|
|
}
|
|
|
|
.el-calendar-table .el-calendar-day:hover {
|
|
cursor: pointer;
|
|
background-color: #f2f8fe
|
|
}
|
|
|
|
.el-backtop {
|
|
position: fixed;
|
|
background-color: #fff;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
color: #009e9f;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
|
|
box-shadow: 0 0 6px rgba(0,0,0,.12);
|
|
cursor: pointer;
|
|
z-index: 5
|
|
}
|
|
|
|
.el-backtop:hover {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-page-header {
|
|
line-height: 24px
|
|
}
|
|
|
|
.el-page-header, .el-page-header__left {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-page-header__left {
|
|
cursor: pointer;
|
|
margin-right: 40px;
|
|
position: relative
|
|
}
|
|
|
|
.el-page-header__left:after {
|
|
content: "";
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 16px;
|
|
right: -20px;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
background-color: #dcdfe6
|
|
}
|
|
|
|
.el-page-header__left .el-icon-back {
|
|
font-size: 18px;
|
|
margin-right: 6px;
|
|
-ms-flex-item-align: center;
|
|
align-self: center
|
|
}
|
|
|
|
.el-page-header__title {
|
|
font-size: 14px;
|
|
font-weight: 500
|
|
}
|
|
|
|
.el-page-header__content {
|
|
font-size: 18px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-checkbox {
|
|
color: #606266;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
margin-right: 30px
|
|
}
|
|
|
|
.el-checkbox.is-bordered {
|
|
padding: 9px 20px 9px 10px;
|
|
border-radius: 4px;
|
|
border: 1px solid #dcdfe6;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
line-height: normal;
|
|
height: 40px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.is-checked {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox.is-bordered.is-disabled {
|
|
border-color: #e6ebf5;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--medium {
|
|
padding: 7px 20px 7px 10px;
|
|
border-radius: 4px;
|
|
height: 36px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
|
|
line-height: 17px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
|
|
height: 14px;
|
|
width: 14px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--small {
|
|
padding: 5px 15px 5px 10px;
|
|
border-radius: 3px;
|
|
height: 32px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
|
|
line-height: 15px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
|
|
height: 6px;
|
|
width: 2px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--mini {
|
|
padding: 3px 15px 3px 10px;
|
|
border-radius: 3px;
|
|
height: 28px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
|
|
line-height: 12px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after {
|
|
height: 6px;
|
|
width: 2px
|
|
}
|
|
|
|
.el-checkbox__input {
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
outline: none;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
position: relative;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled .el-checkbox__inner {
|
|
background-color: #edf2fc;
|
|
border-color: #dcdfe6;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled .el-checkbox__inner:after {
|
|
cursor: not-allowed;
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
|
|
background-color: #f2f6fc;
|
|
border-color: #dcdfe6
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
|
|
background-color: #f2f6fc;
|
|
border-color: #dcdfe6
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
|
|
background-color: #c0c4cc;
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled + span.el-checkbox__label {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-checkbox__input.is-checked .el-checkbox__inner {
|
|
background-color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__input.is-checked .el-checkbox__inner:after {
|
|
-webkit-transform: rotate(45deg) scaleY(1);
|
|
transform: rotate(45deg) scaleY(1)
|
|
}
|
|
|
|
.el-checkbox__input.is-checked + .el-checkbox__label {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__input.is-focus .el-checkbox__inner {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
|
background-color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
|
|
content: "";
|
|
position: absolute;
|
|
display: block;
|
|
background-color: #fff;
|
|
height: 2px;
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5);
|
|
left: 0;
|
|
right: 0;
|
|
top: 5px
|
|
}
|
|
|
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
|
|
display: none
|
|
}
|
|
|
|
.el-checkbox__inner {
|
|
display: inline-block;
|
|
position: relative;
|
|
border: 1px solid #dcdfe6;
|
|
border-radius: 2px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #fff;
|
|
z-index: 1;
|
|
-webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
|
|
transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)
|
|
}
|
|
|
|
.el-checkbox__inner:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__inner:after {
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
content: "";
|
|
border: 1px solid #fff;
|
|
border-left: 0;
|
|
border-top: 0;
|
|
height: 7px;
|
|
left: 4px;
|
|
position: absolute;
|
|
top: 1px;
|
|
-webkit-transform: rotate(45deg) scaleY(0);
|
|
transform: rotate(45deg) scaleY(0);
|
|
width: 3px;
|
|
-webkit-transition: -webkit-transform .15s ease-in .05s;
|
|
transition: -webkit-transform .15s ease-in .05s;
|
|
transition: transform .15s ease-in .05s;
|
|
transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
|
|
-webkit-transform-origin: center;
|
|
transform-origin: center
|
|
}
|
|
|
|
.el-checkbox__original {
|
|
opacity: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
margin: 0;
|
|
width: 0;
|
|
height: 0;
|
|
z-index: -1
|
|
}
|
|
|
|
.el-checkbox__label {
|
|
display: inline-block;
|
|
padding-left: 10px;
|
|
line-height: 19px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-checkbox:last-of-type {
|
|
margin-right: 0
|
|
}
|
|
|
|
.el-checkbox-button, .el-checkbox-button__inner {
|
|
position: relative;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-checkbox-button__inner {
|
|
line-height: 1;
|
|
font-weight: 500;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
background: #fff;
|
|
border: 1px solid #dcdfe6;
|
|
border-left: 0;
|
|
color: #606266;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
margin: 0;
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-checkbox-button__inner.is-round {
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.el-checkbox-button__inner:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-checkbox-button__inner [class*=el-icon-] {
|
|
line-height: .9
|
|
}
|
|
|
|
.el-checkbox-button__inner [class*=el-icon-] + span {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-checkbox-button__original {
|
|
opacity: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
margin: 0;
|
|
z-index: -1
|
|
}
|
|
|
|
.el-checkbox-button.is-checked .el-checkbox-button__inner {
|
|
color: #fff;
|
|
background-color: #009e9f;
|
|
border-color: #009e9f;
|
|
-webkit-box-shadow: -1px 0 0 0 #66c5c5;
|
|
box-shadow: -1px 0 0 0 #66c5c5
|
|
}
|
|
|
|
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
|
|
border-left-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed;
|
|
background-image: none;
|
|
background-color: #fff;
|
|
border-color: #e6ebf5;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
|
|
border-left-color: #e6ebf5
|
|
}
|
|
|
|
.el-checkbox-button:first-child .el-checkbox-button__inner {
|
|
border-left: 1px solid #dcdfe6;
|
|
border-radius: 4px 0 0 4px;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important
|
|
}
|
|
|
|
.el-checkbox-button.is-focus .el-checkbox-button__inner {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox-button:last-child .el-checkbox-button__inner {
|
|
border-radius: 0 4px 4px 0
|
|
}
|
|
|
|
.el-checkbox-button--medium .el-checkbox-button__inner {
|
|
padding: 10px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.el-checkbox-button--small .el-checkbox-button__inner {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
|
|
padding: 9px 15px
|
|
}
|
|
|
|
.el-checkbox-button--mini .el-checkbox-button__inner {
|
|
padding: 7px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
|
|
padding: 7px 15px
|
|
}
|
|
|
|
.el-checkbox-group {
|
|
font-size: 0
|
|
}
|
|
|
|
.el-radio {
|
|
color: #606266;
|
|
font-weight: 500;
|
|
line-height: 1;
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
outline: none;
|
|
font-size: 14px;
|
|
margin-right: 30px;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none
|
|
}
|
|
|
|
.el-radio.is-bordered {
|
|
padding: 12px 20px 0 10px;
|
|
border-radius: 4px;
|
|
border: 1px solid #dcdfe6;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 40px
|
|
}
|
|
|
|
.el-radio.is-bordered.is-checked {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-radio.is-bordered.is-disabled {
|
|
cursor: not-allowed;
|
|
border-color: #e6ebf5
|
|
}
|
|
|
|
.el-radio.is-bordered + .el-radio.is-bordered {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-radio--medium.is-bordered {
|
|
padding: 10px 20px 0 10px;
|
|
border-radius: 4px;
|
|
height: 36px
|
|
}
|
|
|
|
.el-radio--medium.is-bordered .el-radio__label {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-radio--medium.is-bordered .el-radio__inner {
|
|
height: 14px;
|
|
width: 14px
|
|
}
|
|
|
|
.el-radio--small.is-bordered {
|
|
padding: 8px 15px 0 10px;
|
|
border-radius: 3px;
|
|
height: 32px
|
|
}
|
|
|
|
.el-radio--small.is-bordered .el-radio__label {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-radio--small.is-bordered .el-radio__inner {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.el-radio--mini.is-bordered {
|
|
padding: 6px 15px 0 10px;
|
|
border-radius: 3px;
|
|
height: 28px
|
|
}
|
|
|
|
.el-radio--mini.is-bordered .el-radio__label {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-radio--mini.is-bordered .el-radio__inner {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.el-radio:last-child {
|
|
margin-right: 0
|
|
}
|
|
|
|
.el-radio__input {
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
outline: none;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
position: relative;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-radio__input.is-disabled .el-radio__inner {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-radio__input.is-disabled .el-radio__inner:after {
|
|
cursor: not-allowed;
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-radio__input.is-disabled.is-checked .el-radio__inner {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed
|
|
}
|
|
|
|
.el-radio__input.is-disabled.is-checked .el-radio__inner:after {
|
|
background-color: #c0c4cc
|
|
}
|
|
|
|
.el-radio__input.is-disabled + span.el-radio__label {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-radio__input.is-checked .el-radio__inner {
|
|
border-color: #009e9f;
|
|
background: #009e9f
|
|
}
|
|
|
|
.el-radio__input.is-checked .el-radio__inner:after {
|
|
-webkit-transform: translate(-50%,-50%) scale(1);
|
|
transform: translate(-50%,-50%) scale(1)
|
|
}
|
|
|
|
.el-radio__input.is-checked + .el-radio__label {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-radio__input.is-focus .el-radio__inner {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-radio__inner {
|
|
border: 1px solid #dcdfe6;
|
|
border-radius: 100%;
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #fff;
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-radio__inner:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-radio__inner:after {
|
|
width: 4px;
|
|
height: 4px;
|
|
border-radius: 100%;
|
|
background-color: #fff;
|
|
content: "";
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%,-50%) scale(0);
|
|
transform: translate(-50%,-50%) scale(0);
|
|
-webkit-transition: -webkit-transform .15s ease-in;
|
|
transition: -webkit-transform .15s ease-in;
|
|
transition: transform .15s ease-in;
|
|
transition: transform .15s ease-in,-webkit-transform .15s ease-in
|
|
}
|
|
|
|
.el-radio__original {
|
|
opacity: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
z-index: -1;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner {
|
|
-webkit-box-shadow: 0 0 2px 2px #009e9f;
|
|
box-shadow: 0 0 2px 2px #009e9f
|
|
}
|
|
|
|
.el-radio__label {
|
|
font-size: 14px;
|
|
padding-left: 10px
|
|
}
|
|
|
|
.el-scrollbar {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.el-scrollbar:active > .el-scrollbar__bar, .el-scrollbar:focus > .el-scrollbar__bar, .el-scrollbar:hover > .el-scrollbar__bar {
|
|
opacity: 1;
|
|
-webkit-transition: opacity .34s ease-out;
|
|
transition: opacity .34s ease-out
|
|
}
|
|
|
|
.el-scrollbar__wrap {
|
|
overflow: scroll;
|
|
height: 100%
|
|
}
|
|
|
|
.el-scrollbar__wrap--hidden-default {
|
|
scrollbar-width: none
|
|
}
|
|
|
|
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.el-scrollbar__thumb {
|
|
position: relative;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
cursor: pointer;
|
|
border-radius: inherit;
|
|
background-color: rgba(144,147,153,.3);
|
|
-webkit-transition: background-color .3s;
|
|
transition: background-color .3s
|
|
}
|
|
|
|
.el-scrollbar__thumb:hover {
|
|
background-color: rgba(144,147,153,.5)
|
|
}
|
|
|
|
.el-scrollbar__bar {
|
|
position: absolute;
|
|
right: 2px;
|
|
bottom: 2px;
|
|
z-index: 1;
|
|
border-radius: 4px;
|
|
opacity: 0;
|
|
-webkit-transition: opacity .12s ease-out;
|
|
transition: opacity .12s ease-out
|
|
}
|
|
|
|
.el-scrollbar__bar.is-vertical {
|
|
width: 6px;
|
|
top: 2px
|
|
}
|
|
|
|
.el-scrollbar__bar.is-vertical > div {
|
|
width: 100%
|
|
}
|
|
|
|
.el-scrollbar__bar.is-horizontal {
|
|
height: 6px;
|
|
left: 2px
|
|
}
|
|
|
|
.el-scrollbar__bar.is-horizontal > div {
|
|
height: 100%
|
|
}
|
|
|
|
.el-cascader-panel {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
border-radius: 4px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-cascader-panel.is-bordered {
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-cascader-menu {
|
|
min-width: 180px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #606266;
|
|
border-right: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-cascader-menu:last-child {
|
|
border-right: none
|
|
}
|
|
|
|
.el-cascader-menu:last-child .el-cascader-node {
|
|
padding-right: 20px
|
|
}
|
|
|
|
.el-cascader-menu__wrap {
|
|
height: 204px
|
|
}
|
|
|
|
.el-cascader-menu__list {
|
|
position: relative;
|
|
min-height: 100%;
|
|
margin: 0;
|
|
padding: 6px 0;
|
|
list-style: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-cascader-menu__hover-zone {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-cascader-menu__empty-text {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
text-align: center;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader-node {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 30px 0 20px;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
outline: none
|
|
}
|
|
|
|
.el-cascader-node.is-selectable.in-active-path {
|
|
color: #606266
|
|
}
|
|
|
|
.el-cascader-node.in-active-path, .el-cascader-node.is-active, .el-cascader-node.is-selectable.in-checked-path {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-cascader-node:not(.is-disabled) {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-cascader-node:not(.is-disabled):focus, .el-cascader-node:not(.is-disabled):hover {
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-cascader-node.is-disabled {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-cascader-node__prefix {
|
|
position: absolute;
|
|
left: 10px
|
|
}
|
|
|
|
.el-cascader-node__postfix {
|
|
position: absolute;
|
|
right: 10px
|
|
}
|
|
|
|
.el-cascader-node__label {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
padding: 0 10px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.el-cascader-node > .el-radio {
|
|
margin-right: 0
|
|
}
|
|
|
|
.el-cascader-node > .el-radio .el-radio__label {
|
|
padding-left: 0
|
|
}
|
|
|
|
.el-avatar {
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
color: #fff;
|
|
background: #c0c4cc;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-avatar > img {
|
|
display: block;
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-avatar--circle {
|
|
border-radius: 50%
|
|
}
|
|
|
|
.el-avatar--square {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-avatar--icon {
|
|
font-size: 18px
|
|
}
|
|
|
|
.el-avatar--large {
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px
|
|
}
|
|
|
|
.el-avatar--medium {
|
|
width: 36px;
|
|
height: 36px;
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-avatar--small {
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px
|
|
}
|
|
|
|
@-webkit-keyframes el-drawer-fade-in {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes el-drawer-fade-in {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes rtl-drawer-in {
|
|
0% {
|
|
-webkit-transform: translate(100%);
|
|
transform: translate(100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes rtl-drawer-in {
|
|
0% {
|
|
-webkit-transform: translate(100%);
|
|
transform: translate(100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes rtl-drawer-out {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(100%);
|
|
transform: translate(100%)
|
|
}
|
|
}
|
|
|
|
@keyframes rtl-drawer-out {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(100%);
|
|
transform: translate(100%)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ltr-drawer-in {
|
|
0% {
|
|
-webkit-transform: translate(-100%);
|
|
transform: translate(-100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ltr-drawer-in {
|
|
0% {
|
|
-webkit-transform: translate(-100%);
|
|
transform: translate(-100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ltr-drawer-out {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(-100%);
|
|
transform: translate(-100%)
|
|
}
|
|
}
|
|
|
|
@keyframes ltr-drawer-out {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(-100%);
|
|
transform: translate(-100%)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ttb-drawer-in {
|
|
0% {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ttb-drawer-in {
|
|
0% {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ttb-drawer-out {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%)
|
|
}
|
|
}
|
|
|
|
@keyframes ttb-drawer-out {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes btt-drawer-in {
|
|
0% {
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes btt-drawer-in {
|
|
0% {
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes btt-drawer-out {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%)
|
|
}
|
|
}
|
|
|
|
@keyframes btt-drawer-out {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%)
|
|
}
|
|
}
|
|
|
|
.el-drawer {
|
|
position: absolute;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
|
|
box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-drawer.rtl {
|
|
-webkit-animation: rtl-drawer-out .3s;
|
|
animation: rtl-drawer-out .3s
|
|
}
|
|
|
|
.el-drawer__open .el-drawer.rtl {
|
|
-webkit-animation: rtl-drawer-in .3s 1ms;
|
|
animation: rtl-drawer-in .3s 1ms
|
|
}
|
|
|
|
.el-drawer.ltr {
|
|
-webkit-animation: ltr-drawer-out .3s;
|
|
animation: ltr-drawer-out .3s
|
|
}
|
|
|
|
.el-drawer__open .el-drawer.ltr {
|
|
-webkit-animation: ltr-drawer-in .3s 1ms;
|
|
animation: ltr-drawer-in .3s 1ms
|
|
}
|
|
|
|
.el-drawer.ttb {
|
|
-webkit-animation: ttb-drawer-out .3s;
|
|
animation: ttb-drawer-out .3s
|
|
}
|
|
|
|
.el-drawer__open .el-drawer.ttb {
|
|
-webkit-animation: ttb-drawer-in .3s 1ms;
|
|
animation: ttb-drawer-in .3s 1ms
|
|
}
|
|
|
|
.el-drawer.btt {
|
|
-webkit-animation: btt-drawer-out .3s;
|
|
animation: btt-drawer-out .3s
|
|
}
|
|
|
|
.el-drawer__open .el-drawer.btt {
|
|
-webkit-animation: btt-drawer-in .3s 1ms;
|
|
animation: btt-drawer-in .3s 1ms
|
|
}
|
|
|
|
.el-drawer__wrapper {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: hidden;
|
|
margin: 0
|
|
}
|
|
|
|
.el-drawer__header {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #72767b;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 32px;
|
|
padding-bottom: 0
|
|
}
|
|
|
|
.el-drawer__header > :first-child, .el-drawer__title {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.el-drawer__title {
|
|
margin: 0;
|
|
line-height: inherit;
|
|
font-size: 1rem
|
|
}
|
|
|
|
.el-drawer__close-btn {
|
|
border: none;
|
|
cursor: pointer;
|
|
font-size: 20px;
|
|
color: inherit;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-drawer__body {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.el-drawer__body > * {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-drawer.ltr, .el-drawer.rtl {
|
|
height: 100%;
|
|
top: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-drawer.btt, .el-drawer.ttb {
|
|
width: 100%;
|
|
left: 0;
|
|
right: 0
|
|
}
|
|
|
|
.el-drawer.ltr {
|
|
left: 0
|
|
}
|
|
|
|
.el-drawer.rtl {
|
|
right: 0
|
|
}
|
|
|
|
.el-drawer.ttb {
|
|
top: 0
|
|
}
|
|
|
|
.el-drawer.btt {
|
|
bottom: 0
|
|
}
|
|
|
|
.el-drawer__container {
|
|
position: relative;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%
|
|
}
|
|
|
|
.el-drawer-fade-enter-active {
|
|
-webkit-animation: el-drawer-fade-in .3s;
|
|
animation: el-drawer-fade-in .3s
|
|
}
|
|
|
|
.el-drawer-fade-leave-active {
|
|
animation: el-drawer-fade-in .3s reverse
|
|
}
|
|
|
|
.el-popconfirm__main {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-popconfirm__icon {
|
|
margin-right: 5px
|
|
}
|
|
|
|
.el-popconfirm__action {
|
|
text-align: right;
|
|
margin: 0
|
|
}
|
|
|
|
.app-breadcrumb.el-breadcrumb[data-v-15e4c548] {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 50px;
|
|
margin-left: 8px
|
|
}
|
|
|
|
.app-breadcrumb.el-breadcrumb .no-redirect[data-v-15e4c548] {
|
|
color: #97a8be;
|
|
cursor: text
|
|
}
|
|
|
|
.app-breadcrumb.el-breadcrumb .router-back[data-v-15e4c548] {
|
|
color: #97a8be;
|
|
cursor: pointer
|
|
}
|
|
|
|
.app-breadcrumb.el-breadcrumb .router-back[data-v-15e4c548]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.hamburger[data-v-49e15297] {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 20px;
|
|
height: 20px
|
|
}
|
|
|
|
.hamburger.is-active[data-v-49e15297] {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.popup[data-v-6fa74ba2] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.popup[data-v-6fa74ba2] .el-dialog {
|
|
width: 100%;
|
|
margin: 0 auto;
|
|
overflow: auto
|
|
}
|
|
|
|
.popup[data-v-6fa74ba2] .el-dialog--center, .popup[data-v-6fa74ba2] .el-dialog__body, .popup[data-v-6fa74ba2] .el-dialog__header {
|
|
padding: 0
|
|
}
|
|
|
|
.popup-header[data-v-6fa74ba2] {
|
|
width: 100%;
|
|
z-index: 1001;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 10px 0
|
|
}
|
|
|
|
.popup-header .popup-title[data-v-6fa74ba2] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
line-height: 14px;
|
|
padding: 0 20px
|
|
}
|
|
|
|
.popup-header .popup-close-btn[data-v-6fa74ba2] {
|
|
cursor: pointer;
|
|
padding: 4px 20px;
|
|
border-radius: 3px;
|
|
color: #909399;
|
|
font-size: 20px;
|
|
line-height: 14px
|
|
}
|
|
|
|
.has-title[data-v-6fa74ba2] {
|
|
background-color: #f2f3f6
|
|
}
|
|
|
|
.popup-box[data-v-6fa74ba2] {
|
|
background-color: #fff
|
|
}
|
|
|
|
.popup-box .slot-box[data-v-6fa74ba2] {
|
|
padding: 15px;
|
|
overflow: auto
|
|
}
|
|
|
|
.dynamic-form[data-v-a38103cc] {
|
|
padding: 10px
|
|
}
|
|
|
|
.dynamic-form[data-v-a38103cc] textarea {
|
|
font-family: PingFang SC,Helvetica Neue,Helvetica,microsoft yahei,arial,STHeiTi,sans-serif
|
|
}
|
|
|
|
.dynamic-form[data-v-a38103cc] .el-input input::-webkit-inner-spin-button, .dynamic-form[data-v-a38103cc] .el-input input::-webkit-outer-spin-button {
|
|
-webkit-appearance: none !important;
|
|
margin: 0
|
|
}
|
|
|
|
.dynamic-form[data-v-a38103cc] .el-input input[type=number] {
|
|
-moz-appearance: textfield
|
|
}
|
|
|
|
.dynamic-form[data-v-a38103cc] .el-checkbox-group .el-checkbox, .dynamic-form[data-v-a38103cc] .el-radio-group .el-radio {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.dynamic-form[data-v-a38103cc] .el-date-editor--date /deep/ .el-input__inner {
|
|
padding: 0 15px 0 30px !important
|
|
}
|
|
|
|
.dynamic-form[data-v-a38103cc] .el-select {
|
|
width: 100% !important
|
|
}
|
|
|
|
.dynamic-form[data-v-a38103cc] .el-select /deep/ .el-input__inner {
|
|
padding: 0 30px 0 15px
|
|
}
|
|
|
|
.dynamic-form .slot-box[data-v-a38103cc] {
|
|
width: 100%
|
|
}
|
|
|
|
.dynamic-form .form-bottom-box[data-v-a38103cc] {
|
|
text-align: right
|
|
}
|
|
|
|
.is-look[data-v-a38103cc] .el-form-item__label {
|
|
color: #999;
|
|
font-weight: 400;
|
|
padding-right: 0
|
|
}
|
|
|
|
.is-look[data-v-a38103cc] .el-form-item__label:before {
|
|
content: " " !important
|
|
}
|
|
|
|
.is-look[data-v-a38103cc] .el-form-item__label:after {
|
|
content: ":" !important
|
|
}
|
|
|
|
@font-face {
|
|
font-family: element-icons;
|
|
src: url(../../static/fonts/element-icons.535877f5.woff) format("woff"),url(../../static/fonts/element-icons.732389de.ttf) format("truetype");
|
|
font-weight: 400;
|
|
font-display: "auto";
|
|
font-style: normal
|
|
}
|
|
|
|
[class*=" el-icon-"][data-v-61fe5e7e], [class^=el-icon-][data-v-61fe5e7e] {
|
|
font-family: element-icons !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
vertical-align: baseline;
|
|
display: inline-block;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.el-icon-ice-cream-round[data-v-61fe5e7e]:before {
|
|
content: "\E6A0"
|
|
}
|
|
|
|
.el-icon-ice-cream-square[data-v-61fe5e7e]:before {
|
|
content: "\E6A3"
|
|
}
|
|
|
|
.el-icon-lollipop[data-v-61fe5e7e]:before {
|
|
content: "\E6A4"
|
|
}
|
|
|
|
.el-icon-potato-strips[data-v-61fe5e7e]:before {
|
|
content: "\E6A5"
|
|
}
|
|
|
|
.el-icon-milk-tea[data-v-61fe5e7e]:before {
|
|
content: "\E6A6"
|
|
}
|
|
|
|
.el-icon-ice-drink[data-v-61fe5e7e]:before {
|
|
content: "\E6A7"
|
|
}
|
|
|
|
.el-icon-ice-tea[data-v-61fe5e7e]:before {
|
|
content: "\E6A9"
|
|
}
|
|
|
|
.el-icon-coffee[data-v-61fe5e7e]:before {
|
|
content: "\E6AA"
|
|
}
|
|
|
|
.el-icon-orange[data-v-61fe5e7e]:before {
|
|
content: "\E6AB"
|
|
}
|
|
|
|
.el-icon-pear[data-v-61fe5e7e]:before {
|
|
content: "\E6AC"
|
|
}
|
|
|
|
.el-icon-apple[data-v-61fe5e7e]:before {
|
|
content: "\E6AD"
|
|
}
|
|
|
|
.el-icon-cherry[data-v-61fe5e7e]:before {
|
|
content: "\E6AE"
|
|
}
|
|
|
|
.el-icon-watermelon[data-v-61fe5e7e]:before {
|
|
content: "\E6AF"
|
|
}
|
|
|
|
.el-icon-grape[data-v-61fe5e7e]:before {
|
|
content: "\E6B0"
|
|
}
|
|
|
|
.el-icon-refrigerator[data-v-61fe5e7e]:before {
|
|
content: "\E6B1"
|
|
}
|
|
|
|
.el-icon-goblet-square-full[data-v-61fe5e7e]:before {
|
|
content: "\E6B2"
|
|
}
|
|
|
|
.el-icon-goblet-square[data-v-61fe5e7e]:before {
|
|
content: "\E6B3"
|
|
}
|
|
|
|
.el-icon-goblet-full[data-v-61fe5e7e]:before {
|
|
content: "\E6B4"
|
|
}
|
|
|
|
.el-icon-goblet[data-v-61fe5e7e]:before {
|
|
content: "\E6B5"
|
|
}
|
|
|
|
.el-icon-cold-drink[data-v-61fe5e7e]:before {
|
|
content: "\E6B6"
|
|
}
|
|
|
|
.el-icon-coffee-cup[data-v-61fe5e7e]:before {
|
|
content: "\E6B8"
|
|
}
|
|
|
|
.el-icon-water-cup[data-v-61fe5e7e]:before {
|
|
content: "\E6B9"
|
|
}
|
|
|
|
.el-icon-hot-water[data-v-61fe5e7e]:before {
|
|
content: "\E6BA"
|
|
}
|
|
|
|
.el-icon-ice-cream[data-v-61fe5e7e]:before {
|
|
content: "\E6BB"
|
|
}
|
|
|
|
.el-icon-dessert[data-v-61fe5e7e]:before {
|
|
content: "\E6BC"
|
|
}
|
|
|
|
.el-icon-sugar[data-v-61fe5e7e]:before {
|
|
content: "\E6BD"
|
|
}
|
|
|
|
.el-icon-tableware[data-v-61fe5e7e]:before {
|
|
content: "\E6BE"
|
|
}
|
|
|
|
.el-icon-burger[data-v-61fe5e7e]:before {
|
|
content: "\E6BF"
|
|
}
|
|
|
|
.el-icon-knife-fork[data-v-61fe5e7e]:before {
|
|
content: "\E6C1"
|
|
}
|
|
|
|
.el-icon-fork-spoon[data-v-61fe5e7e]:before {
|
|
content: "\E6C2"
|
|
}
|
|
|
|
.el-icon-chicken[data-v-61fe5e7e]:before {
|
|
content: "\E6C3"
|
|
}
|
|
|
|
.el-icon-food[data-v-61fe5e7e]:before {
|
|
content: "\E6C4"
|
|
}
|
|
|
|
.el-icon-dish-1[data-v-61fe5e7e]:before {
|
|
content: "\E6C5"
|
|
}
|
|
|
|
.el-icon-dish[data-v-61fe5e7e]:before {
|
|
content: "\E6C6"
|
|
}
|
|
|
|
.el-icon-moon-night[data-v-61fe5e7e]:before {
|
|
content: "\E6EE"
|
|
}
|
|
|
|
.el-icon-moon[data-v-61fe5e7e]:before {
|
|
content: "\E6F0"
|
|
}
|
|
|
|
.el-icon-cloudy-and-sunny[data-v-61fe5e7e]:before {
|
|
content: "\E6F1"
|
|
}
|
|
|
|
.el-icon-partly-cloudy[data-v-61fe5e7e]:before {
|
|
content: "\E6F2"
|
|
}
|
|
|
|
.el-icon-cloudy[data-v-61fe5e7e]:before {
|
|
content: "\E6F3"
|
|
}
|
|
|
|
.el-icon-sunny[data-v-61fe5e7e]:before {
|
|
content: "\E6F6"
|
|
}
|
|
|
|
.el-icon-sunset[data-v-61fe5e7e]:before {
|
|
content: "\E6F7"
|
|
}
|
|
|
|
.el-icon-sunrise-1[data-v-61fe5e7e]:before {
|
|
content: "\E6F8"
|
|
}
|
|
|
|
.el-icon-sunrise[data-v-61fe5e7e]:before {
|
|
content: "\E6F9"
|
|
}
|
|
|
|
.el-icon-heavy-rain[data-v-61fe5e7e]:before {
|
|
content: "\E6FA"
|
|
}
|
|
|
|
.el-icon-lightning[data-v-61fe5e7e]:before {
|
|
content: "\E6FB"
|
|
}
|
|
|
|
.el-icon-light-rain[data-v-61fe5e7e]:before {
|
|
content: "\E6FC"
|
|
}
|
|
|
|
.el-icon-wind-power[data-v-61fe5e7e]:before {
|
|
content: "\E6FD"
|
|
}
|
|
|
|
.el-icon-baseball[data-v-61fe5e7e]:before {
|
|
content: "\E712"
|
|
}
|
|
|
|
.el-icon-soccer[data-v-61fe5e7e]:before {
|
|
content: "\E713"
|
|
}
|
|
|
|
.el-icon-football[data-v-61fe5e7e]:before {
|
|
content: "\E715"
|
|
}
|
|
|
|
.el-icon-basketball[data-v-61fe5e7e]:before {
|
|
content: "\E716"
|
|
}
|
|
|
|
.el-icon-ship[data-v-61fe5e7e]:before {
|
|
content: "\E73F"
|
|
}
|
|
|
|
.el-icon-truck[data-v-61fe5e7e]:before {
|
|
content: "\E740"
|
|
}
|
|
|
|
.el-icon-bicycle[data-v-61fe5e7e]:before {
|
|
content: "\E741"
|
|
}
|
|
|
|
.el-icon-mobile-phone[data-v-61fe5e7e]:before {
|
|
content: "\E6D3"
|
|
}
|
|
|
|
.el-icon-service[data-v-61fe5e7e]:before {
|
|
content: "\E6D4"
|
|
}
|
|
|
|
.el-icon-key[data-v-61fe5e7e]:before {
|
|
content: "\E6E2"
|
|
}
|
|
|
|
.el-icon-unlock[data-v-61fe5e7e]:before {
|
|
content: "\E6E4"
|
|
}
|
|
|
|
.el-icon-lock[data-v-61fe5e7e]:before {
|
|
content: "\E6E5"
|
|
}
|
|
|
|
.el-icon-watch[data-v-61fe5e7e]:before {
|
|
content: "\E6FE"
|
|
}
|
|
|
|
.el-icon-watch-1[data-v-61fe5e7e]:before {
|
|
content: "\E6FF"
|
|
}
|
|
|
|
.el-icon-timer[data-v-61fe5e7e]:before {
|
|
content: "\E702"
|
|
}
|
|
|
|
.el-icon-alarm-clock[data-v-61fe5e7e]:before {
|
|
content: "\E703"
|
|
}
|
|
|
|
.el-icon-map-location[data-v-61fe5e7e]:before {
|
|
content: "\E704"
|
|
}
|
|
|
|
.el-icon-delete-location[data-v-61fe5e7e]:before {
|
|
content: "\E705"
|
|
}
|
|
|
|
.el-icon-add-location[data-v-61fe5e7e]:before {
|
|
content: "\E706"
|
|
}
|
|
|
|
.el-icon-location-information[data-v-61fe5e7e]:before {
|
|
content: "\E707"
|
|
}
|
|
|
|
.el-icon-location-outline[data-v-61fe5e7e]:before {
|
|
content: "\E708"
|
|
}
|
|
|
|
.el-icon-location[data-v-61fe5e7e]:before {
|
|
content: "\E79E"
|
|
}
|
|
|
|
.el-icon-place[data-v-61fe5e7e]:before {
|
|
content: "\E709"
|
|
}
|
|
|
|
.el-icon-discover[data-v-61fe5e7e]:before {
|
|
content: "\E70A"
|
|
}
|
|
|
|
.el-icon-first-aid-kit[data-v-61fe5e7e]:before {
|
|
content: "\E70B"
|
|
}
|
|
|
|
.el-icon-trophy-1[data-v-61fe5e7e]:before {
|
|
content: "\E70C"
|
|
}
|
|
|
|
.el-icon-trophy[data-v-61fe5e7e]:before {
|
|
content: "\E70D"
|
|
}
|
|
|
|
.el-icon-medal[data-v-61fe5e7e]:before {
|
|
content: "\E70E"
|
|
}
|
|
|
|
.el-icon-medal-1[data-v-61fe5e7e]:before {
|
|
content: "\E70F"
|
|
}
|
|
|
|
.el-icon-stopwatch[data-v-61fe5e7e]:before {
|
|
content: "\E710"
|
|
}
|
|
|
|
.el-icon-mic[data-v-61fe5e7e]:before {
|
|
content: "\E711"
|
|
}
|
|
|
|
.el-icon-copy-document[data-v-61fe5e7e]:before {
|
|
content: "\E718"
|
|
}
|
|
|
|
.el-icon-full-screen[data-v-61fe5e7e]:before {
|
|
content: "\E719"
|
|
}
|
|
|
|
.el-icon-switch-button[data-v-61fe5e7e]:before {
|
|
content: "\E71B"
|
|
}
|
|
|
|
.el-icon-aim[data-v-61fe5e7e]:before {
|
|
content: "\E71C"
|
|
}
|
|
|
|
.el-icon-crop[data-v-61fe5e7e]:before {
|
|
content: "\E71D"
|
|
}
|
|
|
|
.el-icon-odometer[data-v-61fe5e7e]:before {
|
|
content: "\E71E"
|
|
}
|
|
|
|
.el-icon-time[data-v-61fe5e7e]:before {
|
|
content: "\E71F"
|
|
}
|
|
|
|
.el-icon-bangzhu[data-v-61fe5e7e]:before {
|
|
content: "\E724"
|
|
}
|
|
|
|
.el-icon-close-notification[data-v-61fe5e7e]:before {
|
|
content: "\E726"
|
|
}
|
|
|
|
.el-icon-microphone[data-v-61fe5e7e]:before {
|
|
content: "\E727"
|
|
}
|
|
|
|
.el-icon-turn-off-microphone[data-v-61fe5e7e]:before {
|
|
content: "\E728"
|
|
}
|
|
|
|
.el-icon-position[data-v-61fe5e7e]:before {
|
|
content: "\E729"
|
|
}
|
|
|
|
.el-icon-postcard[data-v-61fe5e7e]:before {
|
|
content: "\E72A"
|
|
}
|
|
|
|
.el-icon-message[data-v-61fe5e7e]:before {
|
|
content: "\E72B"
|
|
}
|
|
|
|
.el-icon-chat-line-square[data-v-61fe5e7e]:before {
|
|
content: "\E72D"
|
|
}
|
|
|
|
.el-icon-chat-dot-square[data-v-61fe5e7e]:before {
|
|
content: "\E72E"
|
|
}
|
|
|
|
.el-icon-chat-dot-round[data-v-61fe5e7e]:before {
|
|
content: "\E72F"
|
|
}
|
|
|
|
.el-icon-chat-square[data-v-61fe5e7e]:before {
|
|
content: "\E730"
|
|
}
|
|
|
|
.el-icon-chat-line-round[data-v-61fe5e7e]:before {
|
|
content: "\E731"
|
|
}
|
|
|
|
.el-icon-chat-round[data-v-61fe5e7e]:before {
|
|
content: "\E732"
|
|
}
|
|
|
|
.el-icon-set-up[data-v-61fe5e7e]:before {
|
|
content: "\E733"
|
|
}
|
|
|
|
.el-icon-turn-off[data-v-61fe5e7e]:before {
|
|
content: "\E734"
|
|
}
|
|
|
|
.el-icon-open[data-v-61fe5e7e]:before {
|
|
content: "\E735"
|
|
}
|
|
|
|
.el-icon-connection[data-v-61fe5e7e]:before {
|
|
content: "\E736"
|
|
}
|
|
|
|
.el-icon-link[data-v-61fe5e7e]:before {
|
|
content: "\E737"
|
|
}
|
|
|
|
.el-icon-cpu[data-v-61fe5e7e]:before {
|
|
content: "\E738"
|
|
}
|
|
|
|
.el-icon-thumb[data-v-61fe5e7e]:before {
|
|
content: "\E739"
|
|
}
|
|
|
|
.el-icon-female[data-v-61fe5e7e]:before {
|
|
content: "\E73A"
|
|
}
|
|
|
|
.el-icon-male[data-v-61fe5e7e]:before {
|
|
content: "\E73B"
|
|
}
|
|
|
|
.el-icon-guide[data-v-61fe5e7e]:before {
|
|
content: "\E73C"
|
|
}
|
|
|
|
.el-icon-news[data-v-61fe5e7e]:before {
|
|
content: "\E73E"
|
|
}
|
|
|
|
.el-icon-price-tag[data-v-61fe5e7e]:before {
|
|
content: "\E744"
|
|
}
|
|
|
|
.el-icon-discount[data-v-61fe5e7e]:before {
|
|
content: "\E745"
|
|
}
|
|
|
|
.el-icon-wallet[data-v-61fe5e7e]:before {
|
|
content: "\E747"
|
|
}
|
|
|
|
.el-icon-coin[data-v-61fe5e7e]:before {
|
|
content: "\E748"
|
|
}
|
|
|
|
.el-icon-money[data-v-61fe5e7e]:before {
|
|
content: "\E749"
|
|
}
|
|
|
|
.el-icon-bank-card[data-v-61fe5e7e]:before {
|
|
content: "\E74A"
|
|
}
|
|
|
|
.el-icon-box[data-v-61fe5e7e]:before {
|
|
content: "\E74B"
|
|
}
|
|
|
|
.el-icon-present[data-v-61fe5e7e]:before {
|
|
content: "\E74C"
|
|
}
|
|
|
|
.el-icon-sell[data-v-61fe5e7e]:before {
|
|
content: "\E6D5"
|
|
}
|
|
|
|
.el-icon-sold-out[data-v-61fe5e7e]:before {
|
|
content: "\E6D6"
|
|
}
|
|
|
|
.el-icon-shopping-bag-2[data-v-61fe5e7e]:before {
|
|
content: "\E74D"
|
|
}
|
|
|
|
.el-icon-shopping-bag-1[data-v-61fe5e7e]:before {
|
|
content: "\E74E"
|
|
}
|
|
|
|
.el-icon-shopping-cart-2[data-v-61fe5e7e]:before {
|
|
content: "\E74F"
|
|
}
|
|
|
|
.el-icon-shopping-cart-1[data-v-61fe5e7e]:before {
|
|
content: "\E750"
|
|
}
|
|
|
|
.el-icon-shopping-cart-full[data-v-61fe5e7e]:before {
|
|
content: "\E751"
|
|
}
|
|
|
|
.el-icon-smoking[data-v-61fe5e7e]:before {
|
|
content: "\E752"
|
|
}
|
|
|
|
.el-icon-no-smoking[data-v-61fe5e7e]:before {
|
|
content: "\E753"
|
|
}
|
|
|
|
.el-icon-house[data-v-61fe5e7e]:before {
|
|
content: "\E754"
|
|
}
|
|
|
|
.el-icon-table-lamp[data-v-61fe5e7e]:before {
|
|
content: "\E755"
|
|
}
|
|
|
|
.el-icon-school[data-v-61fe5e7e]:before {
|
|
content: "\E756"
|
|
}
|
|
|
|
.el-icon-office-building[data-v-61fe5e7e]:before {
|
|
content: "\E757"
|
|
}
|
|
|
|
.el-icon-toilet-paper[data-v-61fe5e7e]:before {
|
|
content: "\E758"
|
|
}
|
|
|
|
.el-icon-notebook-2[data-v-61fe5e7e]:before {
|
|
content: "\E759"
|
|
}
|
|
|
|
.el-icon-notebook-1[data-v-61fe5e7e]:before {
|
|
content: "\E75A"
|
|
}
|
|
|
|
.el-icon-files[data-v-61fe5e7e]:before {
|
|
content: "\E75B"
|
|
}
|
|
|
|
.el-icon-collection[data-v-61fe5e7e]:before {
|
|
content: "\E75C"
|
|
}
|
|
|
|
.el-icon-receiving[data-v-61fe5e7e]:before {
|
|
content: "\E75D"
|
|
}
|
|
|
|
.el-icon-suitcase-1[data-v-61fe5e7e]:before {
|
|
content: "\E760"
|
|
}
|
|
|
|
.el-icon-suitcase[data-v-61fe5e7e]:before {
|
|
content: "\E761"
|
|
}
|
|
|
|
.el-icon-film[data-v-61fe5e7e]:before {
|
|
content: "\E763"
|
|
}
|
|
|
|
.el-icon-collection-tag[data-v-61fe5e7e]:before {
|
|
content: "\E765"
|
|
}
|
|
|
|
.el-icon-data-analysis[data-v-61fe5e7e]:before {
|
|
content: "\E766"
|
|
}
|
|
|
|
.el-icon-pie-chart[data-v-61fe5e7e]:before {
|
|
content: "\E767"
|
|
}
|
|
|
|
.el-icon-data-board[data-v-61fe5e7e]:before {
|
|
content: "\E768"
|
|
}
|
|
|
|
.el-icon-data-line[data-v-61fe5e7e]:before {
|
|
content: "\E76D"
|
|
}
|
|
|
|
.el-icon-reading[data-v-61fe5e7e]:before {
|
|
content: "\E769"
|
|
}
|
|
|
|
.el-icon-magic-stick[data-v-61fe5e7e]:before {
|
|
content: "\E76A"
|
|
}
|
|
|
|
.el-icon-coordinate[data-v-61fe5e7e]:before {
|
|
content: "\E76B"
|
|
}
|
|
|
|
.el-icon-mouse[data-v-61fe5e7e]:before {
|
|
content: "\E76C"
|
|
}
|
|
|
|
.el-icon-brush[data-v-61fe5e7e]:before {
|
|
content: "\E76E"
|
|
}
|
|
|
|
.el-icon-headset[data-v-61fe5e7e]:before {
|
|
content: "\E76F"
|
|
}
|
|
|
|
.el-icon-umbrella[data-v-61fe5e7e]:before {
|
|
content: "\E770"
|
|
}
|
|
|
|
.el-icon-scissors[data-v-61fe5e7e]:before {
|
|
content: "\E771"
|
|
}
|
|
|
|
.el-icon-mobile[data-v-61fe5e7e]:before {
|
|
content: "\E773"
|
|
}
|
|
|
|
.el-icon-attract[data-v-61fe5e7e]:before {
|
|
content: "\E774"
|
|
}
|
|
|
|
.el-icon-monitor[data-v-61fe5e7e]:before {
|
|
content: "\E775"
|
|
}
|
|
|
|
.el-icon-search[data-v-61fe5e7e]:before {
|
|
content: "\E778"
|
|
}
|
|
|
|
.el-icon-takeaway-box[data-v-61fe5e7e]:before {
|
|
content: "\E77A"
|
|
}
|
|
|
|
.el-icon-paperclip[data-v-61fe5e7e]:before {
|
|
content: "\E77D"
|
|
}
|
|
|
|
.el-icon-printer[data-v-61fe5e7e]:before {
|
|
content: "\E77E"
|
|
}
|
|
|
|
.el-icon-document-add[data-v-61fe5e7e]:before {
|
|
content: "\E782"
|
|
}
|
|
|
|
.el-icon-document[data-v-61fe5e7e]:before {
|
|
content: "\E785"
|
|
}
|
|
|
|
.el-icon-document-checked[data-v-61fe5e7e]:before {
|
|
content: "\E786"
|
|
}
|
|
|
|
.el-icon-document-copy[data-v-61fe5e7e]:before {
|
|
content: "\E787"
|
|
}
|
|
|
|
.el-icon-document-delete[data-v-61fe5e7e]:before {
|
|
content: "\E788"
|
|
}
|
|
|
|
.el-icon-document-remove[data-v-61fe5e7e]:before {
|
|
content: "\E789"
|
|
}
|
|
|
|
.el-icon-tickets[data-v-61fe5e7e]:before {
|
|
content: "\E78B"
|
|
}
|
|
|
|
.el-icon-folder-checked[data-v-61fe5e7e]:before {
|
|
content: "\E77F"
|
|
}
|
|
|
|
.el-icon-folder-delete[data-v-61fe5e7e]:before {
|
|
content: "\E780"
|
|
}
|
|
|
|
.el-icon-folder-remove[data-v-61fe5e7e]:before {
|
|
content: "\E781"
|
|
}
|
|
|
|
.el-icon-folder-add[data-v-61fe5e7e]:before {
|
|
content: "\E783"
|
|
}
|
|
|
|
.el-icon-folder-opened[data-v-61fe5e7e]:before {
|
|
content: "\E784"
|
|
}
|
|
|
|
.el-icon-folder[data-v-61fe5e7e]:before {
|
|
content: "\E78A"
|
|
}
|
|
|
|
.el-icon-edit-outline[data-v-61fe5e7e]:before {
|
|
content: "\E764"
|
|
}
|
|
|
|
.el-icon-edit[data-v-61fe5e7e]:before {
|
|
content: "\E78C"
|
|
}
|
|
|
|
.el-icon-date[data-v-61fe5e7e]:before {
|
|
content: "\E78E"
|
|
}
|
|
|
|
.el-icon-c-scale-to-original[data-v-61fe5e7e]:before {
|
|
content: "\E7C6"
|
|
}
|
|
|
|
.el-icon-view[data-v-61fe5e7e]:before {
|
|
content: "\E6CE"
|
|
}
|
|
|
|
.el-icon-loading[data-v-61fe5e7e]:before {
|
|
content: "\E6CF"
|
|
}
|
|
|
|
.el-icon-rank[data-v-61fe5e7e]:before {
|
|
content: "\E6D1"
|
|
}
|
|
|
|
.el-icon-sort-down[data-v-61fe5e7e]:before {
|
|
content: "\E7C4"
|
|
}
|
|
|
|
.el-icon-sort-up[data-v-61fe5e7e]:before {
|
|
content: "\E7C5"
|
|
}
|
|
|
|
.el-icon-sort[data-v-61fe5e7e]:before {
|
|
content: "\E6D2"
|
|
}
|
|
|
|
.el-icon-finished[data-v-61fe5e7e]:before {
|
|
content: "\E6CD"
|
|
}
|
|
|
|
.el-icon-refresh-left[data-v-61fe5e7e]:before {
|
|
content: "\E6C7"
|
|
}
|
|
|
|
.el-icon-refresh-right[data-v-61fe5e7e]:before {
|
|
content: "\E6C8"
|
|
}
|
|
|
|
.el-icon-refresh[data-v-61fe5e7e]:before {
|
|
content: "\E6D0"
|
|
}
|
|
|
|
.el-icon-video-play[data-v-61fe5e7e]:before {
|
|
content: "\E7C0"
|
|
}
|
|
|
|
.el-icon-video-pause[data-v-61fe5e7e]:before {
|
|
content: "\E7C1"
|
|
}
|
|
|
|
.el-icon-d-arrow-right[data-v-61fe5e7e]:before {
|
|
content: "\E6DC"
|
|
}
|
|
|
|
.el-icon-d-arrow-left[data-v-61fe5e7e]:before {
|
|
content: "\E6DD"
|
|
}
|
|
|
|
.el-icon-arrow-up[data-v-61fe5e7e]:before {
|
|
content: "\E6E1"
|
|
}
|
|
|
|
.el-icon-arrow-down[data-v-61fe5e7e]:before {
|
|
content: "\E6DF"
|
|
}
|
|
|
|
.el-icon-arrow-right[data-v-61fe5e7e]:before {
|
|
content: "\E6E0"
|
|
}
|
|
|
|
.el-icon-arrow-left[data-v-61fe5e7e]:before {
|
|
content: "\E6DE"
|
|
}
|
|
|
|
.el-icon-top-right[data-v-61fe5e7e]:before {
|
|
content: "\E6E7"
|
|
}
|
|
|
|
.el-icon-top-left[data-v-61fe5e7e]:before {
|
|
content: "\E6E8"
|
|
}
|
|
|
|
.el-icon-top[data-v-61fe5e7e]:before {
|
|
content: "\E6E6"
|
|
}
|
|
|
|
.el-icon-bottom[data-v-61fe5e7e]:before {
|
|
content: "\E6EB"
|
|
}
|
|
|
|
.el-icon-right[data-v-61fe5e7e]:before {
|
|
content: "\E6E9"
|
|
}
|
|
|
|
.el-icon-back[data-v-61fe5e7e]:before {
|
|
content: "\E6EA"
|
|
}
|
|
|
|
.el-icon-bottom-right[data-v-61fe5e7e]:before {
|
|
content: "\E6EC"
|
|
}
|
|
|
|
.el-icon-bottom-left[data-v-61fe5e7e]:before {
|
|
content: "\E6ED"
|
|
}
|
|
|
|
.el-icon-caret-top[data-v-61fe5e7e]:before {
|
|
content: "\E78F"
|
|
}
|
|
|
|
.el-icon-caret-bottom[data-v-61fe5e7e]:before {
|
|
content: "\E790"
|
|
}
|
|
|
|
.el-icon-caret-right[data-v-61fe5e7e]:before {
|
|
content: "\E791"
|
|
}
|
|
|
|
.el-icon-caret-left[data-v-61fe5e7e]:before {
|
|
content: "\E792"
|
|
}
|
|
|
|
.el-icon-d-caret[data-v-61fe5e7e]:before {
|
|
content: "\E79A"
|
|
}
|
|
|
|
.el-icon-share[data-v-61fe5e7e]:before {
|
|
content: "\E793"
|
|
}
|
|
|
|
.el-icon-menu[data-v-61fe5e7e]:before {
|
|
content: "\E798"
|
|
}
|
|
|
|
.el-icon-s-grid[data-v-61fe5e7e]:before {
|
|
content: "\E7A6"
|
|
}
|
|
|
|
.el-icon-s-check[data-v-61fe5e7e]:before {
|
|
content: "\E7A7"
|
|
}
|
|
|
|
.el-icon-s-data[data-v-61fe5e7e]:before {
|
|
content: "\E7A8"
|
|
}
|
|
|
|
.el-icon-s-opportunity[data-v-61fe5e7e]:before {
|
|
content: "\E7AA"
|
|
}
|
|
|
|
.el-icon-s-custom[data-v-61fe5e7e]:before {
|
|
content: "\E7AB"
|
|
}
|
|
|
|
.el-icon-s-claim[data-v-61fe5e7e]:before {
|
|
content: "\E7AD"
|
|
}
|
|
|
|
.el-icon-s-finance[data-v-61fe5e7e]:before {
|
|
content: "\E7AE"
|
|
}
|
|
|
|
.el-icon-s-comment[data-v-61fe5e7e]:before {
|
|
content: "\E7AF"
|
|
}
|
|
|
|
.el-icon-s-flag[data-v-61fe5e7e]:before {
|
|
content: "\E7B0"
|
|
}
|
|
|
|
.el-icon-s-marketing[data-v-61fe5e7e]:before {
|
|
content: "\E7B1"
|
|
}
|
|
|
|
.el-icon-s-shop[data-v-61fe5e7e]:before {
|
|
content: "\E7B4"
|
|
}
|
|
|
|
.el-icon-s-open[data-v-61fe5e7e]:before {
|
|
content: "\E7B5"
|
|
}
|
|
|
|
.el-icon-s-management[data-v-61fe5e7e]:before {
|
|
content: "\E7B6"
|
|
}
|
|
|
|
.el-icon-s-ticket[data-v-61fe5e7e]:before {
|
|
content: "\E7B7"
|
|
}
|
|
|
|
.el-icon-s-release[data-v-61fe5e7e]:before {
|
|
content: "\E7B8"
|
|
}
|
|
|
|
.el-icon-s-home[data-v-61fe5e7e]:before {
|
|
content: "\E7B9"
|
|
}
|
|
|
|
.el-icon-s-promotion[data-v-61fe5e7e]:before {
|
|
content: "\E7BA"
|
|
}
|
|
|
|
.el-icon-s-operation[data-v-61fe5e7e]:before {
|
|
content: "\E7BB"
|
|
}
|
|
|
|
.el-icon-s-unfold[data-v-61fe5e7e]:before {
|
|
content: "\E7BC"
|
|
}
|
|
|
|
.el-icon-s-fold[data-v-61fe5e7e]:before {
|
|
content: "\E7A9"
|
|
}
|
|
|
|
.el-icon-s-platform[data-v-61fe5e7e]:before {
|
|
content: "\E7BD"
|
|
}
|
|
|
|
.el-icon-s-order[data-v-61fe5e7e]:before {
|
|
content: "\E7BE"
|
|
}
|
|
|
|
.el-icon-s-cooperation[data-v-61fe5e7e]:before {
|
|
content: "\E7BF"
|
|
}
|
|
|
|
.el-icon-bell[data-v-61fe5e7e]:before {
|
|
content: "\E725"
|
|
}
|
|
|
|
.el-icon-message-solid[data-v-61fe5e7e]:before {
|
|
content: "\E799"
|
|
}
|
|
|
|
.el-icon-video-camera[data-v-61fe5e7e]:before {
|
|
content: "\E772"
|
|
}
|
|
|
|
.el-icon-video-camera-solid[data-v-61fe5e7e]:before {
|
|
content: "\E796"
|
|
}
|
|
|
|
.el-icon-camera[data-v-61fe5e7e]:before {
|
|
content: "\E779"
|
|
}
|
|
|
|
.el-icon-camera-solid[data-v-61fe5e7e]:before {
|
|
content: "\E79B"
|
|
}
|
|
|
|
.el-icon-download[data-v-61fe5e7e]:before {
|
|
content: "\E77C"
|
|
}
|
|
|
|
.el-icon-upload2[data-v-61fe5e7e]:before {
|
|
content: "\E77B"
|
|
}
|
|
|
|
.el-icon-upload[data-v-61fe5e7e]:before {
|
|
content: "\E7C3"
|
|
}
|
|
|
|
.el-icon-picture-outline-round[data-v-61fe5e7e]:before {
|
|
content: "\E75F"
|
|
}
|
|
|
|
.el-icon-picture-outline[data-v-61fe5e7e]:before {
|
|
content: "\E75E"
|
|
}
|
|
|
|
.el-icon-picture[data-v-61fe5e7e]:before {
|
|
content: "\E79F"
|
|
}
|
|
|
|
.el-icon-close[data-v-61fe5e7e]:before {
|
|
content: "\E6DB"
|
|
}
|
|
|
|
.el-icon-check[data-v-61fe5e7e]:before {
|
|
content: "\E6DA"
|
|
}
|
|
|
|
.el-icon-plus[data-v-61fe5e7e]:before {
|
|
content: "\E6D9"
|
|
}
|
|
|
|
.el-icon-minus[data-v-61fe5e7e]:before {
|
|
content: "\E6D8"
|
|
}
|
|
|
|
.el-icon-help[data-v-61fe5e7e]:before {
|
|
content: "\E73D"
|
|
}
|
|
|
|
.el-icon-s-help[data-v-61fe5e7e]:before {
|
|
content: "\E7B3"
|
|
}
|
|
|
|
.el-icon-circle-close[data-v-61fe5e7e]:before {
|
|
content: "\E78D"
|
|
}
|
|
|
|
.el-icon-circle-check[data-v-61fe5e7e]:before {
|
|
content: "\E720"
|
|
}
|
|
|
|
.el-icon-circle-plus-outline[data-v-61fe5e7e]:before {
|
|
content: "\E723"
|
|
}
|
|
|
|
.el-icon-remove-outline[data-v-61fe5e7e]:before {
|
|
content: "\E722"
|
|
}
|
|
|
|
.el-icon-zoom-out[data-v-61fe5e7e]:before {
|
|
content: "\E776"
|
|
}
|
|
|
|
.el-icon-zoom-in[data-v-61fe5e7e]:before {
|
|
content: "\E777"
|
|
}
|
|
|
|
.el-icon-error[data-v-61fe5e7e]:before {
|
|
content: "\E79D"
|
|
}
|
|
|
|
.el-icon-success[data-v-61fe5e7e]:before {
|
|
content: "\E79C"
|
|
}
|
|
|
|
.el-icon-circle-plus[data-v-61fe5e7e]:before {
|
|
content: "\E7A0"
|
|
}
|
|
|
|
.el-icon-remove[data-v-61fe5e7e]:before {
|
|
content: "\E7A2"
|
|
}
|
|
|
|
.el-icon-info[data-v-61fe5e7e]:before {
|
|
content: "\E7A1"
|
|
}
|
|
|
|
.el-icon-question[data-v-61fe5e7e]:before {
|
|
content: "\E7A4"
|
|
}
|
|
|
|
.el-icon-warning-outline[data-v-61fe5e7e]:before {
|
|
content: "\E6C9"
|
|
}
|
|
|
|
.el-icon-warning[data-v-61fe5e7e]:before {
|
|
content: "\E7A3"
|
|
}
|
|
|
|
.el-icon-goods[data-v-61fe5e7e]:before {
|
|
content: "\E7C2"
|
|
}
|
|
|
|
.el-icon-s-goods[data-v-61fe5e7e]:before {
|
|
content: "\E7B2"
|
|
}
|
|
|
|
.el-icon-star-off[data-v-61fe5e7e]:before {
|
|
content: "\E717"
|
|
}
|
|
|
|
.el-icon-star-on[data-v-61fe5e7e]:before {
|
|
content: "\E797"
|
|
}
|
|
|
|
.el-icon-more-outline[data-v-61fe5e7e]:before {
|
|
content: "\E6CC"
|
|
}
|
|
|
|
.el-icon-more[data-v-61fe5e7e]:before {
|
|
content: "\E794"
|
|
}
|
|
|
|
.el-icon-phone-outline[data-v-61fe5e7e]:before {
|
|
content: "\E6CB"
|
|
}
|
|
|
|
.el-icon-phone[data-v-61fe5e7e]:before {
|
|
content: "\E795"
|
|
}
|
|
|
|
.el-icon-user[data-v-61fe5e7e]:before {
|
|
content: "\E6E3"
|
|
}
|
|
|
|
.el-icon-user-solid[data-v-61fe5e7e]:before {
|
|
content: "\E7A5"
|
|
}
|
|
|
|
.el-icon-setting[data-v-61fe5e7e]:before {
|
|
content: "\E6CA"
|
|
}
|
|
|
|
.el-icon-s-tools[data-v-61fe5e7e]:before {
|
|
content: "\E7AC"
|
|
}
|
|
|
|
.el-icon-delete[data-v-61fe5e7e]:before {
|
|
content: "\E6D7"
|
|
}
|
|
|
|
.el-icon-delete-solid[data-v-61fe5e7e]:before {
|
|
content: "\E7C9"
|
|
}
|
|
|
|
.el-icon-eleme[data-v-61fe5e7e]:before {
|
|
content: "\E7C7"
|
|
}
|
|
|
|
.el-icon-platform-eleme[data-v-61fe5e7e]:before {
|
|
content: "\E7CA"
|
|
}
|
|
|
|
.el-icon-loading[data-v-61fe5e7e] {
|
|
-webkit-animation: rotating-data-v-61fe5e7e 2s linear infinite;
|
|
animation: rotating-data-v-61fe5e7e 2s linear infinite
|
|
}
|
|
|
|
.el-icon--right[data-v-61fe5e7e] {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-icon--left[data-v-61fe5e7e] {
|
|
margin-right: 5px
|
|
}
|
|
|
|
@-webkit-keyframes rotating-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes rotating-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
.el-pagination[data-v-61fe5e7e] {
|
|
white-space: nowrap;
|
|
padding: 2px 5px;
|
|
color: #303133;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-pagination[data-v-61fe5e7e]:after, .el-pagination[data-v-61fe5e7e]:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-pagination[data-v-61fe5e7e]:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-pagination button[data-v-61fe5e7e], .el-pagination span[data-v-61fe5e7e]:not([class*=suffix]) {
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
min-width: 35.5px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
vertical-align: top;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-pagination .el-input__inner[data-v-61fe5e7e] {
|
|
text-align: center;
|
|
-moz-appearance: textfield;
|
|
line-height: normal
|
|
}
|
|
|
|
.el-pagination .el-input__suffix[data-v-61fe5e7e] {
|
|
right: 0;
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-pagination .el-select .el-input[data-v-61fe5e7e] {
|
|
width: 100px;
|
|
margin: 0 5px
|
|
}
|
|
|
|
.el-pagination .el-select .el-input .el-input__inner[data-v-61fe5e7e] {
|
|
padding-right: 25px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-pagination button[data-v-61fe5e7e] {
|
|
border: none;
|
|
padding: 0 6px;
|
|
background: transparent
|
|
}
|
|
|
|
.el-pagination button[data-v-61fe5e7e]:focus {
|
|
outline: none
|
|
}
|
|
|
|
.el-pagination button[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-pagination button[data-v-61fe5e7e]:disabled {
|
|
color: #c0c4cc;
|
|
background-color: #fff;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-pagination .btn-next[data-v-61fe5e7e], .el-pagination .btn-prev[data-v-61fe5e7e] {
|
|
background: 50% no-repeat;
|
|
background-size: 16px;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
color: #303133
|
|
}
|
|
|
|
.el-pagination .btn-next .el-icon[data-v-61fe5e7e], .el-pagination .btn-prev .el-icon[data-v-61fe5e7e] {
|
|
display: block;
|
|
font-size: 12px;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-pagination .btn-prev[data-v-61fe5e7e] {
|
|
padding-right: 12px
|
|
}
|
|
|
|
.el-pagination .btn-next[data-v-61fe5e7e] {
|
|
padding-left: 12px
|
|
}
|
|
|
|
.el-pagination .el-pager li.disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-pagination--small .btn-next[data-v-61fe5e7e], .el-pagination--small .btn-prev[data-v-61fe5e7e], .el-pagination--small .el-pager li.btn-quicknext[data-v-61fe5e7e], .el-pagination--small .el-pager li.btn-quickprev[data-v-61fe5e7e], .el-pagination--small .el-pager li[data-v-61fe5e7e], .el-pagination--small .el-pager li[data-v-61fe5e7e]:last-child {
|
|
border-color: transparent;
|
|
font-size: 12px;
|
|
line-height: 22px;
|
|
height: 22px;
|
|
min-width: 22px
|
|
}
|
|
|
|
.el-pagination--small .arrow.disabled[data-v-61fe5e7e] {
|
|
visibility: hidden
|
|
}
|
|
|
|
.el-pagination--small .more[data-v-61fe5e7e]:before, .el-pagination--small li.more[data-v-61fe5e7e]:before {
|
|
line-height: 24px
|
|
}
|
|
|
|
.el-pagination--small button[data-v-61fe5e7e], .el-pagination--small span[data-v-61fe5e7e]:not([class*=suffix]) {
|
|
height: 22px;
|
|
line-height: 22px
|
|
}
|
|
|
|
.el-pagination--small .el-pagination__editor.el-input .el-input__inner[data-v-61fe5e7e], .el-pagination--small .el-pagination__editor[data-v-61fe5e7e] {
|
|
height: 22px
|
|
}
|
|
|
|
.el-pagination__sizes[data-v-61fe5e7e] {
|
|
margin: 0 10px 0 0;
|
|
font-weight: 400;
|
|
color: #606266
|
|
}
|
|
|
|
.el-pagination__sizes .el-input .el-input__inner[data-v-61fe5e7e] {
|
|
font-size: 13px;
|
|
padding-left: 8px
|
|
}
|
|
|
|
.el-pagination__sizes .el-input .el-input__inner[data-v-61fe5e7e]:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-pagination__total[data-v-61fe5e7e] {
|
|
margin-right: 10px;
|
|
font-weight: 400;
|
|
color: #606266
|
|
}
|
|
|
|
.el-pagination__jump[data-v-61fe5e7e] {
|
|
margin-left: 24px;
|
|
font-weight: 400;
|
|
color: #606266
|
|
}
|
|
|
|
.el-pagination__jump .el-input__inner[data-v-61fe5e7e] {
|
|
padding: 0 3px
|
|
}
|
|
|
|
.el-pagination__rightwrapper[data-v-61fe5e7e] {
|
|
float: right
|
|
}
|
|
|
|
.el-pagination__editor[data-v-61fe5e7e] {
|
|
line-height: 18px;
|
|
padding: 0 2px;
|
|
height: 28px;
|
|
text-align: center;
|
|
margin: 0 2px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-pagination__editor.el-input[data-v-61fe5e7e] {
|
|
width: 50px
|
|
}
|
|
|
|
.el-pagination__editor.el-input .el-input__inner[data-v-61fe5e7e] {
|
|
height: 28px
|
|
}
|
|
|
|
.el-pagination__editor .el-input__inner[data-v-61fe5e7e]::-webkit-inner-spin-button, .el-pagination__editor .el-input__inner[data-v-61fe5e7e]::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0
|
|
}
|
|
|
|
.el-pagination.is-background .btn-next[data-v-61fe5e7e], .el-pagination.is-background .btn-prev[data-v-61fe5e7e], .el-pagination.is-background .el-pager li[data-v-61fe5e7e] {
|
|
margin: 0 5px;
|
|
background-color: #f4f4f5;
|
|
color: #606266;
|
|
min-width: 30px;
|
|
border-radius: 2px
|
|
}
|
|
|
|
.el-pagination.is-background .btn-next.disabled[data-v-61fe5e7e], .el-pagination.is-background .btn-prev.disabled[data-v-61fe5e7e], .el-pagination.is-background .el-pager li.disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-pagination.is-background .btn-next[data-v-61fe5e7e], .el-pagination.is-background .btn-prev[data-v-61fe5e7e] {
|
|
padding: 0
|
|
}
|
|
|
|
.el-pagination.is-background .btn-next[data-v-61fe5e7e]:disabled, .el-pagination.is-background .btn-prev[data-v-61fe5e7e]:disabled {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-pagination.is-background .el-pager li[data-v-61fe5e7e]:not(.disabled):hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-pagination.is-background .el-pager li:not(.disabled).active[data-v-61fe5e7e] {
|
|
background-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-pagination.is-background.el-pagination--small .btn-next[data-v-61fe5e7e], .el-pagination.is-background.el-pagination--small .btn-prev[data-v-61fe5e7e], .el-pagination.is-background.el-pagination--small .el-pager li[data-v-61fe5e7e] {
|
|
margin: 0 3px;
|
|
min-width: 22px
|
|
}
|
|
|
|
.el-pager[data-v-61fe5e7e] {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
list-style: none;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-size: 0;
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.el-pager .more[data-v-61fe5e7e]:before {
|
|
line-height: 30px
|
|
}
|
|
|
|
.el-pager li[data-v-61fe5e7e] {
|
|
padding: 0 4px;
|
|
background: #fff;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
min-width: 35.5px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
margin: 0
|
|
}
|
|
|
|
.el-pager li.btn-quicknext[data-v-61fe5e7e], .el-pager li.btn-quickprev[data-v-61fe5e7e] {
|
|
line-height: 28px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-pager li.btn-quicknext.disabled[data-v-61fe5e7e], .el-pager li.btn-quickprev.disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-pager li.btn-quicknext[data-v-61fe5e7e]:hover, .el-pager li.btn-quickprev[data-v-61fe5e7e]:hover {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-pager li.active + li[data-v-61fe5e7e] {
|
|
border-left: 0
|
|
}
|
|
|
|
.el-pager li[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-pager li.active[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
cursor: default
|
|
}
|
|
|
|
@-webkit-keyframes v-modal-in-data-v-61fe5e7e {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes v-modal-out-data-v-61fe5e7e {
|
|
to {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.el-dialog[data-v-61fe5e7e] {
|
|
position: relative;
|
|
margin: 0 auto 50px;
|
|
background: #fff;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
|
|
box-shadow: 0 1px 3px rgba(0,0,0,.3);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 50%
|
|
}
|
|
|
|
.el-dialog.is-fullscreen[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
height: 100%;
|
|
overflow: auto
|
|
}
|
|
|
|
.el-dialog__wrapper[data-v-61fe5e7e] {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
margin: 0
|
|
}
|
|
|
|
.el-dialog__header[data-v-61fe5e7e] {
|
|
padding: 20px;
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.el-dialog__headerbtn[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 20px;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
cursor: pointer;
|
|
font-size: 16px
|
|
}
|
|
|
|
.el-dialog__headerbtn .el-dialog__close[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-dialog__headerbtn:focus .el-dialog__close[data-v-61fe5e7e], .el-dialog__headerbtn:hover .el-dialog__close[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-dialog__title[data-v-61fe5e7e] {
|
|
line-height: 24px;
|
|
font-size: 18px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-dialog__body[data-v-61fe5e7e] {
|
|
padding: 30px 20px;
|
|
color: #606266;
|
|
font-size: 14px;
|
|
word-break: break-all
|
|
}
|
|
|
|
.el-dialog__footer[data-v-61fe5e7e] {
|
|
padding: 20px;
|
|
padding-top: 10px;
|
|
text-align: right;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-dialog--center[data-v-61fe5e7e] {
|
|
text-align: center
|
|
}
|
|
|
|
.el-dialog--center .el-dialog__body[data-v-61fe5e7e] {
|
|
text-align: initial;
|
|
padding: 25px 25px 30px
|
|
}
|
|
|
|
.el-dialog--center .el-dialog__footer[data-v-61fe5e7e] {
|
|
text-align: inherit
|
|
}
|
|
|
|
.dialog-fade-enter-active[data-v-61fe5e7e] {
|
|
-webkit-animation: dialog-fade-in-data-v-61fe5e7e .3s;
|
|
animation: dialog-fade-in-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.dialog-fade-leave-active[data-v-61fe5e7e] {
|
|
-webkit-animation: dialog-fade-out-data-v-61fe5e7e .3s;
|
|
animation: dialog-fade-out-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
@-webkit-keyframes dialog-fade-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes dialog-fade-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes dialog-fade-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes dialog-fade-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.el-autocomplete[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-autocomplete-suggestion[data-v-61fe5e7e] {
|
|
margin: 5px 0;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
border-radius: 4px;
|
|
border: 1px solid #dfe4ed;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-autocomplete-suggestion__wrap[data-v-61fe5e7e] {
|
|
max-height: 280px;
|
|
padding: 10px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-autocomplete-suggestion__list[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.el-autocomplete-suggestion li[data-v-61fe5e7e] {
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
line-height: 34px;
|
|
cursor: pointer;
|
|
color: #606266;
|
|
font-size: 14px;
|
|
list-style: none;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.el-autocomplete-suggestion li.highlighted[data-v-61fe5e7e], .el-autocomplete-suggestion li[data-v-61fe5e7e]:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-autocomplete-suggestion li.divider[data-v-61fe5e7e] {
|
|
margin-top: 6px;
|
|
border-top: 1px solid #000
|
|
}
|
|
|
|
.el-autocomplete-suggestion li.divider[data-v-61fe5e7e]:last-child {
|
|
margin-bottom: -6px
|
|
}
|
|
|
|
.el-autocomplete-suggestion.is-loading li[data-v-61fe5e7e] {
|
|
text-align: center;
|
|
height: 100px;
|
|
line-height: 100px;
|
|
font-size: 20px;
|
|
color: #999
|
|
}
|
|
|
|
.el-autocomplete-suggestion.is-loading li[data-v-61fe5e7e]:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-autocomplete-suggestion.is-loading li[data-v-61fe5e7e]:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-autocomplete-suggestion.is-loading .el-icon-loading[data-v-61fe5e7e] {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-dropdown[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
position: relative;
|
|
color: #606266;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-dropdown .el-button-group[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-dropdown .el-button-group .el-button[data-v-61fe5e7e] {
|
|
float: none
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button[data-v-61fe5e7e] {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
position: relative;
|
|
border-left: none
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button[data-v-61fe5e7e]:before {
|
|
content: "";
|
|
position: absolute;
|
|
display: block;
|
|
width: 1px;
|
|
top: 5px;
|
|
bottom: 5px;
|
|
left: 0;
|
|
background: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button.el-button--default[data-v-61fe5e7e]:before {
|
|
background: rgba(220,223,230,.5)
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button[data-v-61fe5e7e]:hover:before {
|
|
top: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-dropdown .el-dropdown__caret-button .el-dropdown__icon[data-v-61fe5e7e] {
|
|
padding-left: 0
|
|
}
|
|
|
|
.el-dropdown__icon[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
margin: 0 3px
|
|
}
|
|
|
|
.el-dropdown .el-dropdown-selfdefine[data-v-61fe5e7e]:focus:active, .el-dropdown .el-dropdown-selfdefine[data-v-61fe5e7e]:focus:not(.focusing) {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-dropdown-menu[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
padding: 10px 0;
|
|
margin: 5px 0;
|
|
background-color: #fff;
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-dropdown-menu__item[data-v-61fe5e7e] {
|
|
list-style: none;
|
|
line-height: 36px;
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
cursor: pointer;
|
|
outline: none
|
|
}
|
|
|
|
.el-dropdown-menu__item[data-v-61fe5e7e]:focus, .el-dropdown-menu__item[data-v-61fe5e7e]:not(.is-disabled):hover {
|
|
background-color: #e6f5f5;
|
|
color: #33b1b2
|
|
}
|
|
|
|
.el-dropdown-menu__item i[data-v-61fe5e7e] {
|
|
margin-right: 5px
|
|
}
|
|
|
|
.el-dropdown-menu__item--divided[data-v-61fe5e7e] {
|
|
position: relative;
|
|
margin-top: 6px;
|
|
border-top: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-dropdown-menu__item--divided[data-v-61fe5e7e]:before {
|
|
content: "";
|
|
height: 6px;
|
|
display: block;
|
|
margin: 0 -20px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-dropdown-menu__item.is-disabled[data-v-61fe5e7e] {
|
|
cursor: default;
|
|
color: #bbb;
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-dropdown-menu--medium[data-v-61fe5e7e] {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.el-dropdown-menu--medium .el-dropdown-menu__item[data-v-61fe5e7e] {
|
|
line-height: 30px;
|
|
padding: 0 17px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided[data-v-61fe5e7e] {
|
|
margin-top: 6px
|
|
}
|
|
|
|
.el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided[data-v-61fe5e7e]:before {
|
|
height: 6px;
|
|
margin: 0 -17px
|
|
}
|
|
|
|
.el-dropdown-menu--small[data-v-61fe5e7e] {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.el-dropdown-menu--small .el-dropdown-menu__item[data-v-61fe5e7e] {
|
|
line-height: 27px;
|
|
padding: 0 15px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided[data-v-61fe5e7e] {
|
|
margin-top: 4px
|
|
}
|
|
|
|
.el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided[data-v-61fe5e7e]:before {
|
|
height: 4px;
|
|
margin: 0 -15px
|
|
}
|
|
|
|
.el-dropdown-menu--mini[data-v-61fe5e7e] {
|
|
padding: 3px 0
|
|
}
|
|
|
|
.el-dropdown-menu--mini .el-dropdown-menu__item[data-v-61fe5e7e] {
|
|
line-height: 24px;
|
|
padding: 0 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided[data-v-61fe5e7e] {
|
|
margin-top: 3px
|
|
}
|
|
|
|
.el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided[data-v-61fe5e7e]:before {
|
|
height: 3px;
|
|
margin: 0 -10px
|
|
}
|
|
|
|
.el-menu[data-v-61fe5e7e] {
|
|
border-right: 1px solid #e6e6e6;
|
|
list-style: none;
|
|
position: relative;
|
|
margin: 0;
|
|
padding-left: 0;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-menu[data-v-61fe5e7e]:after, .el-menu[data-v-61fe5e7e]:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-menu[data-v-61fe5e7e]:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-menu.el-menu--horizontal[data-v-61fe5e7e] {
|
|
border-bottom: 1px solid #e6e6e6
|
|
}
|
|
|
|
.el-menu--horizontal[data-v-61fe5e7e] {
|
|
border-right: none
|
|
}
|
|
|
|
.el-menu--horizontal > .el-menu-item[data-v-61fe5e7e] {
|
|
float: left;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
margin: 0;
|
|
border-bottom: 2px solid transparent;
|
|
color: #909399
|
|
}
|
|
|
|
.el-menu--horizontal > .el-menu-item a[data-v-61fe5e7e], .el-menu--horizontal > .el-menu-item a[data-v-61fe5e7e]:hover {
|
|
color: inherit
|
|
}
|
|
|
|
.el-menu--horizontal > .el-menu-item[data-v-61fe5e7e]:not(.is-disabled):focus, .el-menu--horizontal > .el-menu-item[data-v-61fe5e7e]:not(.is-disabled):hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu[data-v-61fe5e7e] {
|
|
float: left
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu[data-v-61fe5e7e]:focus, .el-menu--horizontal > .el-submenu[data-v-61fe5e7e]:hover {
|
|
outline: none
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu:focus .el-submenu__title[data-v-61fe5e7e], .el-menu--horizontal > .el-submenu:hover .el-submenu__title[data-v-61fe5e7e] {
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu.is-active .el-submenu__title[data-v-61fe5e7e] {
|
|
border-bottom: 2px solid #009e9f;
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu .el-submenu__title[data-v-61fe5e7e] {
|
|
height: 60px;
|
|
line-height: 60px;
|
|
border-bottom: 2px solid transparent;
|
|
color: #909399
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu .el-submenu__title[data-v-61fe5e7e]:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-menu--horizontal > .el-submenu .el-submenu__icon-arrow[data-v-61fe5e7e] {
|
|
position: static;
|
|
vertical-align: middle;
|
|
margin-left: 8px;
|
|
margin-top: -3px
|
|
}
|
|
|
|
.el-menu--horizontal .el-menu .el-menu-item[data-v-61fe5e7e], .el-menu--horizontal .el-menu .el-submenu__title[data-v-61fe5e7e] {
|
|
background-color: #fff;
|
|
float: none;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
padding: 0 10px;
|
|
color: #909399
|
|
}
|
|
|
|
.el-menu--horizontal .el-menu .el-menu-item.is-active[data-v-61fe5e7e], .el-menu--horizontal .el-menu .el-submenu.is-active > .el-submenu__title[data-v-61fe5e7e] {
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--horizontal .el-menu-item[data-v-61fe5e7e]:not(.is-disabled):focus, .el-menu--horizontal .el-menu-item[data-v-61fe5e7e]:not(.is-disabled):hover {
|
|
outline: none;
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--horizontal > .el-menu-item.is-active[data-v-61fe5e7e] {
|
|
border-bottom: 2px solid #009e9f;
|
|
color: #303133
|
|
}
|
|
|
|
.el-menu--collapse[data-v-61fe5e7e] {
|
|
width: 64px
|
|
}
|
|
|
|
.el-menu--collapse > .el-menu-item [class^=el-icon-][data-v-61fe5e7e], .el-menu--collapse > .el-submenu > .el-submenu__title [class^=el-icon-][data-v-61fe5e7e] {
|
|
margin: 0;
|
|
vertical-align: middle;
|
|
width: 24px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-menu--collapse > .el-menu-item .el-submenu__icon-arrow[data-v-61fe5e7e], .el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-menu--collapse > .el-menu-item span[data-v-61fe5e7e], .el-menu--collapse > .el-submenu > .el-submenu__title span[data-v-61fe5e7e] {
|
|
height: 0;
|
|
width: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-menu--collapse > .el-menu-item.is-active i[data-v-61fe5e7e] {
|
|
color: inherit
|
|
}
|
|
|
|
.el-menu--collapse .el-menu .el-submenu[data-v-61fe5e7e] {
|
|
min-width: 200px
|
|
}
|
|
|
|
.el-menu--collapse .el-submenu[data-v-61fe5e7e] {
|
|
position: relative
|
|
}
|
|
|
|
.el-menu--collapse .el-submenu .el-menu[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
margin-left: 5px;
|
|
top: 0;
|
|
left: 100%;
|
|
z-index: 10;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-menu--collapse .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow[data-v-61fe5e7e] {
|
|
-webkit-transform: none;
|
|
transform: none
|
|
}
|
|
|
|
.el-menu--popup[data-v-61fe5e7e] {
|
|
z-index: 100;
|
|
min-width: 200px;
|
|
border: none;
|
|
padding: 5px 0;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-menu--popup-bottom-start[data-v-61fe5e7e] {
|
|
margin-top: 5px
|
|
}
|
|
|
|
.el-menu--popup-right-start[data-v-61fe5e7e] {
|
|
margin-left: 5px;
|
|
margin-right: 5px
|
|
}
|
|
|
|
.el-menu-item[data-v-61fe5e7e] {
|
|
height: 56px;
|
|
line-height: 56px;
|
|
font-size: 14px;
|
|
color: #303133;
|
|
padding: 0 20px;
|
|
list-style: none;
|
|
cursor: pointer;
|
|
position: relative;
|
|
-webkit-transition: border-color .3s,background-color .3s,color .3s;
|
|
transition: border-color .3s,background-color .3s,color .3s;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-menu-item [data-v-61fe5e7e] {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-menu-item i[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-menu-item[data-v-61fe5e7e]:focus, .el-menu-item[data-v-61fe5e7e]:hover {
|
|
outline: none;
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-menu-item.is-disabled[data-v-61fe5e7e] {
|
|
opacity: .25;
|
|
cursor: not-allowed;
|
|
background: none !important
|
|
}
|
|
|
|
.el-menu-item [class^=el-icon-][data-v-61fe5e7e] {
|
|
margin-right: 5px;
|
|
width: 24px;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-menu-item.is-active[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-menu-item.is-active i[data-v-61fe5e7e] {
|
|
color: inherit
|
|
}
|
|
|
|
.el-submenu[data-v-61fe5e7e] {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding-left: 0
|
|
}
|
|
|
|
.el-submenu__title[data-v-61fe5e7e] {
|
|
height: 56px;
|
|
line-height: 56px;
|
|
font-size: 14px;
|
|
color: #303133;
|
|
padding: 0 20px;
|
|
list-style: none;
|
|
cursor: pointer;
|
|
position: relative;
|
|
-webkit-transition: border-color .3s,background-color .3s,color .3s;
|
|
transition: border-color .3s,background-color .3s,color .3s;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-submenu__title [data-v-61fe5e7e] {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-submenu__title i[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-submenu__title[data-v-61fe5e7e]:focus, .el-submenu__title[data-v-61fe5e7e]:hover {
|
|
outline: none;
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-submenu__title.is-disabled[data-v-61fe5e7e] {
|
|
opacity: .25;
|
|
cursor: not-allowed;
|
|
background: none !important
|
|
}
|
|
|
|
.el-submenu__title[data-v-61fe5e7e]:hover {
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-submenu .el-menu[data-v-61fe5e7e] {
|
|
border: none
|
|
}
|
|
|
|
.el-submenu .el-menu-item[data-v-61fe5e7e] {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
padding: 0 45px;
|
|
min-width: 200px
|
|
}
|
|
|
|
.el-submenu__icon-arrow[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 20px;
|
|
margin-top: -7px;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-submenu.is-active .el-submenu__title[data-v-61fe5e7e] {
|
|
border-bottom-color: #009e9f
|
|
}
|
|
|
|
.el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow[data-v-61fe5e7e] {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.el-submenu.is-disabled .el-menu-item[data-v-61fe5e7e], .el-submenu.is-disabled .el-submenu__title[data-v-61fe5e7e] {
|
|
opacity: .25;
|
|
cursor: not-allowed;
|
|
background: none !important
|
|
}
|
|
|
|
.el-submenu [class^=el-icon-][data-v-61fe5e7e] {
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
width: 24px;
|
|
text-align: center;
|
|
font-size: 18px
|
|
}
|
|
|
|
.el-menu-item-group > ul[data-v-61fe5e7e] {
|
|
padding: 0
|
|
}
|
|
|
|
.el-menu-item-group__title[data-v-61fe5e7e] {
|
|
padding: 7px 0 7px 20px;
|
|
line-height: normal;
|
|
font-size: 12px;
|
|
color: #909399
|
|
}
|
|
|
|
.horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow[data-v-61fe5e7e] {
|
|
-webkit-transition: .2s;
|
|
transition: .2s;
|
|
opacity: 0
|
|
}
|
|
|
|
.el-radio-group[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
vertical-align: middle;
|
|
font-size: 0
|
|
}
|
|
|
|
.el-radio-button[data-v-61fe5e7e], .el-radio-button__inner[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: inline-block;
|
|
outline: none
|
|
}
|
|
|
|
.el-radio-button__inner[data-v-61fe5e7e] {
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
background: #fff;
|
|
border: 1px solid #dcdfe6;
|
|
font-weight: 400;
|
|
border-left: 0;
|
|
color: #606266;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-radio-button__inner.is-round[data-v-61fe5e7e] {
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.el-radio-button__inner[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-radio-button__inner [class*=el-icon-][data-v-61fe5e7e] {
|
|
line-height: .9
|
|
}
|
|
|
|
.el-radio-button__inner [class*=el-icon-] + span[data-v-61fe5e7e] {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-radio-button:first-child .el-radio-button__inner[data-v-61fe5e7e] {
|
|
border-left: 1px solid #dcdfe6;
|
|
border-radius: 4px 0 0 4px;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important
|
|
}
|
|
|
|
.el-radio-button__orig-radio[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
z-index: -1
|
|
}
|
|
|
|
.el-radio-button__orig-radio:checked + .el-radio-button__inner[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
background-color: #009e9f;
|
|
border-color: #009e9f;
|
|
-webkit-box-shadow: -1px 0 0 0 #009e9f;
|
|
box-shadow: -1px 0 0 0 #009e9f
|
|
}
|
|
|
|
.el-radio-button__orig-radio:disabled + .el-radio-button__inner[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed;
|
|
background-image: none;
|
|
background-color: #fff;
|
|
border-color: #e6ebf5;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
.el-radio-button__orig-radio:disabled:checked + .el-radio-button__inner[data-v-61fe5e7e] {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-radio-button:last-child .el-radio-button__inner[data-v-61fe5e7e] {
|
|
border-radius: 0 4px 4px 0
|
|
}
|
|
|
|
.el-radio-button:first-child:last-child .el-radio-button__inner[data-v-61fe5e7e] {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-radio-button--medium .el-radio-button__inner[data-v-61fe5e7e] {
|
|
padding: 10px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-radio-button--medium .el-radio-button__inner.is-round[data-v-61fe5e7e] {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.el-radio-button--small .el-radio-button__inner[data-v-61fe5e7e] {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-radio-button--small .el-radio-button__inner.is-round[data-v-61fe5e7e] {
|
|
padding: 9px 15px
|
|
}
|
|
|
|
.el-radio-button--mini .el-radio-button__inner[data-v-61fe5e7e] {
|
|
padding: 7px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-radio-button--mini .el-radio-button__inner.is-round[data-v-61fe5e7e] {
|
|
padding: 7px 15px
|
|
}
|
|
|
|
.el-radio-button[data-v-61fe5e7e]:focus:not(.is-focus):not(:active):not(.is-disabled) {
|
|
-webkit-box-shadow: 0 0 2px 2px #009e9f;
|
|
box-shadow: 0 0 2px 2px #009e9f
|
|
}
|
|
|
|
.el-switch[data-v-61fe5e7e] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
position: relative;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-switch.is-disabled .el-switch__core[data-v-61fe5e7e], .el-switch.is-disabled .el-switch__label[data-v-61fe5e7e] {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-switch__label[data-v-61fe5e7e] {
|
|
-webkit-transition: .2s;
|
|
transition: .2s;
|
|
height: 20px;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
color: #303133
|
|
}
|
|
|
|
.el-switch__label.is-active[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-switch__label--left[data-v-61fe5e7e] {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.el-switch__label--right[data-v-61fe5e7e] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-switch__label [data-v-61fe5e7e] {
|
|
line-height: 1;
|
|
font-size: 14px;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-switch__input[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.el-switch__core[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 40px;
|
|
height: 20px;
|
|
border: 1px solid #dcdfe6;
|
|
outline: none;
|
|
border-radius: 10px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #dcdfe6;
|
|
cursor: pointer;
|
|
-webkit-transition: border-color .3s,background-color .3s;
|
|
transition: border-color .3s,background-color .3s;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-switch__core[data-v-61fe5e7e]:after {
|
|
content: "";
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 1px;
|
|
border-radius: 100%;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s;
|
|
width: 16px;
|
|
height: 16px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-switch.is-checked .el-switch__core[data-v-61fe5e7e] {
|
|
border-color: #009e9f;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-switch.is-checked .el-switch__core[data-v-61fe5e7e]:after {
|
|
left: 100%;
|
|
margin-left: -17px
|
|
}
|
|
|
|
.el-switch.is-disabled[data-v-61fe5e7e] {
|
|
opacity: .6
|
|
}
|
|
|
|
.el-switch--wide .el-switch__label.el-switch__label--left span[data-v-61fe5e7e] {
|
|
left: 10px
|
|
}
|
|
|
|
.el-switch--wide .el-switch__label.el-switch__label--right span[data-v-61fe5e7e] {
|
|
right: 10px
|
|
}
|
|
|
|
.el-switch .label-fade-enter[data-v-61fe5e7e], .el-switch .label-fade-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-select-dropdown[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
z-index: 1001;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 5px 0
|
|
}
|
|
|
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected[data-v-61fe5e7e]:after {
|
|
position: absolute;
|
|
right: 20px;
|
|
font-family: element-icons;
|
|
content: "\E6DA";
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list[data-v-61fe5e7e] {
|
|
padding: 0
|
|
}
|
|
|
|
.el-select-dropdown__empty[data-v-61fe5e7e] {
|
|
padding: 10px 0;
|
|
margin: 0;
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-select-dropdown__wrap[data-v-61fe5e7e] {
|
|
max-height: 274px
|
|
}
|
|
|
|
.el-select-dropdown__list[data-v-61fe5e7e] {
|
|
list-style: none;
|
|
padding: 6px 0;
|
|
margin: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-select-dropdown__item[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
padding: 0 20px;
|
|
position: relative;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
color: #606266;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-select-dropdown__item.is-disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-select-dropdown__item.is-disabled[data-v-61fe5e7e]:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-select-dropdown__item.hover[data-v-61fe5e7e], .el-select-dropdown__item[data-v-61fe5e7e]:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-select-dropdown__item.selected[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-select-group[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.el-select-group__wrap[data-v-61fe5e7e] {
|
|
position: relative;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.el-select-group__wrap[data-v-61fe5e7e]:not(:last-of-type) {
|
|
padding-bottom: 24px
|
|
}
|
|
|
|
.el-select-group__wrap[data-v-61fe5e7e]:not(:last-of-type):after {
|
|
content: "";
|
|
position: absolute;
|
|
display: block;
|
|
left: 20px;
|
|
right: 20px;
|
|
bottom: 12px;
|
|
height: 1px;
|
|
background: #dfe4ed
|
|
}
|
|
|
|
.el-select-group__title[data-v-61fe5e7e] {
|
|
padding-left: 20px;
|
|
font-size: 12px;
|
|
color: #909399;
|
|
line-height: 30px
|
|
}
|
|
|
|
.el-select-group .el-select-dropdown__item[data-v-61fe5e7e] {
|
|
padding-left: 20px
|
|
}
|
|
|
|
.el-select[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
position: relative
|
|
}
|
|
|
|
.el-select .el-select__tags > span[data-v-61fe5e7e] {
|
|
display: contents
|
|
}
|
|
|
|
.el-select:hover .el-input__inner[data-v-61fe5e7e] {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-select .el-input__inner[data-v-61fe5e7e] {
|
|
cursor: pointer;
|
|
padding-right: 35px
|
|
}
|
|
|
|
.el-select .el-input__inner[data-v-61fe5e7e]:focus {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-select .el-input .el-select__caret[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
font-size: 14px;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-select .el-input .el-select__caret.is-reverse[data-v-61fe5e7e] {
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg)
|
|
}
|
|
|
|
.el-select .el-input .el-select__caret.is-show-close[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
text-align: center;
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
border-radius: 100%;
|
|
color: #c0c4cc;
|
|
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-select .el-input .el-select__caret.is-show-close[data-v-61fe5e7e]:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-select .el-input.is-disabled .el-input__inner[data-v-61fe5e7e] {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-select .el-input.is-disabled .el-input__inner[data-v-61fe5e7e]:hover {
|
|
border-color: #dfe4ed
|
|
}
|
|
|
|
.el-select .el-input.is-focus .el-input__inner[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-select > .el-input[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-select__input[data-v-61fe5e7e] {
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
margin-left: 15px;
|
|
color: #666;
|
|
font-size: 14px;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
height: 28px;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-select__input.is-mini[data-v-61fe5e7e] {
|
|
height: 14px
|
|
}
|
|
|
|
.el-select__close[data-v-61fe5e7e] {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 8px;
|
|
z-index: 1000;
|
|
right: 25px;
|
|
color: #c0c4cc;
|
|
line-height: 18px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-select__close[data-v-61fe5e7e]:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-select__tags[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
line-height: normal;
|
|
white-space: normal;
|
|
z-index: 1;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.el-select .el-tag__close[data-v-61fe5e7e] {
|
|
margin-top: -2px
|
|
}
|
|
|
|
.el-select .el-tag[data-v-61fe5e7e] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-color: transparent;
|
|
margin: 2px 0 2px 6px;
|
|
background-color: #f0f2f5
|
|
}
|
|
|
|
.el-select .el-tag__close.el-icon-close[data-v-61fe5e7e] {
|
|
background-color: #c0c4cc;
|
|
right: -7px;
|
|
top: 0;
|
|
color: #fff
|
|
}
|
|
|
|
.el-select .el-tag__close.el-icon-close[data-v-61fe5e7e]:hover {
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-select .el-tag__close.el-icon-close[data-v-61fe5e7e]:before {
|
|
display: block;
|
|
-webkit-transform: translateY(.5px);
|
|
transform: translateY(.5px)
|
|
}
|
|
|
|
.el-table[data-v-61fe5e7e] {
|
|
position: relative;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
background-color: #fff;
|
|
font-size: 14px;
|
|
color: #606266
|
|
}
|
|
|
|
.el-table__empty-block[data-v-61fe5e7e] {
|
|
min-height: 60px;
|
|
text-align: center;
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-table__empty-text[data-v-61fe5e7e] {
|
|
line-height: 60px;
|
|
width: 50%;
|
|
color: #909399
|
|
}
|
|
|
|
.el-table__expand-column .cell[data-v-61fe5e7e] {
|
|
padding: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.el-table__expand-icon[data-v-61fe5e7e] {
|
|
position: relative;
|
|
cursor: pointer;
|
|
color: #666;
|
|
font-size: 12px;
|
|
-webkit-transition: -webkit-transform .2s ease-in-out;
|
|
transition: -webkit-transform .2s ease-in-out;
|
|
transition: transform .2s ease-in-out;
|
|
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
|
|
height: 20px
|
|
}
|
|
|
|
.el-table__expand-icon--expanded[data-v-61fe5e7e] {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.el-table__expand-icon > .el-icon[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin-left: -5px;
|
|
margin-top: -5px
|
|
}
|
|
|
|
.el-table__expanded-cell[data-v-61fe5e7e] {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-table__expanded-cell[class*=cell][data-v-61fe5e7e] {
|
|
padding: 20px 50px
|
|
}
|
|
|
|
.el-table__expanded-cell[data-v-61fe5e7e]:hover {
|
|
background-color: transparent !important
|
|
}
|
|
|
|
.el-table__placeholder[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
width: 20px
|
|
}
|
|
|
|
.el-table__append-wrapper[data-v-61fe5e7e] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-table--fit[data-v-61fe5e7e] {
|
|
border-right: 0;
|
|
border-bottom: 0
|
|
}
|
|
|
|
.el-table--fit td.gutter[data-v-61fe5e7e], .el-table--fit th.gutter[data-v-61fe5e7e] {
|
|
border-right-width: 1px
|
|
}
|
|
|
|
.el-table--scrollable-x .el-table__body-wrapper[data-v-61fe5e7e] {
|
|
overflow-x: auto
|
|
}
|
|
|
|
.el-table--scrollable-y .el-table__body-wrapper[data-v-61fe5e7e] {
|
|
overflow-y: auto
|
|
}
|
|
|
|
.el-table thead[data-v-61fe5e7e] {
|
|
color: #909399;
|
|
font-weight: 500
|
|
}
|
|
|
|
.el-table thead.is-group th[data-v-61fe5e7e] {
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-table td[data-v-61fe5e7e], .el-table th[data-v-61fe5e7e] {
|
|
padding: 12px 0;
|
|
min-width: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-overflow: ellipsis;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
text-align: left
|
|
}
|
|
|
|
.el-table td.is-center[data-v-61fe5e7e], .el-table th.is-center[data-v-61fe5e7e] {
|
|
text-align: center
|
|
}
|
|
|
|
.el-table td.is-right[data-v-61fe5e7e], .el-table th.is-right[data-v-61fe5e7e] {
|
|
text-align: right
|
|
}
|
|
|
|
.el-table td.gutter[data-v-61fe5e7e], .el-table th.gutter[data-v-61fe5e7e] {
|
|
width: 15px;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.el-table td.is-hidden > [data-v-61fe5e7e], .el-table th.is-hidden > [data-v-61fe5e7e] {
|
|
visibility: hidden
|
|
}
|
|
|
|
.el-table--medium td[data-v-61fe5e7e], .el-table--medium th[data-v-61fe5e7e] {
|
|
padding: 10px 0
|
|
}
|
|
|
|
.el-table--small[data-v-61fe5e7e] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-table--small td[data-v-61fe5e7e], .el-table--small th[data-v-61fe5e7e] {
|
|
padding: 8px 0
|
|
}
|
|
|
|
.el-table--mini[data-v-61fe5e7e] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-table--mini td[data-v-61fe5e7e], .el-table--mini th[data-v-61fe5e7e] {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.el-table tr[data-v-61fe5e7e] {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-table tr input[type=checkbox][data-v-61fe5e7e] {
|
|
margin: 0
|
|
}
|
|
|
|
.el-table td[data-v-61fe5e7e], .el-table th.is-leaf[data-v-61fe5e7e] {
|
|
border-bottom: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table th.is-sortable[data-v-61fe5e7e] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-table th[data-v-61fe5e7e] {
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-table th > .cell[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
position: relative;
|
|
vertical-align: middle;
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
width: 100%
|
|
}
|
|
|
|
.el-table th > .cell.highlight[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-table th.required > div[data-v-61fe5e7e]:before {
|
|
display: inline-block;
|
|
content: "";
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50%;
|
|
background: #ff4d51;
|
|
margin-right: 5px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-table td div[data-v-61fe5e7e] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-table td.gutter[data-v-61fe5e7e] {
|
|
width: 0
|
|
}
|
|
|
|
.el-table .cell[data-v-61fe5e7e] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
line-height: 23px;
|
|
padding-left: 10px;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.el-table .cell.el-tooltip[data-v-61fe5e7e] {
|
|
white-space: nowrap;
|
|
min-width: 50px
|
|
}
|
|
|
|
.el-table--border[data-v-61fe5e7e], .el-table--group[data-v-61fe5e7e] {
|
|
border: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table--border[data-v-61fe5e7e]:after, .el-table--group[data-v-61fe5e7e]:after, .el-table[data-v-61fe5e7e]:before {
|
|
content: "";
|
|
position: absolute;
|
|
background-color: #e6ebf5;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-table--border[data-v-61fe5e7e]:after, .el-table--group[data-v-61fe5e7e]:after {
|
|
top: 0;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 100%
|
|
}
|
|
|
|
.el-table[data-v-61fe5e7e]:before {
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 1px
|
|
}
|
|
|
|
.el-table--border[data-v-61fe5e7e] {
|
|
border-right: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-table--border.el-loading-parent--relative[data-v-61fe5e7e] {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-table--border td[data-v-61fe5e7e], .el-table--border th[data-v-61fe5e7e] {
|
|
border-right: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table--border td:first-child .cell[data-v-61fe5e7e], .el-table--border th:first-child .cell[data-v-61fe5e7e] {
|
|
padding-left: 10px
|
|
}
|
|
|
|
.el-table--border th.gutter[data-v-61fe5e7e]:last-of-type {
|
|
border-bottom: 1px solid #dfe6ec;
|
|
border-bottom-width: 1px
|
|
}
|
|
|
|
.el-table--border th[data-v-61fe5e7e] {
|
|
border-bottom: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table--hidden[data-v-61fe5e7e] {
|
|
visibility: hidden
|
|
}
|
|
|
|
.el-table__fixed-right[data-v-61fe5e7e], .el-table__fixed[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
overflow-x: hidden;
|
|
overflow-y: hidden;
|
|
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
|
|
box-shadow: 0 0 10px rgba(0,0,0,.12)
|
|
}
|
|
|
|
.el-table__fixed-right[data-v-61fe5e7e]:before, .el-table__fixed[data-v-61fe5e7e]:before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: #e6ebf5;
|
|
z-index: 4
|
|
}
|
|
|
|
.el-table__fixed-right-patch[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: -1px;
|
|
right: 0;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table__fixed-right[data-v-61fe5e7e] {
|
|
top: 0;
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.el-table__fixed-right .el-table__fixed-body-wrapper[data-v-61fe5e7e], .el-table__fixed-right .el-table__fixed-footer-wrapper[data-v-61fe5e7e], .el-table__fixed-right .el-table__fixed-header-wrapper[data-v-61fe5e7e] {
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.el-table__fixed-header-wrapper[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 3
|
|
}
|
|
|
|
.el-table__fixed-footer-wrapper[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 3
|
|
}
|
|
|
|
.el-table__fixed-footer-wrapper tbody td[data-v-61fe5e7e] {
|
|
border-top: 1px solid #dfe6ec;
|
|
background-color: #f5f7fa;
|
|
color: #606266
|
|
}
|
|
|
|
.el-table__fixed-body-wrapper[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 37px;
|
|
overflow: hidden;
|
|
z-index: 3
|
|
}
|
|
|
|
.el-table__body-wrapper[data-v-61fe5e7e], .el-table__footer-wrapper[data-v-61fe5e7e], .el-table__header-wrapper[data-v-61fe5e7e] {
|
|
width: 100%
|
|
}
|
|
|
|
.el-table__footer-wrapper[data-v-61fe5e7e] {
|
|
margin-top: -1px
|
|
}
|
|
|
|
.el-table__footer-wrapper td[data-v-61fe5e7e] {
|
|
border-top: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table__body[data-v-61fe5e7e], .el-table__footer[data-v-61fe5e7e], .el-table__header[data-v-61fe5e7e] {
|
|
table-layout: fixed;
|
|
border-collapse: separate
|
|
}
|
|
|
|
.el-table__footer-wrapper[data-v-61fe5e7e], .el-table__header-wrapper[data-v-61fe5e7e] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-table__footer-wrapper tbody td[data-v-61fe5e7e], .el-table__header-wrapper tbody td[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
color: #606266
|
|
}
|
|
|
|
.el-table__body-wrapper[data-v-61fe5e7e] {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.el-table__body-wrapper.is-scrolling-left ~ .el-table__fixed[data-v-61fe5e7e], .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed-right[data-v-61fe5e7e], .el-table__body-wrapper.is-scrolling-none ~ .el-table__fixed[data-v-61fe5e7e], .el-table__body-wrapper.is-scrolling-right ~ .el-table__fixed-right[data-v-61fe5e7e] {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
.el-table__body-wrapper .el-table--border.is-scrolling-right ~ .el-table__fixed-right[data-v-61fe5e7e] {
|
|
border-left: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed[data-v-61fe5e7e] {
|
|
border-right: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-table .caret-wrapper[data-v-61fe5e7e] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 34px;
|
|
width: 24px;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
overflow: initial;
|
|
position: relative
|
|
}
|
|
|
|
.el-table .sort-caret[data-v-61fe5e7e] {
|
|
width: 0;
|
|
height: 0;
|
|
border: 5px solid transparent;
|
|
position: absolute;
|
|
left: 7px
|
|
}
|
|
|
|
.el-table .sort-caret.ascending[data-v-61fe5e7e] {
|
|
border-bottom-color: #c0c4cc;
|
|
top: 5px
|
|
}
|
|
|
|
.el-table .sort-caret.descending[data-v-61fe5e7e] {
|
|
border-top-color: #c0c4cc;
|
|
bottom: 7px
|
|
}
|
|
|
|
.el-table .ascending .sort-caret.ascending[data-v-61fe5e7e] {
|
|
border-bottom-color: #009e9f
|
|
}
|
|
|
|
.el-table .descending .sort-caret.descending[data-v-61fe5e7e] {
|
|
border-top-color: #009e9f
|
|
}
|
|
|
|
.el-table .hidden-columns[data-v-61fe5e7e] {
|
|
visibility: hidden;
|
|
position: absolute;
|
|
z-index: -1
|
|
}
|
|
|
|
.el-table--striped .el-table__body tr.el-table__row--striped td[data-v-61fe5e7e] {
|
|
background: #fafafa
|
|
}
|
|
|
|
.el-table--striped .el-table__body tr.el-table__row--striped.current-row td[data-v-61fe5e7e] {
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-table__body tr.hover-row.current-row > td[data-v-61fe5e7e], .el-table__body tr.hover-row.el-table__row--striped.current-row > td[data-v-61fe5e7e], .el-table__body tr.hover-row.el-table__row--striped > td[data-v-61fe5e7e], .el-table__body tr.hover-row > td[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-table__body tr.current-row > td[data-v-61fe5e7e] {
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-table__column-resize-proxy[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 200px;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 0;
|
|
border-left: 1px solid #dfe6ec;
|
|
z-index: 10
|
|
}
|
|
|
|
.el-table__column-filter-trigger[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
line-height: 34px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-table__column-filter-trigger i[data-v-61fe5e7e] {
|
|
color: #909399;
|
|
font-size: 12px;
|
|
-webkit-transform: scale(.75);
|
|
transform: scale(.75)
|
|
}
|
|
|
|
.el-table--enable-row-transition .el-table__body td[data-v-61fe5e7e] {
|
|
-webkit-transition: background-color .25s ease;
|
|
transition: background-color .25s ease
|
|
}
|
|
|
|
.el-table--enable-row-hover .el-table__body tr:hover > td[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-table--fluid-height .el-table__fixed-right[data-v-61fe5e7e], .el-table--fluid-height .el-table__fixed[data-v-61fe5e7e] {
|
|
bottom: 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-table [class*=el-table__row--level] .el-table__expand-icon[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
width: 20px;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
text-align: center;
|
|
margin-right: 3px
|
|
}
|
|
|
|
.el-table-column--selection .cell[data-v-61fe5e7e] {
|
|
padding-left: 14px;
|
|
padding-right: 14px
|
|
}
|
|
|
|
.el-table-filter[data-v-61fe5e7e] {
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 2px;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 2px 0
|
|
}
|
|
|
|
.el-table-filter__list[data-v-61fe5e7e] {
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
min-width: 100px
|
|
}
|
|
|
|
.el-table-filter__list-item[data-v-61fe5e7e] {
|
|
line-height: 36px;
|
|
padding: 0 10px;
|
|
cursor: pointer;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-table-filter__list-item[data-v-61fe5e7e]:hover {
|
|
background-color: #e6f5f5;
|
|
color: #33b1b2
|
|
}
|
|
|
|
.el-table-filter__list-item.is-active[data-v-61fe5e7e] {
|
|
background-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-table-filter__content[data-v-61fe5e7e] {
|
|
min-width: 100px
|
|
}
|
|
|
|
.el-table-filter__bottom[data-v-61fe5e7e] {
|
|
border-top: 1px solid #e6ebf5;
|
|
padding: 8px
|
|
}
|
|
|
|
.el-table-filter__bottom button[data-v-61fe5e7e] {
|
|
background: transparent;
|
|
border: none;
|
|
color: #606266;
|
|
cursor: pointer;
|
|
font-size: 13px;
|
|
padding: 0 3px
|
|
}
|
|
|
|
.el-table-filter__bottom button[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-table-filter__bottom button[data-v-61fe5e7e]:focus {
|
|
outline: none
|
|
}
|
|
|
|
.el-table-filter__bottom button.is-disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-table-filter__wrap[data-v-61fe5e7e] {
|
|
max-height: 280px
|
|
}
|
|
|
|
.el-table-filter__checkbox-group[data-v-61fe5e7e] {
|
|
padding: 10px
|
|
}
|
|
|
|
.el-table-filter__checkbox-group label.el-checkbox[data-v-61fe5e7e] {
|
|
display: block;
|
|
margin-right: 5px;
|
|
margin-bottom: 8px;
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-table-filter__checkbox-group .el-checkbox[data-v-61fe5e7e]:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.el-date-table[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row:hover div[data-v-61fe5e7e] {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row:hover td.available[data-v-61fe5e7e]:hover {
|
|
color: #606266
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row:hover td:first-child div[data-v-61fe5e7e] {
|
|
margin-left: 5px;
|
|
border-top-left-radius: 15px;
|
|
border-bottom-left-radius: 15px
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row:hover td:last-child div[data-v-61fe5e7e] {
|
|
margin-right: 5px;
|
|
border-top-right-radius: 15px;
|
|
border-bottom-right-radius: 15px
|
|
}
|
|
|
|
.el-date-table.is-week-mode .el-date-table__row.current div[data-v-61fe5e7e] {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-date-table td[data-v-61fe5e7e] {
|
|
width: 32px;
|
|
height: 30px;
|
|
padding: 4px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative
|
|
}
|
|
|
|
.el-date-table td div[data-v-61fe5e7e] {
|
|
height: 30px;
|
|
padding: 3px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-date-table td span[data-v-61fe5e7e] {
|
|
width: 24px;
|
|
height: 24px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
line-height: 24px;
|
|
position: absolute;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
border-radius: 50%
|
|
}
|
|
|
|
.el-date-table td.next-month[data-v-61fe5e7e], .el-date-table td.prev-month[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-table td.today[data-v-61fe5e7e] {
|
|
position: relative
|
|
}
|
|
|
|
.el-date-table td.today span[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-date-table td.today.end-date span[data-v-61fe5e7e], .el-date-table td.today.start-date span[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-date-table td.available[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-date-table td.in-range div[data-v-61fe5e7e], .el-date-table td.in-range div[data-v-61fe5e7e]:hover {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-date-table td.current:not(.disabled) span[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-date-table td.end-date div[data-v-61fe5e7e], .el-date-table td.start-date div[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-date-table td.end-date span[data-v-61fe5e7e], .el-date-table td.start-date span[data-v-61fe5e7e] {
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-date-table td.start-date div[data-v-61fe5e7e] {
|
|
margin-left: 5px;
|
|
border-top-left-radius: 15px;
|
|
border-bottom-left-radius: 15px
|
|
}
|
|
|
|
.el-date-table td.end-date div[data-v-61fe5e7e] {
|
|
margin-right: 5px;
|
|
border-top-right-radius: 15px;
|
|
border-bottom-right-radius: 15px
|
|
}
|
|
|
|
.el-date-table td.disabled div[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
opacity: 1;
|
|
cursor: not-allowed;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-table td.selected div[data-v-61fe5e7e] {
|
|
margin-left: 5px;
|
|
margin-right: 5px;
|
|
background-color: #f2f6fc;
|
|
border-radius: 15px
|
|
}
|
|
|
|
.el-date-table td.selected div[data-v-61fe5e7e]:hover {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-date-table td.selected span[data-v-61fe5e7e] {
|
|
background-color: #009e9f;
|
|
color: #fff;
|
|
border-radius: 15px
|
|
}
|
|
|
|
.el-date-table td.week[data-v-61fe5e7e] {
|
|
font-size: 80%;
|
|
color: #606266
|
|
}
|
|
|
|
.el-date-table th[data-v-61fe5e7e] {
|
|
padding: 5px;
|
|
color: #606266;
|
|
font-weight: 400;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-month-table[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
margin: -1px;
|
|
border-collapse: collapse
|
|
}
|
|
|
|
.el-month-table td[data-v-61fe5e7e] {
|
|
text-align: center;
|
|
padding: 8px 0;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-month-table td div[data-v-61fe5e7e] {
|
|
height: 48px;
|
|
padding: 6px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-month-table td.today .cell[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-month-table td.today.end-date .cell[data-v-61fe5e7e], .el-month-table td.today.start-date .cell[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-month-table td.disabled .cell[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
cursor: not-allowed;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-month-table td.disabled .cell[data-v-61fe5e7e]:hover {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-month-table td .cell[data-v-61fe5e7e] {
|
|
width: 60px;
|
|
height: 36px;
|
|
display: block;
|
|
line-height: 36px;
|
|
color: #606266;
|
|
margin: 0 auto;
|
|
border-radius: 18px
|
|
}
|
|
|
|
.el-month-table td .cell[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-month-table td.in-range div[data-v-61fe5e7e], .el-month-table td.in-range div[data-v-61fe5e7e]:hover {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-month-table td.end-date div[data-v-61fe5e7e], .el-month-table td.start-date div[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-month-table td.end-date .cell[data-v-61fe5e7e], .el-month-table td.start-date .cell[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-month-table td.start-date div[data-v-61fe5e7e] {
|
|
border-top-left-radius: 24px;
|
|
border-bottom-left-radius: 24px
|
|
}
|
|
|
|
.el-month-table td.end-date div[data-v-61fe5e7e] {
|
|
border-top-right-radius: 24px;
|
|
border-bottom-right-radius: 24px
|
|
}
|
|
|
|
.el-month-table td.current:not(.disabled) .cell[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-year-table[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
margin: -1px;
|
|
border-collapse: collapse
|
|
}
|
|
|
|
.el-year-table .el-icon[data-v-61fe5e7e] {
|
|
color: #303133
|
|
}
|
|
|
|
.el-year-table td[data-v-61fe5e7e] {
|
|
text-align: center;
|
|
padding: 20px 3px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-year-table td.today .cell[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-year-table td.disabled .cell[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
cursor: not-allowed;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-year-table td.disabled .cell[data-v-61fe5e7e]:hover {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-year-table td .cell[data-v-61fe5e7e] {
|
|
width: 48px;
|
|
height: 32px;
|
|
display: block;
|
|
line-height: 32px;
|
|
color: #606266;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.el-year-table td .cell[data-v-61fe5e7e]:hover, .el-year-table td.current:not(.disabled) .cell[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-date-range-picker[data-v-61fe5e7e] {
|
|
width: 646px
|
|
}
|
|
|
|
.el-date-range-picker.has-sidebar[data-v-61fe5e7e] {
|
|
width: 756px
|
|
}
|
|
|
|
.el-date-range-picker table[data-v-61fe5e7e] {
|
|
table-layout: fixed;
|
|
width: 100%
|
|
}
|
|
|
|
.el-date-range-picker .el-picker-panel__body[data-v-61fe5e7e] {
|
|
min-width: 513px
|
|
}
|
|
|
|
.el-date-range-picker .el-picker-panel__content[data-v-61fe5e7e] {
|
|
margin: 0
|
|
}
|
|
|
|
.el-date-range-picker__header[data-v-61fe5e7e] {
|
|
position: relative;
|
|
text-align: center;
|
|
height: 28px
|
|
}
|
|
|
|
.el-date-range-picker__header [class*=arrow-left][data-v-61fe5e7e] {
|
|
float: left
|
|
}
|
|
|
|
.el-date-range-picker__header [class*=arrow-right][data-v-61fe5e7e] {
|
|
float: right
|
|
}
|
|
|
|
.el-date-range-picker__header div[data-v-61fe5e7e] {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
margin-right: 50px
|
|
}
|
|
|
|
.el-date-range-picker__content[data-v-61fe5e7e] {
|
|
float: left;
|
|
width: 50%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 16px
|
|
}
|
|
|
|
.el-date-range-picker__content.is-left[data-v-61fe5e7e] {
|
|
border-right: 1px solid #e4e4e4
|
|
}
|
|
|
|
.el-date-range-picker__content .el-date-range-picker__header div[data-v-61fe5e7e] {
|
|
margin-left: 50px;
|
|
margin-right: 50px
|
|
}
|
|
|
|
.el-date-range-picker__editors-wrap[data-v-61fe5e7e] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: table-cell
|
|
}
|
|
|
|
.el-date-range-picker__editors-wrap.is-right[data-v-61fe5e7e] {
|
|
text-align: right
|
|
}
|
|
|
|
.el-date-range-picker__time-header[data-v-61fe5e7e] {
|
|
position: relative;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
font-size: 12px;
|
|
padding: 8px 5px 5px 5px;
|
|
display: table;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-date-range-picker__time-header > .el-icon-arrow-right[data-v-61fe5e7e] {
|
|
font-size: 20px;
|
|
vertical-align: middle;
|
|
display: table-cell;
|
|
color: #303133
|
|
}
|
|
|
|
.el-date-range-picker__time-picker-wrap[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: table-cell;
|
|
padding: 0 5px
|
|
}
|
|
|
|
.el-date-range-picker__time-picker-wrap .el-picker-panel[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 13px;
|
|
right: 0;
|
|
z-index: 1;
|
|
background: #fff
|
|
}
|
|
|
|
.el-date-picker[data-v-61fe5e7e] {
|
|
width: 322px
|
|
}
|
|
|
|
.el-date-picker.has-sidebar.has-time[data-v-61fe5e7e] {
|
|
width: 434px
|
|
}
|
|
|
|
.el-date-picker.has-sidebar[data-v-61fe5e7e] {
|
|
width: 438px
|
|
}
|
|
|
|
.el-date-picker.has-time .el-picker-panel__body-wrapper[data-v-61fe5e7e] {
|
|
position: relative
|
|
}
|
|
|
|
.el-date-picker .el-picker-panel__content[data-v-61fe5e7e] {
|
|
width: 292px
|
|
}
|
|
|
|
.el-date-picker table[data-v-61fe5e7e] {
|
|
table-layout: fixed;
|
|
width: 100%
|
|
}
|
|
|
|
.el-date-picker__editor-wrap[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: table-cell;
|
|
padding: 0 5px
|
|
}
|
|
|
|
.el-date-picker__time-header[data-v-61fe5e7e] {
|
|
position: relative;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
font-size: 12px;
|
|
padding: 8px 5px 5px 5px;
|
|
display: table;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-date-picker__header[data-v-61fe5e7e] {
|
|
margin: 12px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-date-picker__header--bordered[data-v-61fe5e7e] {
|
|
margin-bottom: 0;
|
|
padding-bottom: 12px;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-date-picker__header--bordered + .el-picker-panel__content[data-v-61fe5e7e] {
|
|
margin-top: 0
|
|
}
|
|
|
|
.el-date-picker__header-label[data-v-61fe5e7e] {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
padding: 0 5px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
color: #606266
|
|
}
|
|
|
|
.el-date-picker__header-label.active[data-v-61fe5e7e], .el-date-picker__header-label[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-date-picker__prev-btn[data-v-61fe5e7e] {
|
|
float: left
|
|
}
|
|
|
|
.el-date-picker__next-btn[data-v-61fe5e7e] {
|
|
float: right
|
|
}
|
|
|
|
.el-date-picker__time-wrap[data-v-61fe5e7e] {
|
|
padding: 10px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-date-picker__time-label[data-v-61fe5e7e] {
|
|
float: left;
|
|
cursor: pointer;
|
|
line-height: 30px;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.time-select[data-v-61fe5e7e] {
|
|
margin: 5px 0;
|
|
min-width: 0
|
|
}
|
|
|
|
.time-select .el-picker-panel__content[data-v-61fe5e7e] {
|
|
max-height: 200px;
|
|
margin: 0
|
|
}
|
|
|
|
.time-select-item[data-v-61fe5e7e] {
|
|
padding: 8px 10px;
|
|
font-size: 14px;
|
|
line-height: 20px
|
|
}
|
|
|
|
.time-select-item.selected[data-v-61fe5e7e]:not(.disabled) {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.time-select-item.disabled[data-v-61fe5e7e] {
|
|
color: #dfe4ed;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.time-select-item[data-v-61fe5e7e]:hover {
|
|
background-color: #f5f7fa;
|
|
font-weight: 700;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-date-editor[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: left
|
|
}
|
|
|
|
.el-date-editor.el-input[data-v-61fe5e7e], .el-date-editor.el-input__inner[data-v-61fe5e7e] {
|
|
width: 220px
|
|
}
|
|
|
|
.el-date-editor--monthrange.el-input[data-v-61fe5e7e], .el-date-editor--monthrange.el-input__inner[data-v-61fe5e7e] {
|
|
width: 300px
|
|
}
|
|
|
|
.el-date-editor--daterange.el-input[data-v-61fe5e7e], .el-date-editor--daterange.el-input__inner[data-v-61fe5e7e], .el-date-editor--timerange.el-input[data-v-61fe5e7e], .el-date-editor--timerange.el-input__inner[data-v-61fe5e7e] {
|
|
width: 350px
|
|
}
|
|
|
|
.el-date-editor--datetimerange.el-input[data-v-61fe5e7e], .el-date-editor--datetimerange.el-input__inner[data-v-61fe5e7e] {
|
|
width: 400px
|
|
}
|
|
|
|
.el-date-editor--dates .el-input__inner[data-v-61fe5e7e] {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-date-editor .el-icon-circle-close[data-v-61fe5e7e] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-date-editor .el-range__icon[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
margin-left: -5px;
|
|
color: #c0c4cc;
|
|
float: left;
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-date-editor .el-range-input[data-v-61fe5e7e] {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
outline: none;
|
|
display: inline-block;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 39%;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #606266
|
|
}
|
|
|
|
.el-date-editor .el-range-input[data-v-61fe5e7e]::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-input[data-v-61fe5e7e]::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-input[data-v-61fe5e7e]:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-input[data-v-61fe5e7e]::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-input[data-v-61fe5e7e]::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-date-editor .el-range-separator[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
height: 100%;
|
|
padding: 0 5px;
|
|
margin: 0;
|
|
text-align: center;
|
|
line-height: 32px;
|
|
font-size: 14px;
|
|
width: 5%;
|
|
color: #303133
|
|
}
|
|
|
|
.el-date-editor .el-range__close-icon[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
color: #c0c4cc;
|
|
width: 25px;
|
|
display: inline-block;
|
|
float: right;
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-range-editor.el-input__inner[data-v-61fe5e7e] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 3px 10px
|
|
}
|
|
|
|
.el-range-editor .el-range-input[data-v-61fe5e7e] {
|
|
line-height: 1
|
|
}
|
|
|
|
.el-range-editor.is-active[data-v-61fe5e7e], .el-range-editor.is-active[data-v-61fe5e7e]:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-range-editor--medium.el-input__inner[data-v-61fe5e7e] {
|
|
height: 36px
|
|
}
|
|
|
|
.el-range-editor--medium .el-range-separator[data-v-61fe5e7e] {
|
|
line-height: 28px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-range-editor--medium .el-range-input[data-v-61fe5e7e] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-range-editor--medium .el-range__close-icon[data-v-61fe5e7e], .el-range-editor--medium .el-range__icon[data-v-61fe5e7e] {
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-range-editor--small.el-input__inner[data-v-61fe5e7e] {
|
|
height: 32px
|
|
}
|
|
|
|
.el-range-editor--small .el-range-separator[data-v-61fe5e7e] {
|
|
line-height: 24px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-range-editor--small .el-range-input[data-v-61fe5e7e] {
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-range-editor--small .el-range__close-icon[data-v-61fe5e7e], .el-range-editor--small .el-range__icon[data-v-61fe5e7e] {
|
|
line-height: 24px
|
|
}
|
|
|
|
.el-range-editor--mini.el-input__inner[data-v-61fe5e7e] {
|
|
height: 28px
|
|
}
|
|
|
|
.el-range-editor--mini .el-range-separator[data-v-61fe5e7e] {
|
|
line-height: 20px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-range-editor--mini .el-range-input[data-v-61fe5e7e] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-range-editor--mini .el-range__close-icon[data-v-61fe5e7e], .el-range-editor--mini .el-range__icon[data-v-61fe5e7e] {
|
|
line-height: 20px
|
|
}
|
|
|
|
.el-range-editor.is-disabled[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-range-editor.is-disabled[data-v-61fe5e7e]:focus, .el-range-editor.is-disabled[data-v-61fe5e7e]:hover {
|
|
border-color: #dfe4ed
|
|
}
|
|
|
|
.el-range-editor.is-disabled input[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-range-editor.is-disabled input[data-v-61fe5e7e]::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled input[data-v-61fe5e7e]::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled input[data-v-61fe5e7e]:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled input[data-v-61fe5e7e]::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled input[data-v-61fe5e7e]::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-range-editor.is-disabled .el-range-separator[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-picker-panel[data-v-61fe5e7e] {
|
|
color: #606266;
|
|
border: 1px solid #dfe4ed;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
background: #fff;
|
|
border-radius: 4px;
|
|
line-height: 30px;
|
|
margin: 5px 0
|
|
}
|
|
|
|
.el-picker-panel__body-wrapper[data-v-61fe5e7e]:after, .el-picker-panel__body[data-v-61fe5e7e]:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both
|
|
}
|
|
|
|
.el-picker-panel__content[data-v-61fe5e7e] {
|
|
position: relative;
|
|
margin: 15px
|
|
}
|
|
|
|
.el-picker-panel__footer[data-v-61fe5e7e] {
|
|
border-top: 1px solid #e4e4e4;
|
|
padding: 4px;
|
|
text-align: right;
|
|
background-color: #fff;
|
|
position: relative;
|
|
font-size: 0
|
|
}
|
|
|
|
.el-picker-panel__shortcut[data-v-61fe5e7e] {
|
|
display: block;
|
|
width: 100%;
|
|
border: 0;
|
|
background-color: transparent;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
padding-left: 12px;
|
|
text-align: left;
|
|
outline: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-picker-panel__shortcut[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-picker-panel__shortcut.active[data-v-61fe5e7e] {
|
|
background-color: #e6f1fe;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-picker-panel__btn[data-v-61fe5e7e] {
|
|
border: 1px solid #dcdcdc;
|
|
color: #333;
|
|
line-height: 24px;
|
|
border-radius: 2px;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
outline: none;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-picker-panel__btn[disabled][data-v-61fe5e7e] {
|
|
color: #ccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-picker-panel__icon-btn[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
color: #303133;
|
|
border: 0;
|
|
background: transparent;
|
|
cursor: pointer;
|
|
outline: none;
|
|
margin-top: 8px
|
|
}
|
|
|
|
.el-picker-panel__icon-btn[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-picker-panel__icon-btn.is-disabled[data-v-61fe5e7e] {
|
|
color: #bbb
|
|
}
|
|
|
|
.el-picker-panel__icon-btn.is-disabled[data-v-61fe5e7e]:hover {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-picker-panel__link-btn[data-v-61fe5e7e] {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-picker-panel [slot=sidebar][data-v-61fe5e7e], .el-picker-panel__sidebar[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 110px;
|
|
border-right: 1px solid #e4e4e4;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-top: 6px;
|
|
background-color: #fff;
|
|
overflow: auto
|
|
}
|
|
|
|
.el-picker-panel [slot=sidebar] + .el-picker-panel__body[data-v-61fe5e7e], .el-picker-panel__sidebar + .el-picker-panel__body[data-v-61fe5e7e] {
|
|
margin-left: 110px
|
|
}
|
|
|
|
.el-time-spinner.has-seconds .el-time-spinner__wrapper[data-v-61fe5e7e] {
|
|
width: 33.3%
|
|
}
|
|
|
|
.el-time-spinner__wrapper[data-v-61fe5e7e] {
|
|
max-height: 190px;
|
|
overflow: auto;
|
|
display: inline-block;
|
|
width: 50%;
|
|
vertical-align: top;
|
|
position: relative
|
|
}
|
|
|
|
.el-time-spinner__wrapper .el-scrollbar__wrap[data-v-61fe5e7e]:not(.el-scrollbar__wrap--hidden-default) {
|
|
padding-bottom: 15px
|
|
}
|
|
|
|
.el-time-spinner__wrapper.is-arrow[data-v-61fe5e7e] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-time-spinner__wrapper.is-arrow .el-time-spinner__list[data-v-61fe5e7e] {
|
|
-webkit-transform: translateY(-32px);
|
|
transform: translateY(-32px)
|
|
}
|
|
|
|
.el-time-spinner__wrapper.is-arrow .el-time-spinner__item[data-v-61fe5e7e]:hover:not(.disabled):not(.active) {
|
|
background: #fff;
|
|
cursor: default
|
|
}
|
|
|
|
.el-time-spinner__arrow[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
color: #909399;
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 1;
|
|
text-align: center;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-time-spinner__arrow[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-time-spinner__arrow.el-icon-arrow-up[data-v-61fe5e7e] {
|
|
top: 10px
|
|
}
|
|
|
|
.el-time-spinner__arrow.el-icon-arrow-down[data-v-61fe5e7e] {
|
|
bottom: 10px
|
|
}
|
|
|
|
.el-time-spinner__input.el-input[data-v-61fe5e7e] {
|
|
width: 70%
|
|
}
|
|
|
|
.el-time-spinner__input.el-input .el-input__inner[data-v-61fe5e7e] {
|
|
padding: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.el-time-spinner__list[data-v-61fe5e7e] {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
text-align: center
|
|
}
|
|
|
|
.el-time-spinner__list[data-v-61fe5e7e]:after, .el-time-spinner__list[data-v-61fe5e7e]:before {
|
|
content: "";
|
|
display: block;
|
|
width: 100%;
|
|
height: 80px
|
|
}
|
|
|
|
.el-time-spinner__item[data-v-61fe5e7e] {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 12px;
|
|
color: #606266
|
|
}
|
|
|
|
.el-time-spinner__item[data-v-61fe5e7e]:hover:not(.disabled):not(.active) {
|
|
background: #f5f7fa;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-time-spinner__item.active[data-v-61fe5e7e]:not(.disabled) {
|
|
color: #303133;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-time-spinner__item.disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-time-panel[data-v-61fe5e7e] {
|
|
margin: 5px 0;
|
|
border: 1px solid #dfe4ed;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
border-radius: 2px;
|
|
position: absolute;
|
|
width: 180px;
|
|
left: 0;
|
|
z-index: 1000;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box
|
|
}
|
|
|
|
.el-time-panel__content[data-v-61fe5e7e] {
|
|
font-size: 0;
|
|
position: relative;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-time-panel__content[data-v-61fe5e7e]:after, .el-time-panel__content[data-v-61fe5e7e]:before {
|
|
content: "";
|
|
top: 50%;
|
|
position: absolute;
|
|
margin-top: -15px;
|
|
height: 32px;
|
|
z-index: -1;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-top: 6px;
|
|
text-align: left;
|
|
border-top: 1px solid #dfe4ed;
|
|
border-bottom: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-time-panel__content[data-v-61fe5e7e]:after {
|
|
left: 50%;
|
|
margin-left: 12%;
|
|
margin-right: 12%
|
|
}
|
|
|
|
.el-time-panel__content[data-v-61fe5e7e]:before {
|
|
padding-left: 50%;
|
|
margin-right: 12%;
|
|
margin-left: 12%
|
|
}
|
|
|
|
.el-time-panel__content.has-seconds[data-v-61fe5e7e]:after {
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-time-panel__content.has-seconds[data-v-61fe5e7e]:before {
|
|
padding-left: 33.33333%
|
|
}
|
|
|
|
.el-time-panel__footer[data-v-61fe5e7e] {
|
|
border-top: 1px solid #e4e4e4;
|
|
padding: 4px;
|
|
height: 36px;
|
|
line-height: 25px;
|
|
text-align: right;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-time-panel__btn[data-v-61fe5e7e] {
|
|
border: none;
|
|
line-height: 28px;
|
|
padding: 0 5px;
|
|
margin: 0 5px;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
outline: none;
|
|
font-size: 12px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-time-panel__btn.confirm[data-v-61fe5e7e] {
|
|
font-weight: 800;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-time-range-picker[data-v-61fe5e7e] {
|
|
width: 354px;
|
|
overflow: visible
|
|
}
|
|
|
|
.el-time-range-picker__content[data-v-61fe5e7e] {
|
|
position: relative;
|
|
text-align: center;
|
|
padding: 10px
|
|
}
|
|
|
|
.el-time-range-picker__cell[data-v-61fe5e7e] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 4px 7px 7px;
|
|
width: 50%;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-time-range-picker__header[data-v-61fe5e7e] {
|
|
margin-bottom: 5px;
|
|
text-align: center;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-time-range-picker__body[data-v-61fe5e7e] {
|
|
border-radius: 2px;
|
|
border: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-popover[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
background: #fff;
|
|
min-width: 150px;
|
|
border-radius: 4px;
|
|
border: 1px solid #e6ebf5;
|
|
padding: 12px;
|
|
z-index: 2000;
|
|
color: #606266;
|
|
line-height: 1.4;
|
|
text-align: justify;
|
|
font-size: 14px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
word-break: break-all
|
|
}
|
|
|
|
.el-popover--plain[data-v-61fe5e7e] {
|
|
padding: 18px 20px
|
|
}
|
|
|
|
.el-popover__title[data-v-61fe5e7e] {
|
|
color: #303133;
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.el-popover[data-v-61fe5e7e]:focus, .el-popover[data-v-61fe5e7e]:focus:active, .el-popover__reference[data-v-61fe5e7e]:focus:hover, .el-popover__reference[data-v-61fe5e7e]:focus:not(.focusing) {
|
|
outline-width: 0
|
|
}
|
|
|
|
.v-modal-enter[data-v-61fe5e7e] {
|
|
-webkit-animation: v-modal-in-data-v-61fe5e7e .2s ease;
|
|
animation: v-modal-in-data-v-61fe5e7e .2s ease
|
|
}
|
|
|
|
.v-modal-leave[data-v-61fe5e7e] {
|
|
-webkit-animation: v-modal-out-data-v-61fe5e7e .2s ease forwards;
|
|
animation: v-modal-out-data-v-61fe5e7e .2s ease forwards
|
|
}
|
|
|
|
@keyframes v-modal-in-data-v-61fe5e7e {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes v-modal-out-data-v-61fe5e7e {
|
|
to {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.v-modal[data-v-61fe5e7e] {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: .5;
|
|
background: #000
|
|
}
|
|
|
|
.el-popup-parent--hidden[data-v-61fe5e7e] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-message-box[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
width: 420px;
|
|
padding-bottom: 10px;
|
|
vertical-align: middle;
|
|
background-color: #fff;
|
|
border-radius: 4px;
|
|
border: 1px solid #e6ebf5;
|
|
font-size: 18px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
text-align: left;
|
|
overflow: hidden;
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden
|
|
}
|
|
|
|
.el-message-box__wrapper[data-v-61fe5e7e] {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.el-message-box__wrapper[data-v-61fe5e7e]:after {
|
|
content: "";
|
|
display: inline-block;
|
|
height: 100%;
|
|
width: 0;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-message-box__header[data-v-61fe5e7e] {
|
|
position: relative;
|
|
padding: 15px;
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.el-message-box__title[data-v-61fe5e7e] {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
font-size: 18px;
|
|
line-height: 1;
|
|
color: #303133
|
|
}
|
|
|
|
.el-message-box__headerbtn[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
padding: 0;
|
|
border: none;
|
|
outline: none;
|
|
background: transparent;
|
|
font-size: 16px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-message-box__headerbtn .el-message-box__close[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message-box__headerbtn:focus .el-message-box__close[data-v-61fe5e7e], .el-message-box__headerbtn:hover .el-message-box__close[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-message-box__content[data-v-61fe5e7e] {
|
|
padding: 10px 15px;
|
|
color: #606266;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-message-box__container[data-v-61fe5e7e] {
|
|
position: relative
|
|
}
|
|
|
|
.el-message-box__input[data-v-61fe5e7e] {
|
|
padding-top: 15px
|
|
}
|
|
|
|
.el-message-box__input input.invalid[data-v-61fe5e7e], .el-message-box__input input.invalid[data-v-61fe5e7e]:focus {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-message-box__status[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
font-size: 24px !important
|
|
}
|
|
|
|
.el-message-box__status[data-v-61fe5e7e]:before {
|
|
padding-left: 1px
|
|
}
|
|
|
|
.el-message-box__status + .el-message-box__message[data-v-61fe5e7e] {
|
|
padding-left: 36px;
|
|
padding-right: 12px
|
|
}
|
|
|
|
.el-message-box__status.el-icon-success[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-message-box__status.el-icon-info[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message-box__status.el-icon-warning[data-v-61fe5e7e] {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-message-box__status.el-icon-error[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-message-box__message[data-v-61fe5e7e] {
|
|
margin: 0
|
|
}
|
|
|
|
.el-message-box__message p[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
line-height: 24px
|
|
}
|
|
|
|
.el-message-box__errormsg[data-v-61fe5e7e] {
|
|
color: #ff4949;
|
|
font-size: 12px;
|
|
min-height: 18px;
|
|
margin-top: 2px
|
|
}
|
|
|
|
.el-message-box__btns[data-v-61fe5e7e] {
|
|
padding: 5px 15px 0;
|
|
text-align: right
|
|
}
|
|
|
|
.el-message-box__btns button[data-v-61fe5e7e]:nth-child(2) {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-message-box__btns-reverse[data-v-61fe5e7e] {
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: reverse;
|
|
-ms-flex-direction: row-reverse;
|
|
flex-direction: row-reverse
|
|
}
|
|
|
|
.el-message-box--center[data-v-61fe5e7e] {
|
|
padding-bottom: 30px
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__header[data-v-61fe5e7e] {
|
|
padding-top: 30px
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__title[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__status[data-v-61fe5e7e] {
|
|
position: relative;
|
|
top: auto;
|
|
padding-right: 5px;
|
|
text-align: center;
|
|
-webkit-transform: translateY(-1px);
|
|
transform: translateY(-1px)
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__message[data-v-61fe5e7e] {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__btns[data-v-61fe5e7e], .el-message-box--center .el-message-box__content[data-v-61fe5e7e] {
|
|
text-align: center
|
|
}
|
|
|
|
.el-message-box--center .el-message-box__content[data-v-61fe5e7e] {
|
|
padding-left: 27px;
|
|
padding-right: 27px
|
|
}
|
|
|
|
.msgbox-fade-enter-active[data-v-61fe5e7e] {
|
|
-webkit-animation: msgbox-fade-in-data-v-61fe5e7e .3s;
|
|
animation: msgbox-fade-in-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.msgbox-fade-leave-active[data-v-61fe5e7e] {
|
|
-webkit-animation: msgbox-fade-out-data-v-61fe5e7e .3s;
|
|
animation: msgbox-fade-out-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
@-webkit-keyframes msgbox-fade-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes msgbox-fade-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes msgbox-fade-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes msgbox-fade-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.el-breadcrumb[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-breadcrumb[data-v-61fe5e7e]:after, .el-breadcrumb[data-v-61fe5e7e]:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-breadcrumb[data-v-61fe5e7e]:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-breadcrumb__separator[data-v-61fe5e7e] {
|
|
margin: 0 9px;
|
|
font-weight: 700;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-breadcrumb__separator[class*=icon][data-v-61fe5e7e] {
|
|
margin: 0 6px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-breadcrumb__item[data-v-61fe5e7e] {
|
|
float: left
|
|
}
|
|
|
|
.el-breadcrumb__inner[data-v-61fe5e7e] {
|
|
color: #606266
|
|
}
|
|
|
|
.el-breadcrumb__inner.is-link[data-v-61fe5e7e], .el-breadcrumb__inner a[data-v-61fe5e7e] {
|
|
font-weight: 700;
|
|
text-decoration: none;
|
|
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
color: #303133
|
|
}
|
|
|
|
.el-breadcrumb__inner.is-link[data-v-61fe5e7e]:hover, .el-breadcrumb__inner a[data-v-61fe5e7e]:hover {
|
|
color: #009e9f;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-61fe5e7e], .el-breadcrumb__item:last-child .el-breadcrumb__inner[data-v-61fe5e7e]:hover, .el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-61fe5e7e], .el-breadcrumb__item:last-child .el-breadcrumb__inner a[data-v-61fe5e7e]:hover {
|
|
font-weight: 400;
|
|
color: #606266;
|
|
cursor: text
|
|
}
|
|
|
|
.el-breadcrumb__item:last-child .el-breadcrumb__separator[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-form--label-left .el-form-item__label[data-v-61fe5e7e] {
|
|
text-align: left
|
|
}
|
|
|
|
.el-form--label-top .el-form-item__label[data-v-61fe5e7e] {
|
|
float: none;
|
|
display: inline-block;
|
|
text-align: left;
|
|
padding: 0 0 10px 0
|
|
}
|
|
|
|
.el-form--inline .el-form-item[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-form--inline .el-form-item__label[data-v-61fe5e7e] {
|
|
float: none;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-form--inline .el-form-item__content[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-form--inline.el-form--label-top .el-form-item__content[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-form-item[data-v-61fe5e7e] {
|
|
margin-bottom: 22px
|
|
}
|
|
|
|
.el-form-item[data-v-61fe5e7e]:after, .el-form-item[data-v-61fe5e7e]:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-form-item[data-v-61fe5e7e]:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-form-item .el-form-item[data-v-61fe5e7e] {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.el-form-item .el-input__validateIcon[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-form-item--medium .el-form-item__content[data-v-61fe5e7e], .el-form-item--medium .el-form-item__label[data-v-61fe5e7e] {
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-form-item--small .el-form-item__content[data-v-61fe5e7e], .el-form-item--small .el-form-item__label[data-v-61fe5e7e] {
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-form-item--small.el-form-item[data-v-61fe5e7e] {
|
|
margin-bottom: 18px
|
|
}
|
|
|
|
.el-form-item--small .el-form-item__error[data-v-61fe5e7e] {
|
|
padding-top: 2px
|
|
}
|
|
|
|
.el-form-item--mini .el-form-item__content[data-v-61fe5e7e], .el-form-item--mini .el-form-item__label[data-v-61fe5e7e] {
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-form-item--mini.el-form-item[data-v-61fe5e7e] {
|
|
margin-bottom: 18px
|
|
}
|
|
|
|
.el-form-item--mini .el-form-item__error[data-v-61fe5e7e] {
|
|
padding-top: 1px
|
|
}
|
|
|
|
.el-form-item__label-wrap[data-v-61fe5e7e] {
|
|
float: left
|
|
}
|
|
|
|
.el-form-item__label-wrap .el-form-item__label[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
float: none
|
|
}
|
|
|
|
.el-form-item__label[data-v-61fe5e7e] {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
float: left;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 40px;
|
|
padding: 0 12px 0 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-form-item__content[data-v-61fe5e7e] {
|
|
line-height: 40px;
|
|
position: relative;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-form-item__content[data-v-61fe5e7e]:after, .el-form-item__content[data-v-61fe5e7e]:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-form-item__content[data-v-61fe5e7e]:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-form-item__content .el-input-group[data-v-61fe5e7e] {
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-form-item__error[data-v-61fe5e7e] {
|
|
color: #ff4949;
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
padding-top: 4px;
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0
|
|
}
|
|
|
|
.el-form-item__error--inline[data-v-61fe5e7e] {
|
|
position: relative;
|
|
top: auto;
|
|
left: auto;
|
|
display: inline-block;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label[data-v-61fe5e7e]:before, .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label[data-v-61fe5e7e]:before {
|
|
content: "*";
|
|
color: #ff4949;
|
|
margin-right: 4px
|
|
}
|
|
|
|
.el-form-item.is-error .el-input__inner[data-v-61fe5e7e], .el-form-item.is-error .el-input__inner[data-v-61fe5e7e]:focus, .el-form-item.is-error .el-textarea__inner[data-v-61fe5e7e], .el-form-item.is-error .el-textarea__inner[data-v-61fe5e7e]:focus {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-form-item.is-error .el-input-group__append .el-input__inner[data-v-61fe5e7e], .el-form-item.is-error .el-input-group__prepend .el-input__inner[data-v-61fe5e7e] {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-form-item.is-error .el-input__validateIcon[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-form-item--feedback .el-input__validateIcon[data-v-61fe5e7e] {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-tabs__header[data-v-61fe5e7e] {
|
|
padding: 0;
|
|
position: relative;
|
|
margin: 0 0 15px
|
|
}
|
|
|
|
.el-tabs__active-bar[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 2px;
|
|
background-color: #009e9f;
|
|
z-index: 1;
|
|
-webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: transform .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
|
|
list-style: none
|
|
}
|
|
|
|
.el-tabs__new-tab[data-v-61fe5e7e] {
|
|
float: right;
|
|
border: 1px solid #d3dce6;
|
|
height: 18px;
|
|
width: 18px;
|
|
line-height: 18px;
|
|
margin: 12px 0 9px 10px;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
color: #d3dce6;
|
|
cursor: pointer;
|
|
-webkit-transition: all .15s;
|
|
transition: all .15s
|
|
}
|
|
|
|
.el-tabs__new-tab .el-icon-plus[data-v-61fe5e7e] {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-tabs__new-tab[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tabs__nav-wrap[data-v-61fe5e7e] {
|
|
overflow: hidden;
|
|
margin-bottom: -1px;
|
|
position: relative
|
|
}
|
|
|
|
.el-tabs__nav-wrap[data-v-61fe5e7e]:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 2px;
|
|
background-color: #dfe4ed;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-tabs__nav-wrap.is-scrollable[data-v-61fe5e7e] {
|
|
padding: 0 20px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-tabs__nav-scroll[data-v-61fe5e7e] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-tabs__nav-next[data-v-61fe5e7e], .el-tabs__nav-prev[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
line-height: 44px;
|
|
font-size: 12px;
|
|
color: #909399
|
|
}
|
|
|
|
.el-tabs__nav-next[data-v-61fe5e7e] {
|
|
right: 0
|
|
}
|
|
|
|
.el-tabs__nav-prev[data-v-61fe5e7e] {
|
|
left: 0
|
|
}
|
|
|
|
.el-tabs__nav[data-v-61fe5e7e] {
|
|
white-space: nowrap;
|
|
position: relative;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
float: left;
|
|
z-index: 2
|
|
}
|
|
|
|
.el-tabs__nav.is-stretch[data-v-61fe5e7e] {
|
|
min-width: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-tabs__nav.is-stretch > [data-v-61fe5e7e] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
text-align: center
|
|
}
|
|
|
|
.el-tabs__item[data-v-61fe5e7e] {
|
|
padding: 0 20px;
|
|
height: 40px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
line-height: 40px;
|
|
display: inline-block;
|
|
list-style: none;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #303133;
|
|
position: relative
|
|
}
|
|
|
|
.el-tabs__item[data-v-61fe5e7e]:focus, .el-tabs__item[data-v-61fe5e7e]:focus:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-tabs__item:focus.is-active.is-focus[data-v-61fe5e7e]:not(:active) {
|
|
-webkit-box-shadow: 0 0 2px 2px #009e9f inset;
|
|
box-shadow: inset 0 0 2px 2px #009e9f;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-tabs__item .el-icon-close[data-v-61fe5e7e] {
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-tabs__item .el-icon-close[data-v-61fe5e7e]:before {
|
|
-webkit-transform: scale(.9);
|
|
transform: scale(.9);
|
|
display: inline-block
|
|
}
|
|
|
|
.el-tabs__item .el-icon-close[data-v-61fe5e7e]:hover {
|
|
background-color: #c0c4cc;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tabs__item.is-active[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tabs__item[data-v-61fe5e7e]:hover {
|
|
color: #009e9f;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-tabs__item.is-disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: default
|
|
}
|
|
|
|
.el-tabs__content[data-v-61fe5e7e] {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header[data-v-61fe5e7e] {
|
|
border-bottom: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__nav-wrap[data-v-61fe5e7e]:after {
|
|
content: none
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__nav[data-v-61fe5e7e] {
|
|
border: 1px solid #dfe4ed;
|
|
border-bottom: none;
|
|
border-radius: 4px 4px 0 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__active-bar[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item .el-icon-close[data-v-61fe5e7e] {
|
|
position: relative;
|
|
font-size: 12px;
|
|
width: 0;
|
|
height: 14px;
|
|
vertical-align: middle;
|
|
line-height: 15px;
|
|
overflow: hidden;
|
|
top: -1px;
|
|
right: -2px;
|
|
-webkit-transform-origin: 100% 50%;
|
|
transform-origin: 100% 50%
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e] {
|
|
border-bottom: 1px solid transparent;
|
|
border-left: 1px solid #dfe4ed;
|
|
-webkit-transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:first-child {
|
|
border-left: none
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable[data-v-61fe5e7e]:hover {
|
|
padding-left: 13px;
|
|
padding-right: 13px
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close[data-v-61fe5e7e] {
|
|
width: 14px
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active[data-v-61fe5e7e] {
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable[data-v-61fe5e7e] {
|
|
padding-left: 20px;
|
|
padding-right: 20px
|
|
}
|
|
|
|
.el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close[data-v-61fe5e7e] {
|
|
width: 14px
|
|
}
|
|
|
|
.el-tabs--border-card[data-v-61fe5e7e] {
|
|
background: #fff;
|
|
border: 1px solid #dcdfe6;
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__content[data-v-61fe5e7e] {
|
|
padding: 15px
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
border-bottom: 1px solid #dfe4ed;
|
|
margin: 0
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap[data-v-61fe5e7e]:after {
|
|
content: none
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e] {
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
border: 1px solid transparent;
|
|
margin-top: -1px;
|
|
color: #909399
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item + .el-tabs__item[data-v-61fe5e7e], .el-tabs--border-card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:first-child {
|
|
margin-left: -1px
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
background-color: #fff;
|
|
border-right-color: #dcdfe6;
|
|
border-left-color: #dcdfe6
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:not(.is-disabled):hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-tabs--border-card > .el-tabs__header .is-scrollable .el-tabs__item[data-v-61fe5e7e]:first-child {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-tabs--bottom .el-tabs__item.is-bottom[data-v-61fe5e7e]:nth-child(2), .el-tabs--bottom .el-tabs__item.is-top[data-v-61fe5e7e]:nth-child(2), .el-tabs--top .el-tabs__item.is-bottom[data-v-61fe5e7e]:nth-child(2), .el-tabs--top .el-tabs__item.is-top[data-v-61fe5e7e]:nth-child(2) {
|
|
padding-left: 0
|
|
}
|
|
|
|
.el-tabs--bottom .el-tabs__item.is-bottom[data-v-61fe5e7e]:last-child, .el-tabs--bottom .el-tabs__item.is-top[data-v-61fe5e7e]:last-child, .el-tabs--top .el-tabs__item.is-bottom[data-v-61fe5e7e]:last-child, .el-tabs--top .el-tabs__item.is-top[data-v-61fe5e7e]:last-child {
|
|
padding-right: 0
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:nth-child(2), .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:nth-child(2), .el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:nth-child(2), .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:nth-child(2), .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:nth-child(2), .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:nth-child(2), .el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:nth-child(2), .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:nth-child(2) {
|
|
padding-left: 20px
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:last-child, .el-tabs--bottom.el-tabs--card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:last-child, .el-tabs--bottom .el-tabs--left > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:last-child, .el-tabs--bottom .el-tabs--right > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:last-child, .el-tabs--top.el-tabs--border-card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:last-child, .el-tabs--top.el-tabs--card > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:last-child, .el-tabs--top .el-tabs--left > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:last-child, .el-tabs--top .el-tabs--right > .el-tabs__header .el-tabs__item[data-v-61fe5e7e]:last-child {
|
|
padding-right: 20px
|
|
}
|
|
|
|
.el-tabs--bottom .el-tabs__header.is-bottom[data-v-61fe5e7e] {
|
|
margin-bottom: 0;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card .el-tabs__header.is-bottom[data-v-61fe5e7e] {
|
|
border-bottom: 0;
|
|
border-top: 1px solid #dcdfe6
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap.is-bottom[data-v-61fe5e7e] {
|
|
margin-top: -1px;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom[data-v-61fe5e7e]:not(.is-active) {
|
|
border: 1px solid transparent
|
|
}
|
|
|
|
.el-tabs--bottom.el-tabs--border-card .el-tabs__item.is-bottom[data-v-61fe5e7e] {
|
|
margin: 0 -1px -1px -1px
|
|
}
|
|
|
|
.el-tabs--left[data-v-61fe5e7e], .el-tabs--right[data-v-61fe5e7e] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__header.is-left[data-v-61fe5e7e], .el-tabs--left .el-tabs__header.is-right[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-scroll[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-left[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-right[data-v-61fe5e7e], .el-tabs--right .el-tabs__header.is-left[data-v-61fe5e7e], .el-tabs--right .el-tabs__header.is-right[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-scroll[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-left[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-right[data-v-61fe5e7e] {
|
|
height: 100%
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__active-bar.is-left[data-v-61fe5e7e], .el-tabs--left .el-tabs__active-bar.is-right[data-v-61fe5e7e], .el-tabs--right .el-tabs__active-bar.is-left[data-v-61fe5e7e], .el-tabs--right .el-tabs__active-bar.is-right[data-v-61fe5e7e] {
|
|
top: 0;
|
|
bottom: auto;
|
|
width: 2px;
|
|
height: auto
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-right[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-left[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-right[data-v-61fe5e7e] {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev[data-v-61fe5e7e] {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 100%;
|
|
text-align: center;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next i[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev i[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next i[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev i[data-v-61fe5e7e] {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-prev[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-prev[data-v-61fe5e7e] {
|
|
left: auto;
|
|
top: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left > .el-tabs__nav-next[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-right > .el-tabs__nav-next[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-left > .el-tabs__nav-next[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-right > .el-tabs__nav-next[data-v-61fe5e7e] {
|
|
right: auto;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left.is-scrollable[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-right.is-scrollable[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-left.is-scrollable[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav-wrap.is-right.is-scrollable[data-v-61fe5e7e] {
|
|
padding: 30px 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left[data-v-61fe5e7e]:after, .el-tabs--left .el-tabs__nav-wrap.is-right[data-v-61fe5e7e]:after, .el-tabs--right .el-tabs__nav-wrap.is-left[data-v-61fe5e7e]:after, .el-tabs--right .el-tabs__nav-wrap.is-right[data-v-61fe5e7e]:after {
|
|
height: 100%;
|
|
width: 2px;
|
|
bottom: auto;
|
|
top: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav.is-left[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav.is-right[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav.is-left[data-v-61fe5e7e], .el-tabs--right .el-tabs__nav.is-right[data-v-61fe5e7e] {
|
|
float: none
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__item.is-left[data-v-61fe5e7e], .el-tabs--left .el-tabs__item.is-right[data-v-61fe5e7e], .el-tabs--right .el-tabs__item.is-left[data-v-61fe5e7e], .el-tabs--right .el-tabs__item.is-right[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__header.is-left[data-v-61fe5e7e] {
|
|
float: left;
|
|
margin-bottom: 0;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__nav-wrap.is-left[data-v-61fe5e7e] {
|
|
margin-right: -1px
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__active-bar.is-left[data-v-61fe5e7e], .el-tabs--left .el-tabs__nav-wrap.is-left[data-v-61fe5e7e]:after {
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.el-tabs--left .el-tabs__item.is-left[data-v-61fe5e7e] {
|
|
text-align: right
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__active-bar.is-left[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left[data-v-61fe5e7e] {
|
|
border-left: none;
|
|
border-right: 1px solid #dfe4ed;
|
|
border-bottom: none;
|
|
border-top: 1px solid #dfe4ed;
|
|
text-align: left
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left[data-v-61fe5e7e]:first-child {
|
|
border-right: 1px solid #dfe4ed;
|
|
border-top: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active[data-v-61fe5e7e] {
|
|
border: 1px solid #dfe4ed;
|
|
border-right-color: #fff;
|
|
border-left: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active[data-v-61fe5e7e]:first-child {
|
|
border-top: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__item.is-left.is-active[data-v-61fe5e7e]:last-child {
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__nav[data-v-61fe5e7e] {
|
|
border-radius: 4px 0 0 4px;
|
|
border-bottom: 1px solid #dfe4ed;
|
|
border-right: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--card .el-tabs__new-tab[data-v-61fe5e7e] {
|
|
float: none
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--border-card .el-tabs__header.is-left[data-v-61fe5e7e] {
|
|
border-right: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left[data-v-61fe5e7e] {
|
|
border: 1px solid transparent;
|
|
margin: -1px 0 -1px -1px
|
|
}
|
|
|
|
.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left.is-active[data-v-61fe5e7e] {
|
|
border-color: transparent;
|
|
border-top-color: #d1dbe5;
|
|
border-bottom-color: #d1dbe5
|
|
}
|
|
|
|
.el-tabs--right .el-tabs__header.is-right[data-v-61fe5e7e] {
|
|
float: right;
|
|
margin-bottom: 0;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-tabs--right .el-tabs__nav-wrap.is-right[data-v-61fe5e7e] {
|
|
margin-left: -1px
|
|
}
|
|
|
|
.el-tabs--right .el-tabs__nav-wrap.is-right[data-v-61fe5e7e]:after {
|
|
left: 0;
|
|
right: auto
|
|
}
|
|
|
|
.el-tabs--right .el-tabs__active-bar.is-right[data-v-61fe5e7e] {
|
|
left: 0
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__active-bar.is-right[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right[data-v-61fe5e7e] {
|
|
border-bottom: none;
|
|
border-top: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right[data-v-61fe5e7e]:first-child {
|
|
border-left: 1px solid #dfe4ed;
|
|
border-top: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active[data-v-61fe5e7e] {
|
|
border: 1px solid #dfe4ed;
|
|
border-left-color: #fff;
|
|
border-right: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active[data-v-61fe5e7e]:first-child {
|
|
border-top: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__item.is-right.is-active[data-v-61fe5e7e]:last-child {
|
|
border-bottom: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--card .el-tabs__nav[data-v-61fe5e7e] {
|
|
border-radius: 0 4px 4px 0;
|
|
border-bottom: 1px solid #dfe4ed;
|
|
border-left: none
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--border-card .el-tabs__header.is-right[data-v-61fe5e7e] {
|
|
border-left: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right[data-v-61fe5e7e] {
|
|
border: 1px solid transparent;
|
|
margin: -1px -1px -1px 0
|
|
}
|
|
|
|
.el-tabs--right.el-tabs--border-card .el-tabs__item.is-right.is-active[data-v-61fe5e7e] {
|
|
border-color: transparent;
|
|
border-top-color: #d1dbe5;
|
|
border-bottom-color: #d1dbe5
|
|
}
|
|
|
|
.slideInLeft-transition[data-v-61fe5e7e], .slideInRight-transition[data-v-61fe5e7e] {
|
|
display: inline-block
|
|
}
|
|
|
|
.slideInRight-enter[data-v-61fe5e7e] {
|
|
-webkit-animation: slideInRight-enter-data-v-61fe5e7e .3s;
|
|
animation: slideInRight-enter-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.slideInRight-leave[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-animation: slideInRight-leave-data-v-61fe5e7e .3s;
|
|
animation: slideInRight-leave-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.slideInLeft-enter[data-v-61fe5e7e] {
|
|
-webkit-animation: slideInLeft-enter-data-v-61fe5e7e .3s;
|
|
animation: slideInLeft-enter-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.slideInLeft-leave[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-animation: slideInLeft-leave-data-v-61fe5e7e .3s;
|
|
animation: slideInLeft-leave-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
@-webkit-keyframes slideInRight-enter-data-v-61fe5e7e {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
}
|
|
|
|
@keyframes slideInRight-enter-data-v-61fe5e7e {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes slideInRight-leave-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes slideInRight-leave-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes slideInLeft-enter-data-v-61fe5e7e {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
}
|
|
|
|
@keyframes slideInLeft-enter-data-v-61fe5e7e {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes slideInLeft-leave-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes slideInLeft-leave-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.el-tree[data-v-61fe5e7e] {
|
|
position: relative;
|
|
cursor: default;
|
|
background: #fff;
|
|
color: #606266
|
|
}
|
|
|
|
.el-tree__empty-block[data-v-61fe5e7e] {
|
|
position: relative;
|
|
min-height: 60px;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-tree__empty-text[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
color: #909399;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-tree__drop-indicator[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
height: 1px;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-tree-node[data-v-61fe5e7e] {
|
|
white-space: nowrap;
|
|
outline: none
|
|
}
|
|
|
|
.el-tree-node:focus > .el-tree-node__content[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-tree-node.is-drop-inner > .el-tree-node__content .el-tree-node__label[data-v-61fe5e7e] {
|
|
background-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tree-node__content[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 26px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-tree-node__content > .el-tree-node__expand-icon[data-v-61fe5e7e] {
|
|
padding: 6px
|
|
}
|
|
|
|
.el-tree-node__content > label.el-checkbox[data-v-61fe5e7e] {
|
|
margin-right: 8px
|
|
}
|
|
|
|
.el-tree-node__content[data-v-61fe5e7e]:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-tree.is-dragging .el-tree-node__content[data-v-61fe5e7e] {
|
|
cursor: move
|
|
}
|
|
|
|
.el-tree.is-dragging .el-tree-node__content [data-v-61fe5e7e] {
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content[data-v-61fe5e7e] {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-tree-node__expand-icon[data-v-61fe5e7e] {
|
|
cursor: pointer;
|
|
color: #c0c4cc;
|
|
font-size: 12px;
|
|
-webkit-transform: rotate(0deg);
|
|
transform: rotate(0deg);
|
|
-webkit-transition: -webkit-transform .3s ease-in-out;
|
|
transition: -webkit-transform .3s ease-in-out;
|
|
transition: transform .3s ease-in-out;
|
|
transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
|
|
}
|
|
|
|
.el-tree-node__expand-icon.expanded[data-v-61fe5e7e] {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.el-tree-node__expand-icon.is-leaf[data-v-61fe5e7e] {
|
|
color: transparent;
|
|
cursor: default
|
|
}
|
|
|
|
.el-tree-node__label[data-v-61fe5e7e] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-tree-node__loading-icon[data-v-61fe5e7e] {
|
|
margin-right: 8px;
|
|
font-size: 14px;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-tree-node > .el-tree-node__children[data-v-61fe5e7e] {
|
|
overflow: hidden;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-tree-node.is-expanded > .el-tree-node__children[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content[data-v-61fe5e7e] {
|
|
background-color: #ebf7f7
|
|
}
|
|
|
|
.el-alert[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
padding: 8px 16px;
|
|
margin: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
position: relative;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
opacity: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-transition: opacity .2s;
|
|
transition: opacity .2s
|
|
}
|
|
|
|
.el-alert.is-light .el-alert__closebtn[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-alert.is-dark .el-alert__closebtn[data-v-61fe5e7e], .el-alert.is-dark .el-alert__description[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert.is-center[data-v-61fe5e7e] {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-alert--success.is-light[data-v-61fe5e7e] {
|
|
background-color: #e7faf0;
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-alert--success.is-light .el-alert__description[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-alert--success.is-dark[data-v-61fe5e7e] {
|
|
background-color: #13ce66;
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert--info.is-light[data-v-61fe5e7e] {
|
|
background-color: #f4f4f5;
|
|
color: #909399
|
|
}
|
|
|
|
.el-alert--info.is-dark[data-v-61fe5e7e] {
|
|
background-color: #909399;
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert--info .el-alert__description[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-alert--warning.is-light[data-v-61fe5e7e] {
|
|
background-color: #fff8e6;
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-alert--warning.is-light .el-alert__description[data-v-61fe5e7e] {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-alert--warning.is-dark[data-v-61fe5e7e] {
|
|
background-color: #ffba00;
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert--error.is-light[data-v-61fe5e7e] {
|
|
background-color: #ffeded;
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-alert--error.is-light .el-alert__description[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-alert--error.is-dark[data-v-61fe5e7e] {
|
|
background-color: #ff4949;
|
|
color: #fff
|
|
}
|
|
|
|
.el-alert__content[data-v-61fe5e7e] {
|
|
display: table-cell;
|
|
padding: 0 8px
|
|
}
|
|
|
|
.el-alert__icon[data-v-61fe5e7e] {
|
|
font-size: 16px;
|
|
width: 16px
|
|
}
|
|
|
|
.el-alert__icon.is-big[data-v-61fe5e7e] {
|
|
font-size: 28px;
|
|
width: 28px
|
|
}
|
|
|
|
.el-alert__title[data-v-61fe5e7e] {
|
|
font-size: 13px;
|
|
line-height: 18px
|
|
}
|
|
|
|
.el-alert__title.is-bold[data-v-61fe5e7e] {
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-alert .el-alert__description[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
margin: 5px 0 0 0
|
|
}
|
|
|
|
.el-alert__closebtn[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
opacity: 1;
|
|
position: absolute;
|
|
top: 12px;
|
|
right: 15px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-alert__closebtn.is-customed[data-v-61fe5e7e] {
|
|
font-style: normal;
|
|
font-size: 13px;
|
|
top: 9px
|
|
}
|
|
|
|
.el-alert-fade-enter[data-v-61fe5e7e], .el-alert-fade-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-notification[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 330px;
|
|
padding: 14px 26px 14px 13px;
|
|
border-radius: 8px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid #e6ebf5;
|
|
position: fixed;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
-webkit-transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
|
|
transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
|
|
transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
|
|
transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-notification.right[data-v-61fe5e7e] {
|
|
right: 16px
|
|
}
|
|
|
|
.el-notification.left[data-v-61fe5e7e] {
|
|
left: 16px
|
|
}
|
|
|
|
.el-notification__group[data-v-61fe5e7e] {
|
|
margin-left: 13px;
|
|
margin-right: 8px
|
|
}
|
|
|
|
.el-notification__title[data-v-61fe5e7e] {
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
color: #303133;
|
|
margin: 0
|
|
}
|
|
|
|
.el-notification__content[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
margin: 6px 0 0 0;
|
|
color: #606266;
|
|
text-align: justify
|
|
}
|
|
|
|
.el-notification__content p[data-v-61fe5e7e] {
|
|
margin: 0
|
|
}
|
|
|
|
.el-notification__icon[data-v-61fe5e7e] {
|
|
height: 24px;
|
|
width: 24px;
|
|
font-size: 24px
|
|
}
|
|
|
|
.el-notification__closeBtn[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 18px;
|
|
right: 15px;
|
|
cursor: pointer;
|
|
color: #909399;
|
|
font-size: 16px
|
|
}
|
|
|
|
.el-notification__closeBtn[data-v-61fe5e7e]:hover {
|
|
color: #606266
|
|
}
|
|
|
|
.el-notification .el-icon-success[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-notification .el-icon-error[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-notification .el-icon-info[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-notification .el-icon-warning[data-v-61fe5e7e] {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-notification-fade-enter.right[data-v-61fe5e7e] {
|
|
right: 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%)
|
|
}
|
|
|
|
.el-notification-fade-enter.left[data-v-61fe5e7e] {
|
|
left: 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
.el-notification-fade-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-input-number[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 180px;
|
|
line-height: 38px
|
|
}
|
|
|
|
.el-input-number .el-input[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-input-number .el-input__inner[data-v-61fe5e7e] {
|
|
-webkit-appearance: none;
|
|
padding-left: 50px;
|
|
padding-right: 50px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-input-number__decrease[data-v-61fe5e7e], .el-input-number__increase[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 1px;
|
|
width: 40px;
|
|
height: auto;
|
|
text-align: center;
|
|
background: #f5f7fa;
|
|
color: #606266;
|
|
cursor: pointer;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-input-number__decrease[data-v-61fe5e7e]:hover, .el-input-number__increase[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner[data-v-61fe5e7e]:not(.is-disabled), .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner[data-v-61fe5e7e]:not(.is-disabled) {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-input-number__decrease.is-disabled[data-v-61fe5e7e], .el-input-number__increase.is-disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-input-number__increase[data-v-61fe5e7e] {
|
|
right: 1px;
|
|
border-radius: 0 4px 4px 0;
|
|
border-left: 1px solid #dcdfe6
|
|
}
|
|
|
|
.el-input-number__decrease[data-v-61fe5e7e] {
|
|
left: 1px;
|
|
border-radius: 4px 0 0 4px;
|
|
border-right: 1px solid #dcdfe6
|
|
}
|
|
|
|
.el-input-number.is-disabled .el-input-number__decrease[data-v-61fe5e7e], .el-input-number.is-disabled .el-input-number__increase[data-v-61fe5e7e] {
|
|
border-color: #dfe4ed;
|
|
color: #dfe4ed
|
|
}
|
|
|
|
.el-input-number.is-disabled .el-input-number__decrease[data-v-61fe5e7e]:hover, .el-input-number.is-disabled .el-input-number__increase[data-v-61fe5e7e]:hover {
|
|
color: #dfe4ed;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-input-number--medium[data-v-61fe5e7e] {
|
|
width: 200px;
|
|
line-height: 34px
|
|
}
|
|
|
|
.el-input-number--medium .el-input-number__decrease[data-v-61fe5e7e], .el-input-number--medium .el-input-number__increase[data-v-61fe5e7e] {
|
|
width: 36px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-input-number--medium .el-input__inner[data-v-61fe5e7e] {
|
|
padding-left: 43px;
|
|
padding-right: 43px
|
|
}
|
|
|
|
.el-input-number--small[data-v-61fe5e7e] {
|
|
width: 130px;
|
|
line-height: 30px
|
|
}
|
|
|
|
.el-input-number--small .el-input-number__decrease[data-v-61fe5e7e], .el-input-number--small .el-input-number__increase[data-v-61fe5e7e] {
|
|
width: 32px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-input-number--small .el-input-number__decrease [class*=el-icon][data-v-61fe5e7e], .el-input-number--small .el-input-number__increase [class*=el-icon][data-v-61fe5e7e] {
|
|
-webkit-transform: scale(.9);
|
|
transform: scale(.9)
|
|
}
|
|
|
|
.el-input-number--small .el-input__inner[data-v-61fe5e7e] {
|
|
padding-left: 39px;
|
|
padding-right: 39px
|
|
}
|
|
|
|
.el-input-number--mini[data-v-61fe5e7e] {
|
|
width: 130px;
|
|
line-height: 26px
|
|
}
|
|
|
|
.el-input-number--mini .el-input-number__decrease[data-v-61fe5e7e], .el-input-number--mini .el-input-number__increase[data-v-61fe5e7e] {
|
|
width: 28px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-input-number--mini .el-input-number__decrease [class*=el-icon][data-v-61fe5e7e], .el-input-number--mini .el-input-number__increase [class*=el-icon][data-v-61fe5e7e] {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-input-number--mini .el-input__inner[data-v-61fe5e7e] {
|
|
padding-left: 35px;
|
|
padding-right: 35px
|
|
}
|
|
|
|
.el-input-number.is-without-controls .el-input__inner[data-v-61fe5e7e] {
|
|
padding-left: 15px;
|
|
padding-right: 15px
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input__inner[data-v-61fe5e7e] {
|
|
padding-left: 15px;
|
|
padding-right: 50px
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input-number__decrease[data-v-61fe5e7e], .el-input-number.is-controls-right .el-input-number__increase[data-v-61fe5e7e] {
|
|
height: auto;
|
|
line-height: 19px
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon][data-v-61fe5e7e], .el-input-number.is-controls-right .el-input-number__increase [class*=el-icon][data-v-61fe5e7e] {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input-number__increase[data-v-61fe5e7e] {
|
|
border-radius: 0 4px 0 0;
|
|
border-bottom: 1px solid #dcdfe6
|
|
}
|
|
|
|
.el-input-number.is-controls-right .el-input-number__decrease[data-v-61fe5e7e] {
|
|
right: 1px;
|
|
bottom: 1px;
|
|
top: auto;
|
|
left: auto;
|
|
border-right: none;
|
|
border-left: 1px solid #dcdfe6;
|
|
border-radius: 0 0 4px 0
|
|
}
|
|
|
|
.el-input-number.is-controls-right[class*=medium] [class*=decrease][data-v-61fe5e7e], .el-input-number.is-controls-right[class*=medium] [class*=increase][data-v-61fe5e7e] {
|
|
line-height: 17px
|
|
}
|
|
|
|
.el-input-number.is-controls-right[class*=small] [class*=decrease][data-v-61fe5e7e], .el-input-number.is-controls-right[class*=small] [class*=increase][data-v-61fe5e7e] {
|
|
line-height: 15px
|
|
}
|
|
|
|
.el-input-number.is-controls-right[class*=mini] [class*=decrease][data-v-61fe5e7e], .el-input-number.is-controls-right[class*=mini] [class*=increase][data-v-61fe5e7e] {
|
|
line-height: 13px
|
|
}
|
|
|
|
.el-tooltip[data-v-61fe5e7e]:focus:hover, .el-tooltip[data-v-61fe5e7e]:focus:not(.focusing) {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
border-radius: 4px;
|
|
padding: 10px;
|
|
z-index: 2000;
|
|
font-size: 12px;
|
|
line-height: 1.2;
|
|
min-width: 10px;
|
|
word-wrap: break-word
|
|
}
|
|
|
|
.el-tooltip__popper .popper__arrow[data-v-61fe5e7e], .el-tooltip__popper .popper__arrow[data-v-61fe5e7e]:after {
|
|
position: absolute;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid
|
|
}
|
|
|
|
.el-tooltip__popper .popper__arrow[data-v-61fe5e7e] {
|
|
border-width: 6px
|
|
}
|
|
|
|
.el-tooltip__popper .popper__arrow[data-v-61fe5e7e]:after {
|
|
content: " ";
|
|
border-width: 5px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=top][data-v-61fe5e7e] {
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=top] .popper__arrow[data-v-61fe5e7e] {
|
|
bottom: -6px;
|
|
border-top-color: #303133;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=top] .popper__arrow[data-v-61fe5e7e]:after {
|
|
bottom: 1px;
|
|
margin-left: -5px;
|
|
border-top-color: #303133;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=bottom][data-v-61fe5e7e] {
|
|
margin-top: 12px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=bottom] .popper__arrow[data-v-61fe5e7e] {
|
|
top: -6px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=bottom] .popper__arrow[data-v-61fe5e7e]:after {
|
|
top: 1px;
|
|
margin-left: -5px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=right][data-v-61fe5e7e] {
|
|
margin-left: 12px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=right] .popper__arrow[data-v-61fe5e7e] {
|
|
left: -6px;
|
|
border-right-color: #303133;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=right] .popper__arrow[data-v-61fe5e7e]:after {
|
|
bottom: -5px;
|
|
left: 1px;
|
|
border-right-color: #303133;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=left][data-v-61fe5e7e] {
|
|
margin-right: 12px
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=left] .popper__arrow[data-v-61fe5e7e] {
|
|
right: -6px;
|
|
border-right-width: 0;
|
|
border-left-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper[x-placement^=left] .popper__arrow[data-v-61fe5e7e]:after {
|
|
right: 1px;
|
|
bottom: -5px;
|
|
margin-left: -5px;
|
|
border-right-width: 0;
|
|
border-left-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-dark[data-v-61fe5e7e] {
|
|
background: #303133;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[data-v-61fe5e7e] {
|
|
background: #fff;
|
|
border: 1px solid #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow[data-v-61fe5e7e] {
|
|
border-top-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=top] .popper__arrow[data-v-61fe5e7e]:after {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow[data-v-61fe5e7e] {
|
|
border-bottom-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow[data-v-61fe5e7e]:after {
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow[data-v-61fe5e7e] {
|
|
border-left-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=left] .popper__arrow[data-v-61fe5e7e]:after {
|
|
border-left-color: #fff
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow[data-v-61fe5e7e] {
|
|
border-right-color: #303133
|
|
}
|
|
|
|
.el-tooltip__popper.is-light[x-placement^=right] .popper__arrow[data-v-61fe5e7e]:after {
|
|
border-right-color: #fff
|
|
}
|
|
|
|
.el-slider[data-v-61fe5e7e]:after, .el-slider[data-v-61fe5e7e]:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-slider[data-v-61fe5e7e]:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-slider__runway[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
height: 6px;
|
|
margin: 16px 0;
|
|
background-color: #dfe4ed;
|
|
border-radius: 3px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-slider__runway.show-input[data-v-61fe5e7e] {
|
|
margin-right: 160px;
|
|
width: auto
|
|
}
|
|
|
|
.el-slider__runway.disabled[data-v-61fe5e7e] {
|
|
cursor: default
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__bar[data-v-61fe5e7e] {
|
|
background-color: #c0c4cc
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__button[data-v-61fe5e7e] {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__button-wrapper.dragging[data-v-61fe5e7e], .el-slider__runway.disabled .el-slider__button-wrapper.hover[data-v-61fe5e7e], .el-slider__runway.disabled .el-slider__button-wrapper[data-v-61fe5e7e]:hover {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__button.dragging[data-v-61fe5e7e], .el-slider__runway.disabled .el-slider__button.hover[data-v-61fe5e7e], .el-slider__runway.disabled .el-slider__button[data-v-61fe5e7e]:hover {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
|
|
.el-slider__runway.disabled .el-slider__button.dragging[data-v-61fe5e7e], .el-slider__runway.disabled .el-slider__button.hover[data-v-61fe5e7e], .el-slider__runway.disabled .el-slider__button[data-v-61fe5e7e]:hover {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-slider__input[data-v-61fe5e7e] {
|
|
float: right;
|
|
margin-top: 3px;
|
|
width: 130px
|
|
}
|
|
|
|
.el-slider__input.el-input-number--mini[data-v-61fe5e7e] {
|
|
margin-top: 5px
|
|
}
|
|
|
|
.el-slider__input.el-input-number--medium[data-v-61fe5e7e] {
|
|
margin-top: 0
|
|
}
|
|
|
|
.el-slider__input.el-input-number--large[data-v-61fe5e7e] {
|
|
margin-top: -2px
|
|
}
|
|
|
|
.el-slider__bar[data-v-61fe5e7e] {
|
|
height: 6px;
|
|
background-color: #009e9f;
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
position: absolute
|
|
}
|
|
|
|
.el-slider__button-wrapper[data-v-61fe5e7e] {
|
|
height: 36px;
|
|
width: 36px;
|
|
position: absolute;
|
|
z-index: 1001;
|
|
top: -15px;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
background-color: transparent;
|
|
text-align: center;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
line-height: normal
|
|
}
|
|
|
|
.el-slider__button-wrapper[data-v-61fe5e7e]:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-slider__button-wrapper .el-tooltip[data-v-61fe5e7e] {
|
|
vertical-align: middle;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-slider__button-wrapper.hover[data-v-61fe5e7e], .el-slider__button-wrapper[data-v-61fe5e7e]:hover {
|
|
cursor: -webkit-grab;
|
|
cursor: grab
|
|
}
|
|
|
|
.el-slider__button-wrapper.dragging[data-v-61fe5e7e] {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing
|
|
}
|
|
|
|
.el-slider__button[data-v-61fe5e7e] {
|
|
width: 16px;
|
|
height: 16px;
|
|
border: 2px solid #009e9f;
|
|
background-color: #fff;
|
|
border-radius: 50%;
|
|
-webkit-transition: .2s;
|
|
transition: .2s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.el-slider__button.dragging[data-v-61fe5e7e], .el-slider__button.hover[data-v-61fe5e7e], .el-slider__button[data-v-61fe5e7e]:hover {
|
|
-webkit-transform: scale(1.2);
|
|
transform: scale(1.2)
|
|
}
|
|
|
|
.el-slider__button.hover[data-v-61fe5e7e], .el-slider__button[data-v-61fe5e7e]:hover {
|
|
cursor: -webkit-grab;
|
|
cursor: grab
|
|
}
|
|
|
|
.el-slider__button.dragging[data-v-61fe5e7e] {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing
|
|
}
|
|
|
|
.el-slider__stop[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
height: 6px;
|
|
width: 6px;
|
|
border-radius: 100%;
|
|
background-color: #fff;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%)
|
|
}
|
|
|
|
.el-slider__marks[data-v-61fe5e7e] {
|
|
top: 0;
|
|
left: 12px;
|
|
width: 18px;
|
|
height: 100%
|
|
}
|
|
|
|
.el-slider__marks-text[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
font-size: 14px;
|
|
color: #909399;
|
|
margin-top: 15px
|
|
}
|
|
|
|
.el-slider.is-vertical[data-v-61fe5e7e] {
|
|
position: relative
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__runway[data-v-61fe5e7e] {
|
|
width: 6px;
|
|
height: 100%;
|
|
margin: 0 16px
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__bar[data-v-61fe5e7e] {
|
|
width: 6px;
|
|
height: auto;
|
|
border-radius: 0 0 3px 3px
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__button-wrapper[data-v-61fe5e7e] {
|
|
top: auto;
|
|
left: -15px;
|
|
-webkit-transform: translateY(50%);
|
|
transform: translateY(50%)
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__stop[data-v-61fe5e7e] {
|
|
-webkit-transform: translateY(50%);
|
|
transform: translateY(50%)
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input[data-v-61fe5e7e] {
|
|
padding-bottom: 58px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input[data-v-61fe5e7e] {
|
|
overflow: visible;
|
|
float: none;
|
|
position: absolute;
|
|
bottom: 22px;
|
|
width: 36px;
|
|
margin-top: 15px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner[data-v-61fe5e7e] {
|
|
text-align: center;
|
|
padding-left: 5px;
|
|
padding-right: 5px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease[data-v-61fe5e7e], .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase[data-v-61fe5e7e] {
|
|
top: 32px;
|
|
margin-top: -1px;
|
|
border: 1px solid #dcdfe6;
|
|
line-height: 20px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease[data-v-61fe5e7e] {
|
|
width: 18px;
|
|
right: 18px;
|
|
border-bottom-left-radius: 4px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase[data-v-61fe5e7e] {
|
|
width: 19px;
|
|
border-bottom-right-radius: 4px
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase ~ .el-input .el-input__inner[data-v-61fe5e7e] {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease[data-v-61fe5e7e], .el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase[data-v-61fe5e7e] {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease[data-v-61fe5e7e], .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-slider.is-vertical .el-slider__marks-text[data-v-61fe5e7e] {
|
|
margin-top: 0;
|
|
left: 15px;
|
|
-webkit-transform: translateY(50%);
|
|
transform: translateY(50%)
|
|
}
|
|
|
|
.el-loading-parent--relative[data-v-61fe5e7e] {
|
|
position: relative !important
|
|
}
|
|
|
|
.el-loading-parent--hidden[data-v-61fe5e7e] {
|
|
overflow: hidden !important
|
|
}
|
|
|
|
.el-loading-mask[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
z-index: 2000;
|
|
background-color: hsla(0,0%,100%,.9);
|
|
margin: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
-webkit-transition: opacity .3s;
|
|
transition: opacity .3s
|
|
}
|
|
|
|
.el-loading-mask.is-fullscreen[data-v-61fe5e7e] {
|
|
position: fixed
|
|
}
|
|
|
|
.el-loading-mask.is-fullscreen .el-loading-spinner[data-v-61fe5e7e] {
|
|
margin-top: -25px
|
|
}
|
|
|
|
.el-loading-mask.is-fullscreen .el-loading-spinner .circular[data-v-61fe5e7e] {
|
|
height: 50px;
|
|
width: 50px
|
|
}
|
|
|
|
.el-loading-spinner[data-v-61fe5e7e] {
|
|
top: 50%;
|
|
margin-top: -21px;
|
|
width: 100%;
|
|
text-align: center;
|
|
position: absolute
|
|
}
|
|
|
|
.el-loading-spinner .el-loading-text[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
margin: 3px 0;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-loading-spinner .circular[data-v-61fe5e7e] {
|
|
height: 42px;
|
|
width: 42px;
|
|
-webkit-animation: loading-rotate-data-v-61fe5e7e 2s linear infinite;
|
|
animation: loading-rotate-data-v-61fe5e7e 2s linear infinite
|
|
}
|
|
|
|
.el-loading-spinner .path[data-v-61fe5e7e] {
|
|
-webkit-animation: loading-dash-data-v-61fe5e7e 1.5s ease-in-out infinite;
|
|
animation: loading-dash-data-v-61fe5e7e 1.5s ease-in-out infinite;
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: 0;
|
|
stroke-width: 2;
|
|
stroke: #009e9f;
|
|
stroke-linecap: round
|
|
}
|
|
|
|
.el-loading-spinner i[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-loading-fade-enter[data-v-61fe5e7e], .el-loading-fade-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0
|
|
}
|
|
|
|
@-webkit-keyframes loading-rotate-data-v-61fe5e7e {
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes loading-rotate-data-v-61fe5e7e {
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes loading-dash-data-v-61fe5e7e {
|
|
0% {
|
|
stroke-dasharray: 1,200;
|
|
stroke-dashoffset: 0
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -40px
|
|
}
|
|
|
|
to {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -120px
|
|
}
|
|
}
|
|
|
|
@keyframes loading-dash-data-v-61fe5e7e {
|
|
0% {
|
|
stroke-dasharray: 1,200;
|
|
stroke-dashoffset: 0
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -40px
|
|
}
|
|
|
|
to {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -120px
|
|
}
|
|
}
|
|
|
|
.el-row[data-v-61fe5e7e] {
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-row[data-v-61fe5e7e]:after, .el-row[data-v-61fe5e7e]:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-row[data-v-61fe5e7e]:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-row--flex[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-row--flex[data-v-61fe5e7e]:after, .el-row--flex[data-v-61fe5e7e]:before {
|
|
display: none
|
|
}
|
|
|
|
.el-row--flex.is-justify-center[data-v-61fe5e7e] {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-row--flex.is-justify-end[data-v-61fe5e7e] {
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end
|
|
}
|
|
|
|
.el-row--flex.is-justify-space-between[data-v-61fe5e7e] {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.el-row--flex.is-justify-space-around[data-v-61fe5e7e] {
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.el-row--flex.is-align-middle[data-v-61fe5e7e] {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-row--flex.is-align-bottom[data-v-61fe5e7e] {
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end
|
|
}
|
|
|
|
[class*=el-col-][data-v-61fe5e7e] {
|
|
float: left;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-col-0[data-v-61fe5e7e] {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-offset-0[data-v-61fe5e7e] {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-pull-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-push-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-1[data-v-61fe5e7e] {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-offset-1[data-v-61fe5e7e] {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-pull-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-push-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-2[data-v-61fe5e7e] {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-offset-2[data-v-61fe5e7e] {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-pull-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-push-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-3[data-v-61fe5e7e] {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-offset-3[data-v-61fe5e7e] {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-pull-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-push-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-4[data-v-61fe5e7e] {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-offset-4[data-v-61fe5e7e] {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-pull-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-push-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-5[data-v-61fe5e7e] {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-offset-5[data-v-61fe5e7e] {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-pull-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-push-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-6[data-v-61fe5e7e] {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-offset-6[data-v-61fe5e7e] {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-pull-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-push-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-7[data-v-61fe5e7e] {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-offset-7[data-v-61fe5e7e] {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-pull-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-push-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-8[data-v-61fe5e7e] {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-offset-8[data-v-61fe5e7e] {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-pull-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-push-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-9[data-v-61fe5e7e] {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-offset-9[data-v-61fe5e7e] {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-pull-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-push-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-10[data-v-61fe5e7e] {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-offset-10[data-v-61fe5e7e] {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-pull-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-push-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-11[data-v-61fe5e7e] {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-offset-11[data-v-61fe5e7e] {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-pull-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-push-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-12[data-v-61fe5e7e] {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-offset-12[data-v-61fe5e7e] {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-pull-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-push-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-13[data-v-61fe5e7e] {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-offset-13[data-v-61fe5e7e] {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-pull-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-push-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-14[data-v-61fe5e7e] {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-offset-14[data-v-61fe5e7e] {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-pull-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-push-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-15[data-v-61fe5e7e] {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-offset-15[data-v-61fe5e7e] {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-pull-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-push-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-16[data-v-61fe5e7e] {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-offset-16[data-v-61fe5e7e] {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-pull-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-push-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-17[data-v-61fe5e7e] {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-offset-17[data-v-61fe5e7e] {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-pull-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-push-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-18[data-v-61fe5e7e] {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-offset-18[data-v-61fe5e7e] {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-pull-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-push-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-19[data-v-61fe5e7e] {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-offset-19[data-v-61fe5e7e] {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-pull-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-push-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-20[data-v-61fe5e7e] {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-offset-20[data-v-61fe5e7e] {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-pull-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-push-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-21[data-v-61fe5e7e] {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-offset-21[data-v-61fe5e7e] {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-pull-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-push-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-22[data-v-61fe5e7e] {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-offset-22[data-v-61fe5e7e] {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-pull-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-push-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-23[data-v-61fe5e7e] {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-offset-23[data-v-61fe5e7e] {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-pull-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-push-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-24[data-v-61fe5e7e] {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-offset-24[data-v-61fe5e7e] {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-pull-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-push-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
.el-col-xs-0[data-v-61fe5e7e] {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-xs-offset-0[data-v-61fe5e7e] {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-xs-pull-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-xs-push-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-xs-1[data-v-61fe5e7e] {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-xs-offset-1[data-v-61fe5e7e] {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-xs-pull-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-xs-push-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-xs-2[data-v-61fe5e7e] {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-xs-offset-2[data-v-61fe5e7e] {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-xs-pull-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-xs-push-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-xs-3[data-v-61fe5e7e] {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-xs-offset-3[data-v-61fe5e7e] {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-xs-pull-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-xs-push-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-xs-4[data-v-61fe5e7e] {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-xs-offset-4[data-v-61fe5e7e] {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-xs-pull-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-xs-push-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-xs-5[data-v-61fe5e7e] {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-xs-offset-5[data-v-61fe5e7e] {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-xs-pull-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-xs-push-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-xs-6[data-v-61fe5e7e] {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-xs-offset-6[data-v-61fe5e7e] {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-xs-pull-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-xs-push-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-xs-7[data-v-61fe5e7e] {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-xs-offset-7[data-v-61fe5e7e] {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-xs-pull-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-xs-push-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-xs-8[data-v-61fe5e7e] {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-xs-offset-8[data-v-61fe5e7e] {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-xs-pull-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-xs-push-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-xs-9[data-v-61fe5e7e] {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-xs-offset-9[data-v-61fe5e7e] {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-xs-pull-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-xs-push-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-xs-10[data-v-61fe5e7e] {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-xs-offset-10[data-v-61fe5e7e] {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-xs-pull-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-xs-push-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-xs-11[data-v-61fe5e7e] {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-xs-offset-11[data-v-61fe5e7e] {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-xs-pull-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-xs-push-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-xs-12[data-v-61fe5e7e] {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-xs-offset-12[data-v-61fe5e7e] {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-xs-pull-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-xs-push-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-xs-13[data-v-61fe5e7e] {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-xs-offset-13[data-v-61fe5e7e] {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-xs-pull-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-xs-push-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-xs-14[data-v-61fe5e7e] {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-xs-offset-14[data-v-61fe5e7e] {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-xs-pull-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-xs-push-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-xs-15[data-v-61fe5e7e] {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-xs-offset-15[data-v-61fe5e7e] {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-xs-pull-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-xs-push-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-xs-16[data-v-61fe5e7e] {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-xs-offset-16[data-v-61fe5e7e] {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-xs-pull-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-xs-push-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-xs-17[data-v-61fe5e7e] {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-xs-offset-17[data-v-61fe5e7e] {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-xs-pull-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-xs-push-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-xs-18[data-v-61fe5e7e] {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-xs-offset-18[data-v-61fe5e7e] {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-xs-pull-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-xs-push-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-xs-19[data-v-61fe5e7e] {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-xs-offset-19[data-v-61fe5e7e] {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-xs-pull-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-xs-push-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-xs-20[data-v-61fe5e7e] {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-xs-offset-20[data-v-61fe5e7e] {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-xs-pull-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-xs-push-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-xs-21[data-v-61fe5e7e] {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-xs-offset-21[data-v-61fe5e7e] {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-xs-pull-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-xs-push-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-xs-22[data-v-61fe5e7e] {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-xs-offset-22[data-v-61fe5e7e] {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-xs-pull-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-xs-push-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-xs-23[data-v-61fe5e7e] {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-xs-offset-23[data-v-61fe5e7e] {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-xs-pull-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-xs-push-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-xs-24[data-v-61fe5e7e] {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-xs-offset-24[data-v-61fe5e7e] {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-xs-pull-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-xs-push-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
.el-col-sm-0[data-v-61fe5e7e] {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-sm-offset-0[data-v-61fe5e7e] {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-sm-pull-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-sm-push-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-sm-1[data-v-61fe5e7e] {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-sm-offset-1[data-v-61fe5e7e] {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-sm-pull-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-sm-push-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-sm-2[data-v-61fe5e7e] {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-sm-offset-2[data-v-61fe5e7e] {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-sm-pull-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-sm-push-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-sm-3[data-v-61fe5e7e] {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-sm-offset-3[data-v-61fe5e7e] {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-sm-pull-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-sm-push-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-sm-4[data-v-61fe5e7e] {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-sm-offset-4[data-v-61fe5e7e] {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-sm-pull-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-sm-push-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-sm-5[data-v-61fe5e7e] {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-sm-offset-5[data-v-61fe5e7e] {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-sm-pull-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-sm-push-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-sm-6[data-v-61fe5e7e] {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-sm-offset-6[data-v-61fe5e7e] {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-sm-pull-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-sm-push-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-sm-7[data-v-61fe5e7e] {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-sm-offset-7[data-v-61fe5e7e] {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-sm-pull-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-sm-push-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-sm-8[data-v-61fe5e7e] {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-sm-offset-8[data-v-61fe5e7e] {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-sm-pull-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-sm-push-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-sm-9[data-v-61fe5e7e] {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-sm-offset-9[data-v-61fe5e7e] {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-sm-pull-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-sm-push-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-sm-10[data-v-61fe5e7e] {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-sm-offset-10[data-v-61fe5e7e] {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-sm-pull-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-sm-push-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-sm-11[data-v-61fe5e7e] {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-sm-offset-11[data-v-61fe5e7e] {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-sm-pull-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-sm-push-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-sm-12[data-v-61fe5e7e] {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-sm-offset-12[data-v-61fe5e7e] {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-sm-pull-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-sm-push-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-sm-13[data-v-61fe5e7e] {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-sm-offset-13[data-v-61fe5e7e] {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-sm-pull-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-sm-push-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-sm-14[data-v-61fe5e7e] {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-sm-offset-14[data-v-61fe5e7e] {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-sm-pull-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-sm-push-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-sm-15[data-v-61fe5e7e] {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-sm-offset-15[data-v-61fe5e7e] {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-sm-pull-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-sm-push-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-sm-16[data-v-61fe5e7e] {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-sm-offset-16[data-v-61fe5e7e] {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-sm-pull-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-sm-push-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-sm-17[data-v-61fe5e7e] {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-sm-offset-17[data-v-61fe5e7e] {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-sm-pull-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-sm-push-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-sm-18[data-v-61fe5e7e] {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-sm-offset-18[data-v-61fe5e7e] {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-sm-pull-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-sm-push-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-sm-19[data-v-61fe5e7e] {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-sm-offset-19[data-v-61fe5e7e] {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-sm-pull-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-sm-push-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-sm-20[data-v-61fe5e7e] {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-sm-offset-20[data-v-61fe5e7e] {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-sm-pull-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-sm-push-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-sm-21[data-v-61fe5e7e] {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-sm-offset-21[data-v-61fe5e7e] {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-sm-pull-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-sm-push-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-sm-22[data-v-61fe5e7e] {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-sm-offset-22[data-v-61fe5e7e] {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-sm-pull-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-sm-push-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-sm-23[data-v-61fe5e7e] {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-sm-offset-23[data-v-61fe5e7e] {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-sm-pull-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-sm-push-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-sm-24[data-v-61fe5e7e] {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-sm-offset-24[data-v-61fe5e7e] {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-sm-pull-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-sm-push-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 992px) {
|
|
.el-col-md-0[data-v-61fe5e7e] {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-md-offset-0[data-v-61fe5e7e] {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-md-pull-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-md-push-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-md-1[data-v-61fe5e7e] {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-md-offset-1[data-v-61fe5e7e] {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-md-pull-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-md-push-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-md-2[data-v-61fe5e7e] {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-md-offset-2[data-v-61fe5e7e] {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-md-pull-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-md-push-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-md-3[data-v-61fe5e7e] {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-md-offset-3[data-v-61fe5e7e] {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-md-pull-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-md-push-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-md-4[data-v-61fe5e7e] {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-md-offset-4[data-v-61fe5e7e] {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-md-pull-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-md-push-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-md-5[data-v-61fe5e7e] {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-md-offset-5[data-v-61fe5e7e] {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-md-pull-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-md-push-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-md-6[data-v-61fe5e7e] {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-md-offset-6[data-v-61fe5e7e] {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-md-pull-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-md-push-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-md-7[data-v-61fe5e7e] {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-md-offset-7[data-v-61fe5e7e] {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-md-pull-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-md-push-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-md-8[data-v-61fe5e7e] {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-md-offset-8[data-v-61fe5e7e] {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-md-pull-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-md-push-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-md-9[data-v-61fe5e7e] {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-md-offset-9[data-v-61fe5e7e] {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-md-pull-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-md-push-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-md-10[data-v-61fe5e7e] {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-md-offset-10[data-v-61fe5e7e] {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-md-pull-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-md-push-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-md-11[data-v-61fe5e7e] {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-md-offset-11[data-v-61fe5e7e] {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-md-pull-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-md-push-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-md-12[data-v-61fe5e7e] {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-md-offset-12[data-v-61fe5e7e] {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-md-pull-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-md-push-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-md-13[data-v-61fe5e7e] {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-md-offset-13[data-v-61fe5e7e] {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-md-pull-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-md-push-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-md-14[data-v-61fe5e7e] {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-md-offset-14[data-v-61fe5e7e] {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-md-pull-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-md-push-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-md-15[data-v-61fe5e7e] {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-md-offset-15[data-v-61fe5e7e] {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-md-pull-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-md-push-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-md-16[data-v-61fe5e7e] {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-md-offset-16[data-v-61fe5e7e] {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-md-pull-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-md-push-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-md-17[data-v-61fe5e7e] {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-md-offset-17[data-v-61fe5e7e] {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-md-pull-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-md-push-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-md-18[data-v-61fe5e7e] {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-md-offset-18[data-v-61fe5e7e] {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-md-pull-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-md-push-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-md-19[data-v-61fe5e7e] {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-md-offset-19[data-v-61fe5e7e] {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-md-pull-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-md-push-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-md-20[data-v-61fe5e7e] {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-md-offset-20[data-v-61fe5e7e] {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-md-pull-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-md-push-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-md-21[data-v-61fe5e7e] {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-md-offset-21[data-v-61fe5e7e] {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-md-pull-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-md-push-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-md-22[data-v-61fe5e7e] {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-md-offset-22[data-v-61fe5e7e] {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-md-pull-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-md-push-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-md-23[data-v-61fe5e7e] {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-md-offset-23[data-v-61fe5e7e] {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-md-pull-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-md-push-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-md-24[data-v-61fe5e7e] {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-md-offset-24[data-v-61fe5e7e] {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-md-pull-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-md-push-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1200px) {
|
|
.el-col-lg-0[data-v-61fe5e7e] {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-lg-offset-0[data-v-61fe5e7e] {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-lg-pull-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-lg-push-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-lg-1[data-v-61fe5e7e] {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-lg-offset-1[data-v-61fe5e7e] {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-lg-pull-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-lg-push-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-lg-2[data-v-61fe5e7e] {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-lg-offset-2[data-v-61fe5e7e] {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-lg-pull-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-lg-push-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-lg-3[data-v-61fe5e7e] {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-lg-offset-3[data-v-61fe5e7e] {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-lg-pull-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-lg-push-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-lg-4[data-v-61fe5e7e] {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-lg-offset-4[data-v-61fe5e7e] {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-lg-pull-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-lg-push-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-lg-5[data-v-61fe5e7e] {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-lg-offset-5[data-v-61fe5e7e] {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-lg-pull-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-lg-push-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-lg-6[data-v-61fe5e7e] {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-lg-offset-6[data-v-61fe5e7e] {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-lg-pull-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-lg-push-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-lg-7[data-v-61fe5e7e] {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-lg-offset-7[data-v-61fe5e7e] {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-lg-pull-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-lg-push-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-lg-8[data-v-61fe5e7e] {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-lg-offset-8[data-v-61fe5e7e] {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-lg-pull-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-lg-push-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-lg-9[data-v-61fe5e7e] {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-lg-offset-9[data-v-61fe5e7e] {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-lg-pull-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-lg-push-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-lg-10[data-v-61fe5e7e] {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-lg-offset-10[data-v-61fe5e7e] {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-lg-pull-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-lg-push-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-lg-11[data-v-61fe5e7e] {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-lg-offset-11[data-v-61fe5e7e] {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-lg-pull-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-lg-push-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-lg-12[data-v-61fe5e7e] {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-lg-offset-12[data-v-61fe5e7e] {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-lg-pull-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-lg-push-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-lg-13[data-v-61fe5e7e] {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-lg-offset-13[data-v-61fe5e7e] {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-lg-pull-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-lg-push-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-lg-14[data-v-61fe5e7e] {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-lg-offset-14[data-v-61fe5e7e] {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-lg-pull-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-lg-push-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-lg-15[data-v-61fe5e7e] {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-lg-offset-15[data-v-61fe5e7e] {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-lg-pull-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-lg-push-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-lg-16[data-v-61fe5e7e] {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-lg-offset-16[data-v-61fe5e7e] {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-lg-pull-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-lg-push-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-lg-17[data-v-61fe5e7e] {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-lg-offset-17[data-v-61fe5e7e] {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-lg-pull-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-lg-push-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-lg-18[data-v-61fe5e7e] {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-lg-offset-18[data-v-61fe5e7e] {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-lg-pull-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-lg-push-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-lg-19[data-v-61fe5e7e] {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-lg-offset-19[data-v-61fe5e7e] {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-lg-pull-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-lg-push-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-lg-20[data-v-61fe5e7e] {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-lg-offset-20[data-v-61fe5e7e] {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-lg-pull-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-lg-push-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-lg-21[data-v-61fe5e7e] {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-lg-offset-21[data-v-61fe5e7e] {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-lg-pull-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-lg-push-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-lg-22[data-v-61fe5e7e] {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-lg-offset-22[data-v-61fe5e7e] {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-lg-pull-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-lg-push-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-lg-23[data-v-61fe5e7e] {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-lg-offset-23[data-v-61fe5e7e] {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-lg-pull-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-lg-push-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-lg-24[data-v-61fe5e7e] {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-lg-offset-24[data-v-61fe5e7e] {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-lg-pull-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-lg-push-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1920px) {
|
|
.el-col-xl-0[data-v-61fe5e7e] {
|
|
display: none;
|
|
width: 0
|
|
}
|
|
|
|
.el-col-xl-offset-0[data-v-61fe5e7e] {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-col-xl-pull-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 0
|
|
}
|
|
|
|
.el-col-xl-push-0[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 0
|
|
}
|
|
|
|
.el-col-xl-1[data-v-61fe5e7e] {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.el-col-xl-offset-1[data-v-61fe5e7e] {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.el-col-xl-pull-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.el-col-xl-push-1[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.el-col-xl-2[data-v-61fe5e7e] {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.el-col-xl-offset-2[data-v-61fe5e7e] {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.el-col-xl-pull-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.el-col-xl-push-2[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.el-col-xl-3[data-v-61fe5e7e] {
|
|
width: 12.5%
|
|
}
|
|
|
|
.el-col-xl-offset-3[data-v-61fe5e7e] {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.el-col-xl-pull-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.el-col-xl-push-3[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.el-col-xl-4[data-v-61fe5e7e] {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.el-col-xl-offset-4[data-v-61fe5e7e] {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.el-col-xl-pull-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.el-col-xl-push-4[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.el-col-xl-5[data-v-61fe5e7e] {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.el-col-xl-offset-5[data-v-61fe5e7e] {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.el-col-xl-pull-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.el-col-xl-push-5[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.el-col-xl-6[data-v-61fe5e7e] {
|
|
width: 25%
|
|
}
|
|
|
|
.el-col-xl-offset-6[data-v-61fe5e7e] {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.el-col-xl-pull-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.el-col-xl-push-6[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.el-col-xl-7[data-v-61fe5e7e] {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.el-col-xl-offset-7[data-v-61fe5e7e] {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.el-col-xl-pull-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.el-col-xl-push-7[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.el-col-xl-8[data-v-61fe5e7e] {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.el-col-xl-offset-8[data-v-61fe5e7e] {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.el-col-xl-pull-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.el-col-xl-push-8[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.el-col-xl-9[data-v-61fe5e7e] {
|
|
width: 37.5%
|
|
}
|
|
|
|
.el-col-xl-offset-9[data-v-61fe5e7e] {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.el-col-xl-pull-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.el-col-xl-push-9[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.el-col-xl-10[data-v-61fe5e7e] {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.el-col-xl-offset-10[data-v-61fe5e7e] {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.el-col-xl-pull-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.el-col-xl-push-10[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.el-col-xl-11[data-v-61fe5e7e] {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.el-col-xl-offset-11[data-v-61fe5e7e] {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.el-col-xl-pull-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.el-col-xl-push-11[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.el-col-xl-12[data-v-61fe5e7e] {
|
|
width: 50%
|
|
}
|
|
|
|
.el-col-xl-offset-12[data-v-61fe5e7e] {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.el-col-xl-pull-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.el-col-xl-push-12[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.el-col-xl-13[data-v-61fe5e7e] {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.el-col-xl-offset-13[data-v-61fe5e7e] {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.el-col-xl-pull-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.el-col-xl-push-13[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.el-col-xl-14[data-v-61fe5e7e] {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.el-col-xl-offset-14[data-v-61fe5e7e] {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.el-col-xl-pull-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.el-col-xl-push-14[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.el-col-xl-15[data-v-61fe5e7e] {
|
|
width: 62.5%
|
|
}
|
|
|
|
.el-col-xl-offset-15[data-v-61fe5e7e] {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.el-col-xl-pull-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.el-col-xl-push-15[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.el-col-xl-16[data-v-61fe5e7e] {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.el-col-xl-offset-16[data-v-61fe5e7e] {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.el-col-xl-pull-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.el-col-xl-push-16[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.el-col-xl-17[data-v-61fe5e7e] {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.el-col-xl-offset-17[data-v-61fe5e7e] {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.el-col-xl-pull-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.el-col-xl-push-17[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.el-col-xl-18[data-v-61fe5e7e] {
|
|
width: 75%
|
|
}
|
|
|
|
.el-col-xl-offset-18[data-v-61fe5e7e] {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.el-col-xl-pull-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.el-col-xl-push-18[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.el-col-xl-19[data-v-61fe5e7e] {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.el-col-xl-offset-19[data-v-61fe5e7e] {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.el-col-xl-pull-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.el-col-xl-push-19[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.el-col-xl-20[data-v-61fe5e7e] {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.el-col-xl-offset-20[data-v-61fe5e7e] {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.el-col-xl-pull-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.el-col-xl-push-20[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.el-col-xl-21[data-v-61fe5e7e] {
|
|
width: 87.5%
|
|
}
|
|
|
|
.el-col-xl-offset-21[data-v-61fe5e7e] {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.el-col-xl-pull-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.el-col-xl-push-21[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.el-col-xl-22[data-v-61fe5e7e] {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.el-col-xl-offset-22[data-v-61fe5e7e] {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.el-col-xl-pull-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.el-col-xl-push-22[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.el-col-xl-23[data-v-61fe5e7e] {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.el-col-xl-offset-23[data-v-61fe5e7e] {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.el-col-xl-pull-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.el-col-xl-push-23[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.el-col-xl-24[data-v-61fe5e7e] {
|
|
width: 100%
|
|
}
|
|
|
|
.el-col-xl-offset-24[data-v-61fe5e7e] {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.el-col-xl-pull-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.el-col-xl-push-24[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes progress-data-v-61fe5e7e {
|
|
0% {
|
|
background-position: 0 0
|
|
}
|
|
|
|
to {
|
|
background-position: 32px 0
|
|
}
|
|
}
|
|
|
|
.el-upload[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
outline: none
|
|
}
|
|
|
|
.el-upload__input[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-upload__tip[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
color: #606266;
|
|
margin-top: 7px
|
|
}
|
|
|
|
.el-upload iframe[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
z-index: -1;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0;
|
|
filter: alpha(opacity=0)
|
|
}
|
|
|
|
.el-upload--picture-card[data-v-61fe5e7e] {
|
|
background-color: #fbfdff;
|
|
border: 1px dashed #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 148px;
|
|
height: 148px;
|
|
cursor: pointer;
|
|
line-height: 146px;
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-upload--picture-card i[data-v-61fe5e7e] {
|
|
font-size: 28px;
|
|
color: #8c939d
|
|
}
|
|
|
|
.el-upload--picture-card[data-v-61fe5e7e]:hover, .el-upload[data-v-61fe5e7e]:focus {
|
|
border-color: #009e9f;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-upload:focus .el-upload-dragger[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-upload-dragger[data-v-61fe5e7e] {
|
|
background-color: #fff;
|
|
border: 1px dashed #d9d9d9;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 360px;
|
|
height: 180px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-upload-dragger .el-icon-upload[data-v-61fe5e7e] {
|
|
font-size: 67px;
|
|
color: #c0c4cc;
|
|
margin: 40px 0 16px;
|
|
line-height: 50px
|
|
}
|
|
|
|
.el-upload-dragger + .el-upload__tip[data-v-61fe5e7e] {
|
|
text-align: center
|
|
}
|
|
|
|
.el-upload-dragger ~ .el-upload__files[data-v-61fe5e7e] {
|
|
border-top: 1px solid #dcdfe6;
|
|
margin-top: 7px;
|
|
padding-top: 5px
|
|
}
|
|
|
|
.el-upload-dragger .el-upload__text[data-v-61fe5e7e] {
|
|
color: #606266;
|
|
font-size: 14px;
|
|
text-align: center
|
|
}
|
|
|
|
.el-upload-dragger .el-upload__text em[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
font-style: normal
|
|
}
|
|
|
|
.el-upload-dragger[data-v-61fe5e7e]:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-upload-dragger.is-dragover[data-v-61fe5e7e] {
|
|
background-color: rgba(32,159,255,.06);
|
|
border: 2px dashed #009e9f
|
|
}
|
|
|
|
.el-upload-list[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.el-upload-list__item[data-v-61fe5e7e] {
|
|
-webkit-transition: all .5s cubic-bezier(.55,0,.1,1);
|
|
transition: all .5s cubic-bezier(.55,0,.1,1);
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 1.8;
|
|
margin-top: 5px;
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
width: 100%
|
|
}
|
|
|
|
.el-upload-list__item .el-progress[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 20px;
|
|
width: 100%
|
|
}
|
|
|
|
.el-upload-list__item .el-progress__text[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -13px
|
|
}
|
|
|
|
.el-upload-list__item .el-progress-bar[data-v-61fe5e7e] {
|
|
margin-right: 0;
|
|
padding-right: 0
|
|
}
|
|
|
|
.el-upload-list__item[data-v-61fe5e7e]:first-child {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.el-upload-list__item .el-icon-upload-success[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-upload-list__item .el-icon-close[data-v-61fe5e7e] {
|
|
display: none;
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
cursor: pointer;
|
|
opacity: .75;
|
|
color: #606266
|
|
}
|
|
|
|
.el-upload-list__item .el-icon-close[data-v-61fe5e7e]:hover {
|
|
opacity: 1
|
|
}
|
|
|
|
.el-upload-list__item .el-icon-close-tip[data-v-61fe5e7e] {
|
|
display: none;
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
font-size: 12px;
|
|
cursor: pointer;
|
|
opacity: 1;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-upload-list__item[data-v-61fe5e7e]:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-upload-list__item:hover .el-icon-close[data-v-61fe5e7e] {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-upload-list__item:hover .el-progress__text[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list__item.is-success .el-upload-list__item-status-label[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-upload-list__item.is-success .el-upload-list__item-name[data-v-61fe5e7e]:focus, .el-upload-list__item.is-success .el-upload-list__item-name[data-v-61fe5e7e]:hover {
|
|
color: #009e9f;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-upload-list__item.is-success:focus:not(:hover) .el-icon-close-tip[data-v-61fe5e7e] {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-upload-list__item.is-success[data-v-61fe5e7e]:active, .el-upload-list__item.is-success[data-v-61fe5e7e]:not(.focusing):focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-upload-list__item.is-success:active .el-icon-close-tip[data-v-61fe5e7e], .el-upload-list__item.is-success:focus .el-upload-list__item-status-label[data-v-61fe5e7e], .el-upload-list__item.is-success:hover .el-upload-list__item-status-label[data-v-61fe5e7e], .el-upload-list__item.is-success:not(.focusing):focus .el-icon-close-tip[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-upload-list__item-name[data-v-61fe5e7e] {
|
|
color: #606266;
|
|
display: block;
|
|
margin-right: 40px;
|
|
overflow: hidden;
|
|
padding-left: 4px;
|
|
text-overflow: ellipsis;
|
|
-webkit-transition: color .3s;
|
|
transition: color .3s;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-upload-list__item-name [class^=el-icon][data-v-61fe5e7e] {
|
|
height: 100%;
|
|
margin-right: 7px;
|
|
color: #909399;
|
|
line-height: inherit
|
|
}
|
|
|
|
.el-upload-list__item-status-label[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 0;
|
|
line-height: inherit;
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list__item-delete[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 0;
|
|
font-size: 12px;
|
|
color: #606266;
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list__item-delete[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-upload-list--picture-card[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
display: inline;
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item[data-v-61fe5e7e] {
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
border: 1px solid #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 148px;
|
|
height: 148px;
|
|
margin: 0 8px 8px 0;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item .el-icon-check[data-v-61fe5e7e], .el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item .el-icon-close[data-v-61fe5e7e], .el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-name[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-thumbnail[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-status-label[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
right: -15px;
|
|
top: -6px;
|
|
width: 40px;
|
|
height: 24px;
|
|
background: #13ce66;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
|
|
box-shadow: 0 0 1pc 1px rgba(0,0,0,.2)
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-status-label i[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
margin-top: 11px;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg)
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
cursor: default;
|
|
text-align: center;
|
|
color: #fff;
|
|
opacity: 0;
|
|
font-size: 20px;
|
|
background-color: rgba(0,0,0,.5);
|
|
-webkit-transition: opacity .3s;
|
|
transition: opacity .3s
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions[data-v-61fe5e7e]:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions span[data-v-61fe5e7e] {
|
|
display: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions span + span[data-v-61fe5e7e] {
|
|
margin-left: 15px
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete[data-v-61fe5e7e] {
|
|
position: static;
|
|
font-size: inherit;
|
|
color: inherit
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions[data-v-61fe5e7e]:hover {
|
|
opacity: 1
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-upload-list__item-actions:hover span[data-v-61fe5e7e] {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-progress[data-v-61fe5e7e] {
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
bottom: auto;
|
|
width: 126px
|
|
}
|
|
|
|
.el-upload-list--picture-card .el-progress .el-progress__text[data-v-61fe5e7e] {
|
|
top: 50%
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item[data-v-61fe5e7e] {
|
|
overflow: hidden;
|
|
z-index: 0;
|
|
background-color: #fff;
|
|
border: 1px solid #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin-top: 10px;
|
|
padding: 10px 10px 10px 90px;
|
|
height: 92px
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item .el-icon-check[data-v-61fe5e7e], .el-upload-list--picture .el-upload-list__item .el-icon-circle-check[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label[data-v-61fe5e7e] {
|
|
background: transparent;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
top: -2px;
|
|
right: -12px
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item:hover .el-progress__text[data-v-61fe5e7e] {
|
|
display: block
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name[data-v-61fe5e7e] {
|
|
line-height: 70px;
|
|
margin-top: 0
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-thumbnail[data-v-61fe5e7e] {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 70px;
|
|
height: 70px;
|
|
float: left;
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-left: -80px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-name[data-v-61fe5e7e] {
|
|
display: block;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-name i[data-v-61fe5e7e] {
|
|
font-size: 70px;
|
|
line-height: 1;
|
|
position: absolute;
|
|
left: 9px;
|
|
top: 10px
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-status-label[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
right: -17px;
|
|
top: -7px;
|
|
width: 46px;
|
|
height: 26px;
|
|
background: #13ce66;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-box-shadow: 0 1px 1px #ccc;
|
|
box-shadow: 0 1px 1px #ccc
|
|
}
|
|
|
|
.el-upload-list--picture .el-upload-list__item-status-label i[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
margin-top: 12px;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg)
|
|
}
|
|
|
|
.el-upload-list--picture .el-progress[data-v-61fe5e7e] {
|
|
position: relative;
|
|
top: -7px
|
|
}
|
|
|
|
.el-upload-cover[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
z-index: 10;
|
|
cursor: default
|
|
}
|
|
|
|
.el-upload-cover[data-v-61fe5e7e]:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-upload-cover img[data-v-61fe5e7e] {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-upload-cover__label[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
right: -15px;
|
|
top: -6px;
|
|
width: 40px;
|
|
height: 24px;
|
|
background: #13ce66;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
|
|
box-shadow: 0 0 1pc 1px rgba(0,0,0,.2)
|
|
}
|
|
|
|
.el-upload-cover__label i[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
margin-top: 11px;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
color: #fff
|
|
}
|
|
|
|
.el-upload-cover__progress[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
position: static;
|
|
width: 243px
|
|
}
|
|
|
|
.el-upload-cover__progress + .el-upload__inner[data-v-61fe5e7e] {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-upload-cover__content[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-upload-cover__interact[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0,0,0,.72);
|
|
text-align: center
|
|
}
|
|
|
|
.el-upload-cover__interact .btn[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
margin-top: 60px
|
|
}
|
|
|
|
.el-upload-cover__interact .btn i[data-v-61fe5e7e] {
|
|
margin-top: 0
|
|
}
|
|
|
|
.el-upload-cover__interact .btn span[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
-webkit-transition: opacity .15s linear;
|
|
transition: opacity .15s linear
|
|
}
|
|
|
|
.el-upload-cover__interact .btn[data-v-61fe5e7e]:not(:first-child) {
|
|
margin-left: 35px
|
|
}
|
|
|
|
.el-upload-cover__interact .btn[data-v-61fe5e7e]:hover {
|
|
-webkit-transform: translateY(-13px);
|
|
transform: translateY(-13px)
|
|
}
|
|
|
|
.el-upload-cover__interact .btn:hover span[data-v-61fe5e7e] {
|
|
opacity: 1
|
|
}
|
|
|
|
.el-upload-cover__interact .btn i[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
display: block;
|
|
font-size: 24px;
|
|
line-height: inherit;
|
|
margin: 0 auto 5px
|
|
}
|
|
|
|
.el-upload-cover__title[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
height: 36px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-weight: 400;
|
|
text-align: left;
|
|
padding: 0 10px;
|
|
margin: 0;
|
|
line-height: 36px;
|
|
font-size: 14px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-upload-cover + .el-upload__inner[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-progress[data-v-61fe5e7e] {
|
|
position: relative;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-progress__text[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
color: #606266;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-left: 10px;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-progress__text i[data-v-61fe5e7e] {
|
|
vertical-align: middle;
|
|
display: block
|
|
}
|
|
|
|
.el-progress--circle[data-v-61fe5e7e], .el-progress--dashboard[data-v-61fe5e7e] {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-progress--circle .el-progress__text[data-v-61fe5e7e], .el-progress--dashboard .el-progress__text[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 0;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.el-progress--circle .el-progress__text i[data-v-61fe5e7e], .el-progress--dashboard .el-progress__text i[data-v-61fe5e7e] {
|
|
vertical-align: middle;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-progress--without-text .el-progress__text[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-progress--without-text .el-progress-bar[data-v-61fe5e7e] {
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
display: block
|
|
}
|
|
|
|
.el-progress--text-inside .el-progress-bar[data-v-61fe5e7e] {
|
|
padding-right: 0;
|
|
margin-right: 0
|
|
}
|
|
|
|
.el-progress.is-success .el-progress-bar__inner[data-v-61fe5e7e] {
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-progress.is-success .el-progress__text[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-progress.is-warning .el-progress-bar__inner[data-v-61fe5e7e] {
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-progress.is-warning .el-progress__text[data-v-61fe5e7e] {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-progress.is-exception .el-progress-bar__inner[data-v-61fe5e7e] {
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-progress.is-exception .el-progress__text[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-progress-bar[data-v-61fe5e7e] {
|
|
padding-right: 50px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
margin-right: -55px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-progress-bar__outer[data-v-61fe5e7e] {
|
|
height: 6px;
|
|
border-radius: 100px;
|
|
background-color: #e6ebf5;
|
|
overflow: hidden;
|
|
position: relative;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-progress-bar__inner[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
background-color: #009e9f;
|
|
text-align: right;
|
|
border-radius: 100px;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
-webkit-transition: width .6s ease;
|
|
transition: width .6s ease
|
|
}
|
|
|
|
.el-progress-bar__inner[data-v-61fe5e7e]:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-progress-bar__innerText[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin: 0 5px
|
|
}
|
|
|
|
@keyframes progress-data-v-61fe5e7e {
|
|
0% {
|
|
background-position: 0 0
|
|
}
|
|
|
|
to {
|
|
background-position: 32px 0
|
|
}
|
|
}
|
|
|
|
.el-time-spinner[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-spinner[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-spinner-inner[data-v-61fe5e7e] {
|
|
-webkit-animation: rotate-data-v-61fe5e7e 2s linear infinite;
|
|
animation: rotate-data-v-61fe5e7e 2s linear infinite;
|
|
width: 50px;
|
|
height: 50px
|
|
}
|
|
|
|
.el-spinner-inner .path[data-v-61fe5e7e] {
|
|
stroke: #ececec;
|
|
stroke-linecap: round;
|
|
-webkit-animation: dash-data-v-61fe5e7e 1.5s ease-in-out infinite;
|
|
animation: dash-data-v-61fe5e7e 1.5s ease-in-out infinite
|
|
}
|
|
|
|
@-webkit-keyframes rotate-data-v-61fe5e7e {
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes rotate-data-v-61fe5e7e {
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes dash-data-v-61fe5e7e {
|
|
0% {
|
|
stroke-dasharray: 1,150;
|
|
stroke-dashoffset: 0
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -35
|
|
}
|
|
|
|
to {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -124
|
|
}
|
|
}
|
|
|
|
@keyframes dash-data-v-61fe5e7e {
|
|
0% {
|
|
stroke-dasharray: 1,150;
|
|
stroke-dashoffset: 0
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -35
|
|
}
|
|
|
|
to {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -124
|
|
}
|
|
}
|
|
|
|
.el-message[data-v-61fe5e7e] {
|
|
min-width: 380px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #e6ebf5;
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 20px;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
background-color: #edf2fc;
|
|
-webkit-transition: opacity .3s,top .4s,-webkit-transform .4s;
|
|
transition: opacity .3s,top .4s,-webkit-transform .4s;
|
|
transition: opacity .3s,transform .4s,top .4s;
|
|
transition: opacity .3s,transform .4s,top .4s,-webkit-transform .4s;
|
|
overflow: hidden;
|
|
padding: 15px 15px 15px 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-message.is-center[data-v-61fe5e7e] {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-message.is-closable .el-message__content[data-v-61fe5e7e] {
|
|
padding-right: 16px
|
|
}
|
|
|
|
.el-message p[data-v-61fe5e7e] {
|
|
margin: 0
|
|
}
|
|
|
|
.el-message--info .el-message__content[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message--success[data-v-61fe5e7e] {
|
|
background-color: #e7faf0;
|
|
border-color: #d0f5e0
|
|
}
|
|
|
|
.el-message--success .el-message__content[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-message--warning[data-v-61fe5e7e] {
|
|
background-color: #fff8e6;
|
|
border-color: #fff1cc
|
|
}
|
|
|
|
.el-message--warning .el-message__content[data-v-61fe5e7e] {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-message--error[data-v-61fe5e7e] {
|
|
background-color: #ffeded;
|
|
border-color: #ffdbdb
|
|
}
|
|
|
|
.el-message--error .el-message__content[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-message__icon[data-v-61fe5e7e] {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.el-message__content[data-v-61fe5e7e] {
|
|
padding: 0;
|
|
font-size: 14px;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-message__content[data-v-61fe5e7e]:focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-message__closeBtn[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 15px;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
cursor: pointer;
|
|
color: #c0c4cc;
|
|
font-size: 16px
|
|
}
|
|
|
|
.el-message__closeBtn[data-v-61fe5e7e]:focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-message__closeBtn[data-v-61fe5e7e]:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message .el-icon-success[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-message .el-icon-error[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-message .el-icon-info[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-message .el-icon-warning[data-v-61fe5e7e] {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-message-fade-enter[data-v-61fe5e7e], .el-message-fade-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
-webkit-transform: translate(-50%,-100%);
|
|
transform: translate(-50%,-100%)
|
|
}
|
|
|
|
.el-badge[data-v-61fe5e7e] {
|
|
position: relative;
|
|
vertical-align: middle;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-badge__content[data-v-61fe5e7e] {
|
|
background-color: #ff4949;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
padding: 0 6px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff
|
|
}
|
|
|
|
.el-badge__content.is-fixed[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 10px;
|
|
-webkit-transform: translateY(-50%) translateX(100%);
|
|
transform: translateY(-50%) translateX(100%)
|
|
}
|
|
|
|
.el-badge__content.is-fixed.is-dot[data-v-61fe5e7e] {
|
|
right: 5px
|
|
}
|
|
|
|
.el-badge__content.is-dot[data-v-61fe5e7e] {
|
|
height: 8px;
|
|
width: 8px;
|
|
padding: 0;
|
|
right: 0;
|
|
border-radius: 50%
|
|
}
|
|
|
|
.el-badge__content--primary[data-v-61fe5e7e] {
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-badge__content--success[data-v-61fe5e7e] {
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-badge__content--warning[data-v-61fe5e7e] {
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-badge__content--info[data-v-61fe5e7e] {
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-badge__content--danger[data-v-61fe5e7e] {
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-card[data-v-61fe5e7e] {
|
|
border-radius: 4px;
|
|
border: 1px solid #e6ebf5;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
color: #303133;
|
|
-webkit-transition: .3s;
|
|
transition: .3s
|
|
}
|
|
|
|
.el-card.is-always-shadow[data-v-61fe5e7e], .el-card.is-hover-shadow[data-v-61fe5e7e]:focus, .el-card.is-hover-shadow[data-v-61fe5e7e]:hover {
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-card__header[data-v-61fe5e7e] {
|
|
padding: 18px 20px;
|
|
border-bottom: 1px solid #e6ebf5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-card__body[data-v-61fe5e7e] {
|
|
padding: 20px
|
|
}
|
|
|
|
.el-rate[data-v-61fe5e7e] {
|
|
height: 20px;
|
|
line-height: 1
|
|
}
|
|
|
|
.el-rate[data-v-61fe5e7e]:active, .el-rate[data-v-61fe5e7e]:focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.el-rate__item[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 0;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-rate__icon[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
margin-right: 6px;
|
|
color: #c0c4cc;
|
|
-webkit-transition: .3s;
|
|
transition: .3s
|
|
}
|
|
|
|
.el-rate__icon.hover[data-v-61fe5e7e] {
|
|
-webkit-transform: scale(1.15);
|
|
transform: scale(1.15)
|
|
}
|
|
|
|
.el-rate__icon .path2[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0
|
|
}
|
|
|
|
.el-rate__decimal[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: inline-block;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-rate__text[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-steps[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-steps--simple[data-v-61fe5e7e] {
|
|
padding: 13px 8%;
|
|
border-radius: 4px;
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-steps--horizontal[data-v-61fe5e7e] {
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-steps--vertical[data-v-61fe5e7e] {
|
|
height: 100%;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-flow: column;
|
|
flex-flow: column
|
|
}
|
|
|
|
.el-step[data-v-61fe5e7e] {
|
|
position: relative;
|
|
-ms-flex-negative: 1;
|
|
flex-shrink: 1
|
|
}
|
|
|
|
.el-step:last-of-type .el-step__line[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-step:last-of-type.is-flex[data-v-61fe5e7e] {
|
|
-ms-flex-preferred-size: auto !important;
|
|
flex-basis: auto !important;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0
|
|
}
|
|
|
|
.el-step:last-of-type .el-step__description[data-v-61fe5e7e], .el-step:last-of-type .el-step__main[data-v-61fe5e7e] {
|
|
padding-right: 0
|
|
}
|
|
|
|
.el-step__head[data-v-61fe5e7e] {
|
|
position: relative;
|
|
width: 100%
|
|
}
|
|
|
|
.el-step__head.is-process[data-v-61fe5e7e] {
|
|
color: #303133;
|
|
border-color: #303133
|
|
}
|
|
|
|
.el-step__head.is-wait[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-step__head.is-success[data-v-61fe5e7e] {
|
|
color: #13ce66;
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-step__head.is-error[data-v-61fe5e7e] {
|
|
color: #ff4949;
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-step__head.is-finish[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-step__icon[data-v-61fe5e7e] {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 14px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
-webkit-transition: .15s ease-out;
|
|
transition: .15s ease-out
|
|
}
|
|
|
|
.el-step__icon.is-text[data-v-61fe5e7e] {
|
|
border-radius: 50%;
|
|
border: 2px solid;
|
|
border-color: inherit
|
|
}
|
|
|
|
.el-step__icon.is-icon[data-v-61fe5e7e] {
|
|
width: 40px
|
|
}
|
|
|
|
.el-step__icon-inner[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
color: inherit
|
|
}
|
|
|
|
.el-step__icon-inner[class*=el-icon][data-v-61fe5e7e]:not(.is-status) {
|
|
font-size: 25px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-step__icon-inner.is-status[data-v-61fe5e7e] {
|
|
-webkit-transform: translateY(1px);
|
|
transform: translateY(1px)
|
|
}
|
|
|
|
.el-step__line[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
border-color: inherit;
|
|
background-color: #c0c4cc
|
|
}
|
|
|
|
.el-step__line-inner[data-v-61fe5e7e] {
|
|
display: block;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: inherit;
|
|
-webkit-transition: .15s ease-out;
|
|
transition: .15s ease-out;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.el-step__main[data-v-61fe5e7e] {
|
|
white-space: normal;
|
|
text-align: left
|
|
}
|
|
|
|
.el-step__title[data-v-61fe5e7e] {
|
|
font-size: 16px;
|
|
line-height: 38px
|
|
}
|
|
|
|
.el-step__title.is-process[data-v-61fe5e7e] {
|
|
font-weight: 700;
|
|
color: #303133
|
|
}
|
|
|
|
.el-step__title.is-wait[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-step__title.is-success[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-step__title.is-error[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-step__title.is-finish[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-step__description[data-v-61fe5e7e] {
|
|
padding-right: 10%;
|
|
margin-top: -5px;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-step__description.is-process[data-v-61fe5e7e] {
|
|
color: #303133
|
|
}
|
|
|
|
.el-step__description.is-wait[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-step__description.is-success[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-step__description.is-error[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-step__description.is-finish[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-step.is-horizontal[data-v-61fe5e7e] {
|
|
display: inline-block
|
|
}
|
|
|
|
.el-step.is-horizontal .el-step__line[data-v-61fe5e7e] {
|
|
height: 2px;
|
|
top: 11px;
|
|
left: 0;
|
|
right: 0
|
|
}
|
|
|
|
.el-step.is-vertical[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__head[data-v-61fe5e7e] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0;
|
|
width: 24px
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__main[data-v-61fe5e7e] {
|
|
padding-left: 10px;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__title[data-v-61fe5e7e] {
|
|
line-height: 24px;
|
|
padding-bottom: 8px
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__line[data-v-61fe5e7e] {
|
|
width: 2px;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 11px
|
|
}
|
|
|
|
.el-step.is-vertical .el-step__icon.is-icon[data-v-61fe5e7e] {
|
|
width: 24px
|
|
}
|
|
|
|
.el-step.is-center .el-step__head[data-v-61fe5e7e], .el-step.is-center .el-step__main[data-v-61fe5e7e] {
|
|
text-align: center
|
|
}
|
|
|
|
.el-step.is-center .el-step__description[data-v-61fe5e7e] {
|
|
padding-left: 20%;
|
|
padding-right: 20%
|
|
}
|
|
|
|
.el-step.is-center .el-step__line[data-v-61fe5e7e] {
|
|
left: 50%;
|
|
right: -50%
|
|
}
|
|
|
|
.el-step.is-simple[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-step.is-simple .el-step__head[data-v-61fe5e7e] {
|
|
width: auto;
|
|
font-size: 0;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.el-step.is-simple .el-step__icon[data-v-61fe5e7e] {
|
|
background: transparent;
|
|
width: 16px;
|
|
height: 16px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-step.is-simple .el-step__icon-inner[class*=el-icon][data-v-61fe5e7e]:not(.is-status) {
|
|
font-size: 18px
|
|
}
|
|
|
|
.el-step.is-simple .el-step__icon-inner.is-status[data-v-61fe5e7e] {
|
|
-webkit-transform: scale(.8) translateY(1px);
|
|
transform: scale(.8) translateY(1px)
|
|
}
|
|
|
|
.el-step.is-simple .el-step__main[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: stretch;
|
|
-ms-flex-align: stretch;
|
|
align-items: stretch;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.el-step.is-simple .el-step__title[data-v-61fe5e7e] {
|
|
font-size: 16px;
|
|
line-height: 20px
|
|
}
|
|
|
|
.el-step.is-simple:not(:last-of-type) .el-step__title[data-v-61fe5e7e] {
|
|
max-width: 50%;
|
|
word-break: break-all
|
|
}
|
|
|
|
.el-step.is-simple .el-step__arrow[data-v-61fe5e7e] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.el-step.is-simple .el-step__arrow[data-v-61fe5e7e]:after, .el-step.is-simple .el-step__arrow[data-v-61fe5e7e]:before {
|
|
content: "";
|
|
display: inline-block;
|
|
position: absolute;
|
|
height: 15px;
|
|
width: 1px;
|
|
background: #c0c4cc
|
|
}
|
|
|
|
.el-step.is-simple .el-step__arrow[data-v-61fe5e7e]:before {
|
|
-webkit-transform: rotate(-45deg) translateY(-4px);
|
|
transform: rotate(-45deg) translateY(-4px);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0
|
|
}
|
|
|
|
.el-step.is-simple .el-step__arrow[data-v-61fe5e7e]:after {
|
|
-webkit-transform: rotate(45deg) translateY(4px);
|
|
transform: rotate(45deg) translateY(4px);
|
|
-webkit-transform-origin: 100% 100%;
|
|
transform-origin: 100% 100%
|
|
}
|
|
|
|
.el-step.is-simple:last-of-type .el-step__arrow[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-carousel[data-v-61fe5e7e] {
|
|
position: relative
|
|
}
|
|
|
|
.el-carousel--horizontal[data-v-61fe5e7e] {
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.el-carousel--vertical[data-v-61fe5e7e] {
|
|
overflow-y: hidden
|
|
}
|
|
|
|
.el-carousel__container[data-v-61fe5e7e] {
|
|
position: relative;
|
|
height: 300px
|
|
}
|
|
|
|
.el-carousel__arrow[data-v-61fe5e7e] {
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 36px;
|
|
width: 36px;
|
|
cursor: pointer;
|
|
-webkit-transition: .3s;
|
|
transition: .3s;
|
|
border-radius: 50%;
|
|
background-color: rgba(31,45,61,.11);
|
|
color: #fff;
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 10;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
text-align: center;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-carousel__arrow--left[data-v-61fe5e7e] {
|
|
left: 16px
|
|
}
|
|
|
|
.el-carousel__arrow--right[data-v-61fe5e7e] {
|
|
right: 16px
|
|
}
|
|
|
|
.el-carousel__arrow[data-v-61fe5e7e]:hover {
|
|
background-color: rgba(31,45,61,.23)
|
|
}
|
|
|
|
.el-carousel__arrow i[data-v-61fe5e7e] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-carousel__indicators[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
z-index: 2
|
|
}
|
|
|
|
.el-carousel__indicators--horizontal[data-v-61fe5e7e] {
|
|
bottom: 0;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%)
|
|
}
|
|
|
|
.el-carousel__indicators--vertical[data-v-61fe5e7e] {
|
|
right: 0;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.el-carousel__indicators--outside[data-v-61fe5e7e] {
|
|
bottom: 26px;
|
|
text-align: center;
|
|
position: static;
|
|
-webkit-transform: none;
|
|
transform: none
|
|
}
|
|
|
|
.el-carousel__indicators--outside .el-carousel__indicator:hover button[data-v-61fe5e7e] {
|
|
opacity: .64
|
|
}
|
|
|
|
.el-carousel__indicators--outside button[data-v-61fe5e7e] {
|
|
background-color: #c0c4cc;
|
|
opacity: .24
|
|
}
|
|
|
|
.el-carousel__indicators--labels[data-v-61fe5e7e] {
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-transform: none;
|
|
transform: none;
|
|
text-align: center
|
|
}
|
|
|
|
.el-carousel__indicators--labels .el-carousel__button[data-v-61fe5e7e] {
|
|
height: auto;
|
|
width: auto;
|
|
padding: 2px 18px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-carousel__indicators--labels .el-carousel__indicator[data-v-61fe5e7e] {
|
|
padding: 6px 4px
|
|
}
|
|
|
|
.el-carousel__indicator[data-v-61fe5e7e] {
|
|
background-color: transparent;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-carousel__indicator:hover button[data-v-61fe5e7e] {
|
|
opacity: .72
|
|
}
|
|
|
|
.el-carousel__indicator--horizontal[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
padding: 12px 4px
|
|
}
|
|
|
|
.el-carousel__indicator--vertical[data-v-61fe5e7e] {
|
|
padding: 4px 12px
|
|
}
|
|
|
|
.el-carousel__indicator--vertical .el-carousel__button[data-v-61fe5e7e] {
|
|
width: 2px;
|
|
height: 15px
|
|
}
|
|
|
|
.el-carousel__indicator.is-active button[data-v-61fe5e7e] {
|
|
opacity: 1
|
|
}
|
|
|
|
.el-carousel__button[data-v-61fe5e7e] {
|
|
display: block;
|
|
opacity: .48;
|
|
width: 30px;
|
|
height: 2px;
|
|
background-color: #fff;
|
|
border: none;
|
|
outline: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
-webkit-transition: .3s;
|
|
transition: .3s
|
|
}
|
|
|
|
.carousel-arrow-left-enter[data-v-61fe5e7e], .carousel-arrow-left-leave-active[data-v-61fe5e7e] {
|
|
-webkit-transform: translateY(-50%) translateX(-10px);
|
|
transform: translateY(-50%) translateX(-10px);
|
|
opacity: 0
|
|
}
|
|
|
|
.carousel-arrow-right-enter[data-v-61fe5e7e], .carousel-arrow-right-leave-active[data-v-61fe5e7e] {
|
|
-webkit-transform: translateY(-50%) translateX(10px);
|
|
transform: translateY(-50%) translateX(10px);
|
|
opacity: 0
|
|
}
|
|
|
|
.el-carousel__item[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
z-index: 0
|
|
}
|
|
|
|
.el-carousel__item.is-active[data-v-61fe5e7e] {
|
|
z-index: 2
|
|
}
|
|
|
|
.el-carousel__item--card[data-v-61fe5e7e], .el-carousel__item.is-animating[data-v-61fe5e7e] {
|
|
-webkit-transition: -webkit-transform .4s ease-in-out;
|
|
transition: -webkit-transform .4s ease-in-out;
|
|
transition: transform .4s ease-in-out;
|
|
transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out
|
|
}
|
|
|
|
.el-carousel__item--card[data-v-61fe5e7e] {
|
|
width: 50%
|
|
}
|
|
|
|
.el-carousel__item--card.is-in-stage[data-v-61fe5e7e] {
|
|
cursor: pointer;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask[data-v-61fe5e7e], .el-carousel__item--card.is-in-stage:hover .el-carousel__mask[data-v-61fe5e7e] {
|
|
opacity: .12
|
|
}
|
|
|
|
.el-carousel__item--card.is-active[data-v-61fe5e7e] {
|
|
z-index: 2
|
|
}
|
|
|
|
.el-carousel__mask[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
opacity: .24;
|
|
-webkit-transition: .2s;
|
|
transition: .2s
|
|
}
|
|
|
|
.fade-in-linear-enter-active[data-v-61fe5e7e], .fade-in-linear-leave-active[data-v-61fe5e7e] {
|
|
-webkit-transition: opacity .2s linear;
|
|
transition: opacity .2s linear
|
|
}
|
|
|
|
.fade-in-linear-enter[data-v-61fe5e7e], .fade-in-linear-leave-active[data-v-61fe5e7e], .fade-in-linear-leave[data-v-61fe5e7e] {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-fade-in-linear-enter-active[data-v-61fe5e7e], .el-fade-in-linear-leave-active[data-v-61fe5e7e] {
|
|
-webkit-transition: opacity .2s linear;
|
|
transition: opacity .2s linear
|
|
}
|
|
|
|
.el-fade-in-linear-enter[data-v-61fe5e7e], .el-fade-in-linear-leave-active[data-v-61fe5e7e], .el-fade-in-linear-leave[data-v-61fe5e7e] {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-fade-in-enter-active[data-v-61fe5e7e], .el-fade-in-leave-active[data-v-61fe5e7e] {
|
|
-webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
|
|
transition: all .3s cubic-bezier(.55,0,.1,1)
|
|
}
|
|
|
|
.el-fade-in-enter[data-v-61fe5e7e], .el-fade-in-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0
|
|
}
|
|
|
|
.el-zoom-in-center-enter-active[data-v-61fe5e7e], .el-zoom-in-center-leave-active[data-v-61fe5e7e] {
|
|
-webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
|
|
transition: all .3s cubic-bezier(.55,0,.1,1)
|
|
}
|
|
|
|
.el-zoom-in-center-enter[data-v-61fe5e7e], .el-zoom-in-center-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
-webkit-transform: scaleX(0);
|
|
transform: scaleX(0)
|
|
}
|
|
|
|
.el-zoom-in-top-enter-active[data-v-61fe5e7e], .el-zoom-in-top-leave-active[data-v-61fe5e7e] {
|
|
opacity: 1;
|
|
-webkit-transform: scaleY(1);
|
|
transform: scaleY(1);
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
-webkit-transform-origin: center top;
|
|
transform-origin: center top
|
|
}
|
|
|
|
.el-zoom-in-top-enter[data-v-61fe5e7e], .el-zoom-in-top-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
-webkit-transform: scaleY(0);
|
|
transform: scaleY(0)
|
|
}
|
|
|
|
.el-zoom-in-bottom-enter-active[data-v-61fe5e7e], .el-zoom-in-bottom-leave-active[data-v-61fe5e7e] {
|
|
opacity: 1;
|
|
-webkit-transform: scaleY(1);
|
|
transform: scaleY(1);
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
-webkit-transform-origin: center bottom;
|
|
transform-origin: center bottom
|
|
}
|
|
|
|
.el-zoom-in-bottom-enter[data-v-61fe5e7e], .el-zoom-in-bottom-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
-webkit-transform: scaleY(0);
|
|
transform: scaleY(0)
|
|
}
|
|
|
|
.el-zoom-in-left-enter-active[data-v-61fe5e7e], .el-zoom-in-left-leave-active[data-v-61fe5e7e] {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
|
|
-webkit-transform-origin: top left;
|
|
transform-origin: top left
|
|
}
|
|
|
|
.el-zoom-in-left-enter[data-v-61fe5e7e], .el-zoom-in-left-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
-webkit-transform: scale(.45);
|
|
transform: scale(.45)
|
|
}
|
|
|
|
.collapse-transition[data-v-61fe5e7e] {
|
|
-webkit-transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
|
|
transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out
|
|
}
|
|
|
|
.horizontal-collapse-transition[data-v-61fe5e7e] {
|
|
-webkit-transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out;
|
|
transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out
|
|
}
|
|
|
|
.el-list-enter-active[data-v-61fe5e7e], .el-list-leave-active[data-v-61fe5e7e] {
|
|
-webkit-transition: all 1s;
|
|
transition: all 1s
|
|
}
|
|
|
|
.el-list-enter[data-v-61fe5e7e], .el-list-leave-active[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(-30px);
|
|
transform: translateY(-30px)
|
|
}
|
|
|
|
.el-opacity-transition[data-v-61fe5e7e] {
|
|
-webkit-transition: opacity .3s cubic-bezier(.55,0,.1,1);
|
|
transition: opacity .3s cubic-bezier(.55,0,.1,1)
|
|
}
|
|
|
|
.el-collapse[data-v-61fe5e7e] {
|
|
border-top: 1px solid #e6ebf5;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-collapse-item.is-disabled .el-collapse-item__header[data-v-61fe5e7e] {
|
|
color: #bbb;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-collapse-item__header[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
background-color: #fff;
|
|
color: #303133;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #e6ebf5;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
-webkit-transition: border-bottom-color .3s;
|
|
transition: border-bottom-color .3s;
|
|
outline: none
|
|
}
|
|
|
|
.el-collapse-item__arrow[data-v-61fe5e7e] {
|
|
margin: 0 8px 0 auto;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
font-weight: 300
|
|
}
|
|
|
|
.el-collapse-item__arrow.is-active[data-v-61fe5e7e] {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.el-collapse-item__header.focusing[data-v-61fe5e7e]:focus:not(:hover) {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-collapse-item__header.is-active[data-v-61fe5e7e] {
|
|
border-bottom-color: transparent
|
|
}
|
|
|
|
.el-collapse-item__wrap[data-v-61fe5e7e] {
|
|
will-change: height;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-collapse-item__content[data-v-61fe5e7e] {
|
|
padding-bottom: 25px;
|
|
font-size: 13px;
|
|
color: #303133;
|
|
line-height: 1.769230769230769
|
|
}
|
|
|
|
.el-collapse-item[data-v-61fe5e7e]:last-child {
|
|
margin-bottom: -1px
|
|
}
|
|
|
|
.el-popper .popper__arrow[data-v-61fe5e7e], .el-popper .popper__arrow[data-v-61fe5e7e]:after {
|
|
position: absolute;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid
|
|
}
|
|
|
|
.el-popper .popper__arrow[data-v-61fe5e7e] {
|
|
border-width: 6px;
|
|
-webkit-filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
|
|
filter: drop-shadow(0 2px 12px rgba(0,0,0,.03))
|
|
}
|
|
|
|
.el-popper .popper__arrow[data-v-61fe5e7e]:after {
|
|
content: " ";
|
|
border-width: 6px
|
|
}
|
|
|
|
.el-popper[x-placement^=top][data-v-61fe5e7e] {
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.el-popper[x-placement^=top] .popper__arrow[data-v-61fe5e7e] {
|
|
bottom: -6px;
|
|
left: 50%;
|
|
margin-right: 3px;
|
|
border-top-color: #e6ebf5;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.el-popper[x-placement^=top] .popper__arrow[data-v-61fe5e7e]:after {
|
|
bottom: 1px;
|
|
margin-left: -6px;
|
|
border-top-color: #fff;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.el-popper[x-placement^=bottom][data-v-61fe5e7e] {
|
|
margin-top: 12px
|
|
}
|
|
|
|
.el-popper[x-placement^=bottom] .popper__arrow[data-v-61fe5e7e] {
|
|
top: -6px;
|
|
left: 50%;
|
|
margin-right: 3px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #e6ebf5
|
|
}
|
|
|
|
.el-popper[x-placement^=bottom] .popper__arrow[data-v-61fe5e7e]:after {
|
|
top: 1px;
|
|
margin-left: -6px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.el-popper[x-placement^=right][data-v-61fe5e7e] {
|
|
margin-left: 12px
|
|
}
|
|
|
|
.el-popper[x-placement^=right] .popper__arrow[data-v-61fe5e7e] {
|
|
top: 50%;
|
|
left: -6px;
|
|
margin-bottom: 3px;
|
|
border-right-color: #e6ebf5;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.el-popper[x-placement^=right] .popper__arrow[data-v-61fe5e7e]:after {
|
|
bottom: -6px;
|
|
left: 1px;
|
|
border-right-color: #fff;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.el-popper[x-placement^=left][data-v-61fe5e7e] {
|
|
margin-right: 12px
|
|
}
|
|
|
|
.el-popper[x-placement^=left] .popper__arrow[data-v-61fe5e7e] {
|
|
top: 50%;
|
|
right: -6px;
|
|
margin-bottom: 3px;
|
|
border-right-width: 0;
|
|
border-left-color: #e6ebf5
|
|
}
|
|
|
|
.el-popper[x-placement^=left] .popper__arrow[data-v-61fe5e7e]:after {
|
|
right: 1px;
|
|
bottom: -6px;
|
|
margin-left: -6px;
|
|
border-right-width: 0;
|
|
border-left-color: #fff
|
|
}
|
|
|
|
.el-tag[data-v-61fe5e7e] {
|
|
background-color: #e6f5f5;
|
|
border-color: #ccecec;
|
|
display: inline-block;
|
|
height: 32px;
|
|
padding: 0 10px;
|
|
line-height: 30px;
|
|
font-size: 12px;
|
|
color: #009e9f;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-radius: 4px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-tag.is-hit[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-tag .el-tag__close[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tag .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-tag.el-tag--info[data-v-61fe5e7e] {
|
|
background-color: #f4f4f5;
|
|
border-color: #e9e9eb;
|
|
color: #909399
|
|
}
|
|
|
|
.el-tag.el-tag--info.is-hit[data-v-61fe5e7e] {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-tag.el-tag--info .el-tag__close[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-tag.el-tag--info .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-tag.el-tag--success[data-v-61fe5e7e] {
|
|
background-color: #e7faf0;
|
|
border-color: #d0f5e0;
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-tag.el-tag--success.is-hit[data-v-61fe5e7e] {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-tag.el-tag--success .el-tag__close[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-tag.el-tag--success .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-tag.el-tag--warning[data-v-61fe5e7e] {
|
|
background-color: #fff8e6;
|
|
border-color: #fff1cc;
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-tag.el-tag--warning.is-hit[data-v-61fe5e7e] {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-tag.el-tag--warning .el-tag__close[data-v-61fe5e7e] {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-tag.el-tag--warning .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-tag.el-tag--danger[data-v-61fe5e7e] {
|
|
background-color: #ffeded;
|
|
border-color: #ffdbdb;
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-tag.el-tag--danger.is-hit[data-v-61fe5e7e] {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-tag.el-tag--danger .el-tag__close[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-tag.el-tag--danger .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-tag .el-icon-close[data-v-61fe5e7e] {
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
position: relative;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
height: 16px;
|
|
width: 16px;
|
|
line-height: 16px;
|
|
vertical-align: middle;
|
|
top: -1px;
|
|
right: -5px
|
|
}
|
|
|
|
.el-tag .el-icon-close[data-v-61fe5e7e]:before {
|
|
display: block
|
|
}
|
|
|
|
.el-tag--dark[data-v-61fe5e7e] {
|
|
background-color: #009e9f;
|
|
border-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.is-hit[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-tag--dark .el-tag__close[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #33b1b2
|
|
}
|
|
|
|
.el-tag--dark.el-tag--info[data-v-61fe5e7e] {
|
|
background-color: #909399;
|
|
border-color: #909399;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--info.is-hit[data-v-61fe5e7e] {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-tag--dark.el-tag--info .el-tag__close[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--info .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #a6a9ad
|
|
}
|
|
|
|
.el-tag--dark.el-tag--success[data-v-61fe5e7e] {
|
|
background-color: #13ce66;
|
|
border-color: #13ce66;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--success.is-hit[data-v-61fe5e7e] {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-tag--dark.el-tag--success .el-tag__close[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--success .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #42d885
|
|
}
|
|
|
|
.el-tag--dark.el-tag--warning[data-v-61fe5e7e] {
|
|
background-color: #ffba00;
|
|
border-color: #ffba00;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--warning.is-hit[data-v-61fe5e7e] {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-tag--dark.el-tag--warning .el-tag__close[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--warning .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #ffc833
|
|
}
|
|
|
|
.el-tag--dark.el-tag--danger[data-v-61fe5e7e] {
|
|
background-color: #ff4949;
|
|
border-color: #ff4949;
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--danger.is-hit[data-v-61fe5e7e] {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-tag--dark.el-tag--danger .el-tag__close[data-v-61fe5e7e] {
|
|
color: #fff
|
|
}
|
|
|
|
.el-tag--dark.el-tag--danger .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #ff6d6d
|
|
}
|
|
|
|
.el-tag--plain[data-v-61fe5e7e] {
|
|
background-color: #fff;
|
|
border-color: #99d8d9;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tag--plain.is-hit[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-tag--plain .el-tag__close[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-tag--plain .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-tag--plain.el-tag--info[data-v-61fe5e7e] {
|
|
background-color: #fff;
|
|
border-color: #d3d4d6;
|
|
color: #909399
|
|
}
|
|
|
|
.el-tag--plain.el-tag--info.is-hit[data-v-61fe5e7e] {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-tag--plain.el-tag--info .el-tag__close[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-tag--plain.el-tag--info .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-tag--plain.el-tag--success[data-v-61fe5e7e] {
|
|
background-color: #fff;
|
|
border-color: #a1ebc2;
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-tag--plain.el-tag--success.is-hit[data-v-61fe5e7e] {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-tag--plain.el-tag--success .el-tag__close[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-tag--plain.el-tag--success .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-tag--plain.el-tag--warning[data-v-61fe5e7e] {
|
|
background-color: #fff;
|
|
border-color: #ffe399;
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-tag--plain.el-tag--warning.is-hit[data-v-61fe5e7e] {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-tag--plain.el-tag--warning .el-tag__close[data-v-61fe5e7e] {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-tag--plain.el-tag--warning .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-tag--plain.el-tag--danger[data-v-61fe5e7e] {
|
|
background-color: #fff;
|
|
border-color: #ffb6b6;
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-tag--plain.el-tag--danger.is-hit[data-v-61fe5e7e] {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-tag--plain.el-tag--danger .el-tag__close[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-tag--plain.el-tag--danger .el-tag__close[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-tag--medium[data-v-61fe5e7e] {
|
|
height: 28px;
|
|
line-height: 26px
|
|
}
|
|
|
|
.el-tag--medium .el-icon-close[data-v-61fe5e7e] {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-tag--small[data-v-61fe5e7e] {
|
|
height: 24px;
|
|
padding: 0 8px;
|
|
line-height: 22px
|
|
}
|
|
|
|
.el-tag--small .el-icon-close[data-v-61fe5e7e] {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.el-tag--mini[data-v-61fe5e7e] {
|
|
height: 20px;
|
|
padding: 0 5px;
|
|
line-height: 19px
|
|
}
|
|
|
|
.el-tag--mini .el-icon-close[data-v-61fe5e7e] {
|
|
margin-left: -3px;
|
|
-webkit-transform: scale(.7);
|
|
transform: scale(.7)
|
|
}
|
|
|
|
.el-cascader[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 14px;
|
|
line-height: 40px
|
|
}
|
|
|
|
.el-cascader:not(.is-disabled):hover .el-input__inner[data-v-61fe5e7e] {
|
|
cursor: pointer;
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader .el-input[data-v-61fe5e7e] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-cascader .el-input .el-input__inner[data-v-61fe5e7e] {
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.el-cascader .el-input .el-input__inner[data-v-61fe5e7e]:focus {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-cascader .el-input .el-icon-arrow-down[data-v-61fe5e7e] {
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-cascader .el-input .el-icon-arrow-down.is-reverse[data-v-61fe5e7e] {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.el-cascader .el-input .el-icon-circle-close[data-v-61fe5e7e]:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-cascader .el-input.is-focus .el-input__inner[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-cascader--medium[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-cascader--small[data-v-61fe5e7e] {
|
|
font-size: 13px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-cascader--mini[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-cascader.is-disabled .el-cascader__label[data-v-61fe5e7e] {
|
|
z-index: 2;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__dropdown[data-v-61fe5e7e] {
|
|
margin: 5px 0;
|
|
font-size: 14px;
|
|
background: #fff;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-cascader__tags[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 30px;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
line-height: normal;
|
|
text-align: left;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-cascader__tags .el-tag[data-v-61fe5e7e] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
max-width: 100%;
|
|
margin: 2px 0 2px 6px;
|
|
text-overflow: ellipsis;
|
|
background: #f0f2f5
|
|
}
|
|
|
|
.el-cascader__tags .el-tag[data-v-61fe5e7e]:not(.is-hit) {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-cascader__tags .el-tag > span[data-v-61fe5e7e] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.el-cascader__tags .el-tag .el-icon-close[data-v-61fe5e7e] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
background-color: #c0c4cc;
|
|
color: #fff
|
|
}
|
|
|
|
.el-cascader__tags .el-tag .el-icon-close[data-v-61fe5e7e]:hover {
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-cascader__suggestion-panel[data-v-61fe5e7e] {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-cascader__suggestion-list[data-v-61fe5e7e] {
|
|
max-height: 204px;
|
|
margin: 0;
|
|
padding: 6px 0;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
text-align: center
|
|
}
|
|
|
|
.el-cascader__suggestion-item[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 34px;
|
|
padding: 0 15px;
|
|
text-align: left;
|
|
outline: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-cascader__suggestion-item[data-v-61fe5e7e]:focus, .el-cascader__suggestion-item[data-v-61fe5e7e]:hover {
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-cascader__suggestion-item.is-checked[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-cascader__suggestion-item > span[data-v-61fe5e7e] {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.el-cascader__empty-text[data-v-61fe5e7e] {
|
|
margin: 10px 0;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input[data-v-61fe5e7e] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
height: 24px;
|
|
min-width: 60px;
|
|
margin: 2px 0 2px 15px;
|
|
padding: 0;
|
|
color: #606266;
|
|
border: none;
|
|
outline: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-cascader__search-input[data-v-61fe5e7e]::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input[data-v-61fe5e7e]::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input[data-v-61fe5e7e]:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input[data-v-61fe5e7e]::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader__search-input[data-v-61fe5e7e]::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-color-predefine[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
font-size: 12px;
|
|
margin-top: 8px;
|
|
width: 280px
|
|
}
|
|
|
|
.el-color-predefine__colors[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.el-color-predefine__color-selector[data-v-61fe5e7e] {
|
|
margin: 0 0 8px 8px;
|
|
width: 20px;
|
|
height: 20px;
|
|
border-radius: 4px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-color-predefine__color-selector[data-v-61fe5e7e]:nth-child(10n+1) {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-color-predefine__color-selector.selected[data-v-61fe5e7e] {
|
|
-webkit-box-shadow: 0 0 3px 2px #009e9f;
|
|
box-shadow: 0 0 3px 2px #009e9f
|
|
}
|
|
|
|
.el-color-predefine__color-selector > div[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 100%;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-color-predefine__color-selector.is-alpha[data-v-61fe5e7e] {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
|
|
}
|
|
|
|
.el-color-hue-slider[data-v-61fe5e7e] {
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 280px;
|
|
height: 12px;
|
|
background-color: red;
|
|
padding: 0 2px
|
|
}
|
|
|
|
.el-color-hue-slider__bar[data-v-61fe5e7e] {
|
|
position: relative;
|
|
background: -webkit-gradient(linear,left top,right top,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
|
|
background: linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);
|
|
height: 100%
|
|
}
|
|
|
|
.el-color-hue-slider__thumb[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 100%;
|
|
border-radius: 1px;
|
|
background: #fff;
|
|
border: 1px solid #f0f0f0;
|
|
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
z-index: 1
|
|
}
|
|
|
|
.el-color-hue-slider.is-vertical[data-v-61fe5e7e] {
|
|
width: 12px;
|
|
height: 180px;
|
|
padding: 2px 0
|
|
}
|
|
|
|
.el-color-hue-slider.is-vertical .el-color-hue-slider__bar[data-v-61fe5e7e] {
|
|
background: -webkit-gradient(linear,left top,left bottom,from(red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
|
|
background: linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)
|
|
}
|
|
|
|
.el-color-hue-slider.is-vertical .el-color-hue-slider__thumb[data-v-61fe5e7e] {
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 4px
|
|
}
|
|
|
|
.el-color-svpanel[data-v-61fe5e7e] {
|
|
position: relative;
|
|
width: 280px;
|
|
height: 180px
|
|
}
|
|
|
|
.el-color-svpanel__black[data-v-61fe5e7e], .el-color-svpanel__white[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-color-svpanel__white[data-v-61fe5e7e] {
|
|
background: -webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));
|
|
background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
|
|
}
|
|
|
|
.el-color-svpanel__black[data-v-61fe5e7e] {
|
|
background: -webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));
|
|
background: linear-gradient(0deg,#000,transparent)
|
|
}
|
|
|
|
.el-color-svpanel__cursor[data-v-61fe5e7e] {
|
|
position: absolute
|
|
}
|
|
|
|
.el-color-svpanel__cursor > div[data-v-61fe5e7e] {
|
|
cursor: head;
|
|
width: 4px;
|
|
height: 4px;
|
|
-webkit-box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
|
|
box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
|
|
border-radius: 50%;
|
|
-webkit-transform: translate(-2px,-2px);
|
|
transform: translate(-2px,-2px)
|
|
}
|
|
|
|
.el-color-alpha-slider[data-v-61fe5e7e] {
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 280px;
|
|
height: 12px;
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
|
|
}
|
|
|
|
.el-color-alpha-slider__bar[data-v-61fe5e7e] {
|
|
position: relative;
|
|
background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),to(#fff));
|
|
background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
|
|
height: 100%
|
|
}
|
|
|
|
.el-color-alpha-slider__thumb[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 100%;
|
|
border-radius: 1px;
|
|
background: #fff;
|
|
border: 1px solid #f0f0f0;
|
|
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
z-index: 1
|
|
}
|
|
|
|
.el-color-alpha-slider.is-vertical[data-v-61fe5e7e] {
|
|
width: 20px;
|
|
height: 180px
|
|
}
|
|
|
|
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar[data-v-61fe5e7e] {
|
|
background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
|
|
background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)
|
|
}
|
|
|
|
.el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb[data-v-61fe5e7e] {
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 4px
|
|
}
|
|
|
|
.el-color-dropdown[data-v-61fe5e7e] {
|
|
width: 300px
|
|
}
|
|
|
|
.el-color-dropdown__main-wrapper[data-v-61fe5e7e] {
|
|
margin-bottom: 6px
|
|
}
|
|
|
|
.el-color-dropdown__main-wrapper[data-v-61fe5e7e]:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both
|
|
}
|
|
|
|
.el-color-dropdown__btns[data-v-61fe5e7e] {
|
|
margin-top: 6px;
|
|
text-align: right
|
|
}
|
|
|
|
.el-color-dropdown__value[data-v-61fe5e7e] {
|
|
float: left;
|
|
line-height: 26px;
|
|
font-size: 12px;
|
|
color: #000;
|
|
width: 160px
|
|
}
|
|
|
|
.el-color-dropdown__btn[data-v-61fe5e7e] {
|
|
border: 1px solid #dcdcdc;
|
|
color: #333;
|
|
line-height: 24px;
|
|
border-radius: 2px;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
outline: none;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-color-dropdown__btn[disabled][data-v-61fe5e7e] {
|
|
color: #ccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-color-dropdown__btn[data-v-61fe5e7e]:hover {
|
|
color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-color-dropdown__link-btn[data-v-61fe5e7e] {
|
|
cursor: pointer;
|
|
color: #009e9f;
|
|
text-decoration: none;
|
|
padding: 15px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-color-dropdown__link-btn[data-v-61fe5e7e]:hover {
|
|
color: tint(#009e9f,20%)
|
|
}
|
|
|
|
.el-color-picker[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
position: relative;
|
|
line-height: normal;
|
|
height: 40px
|
|
}
|
|
|
|
.el-color-picker.is-disabled .el-color-picker__trigger[data-v-61fe5e7e] {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-color-picker--medium[data-v-61fe5e7e] {
|
|
height: 36px
|
|
}
|
|
|
|
.el-color-picker--medium .el-color-picker__trigger[data-v-61fe5e7e] {
|
|
height: 36px;
|
|
width: 36px
|
|
}
|
|
|
|
.el-color-picker--medium .el-color-picker__mask[data-v-61fe5e7e] {
|
|
height: 34px;
|
|
width: 34px
|
|
}
|
|
|
|
.el-color-picker--small[data-v-61fe5e7e] {
|
|
height: 32px
|
|
}
|
|
|
|
.el-color-picker--small .el-color-picker__trigger[data-v-61fe5e7e] {
|
|
height: 32px;
|
|
width: 32px
|
|
}
|
|
|
|
.el-color-picker--small .el-color-picker__mask[data-v-61fe5e7e] {
|
|
height: 30px;
|
|
width: 30px
|
|
}
|
|
|
|
.el-color-picker--small .el-color-picker__empty[data-v-61fe5e7e], .el-color-picker--small .el-color-picker__icon[data-v-61fe5e7e] {
|
|
-webkit-transform: translate3d(-50%,-50%,0) scale(.8);
|
|
transform: translate3d(-50%,-50%,0) scale(.8)
|
|
}
|
|
|
|
.el-color-picker--mini[data-v-61fe5e7e] {
|
|
height: 28px
|
|
}
|
|
|
|
.el-color-picker--mini .el-color-picker__trigger[data-v-61fe5e7e] {
|
|
height: 28px;
|
|
width: 28px
|
|
}
|
|
|
|
.el-color-picker--mini .el-color-picker__mask[data-v-61fe5e7e] {
|
|
height: 26px;
|
|
width: 26px
|
|
}
|
|
|
|
.el-color-picker--mini .el-color-picker__empty[data-v-61fe5e7e], .el-color-picker--mini .el-color-picker__icon[data-v-61fe5e7e] {
|
|
-webkit-transform: translate3d(-50%,-50%,0) scale(.8);
|
|
transform: translate3d(-50%,-50%,0) scale(.8)
|
|
}
|
|
|
|
.el-color-picker__mask[data-v-61fe5e7e] {
|
|
height: 38px;
|
|
width: 38px;
|
|
border-radius: 4px;
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 1px;
|
|
z-index: 1;
|
|
cursor: not-allowed;
|
|
background-color: hsla(0,0%,100%,.7)
|
|
}
|
|
|
|
.el-color-picker__trigger[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 40px;
|
|
width: 40px;
|
|
padding: 4px;
|
|
border: 1px solid #e6e6e6;
|
|
border-radius: 4px;
|
|
font-size: 0;
|
|
position: relative;
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-color-picker__color[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid #999;
|
|
border-radius: 2px;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center
|
|
}
|
|
|
|
.el-color-picker__color.is-alpha[data-v-61fe5e7e] {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
|
|
}
|
|
|
|
.el-color-picker__color-inner[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-color-picker__empty[data-v-61fe5e7e] {
|
|
color: #999
|
|
}
|
|
|
|
.el-color-picker__empty[data-v-61fe5e7e], .el-color-picker__icon[data-v-61fe5e7e] {
|
|
font-size: 12px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate3d(-50%,-50%,0);
|
|
transform: translate3d(-50%,-50%,0)
|
|
}
|
|
|
|
.el-color-picker__icon[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
width: 100%;
|
|
color: #fff;
|
|
text-align: center
|
|
}
|
|
|
|
.el-color-picker__panel[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
z-index: 10;
|
|
padding: 6px;
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
background-color: #fff;
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.el-textarea[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
vertical-align: bottom;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-textarea__inner[data-v-61fe5e7e] {
|
|
display: block;
|
|
resize: vertical;
|
|
padding: 5px 15px;
|
|
line-height: 1.5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
font-size: inherit;
|
|
color: #606266;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #dcdfe6;
|
|
border-radius: 4px;
|
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-textarea__inner[data-v-61fe5e7e]::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner[data-v-61fe5e7e]::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner[data-v-61fe5e7e]:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner[data-v-61fe5e7e]::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner[data-v-61fe5e7e]::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner[data-v-61fe5e7e]:hover {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea__inner[data-v-61fe5e7e]:focus {
|
|
outline: none;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-textarea .el-input__count[data-v-61fe5e7e] {
|
|
color: #909399;
|
|
background: #fff;
|
|
position: absolute;
|
|
font-size: 12px;
|
|
bottom: 5px;
|
|
right: 10px
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner[data-v-61fe5e7e]::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner[data-v-61fe5e7e]::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner[data-v-61fe5e7e]:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner[data-v-61fe5e7e]::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-disabled .el-textarea__inner[data-v-61fe5e7e]::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-textarea.is-exceed .el-textarea__inner[data-v-61fe5e7e] {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-textarea.is-exceed .el-input__count[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-input[data-v-61fe5e7e] {
|
|
position: relative;
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
width: 100%
|
|
}
|
|
|
|
.el-input[data-v-61fe5e7e]::-webkit-scrollbar {
|
|
z-index: 11;
|
|
width: 6px
|
|
}
|
|
|
|
.el-input[data-v-61fe5e7e]::-webkit-scrollbar:horizontal {
|
|
height: 6px
|
|
}
|
|
|
|
.el-input[data-v-61fe5e7e]::-webkit-scrollbar-thumb {
|
|
border-radius: 5px;
|
|
width: 6px;
|
|
background: #b4bccc
|
|
}
|
|
|
|
.el-input[data-v-61fe5e7e]::-webkit-scrollbar-corner, .el-input[data-v-61fe5e7e]::-webkit-scrollbar-track {
|
|
background: #fff
|
|
}
|
|
|
|
.el-input[data-v-61fe5e7e]::-webkit-scrollbar-track-piece {
|
|
background: #fff;
|
|
width: 6px
|
|
}
|
|
|
|
.el-input .el-input__clear[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.el-input .el-input__clear[data-v-61fe5e7e]:hover {
|
|
color: #909399
|
|
}
|
|
|
|
.el-input .el-input__count[data-v-61fe5e7e] {
|
|
height: 100%;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #909399;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-input .el-input__count .el-input__count-inner[data-v-61fe5e7e] {
|
|
background: #fff;
|
|
line-height: normal;
|
|
display: inline-block;
|
|
padding: 0 5px
|
|
}
|
|
|
|
.el-input__inner[data-v-61fe5e7e] {
|
|
-webkit-appearance: none;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border-radius: 4px;
|
|
border: 1px solid #dcdfe6;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #606266;
|
|
display: inline-block;
|
|
font-size: inherit;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
outline: none;
|
|
padding: 0 15px;
|
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
width: 100%
|
|
}
|
|
|
|
.el-input__inner[data-v-61fe5e7e]::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner[data-v-61fe5e7e]::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner[data-v-61fe5e7e]:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner[data-v-61fe5e7e]::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner[data-v-61fe5e7e]::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner[data-v-61fe5e7e]:hover {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-input__inner[data-v-61fe5e7e]:focus {
|
|
outline: none;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-input__suffix[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
height: 100%;
|
|
right: 5px;
|
|
top: 0;
|
|
text-align: center;
|
|
color: #c0c4cc;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s;
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-input__suffix-inner[data-v-61fe5e7e] {
|
|
pointer-events: all
|
|
}
|
|
|
|
.el-input__prefix[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 0;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input__icon[data-v-61fe5e7e], .el-input__prefix[data-v-61fe5e7e] {
|
|
height: 100%;
|
|
text-align: center;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s
|
|
}
|
|
|
|
.el-input__icon[data-v-61fe5e7e] {
|
|
width: 25px;
|
|
line-height: 40px
|
|
}
|
|
|
|
.el-input__icon[data-v-61fe5e7e]:after {
|
|
content: "";
|
|
height: 100%;
|
|
width: 0;
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-input__validateIcon[data-v-61fe5e7e] {
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-input.is-active .el-input__inner[data-v-61fe5e7e] {
|
|
outline: none;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner[data-v-61fe5e7e]::-webkit-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner[data-v-61fe5e7e]::-moz-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner[data-v-61fe5e7e]:-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner[data-v-61fe5e7e]::-ms-input-placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__inner[data-v-61fe5e7e]::placeholder {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-input.is-disabled .el-input__icon[data-v-61fe5e7e] {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-input.is-exceed .el-input__inner[data-v-61fe5e7e] {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-input.is-exceed .el-input__suffix .el-input__count[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-input--suffix .el-input__inner[data-v-61fe5e7e] {
|
|
padding-right: 30px
|
|
}
|
|
|
|
.el-input--prefix .el-input__inner[data-v-61fe5e7e] {
|
|
padding-left: 30px
|
|
}
|
|
|
|
.el-input--medium[data-v-61fe5e7e] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-input--medium .el-input__inner[data-v-61fe5e7e] {
|
|
height: 36px;
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-input--medium .el-input__icon[data-v-61fe5e7e] {
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-input--small[data-v-61fe5e7e] {
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-input--small .el-input__inner[data-v-61fe5e7e] {
|
|
height: 32px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-input--small .el-input__icon[data-v-61fe5e7e] {
|
|
line-height: 32px
|
|
}
|
|
|
|
.el-input--mini[data-v-61fe5e7e] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-input--mini .el-input__inner[data-v-61fe5e7e] {
|
|
height: 28px;
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-input--mini .el-input__icon[data-v-61fe5e7e] {
|
|
line-height: 28px
|
|
}
|
|
|
|
.el-input-group[data-v-61fe5e7e] {
|
|
line-height: normal;
|
|
display: inline-table;
|
|
width: 100%;
|
|
border-collapse: separate;
|
|
border-spacing: 0
|
|
}
|
|
|
|
.el-input-group > .el-input__inner[data-v-61fe5e7e] {
|
|
vertical-align: middle;
|
|
display: table-cell
|
|
}
|
|
|
|
.el-input-group__append[data-v-61fe5e7e], .el-input-group__prepend[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
color: #909399;
|
|
vertical-align: middle;
|
|
display: table-cell;
|
|
position: relative;
|
|
border: 1px solid #dcdfe6;
|
|
border-radius: 4px;
|
|
padding: 0 20px;
|
|
width: 1px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.el-input-group__append[data-v-61fe5e7e]:focus, .el-input-group__prepend[data-v-61fe5e7e]:focus {
|
|
outline: none
|
|
}
|
|
|
|
.el-input-group__append .el-button[data-v-61fe5e7e], .el-input-group__append .el-select[data-v-61fe5e7e], .el-input-group__prepend .el-button[data-v-61fe5e7e], .el-input-group__prepend .el-select[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
margin: -10px -20px
|
|
}
|
|
|
|
.el-input-group__append button.el-button[data-v-61fe5e7e], .el-input-group__append div.el-select .el-input__inner[data-v-61fe5e7e], .el-input-group__append div.el-select:hover .el-input__inner[data-v-61fe5e7e], .el-input-group__prepend button.el-button[data-v-61fe5e7e], .el-input-group__prepend div.el-select .el-input__inner[data-v-61fe5e7e], .el-input-group__prepend div.el-select:hover .el-input__inner[data-v-61fe5e7e] {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
color: inherit;
|
|
border-top: 0;
|
|
border-bottom: 0
|
|
}
|
|
|
|
.el-input-group__append .el-button[data-v-61fe5e7e], .el-input-group__append .el-input[data-v-61fe5e7e], .el-input-group__prepend .el-button[data-v-61fe5e7e], .el-input-group__prepend .el-input[data-v-61fe5e7e] {
|
|
font-size: inherit
|
|
}
|
|
|
|
.el-input-group__prepend[data-v-61fe5e7e] {
|
|
border-right: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.el-input-group__append[data-v-61fe5e7e] {
|
|
border-left: 0
|
|
}
|
|
|
|
.el-input-group--prepend .el-input__inner[data-v-61fe5e7e], .el-input-group__append[data-v-61fe5e7e] {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner[data-v-61fe5e7e] {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-input-group--append .el-input__inner[data-v-61fe5e7e] {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.el-input-group--append .el-select .el-input.is-focus .el-input__inner[data-v-61fe5e7e] {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-input__inner[data-v-61fe5e7e]::-ms-clear {
|
|
display: none;
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.el-transfer[data-v-61fe5e7e] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-transfer__buttons[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 0 30px
|
|
}
|
|
|
|
.el-transfer__button[data-v-61fe5e7e] {
|
|
display: block;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
background-color: #009e9f;
|
|
font-size: 0
|
|
}
|
|
|
|
.el-transfer__button.is-with-texts[data-v-61fe5e7e] {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-transfer__button.is-disabled[data-v-61fe5e7e], .el-transfer__button.is-disabled[data-v-61fe5e7e]:hover {
|
|
border: 1px solid #dcdfe6;
|
|
background-color: #f5f7fa;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-transfer__button[data-v-61fe5e7e]:first-child {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.el-transfer__button[data-v-61fe5e7e]:nth-child(2) {
|
|
margin: 0
|
|
}
|
|
|
|
.el-transfer__button i[data-v-61fe5e7e], .el-transfer__button span[data-v-61fe5e7e] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-transfer__button [class*=el-icon-] + span[data-v-61fe5e7e] {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-transfer-panel[data-v-61fe5e7e] {
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 200px;
|
|
max-height: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
position: relative
|
|
}
|
|
|
|
.el-transfer-panel__body[data-v-61fe5e7e] {
|
|
height: 246px
|
|
}
|
|
|
|
.el-transfer-panel__body.is-with-footer[data-v-61fe5e7e] {
|
|
padding-bottom: 40px
|
|
}
|
|
|
|
.el-transfer-panel__list[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
padding: 6px 0;
|
|
list-style: none;
|
|
height: 246px;
|
|
overflow: auto;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-transfer-panel__list.is-filterable[data-v-61fe5e7e] {
|
|
height: 194px;
|
|
padding-top: 0
|
|
}
|
|
|
|
.el-transfer-panel__item[data-v-61fe5e7e] {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding-left: 15px;
|
|
display: block
|
|
}
|
|
|
|
.el-transfer-panel__item + .el-transfer-panel__item[data-v-61fe5e7e] {
|
|
margin-left: 0;
|
|
display: block !important
|
|
}
|
|
|
|
.el-transfer-panel__item.el-checkbox[data-v-61fe5e7e] {
|
|
color: #606266
|
|
}
|
|
|
|
.el-transfer-panel__item[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-left: 24px;
|
|
line-height: 30px
|
|
}
|
|
|
|
.el-transfer-panel__item .el-checkbox__input[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 8px
|
|
}
|
|
|
|
.el-transfer-panel__filter[data-v-61fe5e7e] {
|
|
text-align: center;
|
|
margin: 15px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
width: auto
|
|
}
|
|
|
|
.el-transfer-panel__filter .el-input__inner[data-v-61fe5e7e] {
|
|
height: 32px;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 16px;
|
|
padding-right: 10px;
|
|
padding-left: 30px
|
|
}
|
|
|
|
.el-transfer-panel__filter .el-input__icon[data-v-61fe5e7e] {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-transfer-panel__filter .el-icon-circle-close[data-v-61fe5e7e] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__header[data-v-61fe5e7e] {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #f5f7fa;
|
|
margin: 0;
|
|
padding-left: 15px;
|
|
border-bottom: 1px solid #e6ebf5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #000
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__header .el-checkbox[data-v-61fe5e7e] {
|
|
display: block;
|
|
line-height: 40px
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label[data-v-61fe5e7e] {
|
|
font-size: 16px;
|
|
color: #303133;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
right: 15px;
|
|
color: #909399;
|
|
font-size: 12px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__footer[data-v-61fe5e7e] {
|
|
height: 40px;
|
|
background: #fff;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-top: 1px solid #e6ebf5;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 1
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__footer[data-v-61fe5e7e]:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__footer .el-checkbox[data-v-61fe5e7e] {
|
|
padding-left: 20px;
|
|
color: #606266
|
|
}
|
|
|
|
.el-transfer-panel .el-transfer-panel__empty[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 6px 15px 0;
|
|
color: #909399;
|
|
text-align: center
|
|
}
|
|
|
|
.el-transfer-panel .el-checkbox__label[data-v-61fe5e7e] {
|
|
padding-left: 8px
|
|
}
|
|
|
|
.el-transfer-panel .el-checkbox__inner[data-v-61fe5e7e] {
|
|
height: 14px;
|
|
width: 14px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-transfer-panel .el-checkbox__inner[data-v-61fe5e7e]:after {
|
|
height: 6px;
|
|
width: 3px;
|
|
left: 4px
|
|
}
|
|
|
|
.el-container[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
flex-basis: auto;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
min-width: 0
|
|
}
|
|
|
|
.el-container.is-vertical[data-v-61fe5e7e] {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column
|
|
}
|
|
|
|
.el-header[data-v-61fe5e7e] {
|
|
padding: 0 20px
|
|
}
|
|
|
|
.el-aside[data-v-61fe5e7e], .el-header[data-v-61fe5e7e] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0
|
|
}
|
|
|
|
.el-aside[data-v-61fe5e7e] {
|
|
overflow: auto
|
|
}
|
|
|
|
.el-main[data-v-61fe5e7e] {
|
|
display: block;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
flex-basis: auto;
|
|
overflow: auto;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 20px
|
|
}
|
|
|
|
.el-footer[data-v-61fe5e7e] {
|
|
padding: 0 20px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0
|
|
}
|
|
|
|
.el-timeline[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
font-size: 14px;
|
|
list-style: none
|
|
}
|
|
|
|
.el-timeline .el-timeline-item:last-child .el-timeline-item__tail[data-v-61fe5e7e] {
|
|
display: none
|
|
}
|
|
|
|
.el-timeline-item[data-v-61fe5e7e] {
|
|
position: relative;
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.el-timeline-item__wrapper[data-v-61fe5e7e] {
|
|
position: relative;
|
|
padding-left: 28px;
|
|
top: -3px
|
|
}
|
|
|
|
.el-timeline-item__tail[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 4px;
|
|
height: 100%;
|
|
border-left: 2px solid #dfe4ed
|
|
}
|
|
|
|
.el-timeline-item__icon[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-timeline-item__node[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
background-color: #dfe4ed;
|
|
border-radius: 50%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-timeline-item__node--normal[data-v-61fe5e7e] {
|
|
left: -1px;
|
|
width: 12px;
|
|
height: 12px
|
|
}
|
|
|
|
.el-timeline-item__node--large[data-v-61fe5e7e] {
|
|
left: -2px;
|
|
width: 14px;
|
|
height: 14px
|
|
}
|
|
|
|
.el-timeline-item__node--primary[data-v-61fe5e7e] {
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.el-timeline-item__node--success[data-v-61fe5e7e] {
|
|
background-color: #13ce66
|
|
}
|
|
|
|
.el-timeline-item__node--warning[data-v-61fe5e7e] {
|
|
background-color: #ffba00
|
|
}
|
|
|
|
.el-timeline-item__node--danger[data-v-61fe5e7e] {
|
|
background-color: #ff4949
|
|
}
|
|
|
|
.el-timeline-item__node--info[data-v-61fe5e7e] {
|
|
background-color: #909399
|
|
}
|
|
|
|
.el-timeline-item__dot[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-timeline-item__content[data-v-61fe5e7e] {
|
|
color: #303133
|
|
}
|
|
|
|
.el-timeline-item__timestamp[data-v-61fe5e7e] {
|
|
color: #909399;
|
|
line-height: 1;
|
|
font-size: 13px
|
|
}
|
|
|
|
.el-timeline-item__timestamp.is-top[data-v-61fe5e7e] {
|
|
margin-bottom: 8px;
|
|
padding-top: 4px
|
|
}
|
|
|
|
.el-timeline-item__timestamp.is-bottom[data-v-61fe5e7e] {
|
|
margin-top: 8px
|
|
}
|
|
|
|
.el-link[data-v-61fe5e7e] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
text-decoration: none;
|
|
outline: none;
|
|
cursor: pointer;
|
|
padding: 0;
|
|
font-size: 14px;
|
|
font-weight: 500
|
|
}
|
|
|
|
.el-link.is-underline[data-v-61fe5e7e]:hover:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
height: 0;
|
|
bottom: 0;
|
|
border-bottom: 1px solid #009e9f
|
|
}
|
|
|
|
.el-link.is-disabled[data-v-61fe5e7e] {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-link [class*=el-icon-] + span[data-v-61fe5e7e] {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-link.el-link--default[data-v-61fe5e7e] {
|
|
color: #606266
|
|
}
|
|
|
|
.el-link.el-link--default[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--default[data-v-61fe5e7e]:after {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--default.is-disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-link.el-link--primary[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--primary[data-v-61fe5e7e]:hover {
|
|
color: #33b1b2
|
|
}
|
|
|
|
.el-link.el-link--primary[data-v-61fe5e7e]:after {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--primary.is-disabled[data-v-61fe5e7e] {
|
|
color: #80cfcf
|
|
}
|
|
|
|
.el-link.el-link--primary.is-underline[data-v-61fe5e7e]:hover:after {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-link.el-link--danger[data-v-61fe5e7e] {
|
|
color: #ff4949
|
|
}
|
|
|
|
.el-link.el-link--danger[data-v-61fe5e7e]:hover {
|
|
color: #ff6d6d
|
|
}
|
|
|
|
.el-link.el-link--danger[data-v-61fe5e7e]:after {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-link.el-link--danger.is-disabled[data-v-61fe5e7e] {
|
|
color: #ffa4a4
|
|
}
|
|
|
|
.el-link.el-link--danger.is-underline[data-v-61fe5e7e]:hover:after {
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-link.el-link--success[data-v-61fe5e7e] {
|
|
color: #13ce66
|
|
}
|
|
|
|
.el-link.el-link--success[data-v-61fe5e7e]:hover {
|
|
color: #42d885
|
|
}
|
|
|
|
.el-link.el-link--success[data-v-61fe5e7e]:after {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-link.el-link--success.is-disabled[data-v-61fe5e7e] {
|
|
color: #89e7b3
|
|
}
|
|
|
|
.el-link.el-link--success.is-underline[data-v-61fe5e7e]:hover:after {
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-link.el-link--warning[data-v-61fe5e7e] {
|
|
color: #ffba00
|
|
}
|
|
|
|
.el-link.el-link--warning[data-v-61fe5e7e]:hover {
|
|
color: #ffc833
|
|
}
|
|
|
|
.el-link.el-link--warning[data-v-61fe5e7e]:after {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-link.el-link--warning.is-disabled[data-v-61fe5e7e] {
|
|
color: #ffdd80
|
|
}
|
|
|
|
.el-link.el-link--warning.is-underline[data-v-61fe5e7e]:hover:after {
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-link.el-link--info[data-v-61fe5e7e] {
|
|
color: #909399
|
|
}
|
|
|
|
.el-link.el-link--info[data-v-61fe5e7e]:hover {
|
|
color: #a6a9ad
|
|
}
|
|
|
|
.el-link.el-link--info[data-v-61fe5e7e]:after {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-link.el-link--info.is-disabled[data-v-61fe5e7e] {
|
|
color: #c8c9cc
|
|
}
|
|
|
|
.el-link.el-link--info.is-underline[data-v-61fe5e7e]:hover:after {
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-divider[data-v-61fe5e7e] {
|
|
background-color: #dcdfe6;
|
|
position: relative
|
|
}
|
|
|
|
.el-divider--horizontal[data-v-61fe5e7e] {
|
|
display: block;
|
|
height: 1px;
|
|
width: 100%;
|
|
margin: 24px 0
|
|
}
|
|
|
|
.el-divider--vertical[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
width: 1px;
|
|
height: 1em;
|
|
margin: 0 8px;
|
|
vertical-align: middle;
|
|
position: relative
|
|
}
|
|
|
|
.el-divider__text[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
background-color: #fff;
|
|
padding: 0 20px;
|
|
font-weight: 500;
|
|
color: #303133;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-divider__text.is-left[data-v-61fe5e7e] {
|
|
left: 20px;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.el-divider__text.is-center[data-v-61fe5e7e] {
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
|
transform: translateX(-50%) translateY(-50%)
|
|
}
|
|
|
|
.el-divider__text.is-right[data-v-61fe5e7e] {
|
|
right: 20px;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.el-image__error[data-v-61fe5e7e], .el-image__inner[data-v-61fe5e7e], .el-image__placeholder[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.el-image[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: inline-block;
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-image__inner[data-v-61fe5e7e] {
|
|
vertical-align: top
|
|
}
|
|
|
|
.el-image__inner--center[data-v-61fe5e7e] {
|
|
position: relative;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
display: block
|
|
}
|
|
|
|
.el-image__placeholder[data-v-61fe5e7e] {
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-image__error[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 14px;
|
|
background: #f5f7fa;
|
|
color: #c0c4cc;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-image__preview[data-v-61fe5e7e] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-image-viewer__wrapper[data-v-61fe5e7e] {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0
|
|
}
|
|
|
|
.el-image-viewer__btn[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
z-index: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
border-radius: 50%;
|
|
opacity: .8;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.el-image-viewer__close[data-v-61fe5e7e] {
|
|
top: 40px;
|
|
right: 40px;
|
|
width: 40px;
|
|
height: 40px;
|
|
font-size: 40px
|
|
}
|
|
|
|
.el-image-viewer__canvas[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-image-viewer__actions[data-v-61fe5e7e] {
|
|
left: 50%;
|
|
bottom: 30px;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
width: 282px;
|
|
height: 44px;
|
|
padding: 0 23px;
|
|
background-color: #606266;
|
|
border-color: #fff;
|
|
border-radius: 22px
|
|
}
|
|
|
|
.el-image-viewer__actions__inner[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: justify;
|
|
cursor: default;
|
|
font-size: 23px;
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.el-image-viewer__prev[data-v-61fe5e7e] {
|
|
left: 40px
|
|
}
|
|
|
|
.el-image-viewer__next[data-v-61fe5e7e], .el-image-viewer__prev[data-v-61fe5e7e] {
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
width: 44px;
|
|
height: 44px;
|
|
font-size: 24px;
|
|
color: #fff;
|
|
background-color: #606266;
|
|
border-color: #fff
|
|
}
|
|
|
|
.el-image-viewer__next[data-v-61fe5e7e] {
|
|
right: 40px;
|
|
text-indent: 2px
|
|
}
|
|
|
|
.el-image-viewer__mask[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: .5;
|
|
background: #000
|
|
}
|
|
|
|
.viewer-fade-enter-active[data-v-61fe5e7e] {
|
|
-webkit-animation: viewer-fade-in-data-v-61fe5e7e .3s;
|
|
animation: viewer-fade-in-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.viewer-fade-leave-active[data-v-61fe5e7e] {
|
|
-webkit-animation: viewer-fade-out-data-v-61fe5e7e .3s;
|
|
animation: viewer-fade-out-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
@-webkit-keyframes viewer-fade-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes viewer-fade-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes viewer-fade-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes viewer-fade-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.el-button[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
background: #fff;
|
|
border: 1px solid #dcdfe6;
|
|
border-color: #dcdfe6;
|
|
color: #606266;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
margin: 0;
|
|
-webkit-transition: .1s;
|
|
transition: .1s;
|
|
font-weight: 400;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-button + .el-button[data-v-61fe5e7e] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-button.is-round[data-v-61fe5e7e] {
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.el-button[data-v-61fe5e7e]:focus, .el-button[data-v-61fe5e7e]:hover {
|
|
color: #009e9f;
|
|
border-color: #b3e2e2;
|
|
background-color: #e6f5f5
|
|
}
|
|
|
|
.el-button[data-v-61fe5e7e]:active {
|
|
color: #008e8f;
|
|
border-color: #008e8f;
|
|
outline: none
|
|
}
|
|
|
|
.el-button[data-v-61fe5e7e]::-moz-focus-inner {
|
|
border: 0
|
|
}
|
|
|
|
.el-button [class*=el-icon-] + span[data-v-61fe5e7e] {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-button.is-plain[data-v-61fe5e7e]:focus, .el-button.is-plain[data-v-61fe5e7e]:hover {
|
|
background: #fff;
|
|
border-color: #009e9f;
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-button.is-plain[data-v-61fe5e7e]:active {
|
|
background: #fff;
|
|
border-color: #008e8f;
|
|
color: #008e8f;
|
|
outline: none
|
|
}
|
|
|
|
.el-button.is-active[data-v-61fe5e7e] {
|
|
color: #008e8f;
|
|
border-color: #008e8f
|
|
}
|
|
|
|
.el-button.is-disabled[data-v-61fe5e7e], .el-button.is-disabled[data-v-61fe5e7e]:focus, .el-button.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed;
|
|
background-image: none;
|
|
background-color: #fff;
|
|
border-color: #e6ebf5
|
|
}
|
|
|
|
.el-button.is-disabled.el-button--text[data-v-61fe5e7e] {
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-button.is-disabled.is-plain[data-v-61fe5e7e], .el-button.is-disabled.is-plain[data-v-61fe5e7e]:focus, .el-button.is-disabled.is-plain[data-v-61fe5e7e]:hover {
|
|
background-color: #fff;
|
|
border-color: #e6ebf5;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-button.is-loading[data-v-61fe5e7e] {
|
|
position: relative;
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-button.is-loading[data-v-61fe5e7e]:before {
|
|
pointer-events: none;
|
|
content: "";
|
|
position: absolute;
|
|
left: -1px;
|
|
top: -1px;
|
|
right: -1px;
|
|
bottom: -1px;
|
|
border-radius: inherit;
|
|
background-color: hsla(0,0%,100%,.35)
|
|
}
|
|
|
|
.el-button.is-round[data-v-61fe5e7e] {
|
|
border-radius: 20px;
|
|
padding: 12px 23px
|
|
}
|
|
|
|
.el-button.is-circle[data-v-61fe5e7e] {
|
|
border-radius: 50%;
|
|
padding: 12px
|
|
}
|
|
|
|
.el-button--primary[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
background-color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-button--primary[data-v-61fe5e7e]:focus, .el-button--primary[data-v-61fe5e7e]:hover {
|
|
background: #33b1b2;
|
|
border-color: #33b1b2;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--primary[data-v-61fe5e7e]:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--primary.is-active[data-v-61fe5e7e], .el-button--primary[data-v-61fe5e7e]:active {
|
|
background: #008e8f;
|
|
border-color: #008e8f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--primary.is-disabled[data-v-61fe5e7e], .el-button--primary.is-disabled[data-v-61fe5e7e]:active, .el-button--primary.is-disabled[data-v-61fe5e7e]:focus, .el-button--primary.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #80cfcf;
|
|
border-color: #80cfcf
|
|
}
|
|
|
|
.el-button--primary.is-plain[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
background: #e6f5f5;
|
|
border-color: #99d8d9
|
|
}
|
|
|
|
.el-button--primary.is-plain[data-v-61fe5e7e]:focus, .el-button--primary.is-plain[data-v-61fe5e7e]:hover {
|
|
background: #009e9f;
|
|
border-color: #009e9f;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--primary.is-plain[data-v-61fe5e7e]:active {
|
|
background: #008e8f;
|
|
border-color: #008e8f;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--primary.is-plain.is-disabled[data-v-61fe5e7e], .el-button--primary.is-plain.is-disabled[data-v-61fe5e7e]:active, .el-button--primary.is-plain.is-disabled[data-v-61fe5e7e]:focus, .el-button--primary.is-plain.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #66c5c5;
|
|
background-color: #e6f5f5;
|
|
border-color: #ccecec
|
|
}
|
|
|
|
.el-button--success[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
background-color: #13ce66;
|
|
border-color: #13ce66
|
|
}
|
|
|
|
.el-button--success[data-v-61fe5e7e]:focus, .el-button--success[data-v-61fe5e7e]:hover {
|
|
background: #42d885;
|
|
border-color: #42d885;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--success[data-v-61fe5e7e]:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--success.is-active[data-v-61fe5e7e], .el-button--success[data-v-61fe5e7e]:active {
|
|
background: #11b95c;
|
|
border-color: #11b95c;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--success.is-disabled[data-v-61fe5e7e], .el-button--success.is-disabled[data-v-61fe5e7e]:active, .el-button--success.is-disabled[data-v-61fe5e7e]:focus, .el-button--success.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #89e7b3;
|
|
border-color: #89e7b3
|
|
}
|
|
|
|
.el-button--success.is-plain[data-v-61fe5e7e] {
|
|
color: #13ce66;
|
|
background: #e7faf0;
|
|
border-color: #a1ebc2
|
|
}
|
|
|
|
.el-button--success.is-plain[data-v-61fe5e7e]:focus, .el-button--success.is-plain[data-v-61fe5e7e]:hover {
|
|
background: #13ce66;
|
|
border-color: #13ce66;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--success.is-plain[data-v-61fe5e7e]:active {
|
|
background: #11b95c;
|
|
border-color: #11b95c;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--success.is-plain.is-disabled[data-v-61fe5e7e], .el-button--success.is-plain.is-disabled[data-v-61fe5e7e]:active, .el-button--success.is-plain.is-disabled[data-v-61fe5e7e]:focus, .el-button--success.is-plain.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #71e2a3;
|
|
background-color: #e7faf0;
|
|
border-color: #d0f5e0
|
|
}
|
|
|
|
.el-button--warning[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
background-color: #ffba00;
|
|
border-color: #ffba00
|
|
}
|
|
|
|
.el-button--warning[data-v-61fe5e7e]:focus, .el-button--warning[data-v-61fe5e7e]:hover {
|
|
background: #ffc833;
|
|
border-color: #ffc833;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--warning[data-v-61fe5e7e]:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--warning.is-active[data-v-61fe5e7e], .el-button--warning[data-v-61fe5e7e]:active {
|
|
background: #e6a700;
|
|
border-color: #e6a700;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--warning.is-disabled[data-v-61fe5e7e], .el-button--warning.is-disabled[data-v-61fe5e7e]:active, .el-button--warning.is-disabled[data-v-61fe5e7e]:focus, .el-button--warning.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #ffdd80;
|
|
border-color: #ffdd80
|
|
}
|
|
|
|
.el-button--warning.is-plain[data-v-61fe5e7e] {
|
|
color: #ffba00;
|
|
background: #fff8e6;
|
|
border-color: #ffe399
|
|
}
|
|
|
|
.el-button--warning.is-plain[data-v-61fe5e7e]:focus, .el-button--warning.is-plain[data-v-61fe5e7e]:hover {
|
|
background: #ffba00;
|
|
border-color: #ffba00;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--warning.is-plain[data-v-61fe5e7e]:active {
|
|
background: #e6a700;
|
|
border-color: #e6a700;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--warning.is-plain.is-disabled[data-v-61fe5e7e], .el-button--warning.is-plain.is-disabled[data-v-61fe5e7e]:active, .el-button--warning.is-plain.is-disabled[data-v-61fe5e7e]:focus, .el-button--warning.is-plain.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #ffd666;
|
|
background-color: #fff8e6;
|
|
border-color: #fff1cc
|
|
}
|
|
|
|
.el-button--danger[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
background-color: #ff4949;
|
|
border-color: #ff4949
|
|
}
|
|
|
|
.el-button--danger[data-v-61fe5e7e]:focus, .el-button--danger[data-v-61fe5e7e]:hover {
|
|
background: #ff6d6d;
|
|
border-color: #ff6d6d;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--danger[data-v-61fe5e7e]:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--danger.is-active[data-v-61fe5e7e], .el-button--danger[data-v-61fe5e7e]:active {
|
|
background: #e64242;
|
|
border-color: #e64242;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--danger.is-disabled[data-v-61fe5e7e], .el-button--danger.is-disabled[data-v-61fe5e7e]:active, .el-button--danger.is-disabled[data-v-61fe5e7e]:focus, .el-button--danger.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #ffa4a4;
|
|
border-color: #ffa4a4
|
|
}
|
|
|
|
.el-button--danger.is-plain[data-v-61fe5e7e] {
|
|
color: #ff4949;
|
|
background: #ffeded;
|
|
border-color: #ffb6b6
|
|
}
|
|
|
|
.el-button--danger.is-plain[data-v-61fe5e7e]:focus, .el-button--danger.is-plain[data-v-61fe5e7e]:hover {
|
|
background: #ff4949;
|
|
border-color: #ff4949;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--danger.is-plain[data-v-61fe5e7e]:active {
|
|
background: #e64242;
|
|
border-color: #e64242;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--danger.is-plain.is-disabled[data-v-61fe5e7e], .el-button--danger.is-plain.is-disabled[data-v-61fe5e7e]:active, .el-button--danger.is-plain.is-disabled[data-v-61fe5e7e]:focus, .el-button--danger.is-plain.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #ff9292;
|
|
background-color: #ffeded;
|
|
border-color: #ffdbdb
|
|
}
|
|
|
|
.el-button--info[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
background-color: #909399;
|
|
border-color: #909399
|
|
}
|
|
|
|
.el-button--info[data-v-61fe5e7e]:focus, .el-button--info[data-v-61fe5e7e]:hover {
|
|
background: #a6a9ad;
|
|
border-color: #a6a9ad;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--info[data-v-61fe5e7e]:active {
|
|
outline: none
|
|
}
|
|
|
|
.el-button--info.is-active[data-v-61fe5e7e], .el-button--info[data-v-61fe5e7e]:active {
|
|
background: #82848a;
|
|
border-color: #82848a;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--info.is-disabled[data-v-61fe5e7e], .el-button--info.is-disabled[data-v-61fe5e7e]:active, .el-button--info.is-disabled[data-v-61fe5e7e]:focus, .el-button--info.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #fff;
|
|
background-color: #c8c9cc;
|
|
border-color: #c8c9cc
|
|
}
|
|
|
|
.el-button--info.is-plain[data-v-61fe5e7e] {
|
|
color: #909399;
|
|
background: #f4f4f5;
|
|
border-color: #d3d4d6
|
|
}
|
|
|
|
.el-button--info.is-plain[data-v-61fe5e7e]:focus, .el-button--info.is-plain[data-v-61fe5e7e]:hover {
|
|
background: #909399;
|
|
border-color: #909399;
|
|
color: #fff
|
|
}
|
|
|
|
.el-button--info.is-plain[data-v-61fe5e7e]:active {
|
|
background: #82848a;
|
|
border-color: #82848a;
|
|
color: #fff;
|
|
outline: none
|
|
}
|
|
|
|
.el-button--info.is-plain.is-disabled[data-v-61fe5e7e], .el-button--info.is-plain.is-disabled[data-v-61fe5e7e]:active, .el-button--info.is-plain.is-disabled[data-v-61fe5e7e]:focus, .el-button--info.is-plain.is-disabled[data-v-61fe5e7e]:hover {
|
|
color: #bcbec2;
|
|
background-color: #f4f4f5;
|
|
border-color: #e9e9eb
|
|
}
|
|
|
|
.el-button--medium[data-v-61fe5e7e] {
|
|
padding: 10px 20px;
|
|
font-size: 14px;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-button--medium.is-round[data-v-61fe5e7e] {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.el-button--medium.is-circle[data-v-61fe5e7e] {
|
|
padding: 10px
|
|
}
|
|
|
|
.el-button--small[data-v-61fe5e7e] {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-button--small.is-round[data-v-61fe5e7e] {
|
|
padding: 9px 15px
|
|
}
|
|
|
|
.el-button--small.is-circle[data-v-61fe5e7e] {
|
|
padding: 9px
|
|
}
|
|
|
|
.el-button--mini[data-v-61fe5e7e] {
|
|
padding: 7px 15px;
|
|
font-size: 12px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.el-button--mini.is-round[data-v-61fe5e7e] {
|
|
padding: 7px 15px
|
|
}
|
|
|
|
.el-button--mini.is-circle[data-v-61fe5e7e] {
|
|
padding: 7px
|
|
}
|
|
|
|
.el-button--text[data-v-61fe5e7e] {
|
|
border-color: transparent;
|
|
color: #009e9f;
|
|
background: transparent;
|
|
padding-left: 0;
|
|
padding-right: 0
|
|
}
|
|
|
|
.el-button--text[data-v-61fe5e7e]:focus, .el-button--text[data-v-61fe5e7e]:hover {
|
|
color: #33b1b2;
|
|
border-color: transparent;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-button--text[data-v-61fe5e7e]:active {
|
|
color: #008e8f;
|
|
border-color: transparent;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-button--text.is-disabled[data-v-61fe5e7e], .el-button--text.is-disabled[data-v-61fe5e7e]:focus, .el-button--text.is-disabled[data-v-61fe5e7e]:hover {
|
|
border-color: transparent
|
|
}
|
|
|
|
.el-button-group[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-button-group[data-v-61fe5e7e]:after, .el-button-group[data-v-61fe5e7e]:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.el-button-group[data-v-61fe5e7e]:after {
|
|
clear: both
|
|
}
|
|
|
|
.el-button-group > .el-button[data-v-61fe5e7e] {
|
|
float: left;
|
|
position: relative
|
|
}
|
|
|
|
.el-button-group > .el-button + .el-button[data-v-61fe5e7e] {
|
|
margin-left: 0
|
|
}
|
|
|
|
.el-button-group > .el-button.is-disabled[data-v-61fe5e7e] {
|
|
z-index: 1
|
|
}
|
|
|
|
.el-button-group > .el-button[data-v-61fe5e7e]:first-child {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.el-button-group > .el-button[data-v-61fe5e7e]:last-child {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.el-button-group > .el-button[data-v-61fe5e7e]:first-child:last-child {
|
|
border-top-right-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
border-top-left-radius: 4px;
|
|
border-bottom-left-radius: 4px
|
|
}
|
|
|
|
.el-button-group > .el-button:first-child:last-child.is-round[data-v-61fe5e7e] {
|
|
border-radius: 20px
|
|
}
|
|
|
|
.el-button-group > .el-button:first-child:last-child.is-circle[data-v-61fe5e7e] {
|
|
border-radius: 50%
|
|
}
|
|
|
|
.el-button-group > .el-button[data-v-61fe5e7e]:not(:first-child):not(:last-child) {
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-button-group > .el-button[data-v-61fe5e7e]:not(:last-child) {
|
|
margin-right: -1px
|
|
}
|
|
|
|
.el-button-group > .el-button.is-active[data-v-61fe5e7e], .el-button-group > .el-button[data-v-61fe5e7e]:active, .el-button-group > .el-button[data-v-61fe5e7e]:focus, .el-button-group > .el-button[data-v-61fe5e7e]:hover {
|
|
z-index: 1
|
|
}
|
|
|
|
.el-button-group > .el-dropdown > .el-button[data-v-61fe5e7e] {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--primary[data-v-61fe5e7e]:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--primary[data-v-61fe5e7e]:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--primary[data-v-61fe5e7e]:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--success[data-v-61fe5e7e]:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--success[data-v-61fe5e7e]:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--success[data-v-61fe5e7e]:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--warning[data-v-61fe5e7e]:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--warning[data-v-61fe5e7e]:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--warning[data-v-61fe5e7e]:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--danger[data-v-61fe5e7e]:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--danger[data-v-61fe5e7e]:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--danger[data-v-61fe5e7e]:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--info[data-v-61fe5e7e]:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--info[data-v-61fe5e7e]:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-button-group .el-button--info[data-v-61fe5e7e]:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.el-calendar[data-v-61fe5e7e] {
|
|
background-color: #fff
|
|
}
|
|
|
|
.el-calendar__header[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 12px 20px;
|
|
border-bottom: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-calendar__title[data-v-61fe5e7e] {
|
|
color: #000;
|
|
-ms-flex-item-align: center;
|
|
align-self: center
|
|
}
|
|
|
|
.el-calendar__body[data-v-61fe5e7e] {
|
|
padding: 12px 20px 35px
|
|
}
|
|
|
|
.el-calendar-table[data-v-61fe5e7e] {
|
|
table-layout: fixed;
|
|
width: 100%
|
|
}
|
|
|
|
.el-calendar-table thead th[data-v-61fe5e7e] {
|
|
padding: 12px 0;
|
|
color: #606266;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-calendar-table:not(.is-range) td.next[data-v-61fe5e7e], .el-calendar-table:not(.is-range) td.prev[data-v-61fe5e7e] {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-calendar-table td[data-v-61fe5e7e] {
|
|
border-bottom: 1px solid #dfe6ec;
|
|
border-right: 1px solid #dfe6ec;
|
|
vertical-align: top;
|
|
-webkit-transition: background-color .2s ease;
|
|
transition: background-color .2s ease
|
|
}
|
|
|
|
.el-calendar-table td.is-selected[data-v-61fe5e7e] {
|
|
background-color: #f2f8fe
|
|
}
|
|
|
|
.el-calendar-table td.is-today[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-calendar-table tr:first-child td[data-v-61fe5e7e] {
|
|
border-top: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-calendar-table tr td[data-v-61fe5e7e]:first-child {
|
|
border-left: 1px solid #dfe6ec
|
|
}
|
|
|
|
.el-calendar-table tr.el-calendar-table__row--hide-border td[data-v-61fe5e7e] {
|
|
border-top: none
|
|
}
|
|
|
|
.el-calendar-table .el-calendar-day[data-v-61fe5e7e] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 8px;
|
|
height: 85px
|
|
}
|
|
|
|
.el-calendar-table .el-calendar-day[data-v-61fe5e7e]:hover {
|
|
cursor: pointer;
|
|
background-color: #f2f8fe
|
|
}
|
|
|
|
.el-backtop[data-v-61fe5e7e] {
|
|
position: fixed;
|
|
background-color: #fff;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
color: #009e9f;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
font-size: 20px;
|
|
-webkit-box-shadow: 0 0 6px rgba(0,0,0,.12);
|
|
box-shadow: 0 0 6px rgba(0,0,0,.12);
|
|
cursor: pointer;
|
|
z-index: 5
|
|
}
|
|
|
|
.el-backtop[data-v-61fe5e7e]:hover {
|
|
background-color: #f2f6fc
|
|
}
|
|
|
|
.el-page-header[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
line-height: 24px
|
|
}
|
|
|
|
.el-page-header__left[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
cursor: pointer;
|
|
margin-right: 40px;
|
|
position: relative
|
|
}
|
|
|
|
.el-page-header__left[data-v-61fe5e7e]:after {
|
|
content: "";
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 16px;
|
|
right: -20px;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
background-color: #dcdfe6
|
|
}
|
|
|
|
.el-page-header__left .el-icon-back[data-v-61fe5e7e] {
|
|
font-size: 18px;
|
|
margin-right: 6px;
|
|
-ms-flex-item-align: center;
|
|
align-self: center
|
|
}
|
|
|
|
.el-page-header__title[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
font-weight: 500
|
|
}
|
|
|
|
.el-page-header__content[data-v-61fe5e7e] {
|
|
font-size: 18px;
|
|
color: #303133
|
|
}
|
|
|
|
.el-checkbox[data-v-61fe5e7e] {
|
|
color: #606266;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
margin-right: 30px
|
|
}
|
|
|
|
.el-checkbox.is-bordered[data-v-61fe5e7e] {
|
|
padding: 9px 20px 9px 10px;
|
|
border-radius: 4px;
|
|
border: 1px solid #dcdfe6;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
line-height: normal;
|
|
height: 40px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.is-checked[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox.is-bordered.is-disabled[data-v-61fe5e7e] {
|
|
border-color: #e6ebf5;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-checkbox.is-bordered + .el-checkbox.is-bordered[data-v-61fe5e7e] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--medium[data-v-61fe5e7e] {
|
|
padding: 7px 20px 7px 10px;
|
|
border-radius: 4px;
|
|
height: 36px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label[data-v-61fe5e7e] {
|
|
line-height: 17px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner[data-v-61fe5e7e] {
|
|
height: 14px;
|
|
width: 14px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--small[data-v-61fe5e7e] {
|
|
padding: 5px 15px 5px 10px;
|
|
border-radius: 3px;
|
|
height: 32px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label[data-v-61fe5e7e] {
|
|
line-height: 15px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner[data-v-61fe5e7e] {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner[data-v-61fe5e7e]:after {
|
|
height: 6px;
|
|
width: 2px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--mini[data-v-61fe5e7e] {
|
|
padding: 3px 15px 3px 10px;
|
|
border-radius: 3px;
|
|
height: 28px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label[data-v-61fe5e7e] {
|
|
line-height: 12px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner[data-v-61fe5e7e] {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner[data-v-61fe5e7e]:after {
|
|
height: 6px;
|
|
width: 2px
|
|
}
|
|
|
|
.el-checkbox__input[data-v-61fe5e7e] {
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
outline: none;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
position: relative;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled .el-checkbox__inner[data-v-61fe5e7e] {
|
|
background-color: #edf2fc;
|
|
border-color: #dcdfe6;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled .el-checkbox__inner[data-v-61fe5e7e]:after {
|
|
cursor: not-allowed;
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label[data-v-61fe5e7e] {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner[data-v-61fe5e7e] {
|
|
background-color: #f2f6fc;
|
|
border-color: #dcdfe6
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner[data-v-61fe5e7e]:after {
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner[data-v-61fe5e7e] {
|
|
background-color: #f2f6fc;
|
|
border-color: #dcdfe6
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner[data-v-61fe5e7e]:before {
|
|
background-color: #c0c4cc;
|
|
border-color: #c0c4cc
|
|
}
|
|
|
|
.el-checkbox__input.is-disabled + span.el-checkbox__label[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-checkbox__input.is-checked .el-checkbox__inner[data-v-61fe5e7e] {
|
|
background-color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__input.is-checked .el-checkbox__inner[data-v-61fe5e7e]:after {
|
|
-webkit-transform: rotate(45deg) scaleY(1);
|
|
transform: rotate(45deg) scaleY(1)
|
|
}
|
|
|
|
.el-checkbox__input.is-checked + .el-checkbox__label[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__input.is-focus .el-checkbox__inner[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-61fe5e7e] {
|
|
background-color: #009e9f;
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-61fe5e7e]:before {
|
|
content: "";
|
|
position: absolute;
|
|
display: block;
|
|
background-color: #fff;
|
|
height: 2px;
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5);
|
|
left: 0;
|
|
right: 0;
|
|
top: 5px
|
|
}
|
|
|
|
.el-checkbox__input.is-indeterminate .el-checkbox__inner[data-v-61fe5e7e]:after {
|
|
display: none
|
|
}
|
|
|
|
.el-checkbox__inner[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
position: relative;
|
|
border: 1px solid #dcdfe6;
|
|
border-radius: 2px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #fff;
|
|
z-index: 1;
|
|
-webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
|
|
transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)
|
|
}
|
|
|
|
.el-checkbox__inner[data-v-61fe5e7e]:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox__inner[data-v-61fe5e7e]:after {
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
content: "";
|
|
border: 1px solid #fff;
|
|
border-left: 0;
|
|
border-top: 0;
|
|
height: 7px;
|
|
left: 4px;
|
|
position: absolute;
|
|
top: 1px;
|
|
-webkit-transform: rotate(45deg) scaleY(0);
|
|
transform: rotate(45deg) scaleY(0);
|
|
width: 3px;
|
|
-webkit-transition: -webkit-transform .15s ease-in .05s;
|
|
transition: -webkit-transform .15s ease-in .05s;
|
|
transition: transform .15s ease-in .05s;
|
|
transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
|
|
-webkit-transform-origin: center;
|
|
transform-origin: center
|
|
}
|
|
|
|
.el-checkbox__original[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
margin: 0;
|
|
width: 0;
|
|
height: 0;
|
|
z-index: -1
|
|
}
|
|
|
|
.el-checkbox__label[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
padding-left: 10px;
|
|
line-height: 19px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-checkbox[data-v-61fe5e7e]:last-of-type {
|
|
margin-right: 0
|
|
}
|
|
|
|
.el-checkbox-button[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: inline-block
|
|
}
|
|
|
|
.el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
font-weight: 500;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
background: #fff;
|
|
border: 1px solid #dcdfe6;
|
|
border-left: 0;
|
|
color: #606266;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
outline: none;
|
|
margin: 0;
|
|
position: relative;
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-checkbox-button__inner.is-round[data-v-61fe5e7e] {
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.el-checkbox-button__inner[data-v-61fe5e7e]:hover {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-checkbox-button__inner [class*=el-icon-][data-v-61fe5e7e] {
|
|
line-height: .9
|
|
}
|
|
|
|
.el-checkbox-button__inner [class*=el-icon-] + span[data-v-61fe5e7e] {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.el-checkbox-button__original[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
margin: 0;
|
|
z-index: -1
|
|
}
|
|
|
|
.el-checkbox-button.is-checked .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
color: #fff;
|
|
background-color: #009e9f;
|
|
border-color: #009e9f;
|
|
-webkit-box-shadow: -1px 0 0 0 #66c5c5;
|
|
box-shadow: -1px 0 0 0 #66c5c5
|
|
}
|
|
|
|
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
border-left-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox-button.is-disabled .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed;
|
|
background-image: none;
|
|
background-color: #fff;
|
|
border-color: #e6ebf5;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
border-left-color: #e6ebf5
|
|
}
|
|
|
|
.el-checkbox-button:first-child .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
border-left: 1px solid #dcdfe6;
|
|
border-radius: 4px 0 0 4px;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important
|
|
}
|
|
|
|
.el-checkbox-button.is-focus .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-checkbox-button:last-child .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
border-radius: 0 4px 4px 0
|
|
}
|
|
|
|
.el-checkbox-button--medium .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
padding: 10px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-checkbox-button--medium .el-checkbox-button__inner.is-round[data-v-61fe5e7e] {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.el-checkbox-button--small .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-checkbox-button--small .el-checkbox-button__inner.is-round[data-v-61fe5e7e] {
|
|
padding: 9px 15px
|
|
}
|
|
|
|
.el-checkbox-button--mini .el-checkbox-button__inner[data-v-61fe5e7e] {
|
|
padding: 7px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.el-checkbox-button--mini .el-checkbox-button__inner.is-round[data-v-61fe5e7e] {
|
|
padding: 7px 15px
|
|
}
|
|
|
|
.el-checkbox-group[data-v-61fe5e7e] {
|
|
font-size: 0
|
|
}
|
|
|
|
.el-radio[data-v-61fe5e7e] {
|
|
color: #606266;
|
|
font-weight: 500;
|
|
line-height: 1;
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
outline: none;
|
|
font-size: 14px;
|
|
margin-right: 30px;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none
|
|
}
|
|
|
|
.el-radio.is-bordered[data-v-61fe5e7e] {
|
|
padding: 12px 20px 0 10px;
|
|
border-radius: 4px;
|
|
border: 1px solid #dcdfe6;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 40px
|
|
}
|
|
|
|
.el-radio.is-bordered.is-checked[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-radio.is-bordered.is-disabled[data-v-61fe5e7e] {
|
|
cursor: not-allowed;
|
|
border-color: #e6ebf5
|
|
}
|
|
|
|
.el-radio.is-bordered + .el-radio.is-bordered[data-v-61fe5e7e] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.el-radio--medium.is-bordered[data-v-61fe5e7e] {
|
|
padding: 10px 20px 0 10px;
|
|
border-radius: 4px;
|
|
height: 36px
|
|
}
|
|
|
|
.el-radio--medium.is-bordered .el-radio__label[data-v-61fe5e7e] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-radio--medium.is-bordered .el-radio__inner[data-v-61fe5e7e] {
|
|
height: 14px;
|
|
width: 14px
|
|
}
|
|
|
|
.el-radio--small.is-bordered[data-v-61fe5e7e] {
|
|
padding: 8px 15px 0 10px;
|
|
border-radius: 3px;
|
|
height: 32px
|
|
}
|
|
|
|
.el-radio--small.is-bordered .el-radio__label[data-v-61fe5e7e] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-radio--small.is-bordered .el-radio__inner[data-v-61fe5e7e] {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.el-radio--mini.is-bordered[data-v-61fe5e7e] {
|
|
padding: 6px 15px 0 10px;
|
|
border-radius: 3px;
|
|
height: 28px
|
|
}
|
|
|
|
.el-radio--mini.is-bordered .el-radio__label[data-v-61fe5e7e] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.el-radio--mini.is-bordered .el-radio__inner[data-v-61fe5e7e] {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.el-radio[data-v-61fe5e7e]:last-child {
|
|
margin-right: 0
|
|
}
|
|
|
|
.el-radio__input[data-v-61fe5e7e] {
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
outline: none;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
position: relative;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-radio__input.is-disabled .el-radio__inner[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-radio__input.is-disabled .el-radio__inner[data-v-61fe5e7e]:after {
|
|
cursor: not-allowed;
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.el-radio__input.is-disabled .el-radio__inner + .el-radio__label[data-v-61fe5e7e] {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-radio__input.is-disabled.is-checked .el-radio__inner[data-v-61fe5e7e] {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed
|
|
}
|
|
|
|
.el-radio__input.is-disabled.is-checked .el-radio__inner[data-v-61fe5e7e]:after {
|
|
background-color: #c0c4cc
|
|
}
|
|
|
|
.el-radio__input.is-disabled + span.el-radio__label[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-radio__input.is-checked .el-radio__inner[data-v-61fe5e7e] {
|
|
border-color: #009e9f;
|
|
background: #009e9f
|
|
}
|
|
|
|
.el-radio__input.is-checked .el-radio__inner[data-v-61fe5e7e]:after {
|
|
-webkit-transform: translate(-50%,-50%) scale(1);
|
|
transform: translate(-50%,-50%) scale(1)
|
|
}
|
|
|
|
.el-radio__input.is-checked + .el-radio__label[data-v-61fe5e7e] {
|
|
color: #009e9f
|
|
}
|
|
|
|
.el-radio__input.is-focus .el-radio__inner[data-v-61fe5e7e] {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-radio__inner[data-v-61fe5e7e] {
|
|
border: 1px solid #dcdfe6;
|
|
border-radius: 100%;
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #fff;
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-radio__inner[data-v-61fe5e7e]:hover {
|
|
border-color: #009e9f
|
|
}
|
|
|
|
.el-radio__inner[data-v-61fe5e7e]:after {
|
|
width: 4px;
|
|
height: 4px;
|
|
border-radius: 100%;
|
|
background-color: #fff;
|
|
content: "";
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%,-50%) scale(0);
|
|
transform: translate(-50%,-50%) scale(0);
|
|
-webkit-transition: -webkit-transform .15s ease-in;
|
|
transition: -webkit-transform .15s ease-in;
|
|
transition: transform .15s ease-in;
|
|
transition: transform .15s ease-in,-webkit-transform .15s ease-in
|
|
}
|
|
|
|
.el-radio__original[data-v-61fe5e7e] {
|
|
opacity: 0;
|
|
outline: none;
|
|
position: absolute;
|
|
z-index: -1;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.el-radio:focus:not(.is-focus):not(:active):not(.is-disabled) .el-radio__inner[data-v-61fe5e7e] {
|
|
-webkit-box-shadow: 0 0 2px 2px #009e9f;
|
|
box-shadow: 0 0 2px 2px #009e9f
|
|
}
|
|
|
|
.el-radio__label[data-v-61fe5e7e] {
|
|
font-size: 14px;
|
|
padding-left: 10px
|
|
}
|
|
|
|
.el-scrollbar[data-v-61fe5e7e] {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.el-scrollbar:active > .el-scrollbar__bar[data-v-61fe5e7e], .el-scrollbar:focus > .el-scrollbar__bar[data-v-61fe5e7e], .el-scrollbar:hover > .el-scrollbar__bar[data-v-61fe5e7e] {
|
|
opacity: 1;
|
|
-webkit-transition: opacity .34s ease-out;
|
|
transition: opacity .34s ease-out
|
|
}
|
|
|
|
.el-scrollbar__wrap[data-v-61fe5e7e] {
|
|
overflow: scroll;
|
|
height: 100%
|
|
}
|
|
|
|
.el-scrollbar__wrap--hidden-default[data-v-61fe5e7e] {
|
|
scrollbar-width: none
|
|
}
|
|
|
|
.el-scrollbar__wrap--hidden-default[data-v-61fe5e7e]::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.el-scrollbar__thumb[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
cursor: pointer;
|
|
border-radius: inherit;
|
|
background-color: rgba(144,147,153,.3);
|
|
-webkit-transition: background-color .3s;
|
|
transition: background-color .3s
|
|
}
|
|
|
|
.el-scrollbar__thumb[data-v-61fe5e7e]:hover {
|
|
background-color: rgba(144,147,153,.5)
|
|
}
|
|
|
|
.el-scrollbar__bar[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
right: 2px;
|
|
bottom: 2px;
|
|
z-index: 1;
|
|
border-radius: 4px;
|
|
opacity: 0;
|
|
-webkit-transition: opacity .12s ease-out;
|
|
transition: opacity .12s ease-out
|
|
}
|
|
|
|
.el-scrollbar__bar.is-vertical[data-v-61fe5e7e] {
|
|
width: 6px;
|
|
top: 2px
|
|
}
|
|
|
|
.el-scrollbar__bar.is-vertical > div[data-v-61fe5e7e] {
|
|
width: 100%
|
|
}
|
|
|
|
.el-scrollbar__bar.is-horizontal[data-v-61fe5e7e] {
|
|
height: 6px;
|
|
left: 2px
|
|
}
|
|
|
|
.el-scrollbar__bar.is-horizontal > div[data-v-61fe5e7e] {
|
|
height: 100%
|
|
}
|
|
|
|
.el-cascader-panel[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
border-radius: 4px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-cascader-panel.is-bordered[data-v-61fe5e7e] {
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-cascader-menu[data-v-61fe5e7e] {
|
|
min-width: 180px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #606266;
|
|
border-right: 1px solid #dfe4ed
|
|
}
|
|
|
|
.el-cascader-menu[data-v-61fe5e7e]:last-child {
|
|
border-right: none
|
|
}
|
|
|
|
.el-cascader-menu:last-child .el-cascader-node[data-v-61fe5e7e] {
|
|
padding-right: 20px
|
|
}
|
|
|
|
.el-cascader-menu__wrap[data-v-61fe5e7e] {
|
|
height: 204px
|
|
}
|
|
|
|
.el-cascader-menu__list[data-v-61fe5e7e] {
|
|
position: relative;
|
|
min-height: 100%;
|
|
margin: 0;
|
|
padding: 6px 0;
|
|
list-style: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-cascader-menu__hover-zone[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
pointer-events: none
|
|
}
|
|
|
|
.el-cascader-menu__empty-text[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
text-align: center;
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.el-cascader-node[data-v-61fe5e7e] {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 30px 0 20px;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
outline: none
|
|
}
|
|
|
|
.el-cascader-node.is-selectable.in-active-path[data-v-61fe5e7e] {
|
|
color: #606266
|
|
}
|
|
|
|
.el-cascader-node.in-active-path[data-v-61fe5e7e], .el-cascader-node.is-active[data-v-61fe5e7e], .el-cascader-node.is-selectable.in-checked-path[data-v-61fe5e7e] {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-cascader-node[data-v-61fe5e7e]:not(.is-disabled) {
|
|
cursor: pointer
|
|
}
|
|
|
|
.el-cascader-node[data-v-61fe5e7e]:not(.is-disabled):focus, .el-cascader-node[data-v-61fe5e7e]:not(.is-disabled):hover {
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.el-cascader-node.is-disabled[data-v-61fe5e7e] {
|
|
color: #c0c4cc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.el-cascader-node__prefix[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
left: 10px
|
|
}
|
|
|
|
.el-cascader-node__postfix[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
right: 10px
|
|
}
|
|
|
|
.el-cascader-node__label[data-v-61fe5e7e] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
padding: 0 10px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.el-cascader-node > .el-radio[data-v-61fe5e7e] {
|
|
margin-right: 0
|
|
}
|
|
|
|
.el-cascader-node > .el-radio .el-radio__label[data-v-61fe5e7e] {
|
|
padding-left: 0
|
|
}
|
|
|
|
.el-avatar[data-v-61fe5e7e] {
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
overflow: hidden;
|
|
color: #fff;
|
|
background: #c0c4cc;
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.el-avatar > img[data-v-61fe5e7e] {
|
|
display: block;
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.el-avatar--circle[data-v-61fe5e7e] {
|
|
border-radius: 50%
|
|
}
|
|
|
|
.el-avatar--square[data-v-61fe5e7e] {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.el-avatar--icon[data-v-61fe5e7e] {
|
|
font-size: 18px
|
|
}
|
|
|
|
.el-avatar--large[data-v-61fe5e7e] {
|
|
width: 40px;
|
|
height: 40px;
|
|
line-height: 40px
|
|
}
|
|
|
|
.el-avatar--medium[data-v-61fe5e7e] {
|
|
width: 36px;
|
|
height: 36px;
|
|
line-height: 36px
|
|
}
|
|
|
|
.el-avatar--small[data-v-61fe5e7e] {
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px
|
|
}
|
|
|
|
@-webkit-keyframes el-drawer-fade-in-data-v-61fe5e7e {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes el-drawer-fade-in-data-v-61fe5e7e {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes rtl-drawer-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(100%);
|
|
transform: translate(100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes rtl-drawer-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(100%);
|
|
transform: translate(100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes rtl-drawer-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(100%);
|
|
transform: translate(100%)
|
|
}
|
|
}
|
|
|
|
@keyframes rtl-drawer-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(100%);
|
|
transform: translate(100%)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ltr-drawer-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(-100%);
|
|
transform: translate(-100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ltr-drawer-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(-100%);
|
|
transform: translate(-100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ltr-drawer-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(-100%);
|
|
transform: translate(-100%)
|
|
}
|
|
}
|
|
|
|
@keyframes ltr-drawer-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(-100%);
|
|
transform: translate(-100%)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ttb-drawer-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes ttb-drawer-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes ttb-drawer-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%)
|
|
}
|
|
}
|
|
|
|
@keyframes ttb-drawer-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes btt-drawer-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@keyframes btt-drawer-in-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes btt-drawer-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%)
|
|
}
|
|
}
|
|
|
|
@keyframes btt-drawer-out-data-v-61fe5e7e {
|
|
0% {
|
|
-webkit-transform: translate(0);
|
|
transform: translate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%)
|
|
}
|
|
}
|
|
|
|
.el-drawer[data-v-61fe5e7e] {
|
|
position: absolute;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background-color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
|
|
box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-drawer.rtl[data-v-61fe5e7e] {
|
|
-webkit-animation: rtl-drawer-out-data-v-61fe5e7e .3s;
|
|
animation: rtl-drawer-out-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.el-drawer__open .el-drawer.rtl[data-v-61fe5e7e] {
|
|
-webkit-animation: rtl-drawer-in-data-v-61fe5e7e .3s 1ms;
|
|
animation: rtl-drawer-in-data-v-61fe5e7e .3s 1ms
|
|
}
|
|
|
|
.el-drawer.ltr[data-v-61fe5e7e] {
|
|
-webkit-animation: ltr-drawer-out-data-v-61fe5e7e .3s;
|
|
animation: ltr-drawer-out-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.el-drawer__open .el-drawer.ltr[data-v-61fe5e7e] {
|
|
-webkit-animation: ltr-drawer-in-data-v-61fe5e7e .3s 1ms;
|
|
animation: ltr-drawer-in-data-v-61fe5e7e .3s 1ms
|
|
}
|
|
|
|
.el-drawer.ttb[data-v-61fe5e7e] {
|
|
-webkit-animation: ttb-drawer-out-data-v-61fe5e7e .3s;
|
|
animation: ttb-drawer-out-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.el-drawer__open .el-drawer.ttb[data-v-61fe5e7e] {
|
|
-webkit-animation: ttb-drawer-in-data-v-61fe5e7e .3s 1ms;
|
|
animation: ttb-drawer-in-data-v-61fe5e7e .3s 1ms
|
|
}
|
|
|
|
.el-drawer.btt[data-v-61fe5e7e] {
|
|
-webkit-animation: btt-drawer-out-data-v-61fe5e7e .3s;
|
|
animation: btt-drawer-out-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.el-drawer__open .el-drawer.btt[data-v-61fe5e7e] {
|
|
-webkit-animation: btt-drawer-in-data-v-61fe5e7e .3s 1ms;
|
|
animation: btt-drawer-in-data-v-61fe5e7e .3s 1ms
|
|
}
|
|
|
|
.el-drawer__wrapper[data-v-61fe5e7e] {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: hidden;
|
|
margin: 0
|
|
}
|
|
|
|
.el-drawer__header[data-v-61fe5e7e] {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #72767b;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 32px;
|
|
padding: 20px;
|
|
padding-bottom: 0
|
|
}
|
|
|
|
.el-drawer__header[data-v-61fe5e7e] > :first-child, .el-drawer__title[data-v-61fe5e7e] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.el-drawer__title[data-v-61fe5e7e] {
|
|
margin: 0;
|
|
line-height: inherit;
|
|
font-size: 1rem
|
|
}
|
|
|
|
.el-drawer__close-btn[data-v-61fe5e7e] {
|
|
border: none;
|
|
cursor: pointer;
|
|
font-size: 20px;
|
|
color: inherit;
|
|
background-color: transparent
|
|
}
|
|
|
|
.el-drawer__body[data-v-61fe5e7e] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.el-drawer__body > [data-v-61fe5e7e] {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.el-drawer.ltr[data-v-61fe5e7e], .el-drawer.rtl[data-v-61fe5e7e] {
|
|
height: 100%;
|
|
top: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.el-drawer.btt[data-v-61fe5e7e], .el-drawer.ttb[data-v-61fe5e7e] {
|
|
width: 100%;
|
|
left: 0;
|
|
right: 0
|
|
}
|
|
|
|
.el-drawer.ltr[data-v-61fe5e7e] {
|
|
left: 0
|
|
}
|
|
|
|
.el-drawer.rtl[data-v-61fe5e7e] {
|
|
right: 0
|
|
}
|
|
|
|
.el-drawer.ttb[data-v-61fe5e7e] {
|
|
top: 0
|
|
}
|
|
|
|
.el-drawer.btt[data-v-61fe5e7e] {
|
|
bottom: 0
|
|
}
|
|
|
|
.el-drawer__container[data-v-61fe5e7e] {
|
|
position: relative;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
width: 100%
|
|
}
|
|
|
|
.el-drawer-fade-enter-active[data-v-61fe5e7e] {
|
|
-webkit-animation: el-drawer-fade-in-data-v-61fe5e7e .3s;
|
|
animation: el-drawer-fade-in-data-v-61fe5e7e .3s
|
|
}
|
|
|
|
.el-drawer-fade-leave-active[data-v-61fe5e7e] {
|
|
animation: el-drawer-fade-in-data-v-61fe5e7e .3s reverse
|
|
}
|
|
|
|
.el-popconfirm__main[data-v-61fe5e7e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.el-popconfirm__icon[data-v-61fe5e7e] {
|
|
margin-right: 5px
|
|
}
|
|
|
|
.el-popconfirm__action[data-v-61fe5e7e] {
|
|
text-align: right;
|
|
margin: 0
|
|
}
|
|
|
|
[data-v-61fe5e7e]:export {
|
|
theme: #009e9f
|
|
}
|
|
|
|
.el-select-dropdown[data-v-61fe5e7e] {
|
|
max-height: 274px
|
|
}
|
|
|
|
.el-scrollbar .el-scrollbar__view .el-select-dropdown__item[data-v-61fe5e7e] {
|
|
height: auto;
|
|
padding: 0
|
|
}
|
|
|
|
.el-select-dropdown__item.selected[data-v-61fe5e7e] {
|
|
font-weight: 400
|
|
}
|
|
|
|
ul li[data-v-61fe5e7e] .el-tree .el-tree-node__content {
|
|
height: auto;
|
|
padding: 0 20px
|
|
}
|
|
|
|
.el-tree-node__label[data-v-61fe5e7e] {
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-tree[data-v-61fe5e7e] .is-current .el-tree-node__label {
|
|
color: #009e9f;
|
|
font-weight: 700
|
|
}
|
|
|
|
.el-tree[data-v-61fe5e7e] .is-current .el-tree-node__children .el-tree-node__label {
|
|
color: #606266;
|
|
font-weight: 400
|
|
}
|
|
|
|
.el-tree[data-v-61fe5e7e] .el-tree-node__content .is-node-disabled {
|
|
cursor: not-allowed;
|
|
color: #c0c4cc;
|
|
width: 100%
|
|
}
|
|
|
|
.el-tree[data-v-61fe5e7e] .el-tree-node__children .el-tree-node__content .is-node-disabled {
|
|
color: #c0c4cc
|
|
}
|
|
|
|
.upload-box[data-v-9fe3bf06] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
overflow-x: auto
|
|
}
|
|
|
|
.upload-box .file-list[data-v-9fe3bf06] {
|
|
margin-right: 20px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.upload-box .file-list i[data-v-9fe3bf06] {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.upload-box .file-list .del-icon[data-v-9fe3bf06] {
|
|
color: red;
|
|
cursor: pointer
|
|
}
|
|
|
|
.upload-box .progress-box[data-v-9fe3bf06] {
|
|
min-width: 160px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.upload-box .progress-box div[data-v-9fe3bf06] {
|
|
width: 99%;
|
|
text-align: left
|
|
}
|
|
|
|
.upload-box .upload[data-v-9fe3bf06] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.upload-box .upload[data-v-9fe3bf06] .el-upload-list {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.upload-box .upload[data-v-9fe3bf06] .el-upload-list .el-upload-list__item {
|
|
margin-top: 0
|
|
}
|
|
|
|
.upload-box .upload[data-v-9fe3bf06] .el-icon-close-tip {
|
|
display: none !important
|
|
}
|
|
|
|
.upload-box .upload-disabled[data-v-9fe3bf06] .el-upload {
|
|
display: none
|
|
}
|
|
|
|
.upload-box[data-v-9fe3bf06]::-webkit-scrollbar {
|
|
width: 10px;
|
|
height: 6px
|
|
}
|
|
|
|
.upload-box[data-v-9fe3bf06]::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
|
|
background: rgba(144,147,153,.3)
|
|
}
|
|
|
|
.upload-box[data-v-9fe3bf06]::-webkit-scrollbar-thumb :hover {
|
|
background: rgba(144,147,153,.5)
|
|
}
|
|
|
|
.upload-box[data-v-9fe3bf06]::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
|
|
border-radius: 10px;
|
|
background: #ededed
|
|
}
|
|
|
|
.is-look[data-v-9fe3bf06] {
|
|
margin-left: 15px
|
|
}
|
|
|
|
.is-look[data-v-7f2b0f5a] .el-input__inner, .is-look[data-v-7f2b0f5a] .el-select__tags .el-tag--info, .is-look[data-v-7f2b0f5a] .el-textarea .el-textarea__inner {
|
|
color: #333;
|
|
background: none;
|
|
border: none;
|
|
cursor: text !important
|
|
}
|
|
|
|
.is-look[data-v-7f2b0f5a] .el-select__tags .el-tag--info {
|
|
font-size: 13px
|
|
}
|
|
|
|
.is-look[data-v-7f2b0f5a] .el-input__suffix {
|
|
display: none
|
|
}
|
|
|
|
[data-v-7f2b0f5a] .el-input__inner, [data-v-7f2b0f5a] .el-select__tags .el-tag--info, [data-v-7f2b0f5a] .el-textarea .el-textarea__inner {
|
|
color: #333 !important
|
|
}
|
|
|
|
.page-filter-container[data-v-76b2908e] {
|
|
position: relative;
|
|
padding: 0 20px 20px 0
|
|
}
|
|
|
|
.page-filter-container .filter-item[data-v-76b2908e] {
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-right: 10px;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.page-filter-container .prefix[data-v-76b2908e] {
|
|
margin-right: 0;
|
|
float: left
|
|
}
|
|
|
|
.page-filter-container .suffix[data-v-76b2908e] {
|
|
margin-right: 0;
|
|
float: right
|
|
}
|
|
|
|
.page-filter-container .filter-label[data-v-76b2908e] {
|
|
padding-right: 5px;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.page-filter-container .filter-date[data-v-76b2908e], .page-filter-container .filter-input[data-v-76b2908e], .page-filter-container .filter-select[data-v-76b2908e], .page-filter-container .filter-time[data-v-76b2908e] {
|
|
width: 180px
|
|
}
|
|
|
|
.page-filter-container .input-with-select[data-v-76b2908e] .el-select .el-input {
|
|
width: 110px
|
|
}
|
|
|
|
.page-filter-container .input-with-select .el-input-group__prepend[data-v-76b2908e] {
|
|
background-color: #fff
|
|
}
|
|
|
|
.page-filter-container .input-with-select .el-input-group__prepend[data-v-76b2908e] .el-input__inner {
|
|
width: 150px
|
|
}
|
|
|
|
.page-filter-container .filter-input-with-input[data-v-76b2908e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
text-align: center
|
|
}
|
|
|
|
.page-filter-container .float-right[data-v-76b2908e] {
|
|
float: right
|
|
}
|
|
|
|
.empty-data[data-v-0d0868b8] {
|
|
padding: 30px;
|
|
width: 100%;
|
|
height: 100%;
|
|
color: #999;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column
|
|
}
|
|
|
|
.empty-data .iconfont[data-v-0d0868b8] {
|
|
font-size: 60px
|
|
}
|
|
|
|
.empty-data .text[data-v-0d0868b8] {
|
|
width: 100%;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
text-align: center
|
|
}
|
|
|
|
.edit-table-box .top-tool-box[data-v-c419cf42] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px 0;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.edit-table-box .top-tool-box > div[data-v-c419cf42] {
|
|
width: 100%
|
|
}
|
|
|
|
.edit-table-box .table-title[data-v-c419cf42] {
|
|
background-color: #eee;
|
|
height: 25px;
|
|
color: #999;
|
|
width: 150px
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] thead .gutter, .edit-table-box .el-table[data-v-c419cf42] thead th {
|
|
background-color: #eee;
|
|
font-weight: 400;
|
|
color: #999;
|
|
padding: 10px 0;
|
|
display: table-cell !important
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] tbody .gutter {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] tbody .el-table__row td {
|
|
padding: 5px 0
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-icon {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__body {
|
|
cursor: pointer
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-input, .edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-textarea {
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-input .el-icon-arrow-up, .edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-textarea .el-icon-arrow-up {
|
|
display: none
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-input input::-webkit-inner-spin-button, .edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-input input::-webkit-outer-spin-button, .edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-textarea input::-webkit-inner-spin-button, .edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-textarea input::-webkit-outer-spin-button {
|
|
-webkit-appearance: none !important;
|
|
margin: 0
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-input input[type=number], .edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-textarea input[type=number] {
|
|
-moz-appearance: textfield
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row .is-disabled .el-input__inner {
|
|
color: #606266;
|
|
cursor: text
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-textarea__inner, .edit-table-box .el-table[data-v-c419cf42] .el-table__row /deep/ .el-input__inner {
|
|
width: 100%;
|
|
padding: 0;
|
|
border: none;
|
|
background: none;
|
|
text-align: center
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row /deep/ .el-textarea__inner {
|
|
vertical-align: middle;
|
|
resize: none;
|
|
overflow: hidden;
|
|
border-radius: 0;
|
|
font-family: PingFang SC,Helvetica Neue,Helvetica,microsoft yahei,arial,STHeiTi,sans-serif
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-date-editor .el-input__inner {
|
|
cursor: pointer
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-date-editor .el-input__prefix {
|
|
display: none
|
|
}
|
|
|
|
.edit-table-box .el-table[data-v-c419cf42] .el-table__row .el-checkbox .is-disabled .el-checkbox__inner {
|
|
cursor: pointer
|
|
}
|
|
|
|
.edit-table-box .upload-box[data-v-c419cf42] .el-upload {
|
|
display: flow-root
|
|
}
|
|
|
|
.edit-table-box .upload-box[data-v-c419cf42] .el-upload--text {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: none;
|
|
background: none
|
|
}
|
|
|
|
.edit-table-box .upload-box[data-v-c419cf42] .el-upload--text .text-box .el-icon-upload {
|
|
font-size: 20px;
|
|
color: #eee;
|
|
vertical-align: middle;
|
|
margin: 0
|
|
}
|
|
|
|
.edit-table-box .is-error[data-v-c419cf42] {
|
|
color: #ff4949;
|
|
font-size: 12px;
|
|
line-height: 1
|
|
}
|
|
|
|
.page-box[data-v-c419cf42] {
|
|
margin-top: 10px;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.add-hang[data-v-c419cf42], .page-box[data-v-c419cf42] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.add-hang[data-v-c419cf42] {
|
|
font-size: 14px;
|
|
border: 1px solid #e8e8e8;
|
|
border-top: none;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
padding: 10px;
|
|
text-align: center;
|
|
cursor: pointer
|
|
}
|
|
|
|
.add-hang i[data-v-c419cf42] {
|
|
margin-right: 10px;
|
|
font-size: 16px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.add-hang .active[data-v-c419cf42] {
|
|
color: #7bbbf1;
|
|
display: block
|
|
}
|
|
|
|
.card-titles[data-v-c419cf42] {
|
|
margin-top: -10px
|
|
}
|
|
|
|
.card-titles > div[data-v-c419cf42]:first-child {
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
color: #0033FF
|
|
}
|
|
|
|
.card-titles > div[data-v-c419cf42]:last-child {
|
|
margin-top: 15px;
|
|
margin-bottom: 30px;
|
|
height: 1px;
|
|
width: 100%;
|
|
background: #0033FF
|
|
}
|
|
|
|
.is-error[data-v-3f82530f] {
|
|
color: #ff4949;
|
|
font-size: 12px;
|
|
line-height: 1
|
|
}
|
|
|
|
.tree-box[data-v-24237c58] {
|
|
min-width: 150px
|
|
}
|
|
|
|
[data-v-24237c58] .el-tree-node__label {
|
|
font-weight: 400
|
|
}
|
|
|
|
[data-v-24237c58] .el-tree .is-current .el-tree-node__label {
|
|
color: #409eff;
|
|
font-weight: 700
|
|
}
|
|
|
|
[data-v-24237c58] .el-tree .is-current .el-tree-node__children .el-tree-node__label {
|
|
color: #606266;
|
|
font-weight: 400
|
|
}
|
|
|
|
[data-v-24237c58] .el-tree .el-tree-node__children .el-tree-node__content .is-disabled {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.data-box-container[data-v-2b5257a0] .popup-box /deep/ .slot-box /deep/ .el-input__inner, .data-box-container[data-v-2b5257a0] .popup-box /deep/ .slot-box /deep/ .el-input__inner:focus, .data-box-container[data-v-2b5257a0] .popup-box /deep/ .slot-box /deep/ .textarea__inner, .data-box-container[data-v-2b5257a0] .popup-box /deep/ .slot-box /deep/ .textarea__inner:focus {
|
|
border-color: #dcdfe6
|
|
}
|
|
|
|
.ellipsis[data-v-2b5257a0] {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
|
|
[data-v-2b5257a0] .box-card {
|
|
margin-left: 10px
|
|
}
|
|
|
|
[data-v-2b5257a0] .box-card /deep/ .el-card__body {
|
|
min-height: 200px
|
|
}
|
|
|
|
.selected-header[data-v-2b5257a0] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.selected-header .selected-title[data-v-2b5257a0] {
|
|
line-height: 28px
|
|
}
|
|
|
|
.selected-header .el-button[data-v-2b5257a0] {
|
|
float: right
|
|
}
|
|
|
|
[data-v-2b5257a0] .scrollbar-wrapper {
|
|
padding: 15px 0
|
|
}
|
|
|
|
[data-v-2b5257a0] .scrollbar-wrapper .selected-item {
|
|
padding-left: 5px;
|
|
line-height: 38px;
|
|
border-bottom: 1px solid #dfe6ec;
|
|
position: relative;
|
|
cursor: pointer
|
|
}
|
|
|
|
[data-v-2b5257a0] .scrollbar-wrapper .selected-item p {
|
|
margin: 0;
|
|
padding: 0;
|
|
padding-right: 10px;
|
|
width: 88%
|
|
}
|
|
|
|
[data-v-2b5257a0] .scrollbar-wrapper .selected-item .el-icon-circle-close {
|
|
font-size: 18px;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
padding: 10px;
|
|
display: none;
|
|
color: #b4bccc
|
|
}
|
|
|
|
[data-v-2b5257a0] .scrollbar-wrapper .selected-item:hover .el-icon-circle-close {
|
|
display: block
|
|
}
|
|
|
|
.tipsInfo[data-v-3280413e] {
|
|
padding: 5px 10px;
|
|
color: #ff4949
|
|
}
|
|
|
|
@font-face {
|
|
font-family: element-icons;
|
|
src: url(../../static/fonts/element-icons.9b70ee41.woff) format("woff"),url(../../static/fonts/element-icons.27c72091.ttf) format("truetype");
|
|
font-weight: 400;
|
|
font-style: normal
|
|
}
|
|
|
|
.custom-theme [class*=" el-icon-"], .custom-theme [class^=el-icon-] {
|
|
font-family: element-icons !important;
|
|
speak: none;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
line-height: 1;
|
|
vertical-align: baseline;
|
|
display: inline-block;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.custom-theme .el-icon-upload:before {
|
|
content: "\E60D"
|
|
}
|
|
|
|
.custom-theme .el-icon-error:before {
|
|
content: "\E62C"
|
|
}
|
|
|
|
.custom-theme .el-icon-success:before {
|
|
content: "\E62D"
|
|
}
|
|
|
|
.custom-theme .el-icon-warning:before {
|
|
content: "\E62E"
|
|
}
|
|
|
|
.custom-theme .el-icon-sort-down:before {
|
|
content: "\E630"
|
|
}
|
|
|
|
.custom-theme .el-icon-sort-up:before {
|
|
content: "\E631"
|
|
}
|
|
|
|
.custom-theme .el-icon-arrow-left:before {
|
|
content: "\E600"
|
|
}
|
|
|
|
.custom-theme .el-icon-circle-plus:before {
|
|
content: "\E601"
|
|
}
|
|
|
|
.custom-theme .el-icon-circle-plus-outline:before {
|
|
content: "\E602"
|
|
}
|
|
|
|
.custom-theme .el-icon-arrow-down:before {
|
|
content: "\E603"
|
|
}
|
|
|
|
.custom-theme .el-icon-arrow-right:before {
|
|
content: "\E604"
|
|
}
|
|
|
|
.custom-theme .el-icon-arrow-up:before {
|
|
content: "\E605"
|
|
}
|
|
|
|
.custom-theme .el-icon-back:before {
|
|
content: "\E606"
|
|
}
|
|
|
|
.custom-theme .el-icon-circle-close:before {
|
|
content: "\E607"
|
|
}
|
|
|
|
.custom-theme .el-icon-date:before {
|
|
content: "\E608"
|
|
}
|
|
|
|
.custom-theme .el-icon-circle-close-outline:before {
|
|
content: "\E609"
|
|
}
|
|
|
|
.custom-theme .el-icon-caret-left:before {
|
|
content: "\E60A"
|
|
}
|
|
|
|
.custom-theme .el-icon-caret-bottom:before {
|
|
content: "\E60B"
|
|
}
|
|
|
|
.custom-theme .el-icon-caret-top:before {
|
|
content: "\E60C"
|
|
}
|
|
|
|
.custom-theme .el-icon-caret-right:before {
|
|
content: "\E60E"
|
|
}
|
|
|
|
.custom-theme .el-icon-close:before {
|
|
content: "\E60F"
|
|
}
|
|
|
|
.custom-theme .el-icon-d-arrow-left:before {
|
|
content: "\E610"
|
|
}
|
|
|
|
.custom-theme .el-icon-check:before {
|
|
content: "\E611"
|
|
}
|
|
|
|
.custom-theme .el-icon-delete:before {
|
|
content: "\E612"
|
|
}
|
|
|
|
.custom-theme .el-icon-d-arrow-right:before {
|
|
content: "\E613"
|
|
}
|
|
|
|
.custom-theme .el-icon-document:before {
|
|
content: "\E614"
|
|
}
|
|
|
|
.custom-theme .el-icon-d-caret:before {
|
|
content: "\E615"
|
|
}
|
|
|
|
.custom-theme .el-icon-edit-outline:before {
|
|
content: "\E616"
|
|
}
|
|
|
|
.custom-theme .el-icon-download:before {
|
|
content: "\E617"
|
|
}
|
|
|
|
.custom-theme .el-icon-goods:before {
|
|
content: "\E618"
|
|
}
|
|
|
|
.custom-theme .el-icon-search:before {
|
|
content: "\E619"
|
|
}
|
|
|
|
.custom-theme .el-icon-info:before {
|
|
content: "\E61A"
|
|
}
|
|
|
|
.custom-theme .el-icon-message:before {
|
|
content: "\E61B"
|
|
}
|
|
|
|
.custom-theme .el-icon-edit:before {
|
|
content: "\E61C"
|
|
}
|
|
|
|
.custom-theme .el-icon-location:before {
|
|
content: "\E61D"
|
|
}
|
|
|
|
.custom-theme .el-icon-loading:before {
|
|
content: "\E61E"
|
|
}
|
|
|
|
.custom-theme .el-icon-location-outline:before {
|
|
content: "\E61F"
|
|
}
|
|
|
|
.custom-theme .el-icon-menu:before {
|
|
content: "\E620"
|
|
}
|
|
|
|
.custom-theme .el-icon-minus:before {
|
|
content: "\E621"
|
|
}
|
|
|
|
.custom-theme .el-icon-bell:before {
|
|
content: "\E622"
|
|
}
|
|
|
|
.custom-theme .el-icon-mobile-phone:before {
|
|
content: "\E624"
|
|
}
|
|
|
|
.custom-theme .el-icon-news:before {
|
|
content: "\E625"
|
|
}
|
|
|
|
.custom-theme .el-icon-more:before {
|
|
content: "\E646"
|
|
}
|
|
|
|
.custom-theme .el-icon-more-outline:before {
|
|
content: "\E626"
|
|
}
|
|
|
|
.custom-theme .el-icon-phone:before {
|
|
content: "\E627"
|
|
}
|
|
|
|
.custom-theme .el-icon-phone-outline:before {
|
|
content: "\E628"
|
|
}
|
|
|
|
.custom-theme .el-icon-picture:before {
|
|
content: "\E629"
|
|
}
|
|
|
|
.custom-theme .el-icon-picture-outline:before {
|
|
content: "\E62A"
|
|
}
|
|
|
|
.custom-theme .el-icon-plus:before {
|
|
content: "\E62B"
|
|
}
|
|
|
|
.custom-theme .el-icon-printer:before {
|
|
content: "\E62F"
|
|
}
|
|
|
|
.custom-theme .el-icon-rank:before {
|
|
content: "\E632"
|
|
}
|
|
|
|
.custom-theme .el-icon-refresh:before {
|
|
content: "\E633"
|
|
}
|
|
|
|
.custom-theme .el-icon-question:before {
|
|
content: "\E634"
|
|
}
|
|
|
|
.custom-theme .el-icon-remove:before {
|
|
content: "\E635"
|
|
}
|
|
|
|
.custom-theme .el-icon-share:before {
|
|
content: "\E636"
|
|
}
|
|
|
|
.custom-theme .el-icon-star-on:before {
|
|
content: "\E637"
|
|
}
|
|
|
|
.custom-theme .el-icon-setting:before {
|
|
content: "\E638"
|
|
}
|
|
|
|
.custom-theme .el-icon-circle-check:before {
|
|
content: "\E639"
|
|
}
|
|
|
|
.custom-theme .el-icon-service:before {
|
|
content: "\E63A"
|
|
}
|
|
|
|
.custom-theme .el-icon-sold-out:before {
|
|
content: "\E63B"
|
|
}
|
|
|
|
.custom-theme .el-icon-remove-outline:before {
|
|
content: "\E63C"
|
|
}
|
|
|
|
.custom-theme .el-icon-star-off:before {
|
|
content: "\E63D"
|
|
}
|
|
|
|
.custom-theme .el-icon-circle-check-outline:before {
|
|
content: "\E63E"
|
|
}
|
|
|
|
.custom-theme .el-icon-tickets:before {
|
|
content: "\E63F"
|
|
}
|
|
|
|
.custom-theme .el-icon-sort:before {
|
|
content: "\E640"
|
|
}
|
|
|
|
.custom-theme .el-icon-zoom-in:before {
|
|
content: "\E641"
|
|
}
|
|
|
|
.custom-theme .el-icon-time:before {
|
|
content: "\E642"
|
|
}
|
|
|
|
.custom-theme .el-icon-view:before {
|
|
content: "\E643"
|
|
}
|
|
|
|
.custom-theme .el-icon-upload2:before {
|
|
content: "\E644"
|
|
}
|
|
|
|
.custom-theme .el-icon-zoom-out:before {
|
|
content: "\E645"
|
|
}
|
|
|
|
.custom-theme .el-icon-loading {
|
|
-webkit-animation: rotating 2s linear infinite;
|
|
animation: rotating 2s linear infinite
|
|
}
|
|
|
|
.custom-theme .el-icon--right {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.custom-theme .el-icon--left {
|
|
margin-right: 5px
|
|
}
|
|
|
|
@-webkit-keyframes rotating {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes rotating {
|
|
0% {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
.custom-theme .el-pagination {
|
|
white-space: nowrap;
|
|
padding: 2px 5px;
|
|
color: #2d2f33;
|
|
font-weight: 700
|
|
}
|
|
|
|
.custom-theme .el-pagination:after, .custom-theme .el-pagination:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.custom-theme .el-pagination:after {
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-pagination button, .custom-theme .el-pagination span:not([class*=suffix]) {
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
min-width: 35.5px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
vertical-align: top;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-pagination .el-input__inner {
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-pagination .el-input__suffix {
|
|
right: 0;
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.custom-theme .el-pagination .el-select .el-input {
|
|
width: 100px;
|
|
margin: 0 5px
|
|
}
|
|
|
|
.custom-theme .el-pagination .el-select .el-input .el-input__inner {
|
|
padding-right: 25px;
|
|
border-radius: 3px;
|
|
height: 28px
|
|
}
|
|
|
|
.custom-theme .el-pagination button {
|
|
border: none;
|
|
padding: 0 6px;
|
|
background: 0 0
|
|
}
|
|
|
|
.custom-theme .el-pagination button:focus {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-pagination button:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-pagination button.disabled {
|
|
color: #b4bccc;
|
|
background-color: #fff;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-pagination .btn-next, .custom-theme .el-pagination .btn-prev {
|
|
background: 50% no-repeat;
|
|
background-size: 16px;
|
|
background-color: #fff;
|
|
cursor: pointer;
|
|
margin: 0;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-pagination .btn-next .el-icon, .custom-theme .el-pagination .btn-prev .el-icon {
|
|
display: block;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-pagination .btn-prev {
|
|
padding-right: 12px
|
|
}
|
|
|
|
.custom-theme .el-pagination .btn-next {
|
|
padding-left: 12px
|
|
}
|
|
|
|
.custom-theme .el-pagination--small .btn-next, .custom-theme .el-pagination--small .btn-prev, .custom-theme .el-pagination--small .el-pager li, .custom-theme .el-pagination--small .el-pager li:last-child {
|
|
border-color: transparent;
|
|
font-size: 12px;
|
|
line-height: 22px;
|
|
height: 22px;
|
|
min-width: 22px
|
|
}
|
|
|
|
.custom-theme .el-pagination--small .arrow.disabled {
|
|
visibility: hidden
|
|
}
|
|
|
|
.custom-theme .el-pagination__sizes {
|
|
margin: 0 10px 0 0;
|
|
font-weight: 400;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-pagination__sizes .el-input .el-input__inner {
|
|
font-size: 13px;
|
|
padding-left: 8px
|
|
}
|
|
|
|
.custom-theme .el-pagination__sizes .el-input .el-input__inner:hover {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-pagination__total {
|
|
margin-right: 10px;
|
|
font-weight: 400;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-pagination__jump {
|
|
margin-left: 24px;
|
|
font-weight: 400;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-pagination__jump .el-input__inner {
|
|
padding: 0 3px
|
|
}
|
|
|
|
.custom-theme .el-pagination__rightwrapper {
|
|
float: right
|
|
}
|
|
|
|
.custom-theme .el-pagination__editor {
|
|
line-height: 18px;
|
|
padding: 0 2px;
|
|
height: 28px;
|
|
text-align: center;
|
|
margin: 0 2px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 3px;
|
|
-moz-appearance: textfield
|
|
}
|
|
|
|
.custom-theme .el-pagination__editor.el-input {
|
|
width: 50px
|
|
}
|
|
|
|
.custom-theme .el-pagination__editor.el-input .el-input__inner {
|
|
height: 28px
|
|
}
|
|
|
|
.custom-theme .el-pagination__editor .el-input__inner::-webkit-inner-spin-button, .custom-theme .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-pager {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
list-style: none;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
font-size: 0;
|
|
padding: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-pager .el-icon-more:before {
|
|
vertical-align: -4px
|
|
}
|
|
|
|
.custom-theme .el-pager li {
|
|
padding: 0 4px;
|
|
background: #fff;
|
|
vertical-align: top;
|
|
display: inline-block;
|
|
font-size: 13px;
|
|
min-width: 35.5px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-pager li.btn-quicknext, .custom-theme .el-pager li.btn-quickprev {
|
|
line-height: 28px;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-pager li.btn-quicknext:hover, .custom-theme .el-pager li.btn-quickprev:hover {
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-pager li.active + li {
|
|
border-left: 0
|
|
}
|
|
|
|
.custom-theme .el-pager li:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-pager li.active {
|
|
color: #262729;
|
|
cursor: default
|
|
}
|
|
|
|
@-webkit-keyframes v-modal-in {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes v-modal-out {
|
|
to {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.custom-theme .el-dialog {
|
|
position: relative;
|
|
margin: 0 auto 50px;
|
|
background: #fff;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.3);
|
|
box-shadow: 0 1px 3px rgba(0,0,0,.3);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 50%
|
|
}
|
|
|
|
.custom-theme .el-dialog.is-fullscreen {
|
|
width: 100%;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
height: 100%;
|
|
overflow: auto
|
|
}
|
|
|
|
.custom-theme .el-dialog__wrapper {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-dialog__header {
|
|
padding: 15px;
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.custom-theme .el-dialog__headerbtn {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
padding: 0;
|
|
background: 0 0;
|
|
border: none;
|
|
outline: 0;
|
|
cursor: pointer;
|
|
font-size: 16px
|
|
}
|
|
|
|
.custom-theme .el-dialog__headerbtn .el-dialog__close {
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-dialog__headerbtn:focus .el-dialog__close, .custom-theme .el-dialog__headerbtn:hover .el-dialog__close {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-dialog__title {
|
|
line-height: 24px;
|
|
font-size: 18px;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-dialog__body {
|
|
padding: 30px 20px;
|
|
color: #5a5e66;
|
|
line-height: 24px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-dialog__footer {
|
|
padding: 15px;
|
|
padding-top: 10px;
|
|
text-align: right;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-dialog--center {
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-dialog--center .el-dialog__header {
|
|
padding-top: 30px
|
|
}
|
|
|
|
.custom-theme .el-dialog--center .el-dialog__body {
|
|
text-align: initial;
|
|
padding: 25px 27px 30px
|
|
}
|
|
|
|
.custom-theme .el-dialog--center .el-dialog__footer {
|
|
text-align: inherit;
|
|
padding-bottom: 30px
|
|
}
|
|
|
|
.custom-theme .dialog-fade-enter-active {
|
|
-webkit-animation: dialog-fade-in .3s;
|
|
animation: dialog-fade-in .3s
|
|
}
|
|
|
|
.custom-theme .dialog-fade-leave-active {
|
|
-webkit-animation: dialog-fade-out .3s;
|
|
animation: dialog-fade-out .3s
|
|
}
|
|
|
|
@-webkit-keyframes dialog-fade-in {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes dialog-fade-in {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes dialog-fade-out {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes dialog-fade-out {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.custom-theme .el-autocomplete {
|
|
position: relative;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion {
|
|
margin: 5px 0;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
border-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion.el-popper .popper__arrow {
|
|
left: 24px !important
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion__wrap {
|
|
max-height: 280px;
|
|
padding: 10px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow: auto;
|
|
background-color: #fff;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion__list {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion li {
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
line-height: 34px;
|
|
cursor: pointer;
|
|
color: #5a5e66;
|
|
font-size: 14px;
|
|
list-style: none;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion li.highlighted, .custom-theme .el-autocomplete-suggestion li:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion li.divider {
|
|
margin-top: 6px;
|
|
border-top: 1px solid #000
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion li.divider:last-child {
|
|
margin-bottom: -6px
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion.is-loading li {
|
|
text-align: center;
|
|
height: 100px;
|
|
line-height: 100px;
|
|
font-size: 20px;
|
|
color: #999
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion.is-loading li:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion.is-loading li:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-autocomplete-suggestion.is-loading .el-icon-loading {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-dropdown {
|
|
display: inline-block;
|
|
position: relative;
|
|
color: #5a5e66;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-dropdown .el-button-group {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-dropdown .el-button-group .el-button {
|
|
float: none
|
|
}
|
|
|
|
.custom-theme .el-dropdown .el-dropdown__caret-button {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
position: relative;
|
|
border-left: none
|
|
}
|
|
|
|
.custom-theme .el-dropdown .el-dropdown__caret-button:before {
|
|
content: "";
|
|
position: absolute;
|
|
display: block;
|
|
width: 1px;
|
|
top: 5px;
|
|
bottom: 5px;
|
|
left: 0;
|
|
background: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-dropdown .el-dropdown__caret-button:hover:before {
|
|
top: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-dropdown .el-dropdown__caret-button .el-dropdown__icon {
|
|
padding-left: 0
|
|
}
|
|
|
|
.custom-theme .el-dropdown__icon {
|
|
font-size: 12px;
|
|
margin: 0 3px
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 10;
|
|
padding: 10px 0;
|
|
margin: 5px 0;
|
|
background-color: #fff;
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu__item {
|
|
list-style: none;
|
|
line-height: 36px;
|
|
padding: 0 20px;
|
|
margin: 0;
|
|
font-size: 14px;
|
|
color: #5a5e66;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu__item:not(.is-disabled):hover {
|
|
background-color: #e9e9ea;
|
|
color: #515254
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu__item--divided {
|
|
position: relative;
|
|
margin-top: 6px;
|
|
border-top: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu__item--divided:before {
|
|
content: "";
|
|
height: 6px;
|
|
display: block;
|
|
margin: 0 -20px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu__item.is-disabled {
|
|
cursor: default;
|
|
color: #bbb;
|
|
pointer-events: none
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--medium {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--medium .el-dropdown-menu__item {
|
|
line-height: 30px;
|
|
padding: 0 17px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided {
|
|
margin-top: 6px
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--medium .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
|
|
height: 6px;
|
|
margin: 0 -17px
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--small {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--small .el-dropdown-menu__item {
|
|
line-height: 27px;
|
|
padding: 0 15px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided {
|
|
margin-top: 4px
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--small .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
|
|
height: 4px;
|
|
margin: 0 -15px
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--mini {
|
|
padding: 3px 0
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--mini .el-dropdown-menu__item {
|
|
line-height: 24px;
|
|
padding: 0 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided {
|
|
margin-top: 3px
|
|
}
|
|
|
|
.custom-theme .el-dropdown-menu--mini .el-dropdown-menu__item.el-dropdown-menu__item--divided:before {
|
|
height: 3px;
|
|
margin: 0 -10px
|
|
}
|
|
|
|
.custom-theme .el-menu {
|
|
border-right: 1px solid #e6e6e6;
|
|
list-style: none;
|
|
position: relative;
|
|
margin: 0;
|
|
padding-left: 0;
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-menu:after, .custom-theme .el-menu:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.custom-theme .el-menu:after {
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-menu li {
|
|
list-style: none
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal {
|
|
border-right: none;
|
|
border-bottom: 1px solid #e6e6e6
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-menu-item {
|
|
float: left;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-bottom: 2px solid transparent;
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-menu-item a, .custom-theme .el-menu--horizontal .el-menu-item a:hover {
|
|
color: inherit
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-menu-item:focus, .custom-theme .el-menu--horizontal .el-menu-item:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-submenu {
|
|
float: left;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-submenu:focus {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-submenu:focus > .el-submenu__title {
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-submenu > .el-menu {
|
|
position: absolute;
|
|
top: 65px;
|
|
left: 0;
|
|
border: none;
|
|
padding: 5px 0;
|
|
background-color: #fff;
|
|
z-index: 100;
|
|
min-width: 100%;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
border-radius: 2px
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-submenu .el-submenu__title {
|
|
height: 60px;
|
|
line-height: 60px;
|
|
border-bottom: 2px solid transparent;
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-submenu .el-submenu__title:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-submenu .el-menu-item {
|
|
background-color: #fff;
|
|
float: none;
|
|
height: 36px;
|
|
line-height: 36px;
|
|
padding: 0 10px
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-submenu .el-submenu__icon-arrow {
|
|
position: static;
|
|
vertical-align: middle;
|
|
margin-left: 8px;
|
|
margin-top: -3px
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal .el-menu-item:focus, .custom-theme .el-menu--horizontal .el-menu-item:hover, .custom-theme .el-menu--horizontal .el-submenu__title:hover {
|
|
outline: 0;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-menu--horizontal > .el-menu-item.is-active, .custom-theme .el-menu--horizontal > .el-submenu.is-active .el-submenu__title {
|
|
border-bottom: 2px solid #262729;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-menu--collapse {
|
|
width: 64px
|
|
}
|
|
|
|
.custom-theme .el-menu--collapse > .el-menu-item [class^=el-icon-], .custom-theme .el-menu--collapse > .el-submenu > .el-submenu__title [class^=el-icon-] {
|
|
margin: 0;
|
|
vertical-align: middle;
|
|
width: 24px;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-menu--collapse > .el-menu-item .el-submenu__icon-arrow, .custom-theme .el-menu--collapse > .el-submenu > .el-submenu__title .el-submenu__icon-arrow {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-menu--collapse > .el-menu-item span, .custom-theme .el-menu--collapse > .el-submenu > .el-submenu__title span {
|
|
height: 0;
|
|
width: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-menu--collapse > .el-menu-item.is-active i {
|
|
color: inherit
|
|
}
|
|
|
|
.custom-theme .el-menu--collapse .el-menu .el-submenu {
|
|
min-width: 200px
|
|
}
|
|
|
|
.custom-theme .el-menu--collapse .el-submenu {
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-menu--collapse .el-submenu .el-menu {
|
|
position: absolute;
|
|
margin-left: 5px;
|
|
top: 0;
|
|
left: 100%;
|
|
z-index: 10;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.custom-theme .el-menu--collapse .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
|
|
-webkit-transform: none;
|
|
transform: none
|
|
}
|
|
|
|
.custom-theme .el-menu-item {
|
|
height: 56px;
|
|
line-height: 56px;
|
|
font-size: 14px;
|
|
color: #2d2f33;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
-webkit-transition: border-color .3s,background-color .3s,color .3s;
|
|
transition: border-color .3s,background-color .3s,color .3s;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-menu-item [class^=el-icon-] {
|
|
margin-right: 5px;
|
|
width: 24px;
|
|
text-align: center;
|
|
font-size: 18px
|
|
}
|
|
|
|
.custom-theme .el-menu-item * {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-menu-item:first-child {
|
|
margin-left: 0
|
|
}
|
|
|
|
.custom-theme .el-menu-item:last-child {
|
|
margin-right: 0
|
|
}
|
|
|
|
.custom-theme .el-menu-item:focus, .custom-theme .el-menu-item:hover {
|
|
outline: 0;
|
|
background-color: #e9e9ea
|
|
}
|
|
|
|
.custom-theme .el-menu-item i {
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-menu-item.is-active {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-menu-item.is-active i {
|
|
color: inherit
|
|
}
|
|
|
|
.custom-theme .el-submenu__title {
|
|
height: 56px;
|
|
line-height: 56px;
|
|
font-size: 14px;
|
|
color: #2d2f33;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
position: relative;
|
|
-webkit-transition: border-color .3s,background-color .3s,color .3s;
|
|
transition: border-color .3s,background-color .3s,color .3s;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-submenu__title * {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-submenu__title i {
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-submenu__title:hover {
|
|
background-color: #e9e9ea
|
|
}
|
|
|
|
.custom-theme .el-submenu .el-menu {
|
|
border: none
|
|
}
|
|
|
|
.custom-theme .el-submenu .el-menu-item {
|
|
height: 50px;
|
|
line-height: 50px;
|
|
padding: 0 45px;
|
|
min-width: 200px
|
|
}
|
|
|
|
.custom-theme .el-submenu__icon-arrow {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 20px;
|
|
margin-top: -7px;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-submenu.is-active .el-submenu__title {
|
|
border-bottom-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-submenu.is-opened > .el-submenu__title .el-submenu__icon-arrow {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.custom-theme .el-submenu [class^=el-icon-] {
|
|
vertical-align: middle;
|
|
margin-right: 5px;
|
|
width: 24px;
|
|
text-align: center;
|
|
font-size: 18px
|
|
}
|
|
|
|
.custom-theme .el-menu-item-group > ul {
|
|
padding: 0
|
|
}
|
|
|
|
.custom-theme .el-menu-item-group__title {
|
|
padding: 7px 0 7px 20px;
|
|
line-height: normal;
|
|
font-size: 12px;
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .horizontal-collapse-transition .el-submenu__title .el-submenu__icon-arrow {
|
|
-webkit-transition: .2s;
|
|
transition: .2s;
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-radio {
|
|
color: #5a5e66;
|
|
font-weight: 500;
|
|
line-height: 1;
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
outline: 0;
|
|
font-size: 14px;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none
|
|
}
|
|
|
|
.custom-theme .el-radio.is-bordered {
|
|
padding: 10px 20px 10px 10px;
|
|
border-radius: 4px;
|
|
border: 1px solid #d8dce5
|
|
}
|
|
|
|
.custom-theme .el-radio.is-bordered.is-checked {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-radio.is-bordered.is-disabled {
|
|
cursor: not-allowed;
|
|
border-color: #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-radio.is-bordered + .el-radio.is-bordered {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.custom-theme .el-radio--medium.is-bordered {
|
|
padding: 8px 20px 8px 10px;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-radio--medium.is-bordered .el-radio__label {
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-radio--medium.is-bordered .el-radio__inner {
|
|
height: 14px;
|
|
width: 14px
|
|
}
|
|
|
|
.custom-theme .el-radio--small.is-bordered {
|
|
padding: 6px 15px 6px 10px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.custom-theme .el-radio--small.is-bordered .el-radio__label {
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-radio--small.is-bordered .el-radio__inner {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.custom-theme .el-radio--mini.is-bordered {
|
|
padding: 4px 15px 4px 10px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.custom-theme .el-radio--mini.is-bordered .el-radio__label {
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-radio--mini.is-bordered .el-radio__inner {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.custom-theme .el-radio + .el-radio {
|
|
margin-left: 30px
|
|
}
|
|
|
|
.custom-theme .el-radio__input {
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
outline: 0;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
position: relative;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-disabled .el-radio__inner {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-disabled .el-radio__inner:after {
|
|
cursor: not-allowed;
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-disabled .el-radio__inner + .el-radio__label {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-disabled.is-checked .el-radio__inner {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-disabled.is-checked .el-radio__inner:after {
|
|
background-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-disabled + span.el-radio__label {
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-checked .el-radio__inner {
|
|
border-color: #262729;
|
|
background: #262729
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-checked .el-radio__inner:after {
|
|
-webkit-transform: translate(-50%,-50%) scale(1);
|
|
transform: translate(-50%,-50%) scale(1)
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-checked + .el-radio__label {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-radio__input.is-focus .el-radio__inner {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-radio__inner {
|
|
border: 1px solid #d8dce5;
|
|
border-radius: 100%;
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #fff;
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-radio__inner:hover {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-radio__inner:after {
|
|
width: 4px;
|
|
height: 4px;
|
|
border-radius: 100%;
|
|
background-color: #fff;
|
|
content: "";
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%,-50%) scale(0);
|
|
transform: translate(-50%,-50%) scale(0);
|
|
-webkit-transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6);
|
|
transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6);
|
|
transition: transform .15s cubic-bezier(.71,-.46,.88,.6);
|
|
transition: transform .15s cubic-bezier(.71,-.46,.88,.6),-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6)
|
|
}
|
|
|
|
.custom-theme .el-radio__original {
|
|
opacity: 0;
|
|
outline: 0;
|
|
position: absolute;
|
|
z-index: -1;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-radio:focus:not(.is-focus):not(:active) .el-radio__inner {
|
|
-webkit-box-shadow: 0 0 2px 2px #262729;
|
|
box-shadow: 0 0 2px 2px #262729
|
|
}
|
|
|
|
.custom-theme .el-radio__label {
|
|
font-size: 14px;
|
|
padding-left: 10px
|
|
}
|
|
|
|
.custom-theme .el-radio-group {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
vertical-align: middle;
|
|
font-size: 0
|
|
}
|
|
|
|
.custom-theme .el-radio-button, .custom-theme .el-radio-button__inner {
|
|
position: relative;
|
|
display: inline-block;
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-radio-button__inner {
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
background: #fff;
|
|
border: 1px solid #d8dce5;
|
|
font-weight: 500;
|
|
border-left: 0;
|
|
color: #5a5e66;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-radio-button__inner.is-round {
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.custom-theme .el-radio-button__inner:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-radio-button__inner [class*=el-icon-] {
|
|
line-height: .9
|
|
}
|
|
|
|
.custom-theme .el-radio-button__inner [class*=el-icon-] + span {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.custom-theme .el-radio-button__orig-radio {
|
|
opacity: 0;
|
|
outline: 0;
|
|
position: absolute;
|
|
z-index: -1;
|
|
left: -999px
|
|
}
|
|
|
|
.custom-theme .el-radio-button__orig-radio:checked + .el-radio-button__inner {
|
|
color: #fff;
|
|
background-color: #262729;
|
|
border-color: #262729;
|
|
-webkit-box-shadow: -1px 0 0 0 #262729;
|
|
box-shadow: -1px 0 0 0 #262729
|
|
}
|
|
|
|
.custom-theme .el-radio-button__orig-radio:disabled + .el-radio-button__inner {
|
|
color: #b4bccc;
|
|
cursor: not-allowed;
|
|
background-image: none;
|
|
background-color: #fff;
|
|
border-color: #e6ebf5;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
.custom-theme .el-radio-button__orig-radio:disabled:checked + .el-radio-button__inner {
|
|
background-color: #edf2fc
|
|
}
|
|
|
|
.custom-theme .el-radio-button:first-child .el-radio-button__inner {
|
|
border-left: 1px solid #d8dce5;
|
|
border-radius: 4px 0 0 4px;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important
|
|
}
|
|
|
|
.custom-theme .el-radio-button:last-child .el-radio-button__inner {
|
|
border-radius: 0 4px 4px 0
|
|
}
|
|
|
|
.custom-theme .el-radio-button:first-child:last-child .el-radio-button__inner {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-radio-button--medium .el-radio-button__inner {
|
|
padding: 10px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-radio-button--medium .el-radio-button__inner.is-round {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.custom-theme .el-radio-button--small .el-radio-button__inner {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-radio-button--small .el-radio-button__inner.is-round {
|
|
padding: 9px 15px
|
|
}
|
|
|
|
.custom-theme .el-radio-button--mini .el-radio-button__inner {
|
|
padding: 7px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-radio-button--mini .el-radio-button__inner.is-round {
|
|
padding: 7px 15px
|
|
}
|
|
|
|
.custom-theme .el-radio-button:focus:not(.is-focus):not(:active) {
|
|
-webkit-box-shadow: 0 0 2px 2px #262729;
|
|
box-shadow: 0 0 2px 2px #262729
|
|
}
|
|
|
|
.custom-theme .el-switch {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
height: 20px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-switch.is-disabled .el-switch__core, .custom-theme .el-switch.is-disabled .el-switch__label {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-switch__label {
|
|
-webkit-transition: .2s;
|
|
transition: .2s;
|
|
height: 20px;
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-switch__label.is-active {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-switch__label--left {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.custom-theme .el-switch__label--right {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.custom-theme .el-switch__label * {
|
|
line-height: 1;
|
|
font-size: 14px;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-switch__input {
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-switch__input:focus ~ .el-switch__core {
|
|
outline: 1px solid #262729
|
|
}
|
|
|
|
.custom-theme .el-switch__core {
|
|
margin: 0;
|
|
display: inline-block;
|
|
position: relative;
|
|
width: 40px;
|
|
height: 20px;
|
|
border: 1px solid #d8dce5;
|
|
outline: 0;
|
|
border-radius: 10px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #d8dce5;
|
|
cursor: pointer;
|
|
-webkit-transition: border-color .3s,background-color .3s;
|
|
transition: border-color .3s,background-color .3s;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-switch__core .el-switch__button {
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 1px;
|
|
border-radius: 100%;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
width: 16px;
|
|
height: 16px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-switch.is-checked .el-switch__core {
|
|
border-color: #262729;
|
|
background-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-switch.is-disabled {
|
|
opacity: .6
|
|
}
|
|
|
|
.custom-theme .el-switch--wide .el-switch__label.el-switch__label--left span {
|
|
left: 10px
|
|
}
|
|
|
|
.custom-theme .el-switch--wide .el-switch__label.el-switch__label--right span {
|
|
right: 10px
|
|
}
|
|
|
|
.custom-theme .el-switch .label-fade-enter, .custom-theme .el-switch .label-fade-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown {
|
|
position: absolute;
|
|
z-index: 1001;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 4px;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 5px 0
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
|
|
color: #262729;
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
|
|
position: absolute;
|
|
right: 20px;
|
|
font-family: element-icons;
|
|
content: "\E611";
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
|
|
padding: 0
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown .popper__arrow {
|
|
-webkit-transform: translateX(-400%);
|
|
transform: translateX(-400%)
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown.is-arrow-fixed .popper__arrow {
|
|
-webkit-transform: translateX(-200%);
|
|
transform: translateX(-200%)
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown__empty {
|
|
padding: 10px 0;
|
|
margin: 0;
|
|
text-align: center;
|
|
color: #999;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown__wrap {
|
|
max-height: 274px
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown__list {
|
|
list-style: none;
|
|
padding: 6px 0;
|
|
margin: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown__item {
|
|
font-size: 14px;
|
|
padding: 0 20px;
|
|
position: relative;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
color: #5a5e66;
|
|
height: 34px;
|
|
line-height: 34px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown__item.is-disabled {
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown__item.is-disabled:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown__item.hover, .custom-theme .el-select-dropdown__item:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown__item.selected {
|
|
color: #262729;
|
|
font-weight: 700
|
|
}
|
|
|
|
.custom-theme .el-select-dropdown__item span {
|
|
line-height: 34px !important
|
|
}
|
|
|
|
.custom-theme .el-select-group {
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.custom-theme .el-select-group__wrap {
|
|
position: relative;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.custom-theme .el-select-group__wrap:not(:last-of-type) {
|
|
padding-bottom: 24px
|
|
}
|
|
|
|
.custom-theme .el-select-group__wrap:not(:last-of-type):after {
|
|
content: "";
|
|
position: absolute;
|
|
display: block;
|
|
left: 20px;
|
|
right: 20px;
|
|
bottom: 12px;
|
|
height: 1px;
|
|
background: #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-select-group__title {
|
|
padding-left: 20px;
|
|
font-size: 12px;
|
|
color: #0a76a4;
|
|
line-height: 30px
|
|
}
|
|
|
|
.custom-theme .el-select-group .el-select-dropdown__item {
|
|
padding-left: 20px
|
|
}
|
|
|
|
.custom-theme .el-select {
|
|
display: inline-block;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-select:hover .el-input__inner {
|
|
border-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-select .el-input__inner {
|
|
cursor: pointer;
|
|
padding-right: 35px
|
|
}
|
|
|
|
.custom-theme .el-select .el-input__inner:focus {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-select .el-input .el-select__caret {
|
|
color: #b4bccc;
|
|
font-size: 14px;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
line-height: 16px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-select .el-input .el-select__caret.is-reverse {
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0)
|
|
}
|
|
|
|
.custom-theme .el-select .el-input .el-select__caret.is-show-close {
|
|
font-size: 14px;
|
|
text-align: center;
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg);
|
|
border-radius: 100%;
|
|
color: #b4bccc;
|
|
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.custom-theme .el-select .el-input .el-select__caret.is-show-close:hover {
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-select .el-input.is-disabled .el-input__inner {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-select .el-input.is-disabled .el-input__inner:hover {
|
|
border-color: #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-select > .el-input {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-select__input {
|
|
border: none;
|
|
outline: 0;
|
|
padding: 0;
|
|
margin-left: 15px;
|
|
color: #666;
|
|
font-size: 14px;
|
|
vertical-align: baseline;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
height: 28px;
|
|
background-color: transparent
|
|
}
|
|
|
|
.custom-theme .el-select__input.is-mini {
|
|
height: 14px
|
|
}
|
|
|
|
.custom-theme .el-select__close {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: 8px;
|
|
z-index: 1000;
|
|
right: 25px;
|
|
color: #b4bccc;
|
|
line-height: 18px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-select__close:hover {
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-select__tags {
|
|
position: absolute;
|
|
line-height: normal;
|
|
white-space: normal;
|
|
z-index: 1;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.custom-theme .el-select .el-tag__close {
|
|
margin-top: -2px
|
|
}
|
|
|
|
.custom-theme .el-select .el-tag {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-color: transparent;
|
|
margin: 3px 0 3px 6px;
|
|
background-color: #f0f2f5
|
|
}
|
|
|
|
.custom-theme .el-select .el-tag__close.el-icon-close {
|
|
background-color: #b4bccc;
|
|
right: -7px;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-select .el-tag__close.el-icon-close:hover {
|
|
background-color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-select .el-tag__close.el-icon-close:before {
|
|
display: block;
|
|
-webkit-transform: translateY(.5px);
|
|
transform: translateY(.5px)
|
|
}
|
|
|
|
.custom-theme .el-select__tag {
|
|
display: inline-block;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
font-size: 14px;
|
|
border-radius: 4px;
|
|
color: #fff;
|
|
background-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-select__tag .el-icon-close {
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-table {
|
|
position: relative;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
width: 100%;
|
|
max-width: 100%;
|
|
background-color: #fff;
|
|
font-size: 14px;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-table__empty-block {
|
|
position: relative;
|
|
min-height: 60px;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-table__empty-text {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
color: color(#262729 s(16%) l(44%))
|
|
}
|
|
|
|
.custom-theme .el-table__expand-column .cell {
|
|
padding: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-table__expand-icon {
|
|
position: relative;
|
|
cursor: pointer;
|
|
color: #666;
|
|
font-size: 12px;
|
|
-webkit-transition: -webkit-transform .2s ease-in-out;
|
|
transition: -webkit-transform .2s ease-in-out;
|
|
transition: transform .2s ease-in-out;
|
|
transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
|
|
height: 20px
|
|
}
|
|
|
|
.custom-theme .el-table__expand-icon--expanded {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.custom-theme .el-table__expand-icon > .el-icon {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
margin-left: -5px;
|
|
margin-top: -5px
|
|
}
|
|
|
|
.custom-theme .el-table__expanded-cell {
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-table__expanded-cell[class*=cell] {
|
|
padding: 20px 50px
|
|
}
|
|
|
|
.custom-theme .el-table__expanded-cell:hover {
|
|
background-color: #f5f7fa !important
|
|
}
|
|
|
|
.custom-theme .el-table--fit {
|
|
border-right: 0;
|
|
border-bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-table--fit td.gutter, .custom-theme .el-table--fit th.gutter {
|
|
border-right-width: 1px
|
|
}
|
|
|
|
.custom-theme .el-table thead {
|
|
color: #878d99;
|
|
font-weight: 500
|
|
}
|
|
|
|
.custom-theme .el-table thead.is-group th {
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-table td, .custom-theme .el-table th {
|
|
padding: 12px 0;
|
|
min-width: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-overflow: ellipsis;
|
|
vertical-align: middle;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-table td.is-center, .custom-theme .el-table th.is-center {
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-table td.is-left, .custom-theme .el-table th.is-left {
|
|
text-align: left
|
|
}
|
|
|
|
.custom-theme .el-table td.is-right, .custom-theme .el-table th.is-right {
|
|
text-align: right
|
|
}
|
|
|
|
.custom-theme .el-table td.gutter, .custom-theme .el-table th.gutter {
|
|
width: 15px;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
padding: 0
|
|
}
|
|
|
|
.custom-theme .el-table td.is-hidden > *, .custom-theme .el-table th.is-hidden > * {
|
|
visibility: hidden
|
|
}
|
|
|
|
.custom-theme .el-table--medium td, .custom-theme .el-table--medium th {
|
|
padding: 10px 0
|
|
}
|
|
|
|
.custom-theme .el-table--small {
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-table--small td, .custom-theme .el-table--small th {
|
|
padding: 8px 0
|
|
}
|
|
|
|
.custom-theme .el-table--mini {
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-table--mini td, .custom-theme .el-table--mini th {
|
|
padding: 6px 0
|
|
}
|
|
|
|
.custom-theme .el-table tr {
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-table tr input[type=checkbox] {
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-table td, .custom-theme .el-table th.is-leaf {
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-table th.is-sortable {
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-table th {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
text-align: left
|
|
}
|
|
|
|
.custom-theme .el-table th div {
|
|
padding-left: 10px;
|
|
padding-right: 10px;
|
|
line-height: 40px;
|
|
overflow: hidden;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-table th > .cell, .custom-theme .el-table th div {
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-overflow: ellipsis
|
|
}
|
|
|
|
.custom-theme .el-table th > .cell {
|
|
position: relative;
|
|
word-wrap: normal;
|
|
vertical-align: middle;
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-table th > .cell.highlight {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-table th.required > div:before {
|
|
display: inline-block;
|
|
content: "";
|
|
width: 8px;
|
|
height: 8px;
|
|
border-radius: 50%;
|
|
background: #ff4d51;
|
|
margin-right: 5px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-table td div {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-table td.gutter {
|
|
width: 0
|
|
}
|
|
|
|
.custom-theme .el-table .cell {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
line-height: 23px;
|
|
padding-left: 10px;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.custom-theme .el-table .cell.el-tooltip {
|
|
white-space: nowrap;
|
|
min-width: 50px
|
|
}
|
|
|
|
.custom-theme .el-table td:first-child .cell, .custom-theme .el-table th:first-child .cell {
|
|
padding-left: 0
|
|
}
|
|
|
|
.custom-theme .el-table--border, .custom-theme .el-table--group {
|
|
border: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-table--border:after, .custom-theme .el-table--group:after, .custom-theme .el-table:before {
|
|
content: "";
|
|
position: absolute;
|
|
background-color: #e6ebf5;
|
|
z-index: 1
|
|
}
|
|
|
|
.custom-theme .el-table--border:after, .custom-theme .el-table--group:after {
|
|
top: 0;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-table:before {
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 1px
|
|
}
|
|
|
|
.custom-theme .el-table--border {
|
|
border-right: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
.custom-theme .el-table--border td, .custom-theme .el-table--border th {
|
|
border-right: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-table--border td:first-child .cell, .custom-theme .el-table--border th:first-child .cell {
|
|
padding-left: 10px
|
|
}
|
|
|
|
.custom-theme .el-table--border .has-gutter td:nth-last-of-type(2), .custom-theme .el-table--border .has-gutter th:nth-last-of-type(2) {
|
|
border-right: none
|
|
}
|
|
|
|
.custom-theme .el-table--border th.gutter:last-of-type {
|
|
border-bottom: 1px solid #e6ebf5;
|
|
border-bottom-width: 1px
|
|
}
|
|
|
|
.custom-theme .el-table--border th {
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-table--hidden {
|
|
visibility: hidden
|
|
}
|
|
|
|
.custom-theme .el-table__fixed, .custom-theme .el-table__fixed-right {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
overflow-x: hidden;
|
|
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.12);
|
|
box-shadow: 0 0 10px rgba(0,0,0,.12)
|
|
}
|
|
|
|
.custom-theme .el-table__fixed-right:before, .custom-theme .el-table__fixed:before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: #e6ebf5;
|
|
z-index: 4
|
|
}
|
|
|
|
.custom-theme .el-table__fixed-right-patch {
|
|
position: absolute;
|
|
top: -1px;
|
|
right: 0;
|
|
background-color: #fff;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-table__fixed-right {
|
|
top: 0;
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.custom-theme .el-table__fixed-right .el-table__fixed-body-wrapper, .custom-theme .el-table__fixed-right .el-table__fixed-footer-wrapper, .custom-theme .el-table__fixed-right .el-table__fixed-header-wrapper {
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.custom-theme .el-table__fixed-header-wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
z-index: 3
|
|
}
|
|
|
|
.custom-theme .el-table__fixed-footer-wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
z-index: 3
|
|
}
|
|
|
|
.custom-theme .el-table__fixed-footer-wrapper tbody td {
|
|
border-top: 1px solid #e6ebf5;
|
|
background-color: #f5f7fa;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-table__fixed-body-wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 37px;
|
|
overflow: hidden;
|
|
z-index: 3
|
|
}
|
|
|
|
.custom-theme .el-table__body-wrapper, .custom-theme .el-table__footer-wrapper, .custom-theme .el-table__header-wrapper {
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-table__footer-wrapper {
|
|
margin-top: -1px
|
|
}
|
|
|
|
.custom-theme .el-table__footer-wrapper td {
|
|
border-top: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-table__body, .custom-theme .el-table__footer, .custom-theme .el-table__header {
|
|
table-layout: fixed
|
|
}
|
|
|
|
.custom-theme .el-table__footer-wrapper, .custom-theme .el-table__header-wrapper {
|
|
overflow: hidden
|
|
}
|
|
|
|
.custom-theme .el-table__footer-wrapper tbody td, .custom-theme .el-table__header-wrapper tbody td {
|
|
background-color: #f5f7fa;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-table__body-wrapper {
|
|
overflow: auto;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-table__body-wrapper.is-scroll-left ~ .el-table__fixed, .custom-theme .el-table__body-wrapper.is-scroll-none ~ .el-table__fixed, .custom-theme .el-table__body-wrapper.is-scroll-none ~ .el-table__fixed-right, .custom-theme .el-table__body-wrapper.is-scroll-right ~ .el-table__fixed-right {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
.custom-theme .el-table__body-wrapper .el-table--border.is-scroll-right ~ .el-table__fixed-right {
|
|
border-left: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-table__body-wrapper .el-table--border.is-scroll-left ~ .el-table__fixed {
|
|
border-right: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-table .caret-wrapper {
|
|
position: relative;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 13px;
|
|
width: 24px;
|
|
cursor: pointer;
|
|
overflow: initial
|
|
}
|
|
|
|
.custom-theme .el-table .sort-caret {
|
|
color: #0a76a4;
|
|
width: 14px;
|
|
overflow: hidden;
|
|
font-size: 13px
|
|
}
|
|
|
|
.custom-theme .el-table .ascending .sort-caret.ascending, .custom-theme .el-table .descending .sort-caret.descending {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-table .hidden-columns {
|
|
visibility: hidden;
|
|
position: absolute;
|
|
z-index: -1
|
|
}
|
|
|
|
.custom-theme .el-table--striped .el-table__body tr.el-table__row--striped td {
|
|
background: #fafafa
|
|
}
|
|
|
|
.custom-theme .el-table--striped .el-table__body tr.el-table__row--striped.current-row td, .custom-theme .el-table__body tr.current-row > td, .custom-theme .el-table__body tr.hover-row.current-row > td, .custom-theme .el-table__body tr.hover-row.el-table__row--striped.current-row > td, .custom-theme .el-table__body tr.hover-row.el-table__row--striped > td, .custom-theme .el-table__body tr.hover-row > td {
|
|
background-color: #e9e9ea
|
|
}
|
|
|
|
.custom-theme .el-table__column-resize-proxy {
|
|
position: absolute;
|
|
left: 200px;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 0;
|
|
border-left: 1px solid #e6ebf5;
|
|
z-index: 10
|
|
}
|
|
|
|
.custom-theme .el-table__column-filter-trigger {
|
|
display: inline-block;
|
|
line-height: 34px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-table__column-filter-trigger i {
|
|
color: #0a76a4;
|
|
font-size: 12px;
|
|
-webkit-transform: scale(.75);
|
|
transform: scale(.75)
|
|
}
|
|
|
|
.custom-theme .el-table--enable-row-transition .el-table__body td {
|
|
-webkit-transition: background-color .25s ease;
|
|
transition: background-color .25s ease
|
|
}
|
|
|
|
.custom-theme .el-table--enable-row-hover .el-table__body tr:hover > td {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-table--fluid-height .el-table__fixed, .custom-theme .el-table--fluid-height .el-table__fixed-right {
|
|
bottom: 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.custom-theme .el-table-column--selection .cell {
|
|
padding-left: 14px;
|
|
padding-right: 14px
|
|
}
|
|
|
|
.custom-theme .el-table-filter {
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 2px;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 2px 0
|
|
}
|
|
|
|
.custom-theme .el-table-filter__list {
|
|
padding: 5px 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
min-width: 100px
|
|
}
|
|
|
|
.custom-theme .el-table-filter__list-item {
|
|
line-height: 36px;
|
|
padding: 0 10px;
|
|
cursor: pointer;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-table-filter__list-item:hover {
|
|
background-color: #e9e9ea;
|
|
color: #515254
|
|
}
|
|
|
|
.custom-theme .el-table-filter__list-item.is-active {
|
|
background-color: #262729;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-table-filter__content {
|
|
min-width: 100px
|
|
}
|
|
|
|
.custom-theme .el-table-filter__bottom {
|
|
border-top: 1px solid #e6ebf5;
|
|
padding: 8px
|
|
}
|
|
|
|
.custom-theme .el-table-filter__bottom button {
|
|
background: 0 0;
|
|
border: none;
|
|
color: #5a5e66;
|
|
cursor: pointer;
|
|
font-size: 13px;
|
|
padding: 0 3px
|
|
}
|
|
|
|
.custom-theme .el-table-filter__bottom button:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-table-filter__bottom button:focus {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-table-filter__bottom button.is-disabled {
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-table-filter__checkbox-group {
|
|
padding: 10px
|
|
}
|
|
|
|
.custom-theme .el-table-filter__checkbox-group label.el-checkbox {
|
|
display: block;
|
|
margin-bottom: 8px;
|
|
margin-left: 5px
|
|
}
|
|
|
|
.custom-theme .el-table-filter__checkbox-group .el-checkbox:last-child {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-date-table {
|
|
font-size: 12px;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.custom-theme .el-date-table.is-week-mode .el-date-table__row:hover div {
|
|
background-color: #edf2fc
|
|
}
|
|
|
|
.custom-theme .el-date-table.is-week-mode .el-date-table__row:hover td.available:hover {
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-date-table.is-week-mode .el-date-table__row:hover td:first-child div {
|
|
margin-left: 5px;
|
|
border-top-left-radius: 15px;
|
|
border-bottom-left-radius: 15px
|
|
}
|
|
|
|
.custom-theme .el-date-table.is-week-mode .el-date-table__row:hover td:last-child div {
|
|
margin-right: 5px;
|
|
border-top-right-radius: 15px;
|
|
border-bottom-right-radius: 15px
|
|
}
|
|
|
|
.custom-theme .el-date-table.is-week-mode .el-date-table__row.current div {
|
|
background-color: #edf2fc
|
|
}
|
|
|
|
.custom-theme .el-date-table td {
|
|
width: 32px;
|
|
height: 30px;
|
|
padding: 4px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-date-table td div {
|
|
height: 30px;
|
|
padding: 3px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-date-table td span {
|
|
width: 24px;
|
|
height: 24px;
|
|
display: block;
|
|
margin: 0 auto;
|
|
line-height: 24px;
|
|
position: absolute;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
border-radius: 50%
|
|
}
|
|
|
|
.custom-theme .el-date-table td.next-month, .custom-theme .el-date-table td.prev-month {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-date-table td.today {
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-date-table td.today span {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-date-table td.today.end-date span, .custom-theme .el-date-table td.today.start-date span {
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-date-table td.available:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-date-table td.in-range div, .custom-theme .el-date-table td.in-range div:hover {
|
|
background-color: #edf2fc
|
|
}
|
|
|
|
.custom-theme .el-date-table td.current:not(.disabled) span {
|
|
color: #fff;
|
|
background-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-date-table td.end-date div, .custom-theme .el-date-table td.start-date div {
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-date-table td.end-date span, .custom-theme .el-date-table td.start-date span {
|
|
background-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-date-table td.start-date div {
|
|
margin-left: 5px;
|
|
border-top-left-radius: 15px;
|
|
border-bottom-left-radius: 15px
|
|
}
|
|
|
|
.custom-theme .el-date-table td.end-date div {
|
|
margin-right: 5px;
|
|
border-top-right-radius: 15px;
|
|
border-bottom-right-radius: 15px
|
|
}
|
|
|
|
.custom-theme .el-date-table td.disabled div {
|
|
background-color: #f5f7fa;
|
|
opacity: 1;
|
|
cursor: not-allowed;
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-date-table td.week {
|
|
font-size: 80%;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-date-table th {
|
|
padding: 5px;
|
|
color: #5a5e66;
|
|
font-weight: 400;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-month-table {
|
|
font-size: 12px;
|
|
margin: -1px;
|
|
border-collapse: collapse
|
|
}
|
|
|
|
.custom-theme .el-month-table td {
|
|
text-align: center;
|
|
padding: 20px 3px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-month-table td.disabled .cell {
|
|
background-color: #f5f7fa;
|
|
cursor: not-allowed;
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-month-table td.disabled .cell:hover {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-month-table td .cell {
|
|
width: 48px;
|
|
height: 32px;
|
|
display: block;
|
|
line-height: 32px;
|
|
color: #5a5e66;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.custom-theme .el-month-table td .cell:hover, .custom-theme .el-month-table td.current:not(.disabled) .cell {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-year-table {
|
|
font-size: 12px;
|
|
margin: -1px;
|
|
border-collapse: collapse
|
|
}
|
|
|
|
.custom-theme .el-year-table .el-icon {
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-year-table td {
|
|
text-align: center;
|
|
padding: 20px 3px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-year-table td.disabled .cell {
|
|
background-color: #f5f7fa;
|
|
cursor: not-allowed;
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-year-table td.disabled .cell:hover {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-year-table td .cell {
|
|
width: 48px;
|
|
height: 32px;
|
|
display: block;
|
|
line-height: 32px;
|
|
color: #5a5e66;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.custom-theme .el-year-table td .cell:hover, .custom-theme .el-year-table td.current:not(.disabled) .cell {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker {
|
|
width: 646px
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker.has-sidebar {
|
|
width: 756px
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker table {
|
|
table-layout: fixed;
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker .el-picker-panel__body {
|
|
min-width: 513px
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker .el-picker-panel__content {
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__header {
|
|
position: relative;
|
|
text-align: center;
|
|
height: 28px
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__header [class*=arrow-left] {
|
|
float: left
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__header [class*=arrow-right] {
|
|
float: right
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__header div {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
margin-right: 50px
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__content {
|
|
float: left;
|
|
width: 50%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 16px
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__content.is-left {
|
|
border-right: 1px solid #e4e4e4
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__content.is-right .el-date-range-picker__header div {
|
|
margin-left: 50px;
|
|
margin-right: 50px
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__editors-wrap {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: table-cell
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__editors-wrap.is-right {
|
|
text-align: right
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__time-header {
|
|
position: relative;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
font-size: 12px;
|
|
padding: 8px 5px 5px 5px;
|
|
display: table;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__time-header > .el-icon-arrow-right {
|
|
font-size: 20px;
|
|
vertical-align: middle;
|
|
display: table-cell;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__time-picker-wrap {
|
|
position: relative;
|
|
display: table-cell;
|
|
padding: 0 5px
|
|
}
|
|
|
|
.custom-theme .el-date-range-picker__time-picker-wrap .el-picker-panel {
|
|
position: absolute;
|
|
top: 13px;
|
|
right: 0;
|
|
z-index: 1;
|
|
background: #fff
|
|
}
|
|
|
|
.custom-theme .el-time-range-picker {
|
|
width: 354px;
|
|
overflow: visible
|
|
}
|
|
|
|
.custom-theme .el-time-range-picker__content {
|
|
position: relative;
|
|
text-align: center;
|
|
padding: 10px
|
|
}
|
|
|
|
.custom-theme .el-time-range-picker__cell {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 4px 7px 7px;
|
|
width: 50%;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-time-range-picker__header {
|
|
margin-bottom: 5px;
|
|
text-align: center;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-time-range-picker__body {
|
|
border-radius: 2px;
|
|
border: 1px solid #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-picker-panel {
|
|
color: #5a5e66;
|
|
border: 1px solid #dfe4ed;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
background: #fff;
|
|
border-radius: 4px;
|
|
line-height: 30px;
|
|
margin: 5px 0
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__body-wrapper:after, .custom-theme .el-picker-panel__body:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__content {
|
|
position: relative;
|
|
margin: 15px
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__footer {
|
|
border-top: 1px solid #e4e4e4;
|
|
padding: 4px;
|
|
text-align: right;
|
|
background-color: #fff;
|
|
position: relative;
|
|
font-size: 0
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__shortcut {
|
|
display: block;
|
|
width: 100%;
|
|
border: 0;
|
|
background-color: transparent;
|
|
line-height: 28px;
|
|
font-size: 14px;
|
|
color: #5a5e66;
|
|
padding-left: 12px;
|
|
text-align: left;
|
|
outline: 0;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__shortcut:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__shortcut.active {
|
|
background-color: #e6f1fe;
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__btn {
|
|
border: 1px solid #dcdcdc;
|
|
color: #333;
|
|
line-height: 24px;
|
|
border-radius: 2px;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
outline: 0;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__btn[disabled] {
|
|
color: #ccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__icon-btn {
|
|
font-size: 12px;
|
|
color: #2d2f33;
|
|
border: 0;
|
|
background: 0 0;
|
|
cursor: pointer;
|
|
outline: 0;
|
|
margin-top: 8px
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__icon-btn:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__icon-btn.is-disabled {
|
|
color: #bbb
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__icon-btn.is-disabled:hover {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-picker-panel__link-btn {
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-picker-panel .popper__arrow {
|
|
-webkit-transform: translateX(-400%);
|
|
transform: translateX(-400%)
|
|
}
|
|
|
|
.custom-theme .el-picker-panel [slot=sidebar], .custom-theme .el-picker-panel__sidebar {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 110px;
|
|
border-right: 1px solid #e4e4e4;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-top: 6px;
|
|
background-color: #fff;
|
|
overflow: auto
|
|
}
|
|
|
|
.custom-theme .el-picker-panel [slot=sidebar] + .el-picker-panel__body, .custom-theme .el-picker-panel__sidebar + .el-picker-panel__body {
|
|
margin-left: 110px
|
|
}
|
|
|
|
.custom-theme .el-date-picker {
|
|
width: 322px
|
|
}
|
|
|
|
.custom-theme .el-date-picker.has-sidebar.has-time {
|
|
width: 434px
|
|
}
|
|
|
|
.custom-theme .el-date-picker.has-sidebar {
|
|
width: 438px
|
|
}
|
|
|
|
.custom-theme .el-date-picker.has-time .el-picker-panel__body-wrapper {
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-date-picker .el-picker-panel__content {
|
|
width: 292px
|
|
}
|
|
|
|
.custom-theme .el-date-picker table {
|
|
table-layout: fixed;
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-date-picker__editor-wrap {
|
|
position: relative;
|
|
display: table-cell;
|
|
padding: 0 5px
|
|
}
|
|
|
|
.custom-theme .el-date-picker__time-header {
|
|
position: relative;
|
|
border-bottom: 1px solid #e4e4e4;
|
|
font-size: 12px;
|
|
padding: 8px 5px 5px 5px;
|
|
display: table;
|
|
width: 100%;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-date-picker__header {
|
|
margin: 12px;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-date-picker__header--bordered {
|
|
margin-bottom: 0;
|
|
padding-bottom: 12px;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-date-picker__header--bordered + .el-picker-panel__content {
|
|
margin-top: 0
|
|
}
|
|
|
|
.custom-theme .el-date-picker__header-label {
|
|
font-size: 16px;
|
|
font-weight: 500;
|
|
padding: 0 5px;
|
|
line-height: 22px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-date-picker__header-label.active, .custom-theme .el-date-picker__header-label:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-date-picker__prev-btn {
|
|
float: left
|
|
}
|
|
|
|
.custom-theme .el-date-picker__next-btn {
|
|
float: right
|
|
}
|
|
|
|
.custom-theme .el-date-picker__time-wrap {
|
|
padding: 10px;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-date-picker__time-label {
|
|
float: left;
|
|
cursor: pointer;
|
|
line-height: 30px;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.custom-theme .time-select {
|
|
margin: 5px 0;
|
|
min-width: 0
|
|
}
|
|
|
|
.custom-theme .time-select .el-picker-panel__content {
|
|
max-height: 200px;
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .time-select-item {
|
|
padding: 8px 10px;
|
|
font-size: 14px;
|
|
line-height: 20px
|
|
}
|
|
|
|
.custom-theme .time-select-item.selected:not(.disabled) {
|
|
color: #262729;
|
|
font-weight: 700
|
|
}
|
|
|
|
.custom-theme .time-select-item.disabled {
|
|
color: #dfe4ed;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .time-select-item:hover {
|
|
background-color: #f5f7fa;
|
|
font-weight: 700;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .fade-in-linear-enter-active, .custom-theme .fade-in-linear-leave-active {
|
|
-webkit-transition: opacity .2s linear;
|
|
transition: opacity .2s linear
|
|
}
|
|
|
|
.custom-theme .fade-in-linear-enter, .custom-theme .fade-in-linear-leave, .custom-theme .fade-in-linear-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-fade-in-linear-enter-active, .custom-theme .el-fade-in-linear-leave-active {
|
|
-webkit-transition: opacity .2s linear;
|
|
transition: opacity .2s linear
|
|
}
|
|
|
|
.custom-theme .el-fade-in-linear-enter, .custom-theme .el-fade-in-linear-leave, .custom-theme .el-fade-in-linear-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-fade-in-enter-active, .custom-theme .el-fade-in-leave-active {
|
|
-webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
|
|
transition: all .3s cubic-bezier(.55,0,.1,1)
|
|
}
|
|
|
|
.custom-theme .el-fade-in-enter, .custom-theme .el-fade-in-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-zoom-in-center-enter-active, .custom-theme .el-zoom-in-center-leave-active {
|
|
-webkit-transition: all .3s cubic-bezier(.55,0,.1,1);
|
|
transition: all .3s cubic-bezier(.55,0,.1,1)
|
|
}
|
|
|
|
.custom-theme .el-zoom-in-center-enter, .custom-theme .el-zoom-in-center-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: scaleX(0);
|
|
transform: scaleX(0)
|
|
}
|
|
|
|
.custom-theme .el-zoom-in-top-enter-active, .custom-theme .el-zoom-in-top-leave-active {
|
|
opacity: 1;
|
|
-webkit-transform: scaleY(1);
|
|
transform: scaleY(1);
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
-webkit-transform-origin: center top;
|
|
transform-origin: center top
|
|
}
|
|
|
|
.custom-theme .el-zoom-in-top-enter, .custom-theme .el-zoom-in-top-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: scaleY(0);
|
|
transform: scaleY(0)
|
|
}
|
|
|
|
.custom-theme .el-zoom-in-bottom-enter-active, .custom-theme .el-zoom-in-bottom-leave-active {
|
|
opacity: 1;
|
|
-webkit-transform: scaleY(1);
|
|
transform: scaleY(1);
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
-webkit-transform-origin: center bottom;
|
|
transform-origin: center bottom
|
|
}
|
|
|
|
.custom-theme .el-zoom-in-bottom-enter, .custom-theme .el-zoom-in-bottom-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: scaleY(0);
|
|
transform: scaleY(0)
|
|
}
|
|
|
|
.custom-theme .el-zoom-in-left-enter-active, .custom-theme .el-zoom-in-left-leave-active {
|
|
opacity: 1;
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1);
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
-webkit-transform-origin: top left;
|
|
transform-origin: top left
|
|
}
|
|
|
|
.custom-theme .el-zoom-in-left-enter, .custom-theme .el-zoom-in-left-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: scale(.45);
|
|
transform: scale(.45)
|
|
}
|
|
|
|
.custom-theme .collapse-transition {
|
|
-webkit-transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out;
|
|
transition: height .3s ease-in-out,padding-top .3s ease-in-out,padding-bottom .3s ease-in-out
|
|
}
|
|
|
|
.custom-theme .horizontal-collapse-transition {
|
|
-webkit-transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out;
|
|
transition: width .3s ease-in-out,padding-left .3s ease-in-out,padding-right .3s ease-in-out
|
|
}
|
|
|
|
.custom-theme .el-list-enter-active, .custom-theme .el-list-leave-active {
|
|
-webkit-transition: all 1s;
|
|
transition: all 1s
|
|
}
|
|
|
|
.custom-theme .el-list-enter, .custom-theme .el-list-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: translateY(-30px);
|
|
transform: translateY(-30px)
|
|
}
|
|
|
|
.custom-theme .el-opacity-transition {
|
|
-webkit-transition: opacity .3s cubic-bezier(.55,0,.1,1);
|
|
transition: opacity .3s cubic-bezier(.55,0,.1,1)
|
|
}
|
|
|
|
.custom-theme .el-date-editor {
|
|
position: relative;
|
|
display: inline-block;
|
|
text-align: left
|
|
}
|
|
|
|
.custom-theme .el-date-editor.el-input, .custom-theme .el-date-editor.el-input__inner {
|
|
width: 220px
|
|
}
|
|
|
|
.custom-theme .el-date-editor--daterange.el-input, .custom-theme .el-date-editor--daterange.el-input__inner, .custom-theme .el-date-editor--timerange.el-input, .custom-theme .el-date-editor--timerange.el-input__inner {
|
|
width: 350px
|
|
}
|
|
|
|
.custom-theme .el-date-editor--datetimerange.el-input, .custom-theme .el-date-editor--datetimerange.el-input__inner {
|
|
width: 400px
|
|
}
|
|
|
|
.custom-theme .el-date-editor .el-range__icon {
|
|
font-size: 14px;
|
|
margin-left: -5px;
|
|
color: #b4bccc;
|
|
float: left;
|
|
line-height: 32px
|
|
}
|
|
|
|
.custom-theme .el-date-editor .el-range-input {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
border: none;
|
|
outline: 0;
|
|
display: inline-block;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 39%;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-date-editor .el-range-input::-webkit-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-date-editor .el-range-input:-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-date-editor .el-range-input::-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-date-editor .el-range-input::-moz-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-date-editor .el-range-input::placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-date-editor .el-range-separator {
|
|
display: inline-block;
|
|
height: 100%;
|
|
padding: 0 5px;
|
|
margin: 0;
|
|
text-align: center;
|
|
line-height: 32px;
|
|
font-size: 14px;
|
|
width: 5%;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-date-editor .el-range__close-icon {
|
|
font-size: 14px;
|
|
color: #b4bccc;
|
|
width: 25px;
|
|
display: inline-block;
|
|
float: right;
|
|
line-height: 32px
|
|
}
|
|
|
|
.custom-theme .el-range-editor.el-input__inner {
|
|
padding: 3px 10px
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-active, .custom-theme .el-range-editor.is-active:hover {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-range-editor--medium.el-input__inner {
|
|
height: 36px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--medium .el-range-separator {
|
|
line-height: 28px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--medium .el-range-input {
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--medium .el-range__close-icon, .custom-theme .el-range-editor--medium .el-range__icon {
|
|
line-height: 28px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--small.el-input__inner {
|
|
height: 32px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--small .el-range-separator {
|
|
line-height: 24px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--small .el-range-input {
|
|
font-size: 13px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--small .el-range__close-icon, .custom-theme .el-range-editor--small .el-range__icon {
|
|
line-height: 24px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--mini.el-input__inner {
|
|
height: 28px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--mini .el-range-separator {
|
|
line-height: 20px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--mini .el-range-input {
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-range-editor--mini .el-range__close-icon, .custom-theme .el-range-editor--mini .el-range__icon {
|
|
line-height: 20px
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-disabled {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-disabled:focus, .custom-theme .el-range-editor.is-disabled:hover {
|
|
border-color: #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-disabled input {
|
|
background-color: #f5f7fa;
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-disabled input::-webkit-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-disabled input:-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-disabled input::-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-disabled input::-moz-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-disabled input::placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-range-editor.is-disabled .el-range-separator {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-time-spinner.has-seconds .el-time-spinner__wrapper {
|
|
width: 33.3%
|
|
}
|
|
|
|
.custom-theme .el-time-spinner.has-seconds .el-time-spinner__wrapper:nth-child(2) {
|
|
margin-left: 1%
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__wrapper {
|
|
max-height: 190px;
|
|
overflow: auto;
|
|
display: inline-block;
|
|
width: 50%;
|
|
vertical-align: top;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
|
|
padding-bottom: 15px
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__wrapper.is-arrow {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
overflow: hidden
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__wrapper.is-arrow .el-time-spinner__list {
|
|
-webkit-transform: translateY(-32px);
|
|
transform: translateY(-32px)
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__wrapper.is-arrow .el-time-spinner__item:hover:not(.disabled):not(.active) {
|
|
background: #fff;
|
|
cursor: default
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__arrow {
|
|
font-size: 12px;
|
|
color: #878d99;
|
|
position: absolute;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 1;
|
|
text-align: center;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__arrow:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__arrow.el-icon-arrow-up {
|
|
top: 10px
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__arrow.el-icon-arrow-down {
|
|
bottom: 10px
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__input.el-input {
|
|
width: 70%
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__input.el-input .el-input__inner {
|
|
padding: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__list {
|
|
padding: 0;
|
|
margin: 0;
|
|
list-style: none;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__list:after, .custom-theme .el-time-spinner__list:before {
|
|
content: "";
|
|
display: block;
|
|
width: 100%;
|
|
height: 80px
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__item {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
font-size: 12px;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__item:hover:not(.disabled):not(.active) {
|
|
background: #f5f7fa;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__item.active:not(.disabled) {
|
|
color: #2d2f33;
|
|
font-weight: 700
|
|
}
|
|
|
|
.custom-theme .el-time-spinner__item.disabled {
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-time-panel {
|
|
margin: 5px 0;
|
|
border: 1px solid #dfe4ed;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
border-radius: 2px;
|
|
position: absolute;
|
|
width: 180px;
|
|
left: 0;
|
|
z-index: 1000;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.custom-theme .el-time-panel__content {
|
|
font-size: 0;
|
|
position: relative;
|
|
overflow: hidden
|
|
}
|
|
|
|
.custom-theme .el-time-panel__content:after, .custom-theme .el-time-panel__content:before {
|
|
content: "";
|
|
top: 50%;
|
|
position: absolute;
|
|
margin-top: -15px;
|
|
height: 32px;
|
|
z-index: -1;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-top: 6px;
|
|
text-align: left;
|
|
border-top: 1px solid #dfe4ed;
|
|
border-bottom: 1px solid #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-time-panel__content:after {
|
|
left: 50%;
|
|
margin-left: 12%;
|
|
margin-right: 12%
|
|
}
|
|
|
|
.custom-theme .el-time-panel__content:before {
|
|
padding-left: 50%;
|
|
margin-right: 12%;
|
|
margin-left: 12%
|
|
}
|
|
|
|
.custom-theme .el-time-panel__content.has-seconds:after {
|
|
left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-time-panel__content.has-seconds:before {
|
|
padding-left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-time-panel__footer {
|
|
border-top: 1px solid #e4e4e4;
|
|
padding: 4px;
|
|
height: 36px;
|
|
line-height: 25px;
|
|
text-align: right;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-time-panel__btn {
|
|
border: none;
|
|
line-height: 28px;
|
|
padding: 0 5px;
|
|
margin: 0 5px;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
outline: 0;
|
|
font-size: 12px;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-time-panel__btn.confirm {
|
|
font-weight: 800;
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-time-panel .popper__arrow {
|
|
-webkit-transform: translateX(-400%);
|
|
transform: translateX(-400%)
|
|
}
|
|
|
|
.custom-theme .el-popover {
|
|
position: absolute;
|
|
background: #fff;
|
|
min-width: 150px;
|
|
border-radius: 4px;
|
|
border: 1px solid #e6ebf5;
|
|
padding: 12px;
|
|
z-index: 2000;
|
|
color: #5a5e66;
|
|
line-height: 1.4;
|
|
text-align: justify;
|
|
word-break: break-all;
|
|
font-size: 14px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.custom-theme .el-popover--plain {
|
|
padding: 18px 20px
|
|
}
|
|
|
|
.custom-theme .el-popover__title {
|
|
color: #2d2f33;
|
|
font-size: 16px;
|
|
line-height: 1;
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.custom-theme .v-modal-enter {
|
|
-webkit-animation: v-modal-in .2s ease;
|
|
animation: v-modal-in .2s ease
|
|
}
|
|
|
|
.custom-theme .v-modal-leave {
|
|
-webkit-animation: v-modal-out .2s ease forwards;
|
|
animation: v-modal-out .2s ease forwards
|
|
}
|
|
|
|
@keyframes v-modal-in {
|
|
0% {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes v-modal-out {
|
|
to {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.custom-theme .v-modal {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
opacity: .5;
|
|
background: #000
|
|
}
|
|
|
|
.custom-theme .el-message-box {
|
|
display: inline-block;
|
|
width: 420px;
|
|
padding-bottom: 10px;
|
|
vertical-align: middle;
|
|
background-color: #fff;
|
|
border-radius: 4px;
|
|
border: 1px solid #e6ebf5;
|
|
font-size: 18px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
text-align: left;
|
|
overflow: hidden;
|
|
-webkit-backface-visibility: hidden;
|
|
backface-visibility: hidden
|
|
}
|
|
|
|
.custom-theme .el-message-box__wrapper {
|
|
position: fixed;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-message-box__wrapper:after {
|
|
content: "";
|
|
display: inline-block;
|
|
height: 100%;
|
|
width: 0;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-message-box__header {
|
|
position: relative;
|
|
padding: 15px;
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.custom-theme .el-message-box__title {
|
|
padding-left: 0;
|
|
margin-bottom: 0;
|
|
font-size: 18px;
|
|
line-height: 1;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-message-box__headerbtn {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
padding: 0;
|
|
border: none;
|
|
outline: 0;
|
|
background: 0 0;
|
|
font-size: 16px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-message-box__headerbtn .el-message-box__close {
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-message-box__headerbtn:focus .el-message-box__close, .custom-theme .el-message-box__headerbtn:hover .el-message-box__close {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-message-box__content {
|
|
position: relative;
|
|
padding: 10px 15px;
|
|
color: #5a5e66;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-message-box__input {
|
|
padding-top: 15px
|
|
}
|
|
|
|
.custom-theme .el-message-box__input input.invalid, .custom-theme .el-message-box__input input.invalid:focus {
|
|
border-color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-message-box__status {
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
font-size: 24px !important
|
|
}
|
|
|
|
.custom-theme .el-message-box__status:before {
|
|
padding-left: 1px
|
|
}
|
|
|
|
.custom-theme .el-message-box__status + .el-message-box__message {
|
|
padding-left: 36px;
|
|
padding-right: 12px
|
|
}
|
|
|
|
.custom-theme .el-message-box__status.el-icon-success {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-message-box__status.el-icon-info {
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-message-box__status.el-icon-warning {
|
|
color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-message-box__status.el-icon-error {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-message-box__message {
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-message-box__message p {
|
|
margin: 0;
|
|
line-height: 24px
|
|
}
|
|
|
|
.custom-theme .el-message-box__errormsg {
|
|
color: #b3450e;
|
|
font-size: 12px;
|
|
min-height: 18px;
|
|
margin-top: 2px
|
|
}
|
|
|
|
.custom-theme .el-message-box__btns {
|
|
padding: 5px 15px 0;
|
|
text-align: right
|
|
}
|
|
|
|
.custom-theme .el-message-box__btns button:nth-child(2) {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.custom-theme .el-message-box__btns-reverse {
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: reverse;
|
|
-ms-flex-direction: row-reverse;
|
|
flex-direction: row-reverse
|
|
}
|
|
|
|
.custom-theme .el-message-box--center {
|
|
padding-bottom: 30px
|
|
}
|
|
|
|
.custom-theme .el-message-box--center .el-message-box__header {
|
|
padding-top: 30px
|
|
}
|
|
|
|
.custom-theme .el-message-box--center .el-message-box__title {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.custom-theme .el-message-box--center .el-message-box__status {
|
|
position: relative;
|
|
top: auto;
|
|
padding-right: 5px;
|
|
text-align: center;
|
|
-webkit-transform: translateY(-1px);
|
|
transform: translateY(-1px)
|
|
}
|
|
|
|
.custom-theme .el-message-box--center .el-message-box__message {
|
|
margin-left: 0
|
|
}
|
|
|
|
.custom-theme .el-message-box--center .el-message-box__btns, .custom-theme .el-message-box--center .el-message-box__content {
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-message-box--center .el-message-box__content {
|
|
padding-left: 27px;
|
|
padding-right: 27px
|
|
}
|
|
|
|
.custom-theme .msgbox-fade-enter-active {
|
|
-webkit-animation: msgbox-fade-in .3s;
|
|
animation: msgbox-fade-in .3s
|
|
}
|
|
|
|
.custom-theme .msgbox-fade-leave-active {
|
|
-webkit-animation: msgbox-fade-out .3s;
|
|
animation: msgbox-fade-out .3s
|
|
}
|
|
|
|
@-webkit-keyframes msgbox-fade-in {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes msgbox-fade-in {
|
|
0% {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes msgbox-fade-out {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes msgbox-fade-out {
|
|
0% {
|
|
-webkit-transform: translateZ(0);
|
|
transform: translateZ(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translate3d(0,-20px,0);
|
|
transform: translate3d(0,-20px,0);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb {
|
|
font-size: 14px;
|
|
line-height: 1
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb:after, .custom-theme .el-breadcrumb:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb:after {
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb__separator {
|
|
margin: 0 9px;
|
|
font-weight: 700;
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb__separator[class*=icon] {
|
|
margin: 0 6px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb__item {
|
|
float: left
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb__inner, .custom-theme .el-breadcrumb__inner a {
|
|
font-weight: 700;
|
|
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb__inner:hover, .custom-theme .el-breadcrumb__inner a:hover {
|
|
color: #262729;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner, .custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner:hover, .custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner a, .custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
|
|
font-weight: 400;
|
|
color: #5a5e66;
|
|
cursor: text
|
|
}
|
|
|
|
.custom-theme .el-breadcrumb__item:last-child .el-breadcrumb__separator {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-form--label-left .el-form-item__label {
|
|
text-align: left
|
|
}
|
|
|
|
.custom-theme .el-form--label-top .el-form-item__label {
|
|
float: none;
|
|
display: inline-block;
|
|
text-align: left;
|
|
padding: 0 0 10px 0
|
|
}
|
|
|
|
.custom-theme .el-form--inline .el-form-item {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
vertical-align: top
|
|
}
|
|
|
|
.custom-theme .el-form--inline .el-form-item__label {
|
|
float: none;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-form--inline .el-form-item__content {
|
|
display: inline-block;
|
|
vertical-align: top
|
|
}
|
|
|
|
.custom-theme .el-form--inline.el-form--label-top .el-form-item__content {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-form-item {
|
|
margin-bottom: 22px
|
|
}
|
|
|
|
.custom-theme .el-form-item:after, .custom-theme .el-form-item:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.custom-theme .el-form-item:after {
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-form-item .el-form-item {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-form-item .el-input__validateIcon {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-form-item--medium .el-form-item__content, .custom-theme .el-form-item--medium .el-form-item__label {
|
|
line-height: 36px
|
|
}
|
|
|
|
.custom-theme .el-form-item--small .el-form-item__content, .custom-theme .el-form-item--small .el-form-item__label {
|
|
line-height: 32px
|
|
}
|
|
|
|
.custom-theme .el-form-item--small.el-form-item {
|
|
margin-bottom: 18px
|
|
}
|
|
|
|
.custom-theme .el-form-item--small .el-form-item__error {
|
|
padding-top: 2px
|
|
}
|
|
|
|
.custom-theme .el-form-item--mini .el-form-item__content, .custom-theme .el-form-item--mini .el-form-item__label {
|
|
line-height: 28px
|
|
}
|
|
|
|
.custom-theme .el-form-item--mini.el-form-item {
|
|
margin-bottom: 18px
|
|
}
|
|
|
|
.custom-theme .el-form-item--mini .el-form-item__error {
|
|
padding-top: 1px
|
|
}
|
|
|
|
.custom-theme .el-form-item__label {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
float: left;
|
|
font-size: 14px;
|
|
color: #5a5e66;
|
|
line-height: 40px;
|
|
padding: 0 12px 0 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-form-item__content {
|
|
line-height: 40px;
|
|
position: relative;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-form-item__content:after, .custom-theme .el-form-item__content:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.custom-theme .el-form-item__content:after {
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-form-item__error {
|
|
color: #b3450e;
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
padding-top: 4px;
|
|
position: absolute;
|
|
top: 100%;
|
|
left: 0
|
|
}
|
|
|
|
.custom-theme .el-form-item__error--inline {
|
|
position: relative;
|
|
top: auto;
|
|
left: auto;
|
|
display: inline-block;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.custom-theme .el-form-item.is-required .el-form-item__label:before {
|
|
content: "*";
|
|
color: #b3450e;
|
|
margin-right: 4px
|
|
}
|
|
|
|
.custom-theme .el-form-item.is-error .el-input__inner, .custom-theme .el-form-item.is-error .el-input__inner:focus, .custom-theme .el-form-item.is-error .el-textarea__inner, .custom-theme .el-form-item.is-error .el-textarea__inner:focus {
|
|
border-color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-form-item.is-error .el-input-group__append .el-input__inner, .custom-theme .el-form-item.is-error .el-input-group__prepend .el-input__inner {
|
|
border-color: transparent
|
|
}
|
|
|
|
.custom-theme .el-form-item.is-error .el-input__validateIcon {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-form-item.is-success .el-input__inner, .custom-theme .el-form-item.is-success .el-input__inner:focus, .custom-theme .el-form-item.is-success .el-textarea__inner, .custom-theme .el-form-item.is-success .el-textarea__inner:focus {
|
|
border-color: #409167
|
|
}
|
|
|
|
.custom-theme .el-form-item.is-success .el-input-group__append .el-input__inner, .custom-theme .el-form-item.is-success .el-input-group__prepend .el-input__inner {
|
|
border-color: transparent
|
|
}
|
|
|
|
.custom-theme .el-form-item.is-success .el-input__validateIcon {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-form-item--feedback .el-input__validateIcon {
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-tabs__header {
|
|
padding: 0;
|
|
position: relative;
|
|
margin: 0 0 15px
|
|
}
|
|
|
|
.custom-theme .el-tabs__active-bar {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 2px;
|
|
background-color: #262729;
|
|
z-index: 1;
|
|
-webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: transform .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
|
|
list-style: none
|
|
}
|
|
|
|
.custom-theme .el-tabs__new-tab {
|
|
float: right;
|
|
border: 1px solid #d3dce6;
|
|
height: 18px;
|
|
width: 18px;
|
|
line-height: 18px;
|
|
margin: 12px 0 9px 10px;
|
|
border-radius: 3px;
|
|
text-align: center;
|
|
font-size: 12px;
|
|
color: #d3dce6;
|
|
cursor: pointer;
|
|
-webkit-transition: all .15s;
|
|
transition: all .15s
|
|
}
|
|
|
|
.custom-theme .el-tabs__new-tab .el-icon-plus {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.custom-theme .el-tabs__new-tab:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-tabs__nav-wrap {
|
|
overflow: hidden;
|
|
margin-bottom: -1px;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-tabs__nav-wrap:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 2px;
|
|
background-color: #dfe4ed;
|
|
z-index: 1
|
|
}
|
|
|
|
.custom-theme .el-tabs__nav-wrap.is-scrollable {
|
|
padding: 0 20px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-tabs__nav-scroll {
|
|
overflow: hidden
|
|
}
|
|
|
|
.custom-theme .el-tabs__nav-next, .custom-theme .el-tabs__nav-prev {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
line-height: 44px;
|
|
font-size: 12px;
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-tabs__nav-next {
|
|
right: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs__nav-prev {
|
|
left: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs__nav {
|
|
white-space: nowrap;
|
|
position: relative;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
float: left;
|
|
z-index: 2
|
|
}
|
|
|
|
.custom-theme .el-tabs__item {
|
|
padding: 0 20px;
|
|
height: 40px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
line-height: 40px;
|
|
display: inline-block;
|
|
list-style: none;
|
|
font-size: 14px;
|
|
font-weight: 500;
|
|
color: #2d2f33;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-tabs__item:focus, .custom-theme .el-tabs__item:focus:active {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs__item .el-icon-close {
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
margin-left: 5px
|
|
}
|
|
|
|
.custom-theme .el-tabs__item .el-icon-close:before {
|
|
-webkit-transform: scale(.9);
|
|
transform: scale(.9);
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-tabs__item .el-icon-close:hover {
|
|
background-color: #b4bccc;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tabs__item.is-active {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-tabs__item:hover {
|
|
color: #262729;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-tabs__item.is-disabled {
|
|
color: #b4bccc;
|
|
cursor: default
|
|
}
|
|
|
|
.custom-theme .el-tabs__content {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header {
|
|
border-bottom: 1px solid #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__nav-wrap:after {
|
|
content: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__nav {
|
|
border: 1px solid #dfe4ed;
|
|
border-bottom: none;
|
|
border-radius: 4px 4px 0 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__active-bar {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__item .el-icon-close {
|
|
position: relative;
|
|
font-size: 12px;
|
|
width: 0;
|
|
height: 14px;
|
|
vertical-align: middle;
|
|
line-height: 15px;
|
|
overflow: hidden;
|
|
top: -1px;
|
|
right: -2px;
|
|
-webkit-transform-origin: 100% 50%;
|
|
transform-origin: 100% 50%
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__item {
|
|
border-bottom: 1px solid transparent;
|
|
border-left: 1px solid #dfe4ed;
|
|
-webkit-transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__item:first-child {
|
|
border-left: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover {
|
|
padding-left: 13px;
|
|
padding-right: 13px
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__item.is-closable:hover .el-icon-close {
|
|
width: 14px
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__item.is-active {
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable {
|
|
padding-left: 20px;
|
|
padding-right: 20px
|
|
}
|
|
|
|
.custom-theme .el-tabs--card > .el-tabs__header .el-tabs__item.is-active.is-closable .el-icon-close {
|
|
width: 14px
|
|
}
|
|
|
|
.custom-theme .el-tabs--border-card {
|
|
background: #fff;
|
|
border: 1px solid #d8dce5;
|
|
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04);
|
|
box-shadow: 0 2px 4px 0 rgba(0,0,0,.12),0 0 6px 0 rgba(0,0,0,.04)
|
|
}
|
|
|
|
.custom-theme .el-tabs--border-card > .el-tabs__content {
|
|
padding: 15px
|
|
}
|
|
|
|
.custom-theme .el-tabs--border-card > .el-tabs__header {
|
|
background-color: #f5f7fa;
|
|
border-bottom: 1px solid #dfe4ed;
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--border-card > .el-tabs__header .el-tabs__nav-wrap:after {
|
|
content: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--border-card > .el-tabs__header .el-tabs__item {
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
border: 1px solid transparent;
|
|
margin: -1px -1px 0;
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
|
|
color: #262729;
|
|
background-color: #fff;
|
|
border-right-color: #d8dce5;
|
|
border-left-color: #d8dce5
|
|
}
|
|
|
|
.custom-theme .el-tabs--border-card > .el-tabs__header .el-tabs__item:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-tabs--bottom:not(.el-tabs--border-card):not(.el-tabs--card) .el-tabs__item:nth-child(2), .custom-theme .el-tabs--top:not(.el-tabs--border-card):not(.el-tabs--card) .el-tabs__item:nth-child(2) {
|
|
padding-left: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--bottom .el-tabs__header {
|
|
margin-bottom: 0;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.custom-theme .el-tabs--bottom.el-tabs--border-card .el-tabs__header {
|
|
border-bottom: 0;
|
|
border-top: 1px solid #d8dce5
|
|
}
|
|
|
|
.custom-theme .el-tabs--bottom.el-tabs--border-card .el-tabs__nav-wrap {
|
|
margin-top: -1px;
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--bottom.el-tabs--border-card .el-tabs__item {
|
|
border: 1px solid transparent;
|
|
margin: 0 -1px -1px -1px
|
|
}
|
|
|
|
.custom-theme .el-tabs--left, .custom-theme .el-tabs--right {
|
|
overflow: hidden
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__header, .custom-theme .el-tabs--left .el-tabs__nav-scroll, .custom-theme .el-tabs--left .el-tabs__nav-wrap, .custom-theme .el-tabs--right .el-tabs__header, .custom-theme .el-tabs--right .el-tabs__nav-scroll, .custom-theme .el-tabs--right .el-tabs__nav-wrap {
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__active-bar, .custom-theme .el-tabs--right .el-tabs__active-bar {
|
|
top: 0;
|
|
bottom: auto;
|
|
width: 2px;
|
|
height: auto
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__nav-wrap, .custom-theme .el-tabs--right .el-tabs__nav-wrap {
|
|
margin-bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__nav-wrap.is-scrollable, .custom-theme .el-tabs--right .el-tabs__nav-wrap.is-scrollable {
|
|
padding: 30px 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__nav-wrap:after, .custom-theme .el-tabs--right .el-tabs__nav-wrap:after {
|
|
height: 100%;
|
|
width: 2px;
|
|
bottom: auto;
|
|
top: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__nav, .custom-theme .el-tabs--right .el-tabs__nav {
|
|
float: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__item, .custom-theme .el-tabs--right .el-tabs__item {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__nav-next, .custom-theme .el-tabs--left .el-tabs__nav-prev, .custom-theme .el-tabs--right .el-tabs__nav-next, .custom-theme .el-tabs--right .el-tabs__nav-prev {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 100%;
|
|
text-align: center;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__nav-next i, .custom-theme .el-tabs--left .el-tabs__nav-prev i, .custom-theme .el-tabs--right .el-tabs__nav-next i, .custom-theme .el-tabs--right .el-tabs__nav-prev i {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__nav-prev, .custom-theme .el-tabs--right .el-tabs__nav-prev {
|
|
left: auto;
|
|
top: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__nav-next, .custom-theme .el-tabs--right .el-tabs__nav-next {
|
|
right: auto;
|
|
bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__header {
|
|
float: left;
|
|
margin-bottom: 0;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__nav-wrap {
|
|
margin-right: -1px
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__active-bar, .custom-theme .el-tabs--left .el-tabs__nav-wrap:after {
|
|
left: auto;
|
|
right: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--left .el-tabs__item {
|
|
text-align: right
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--card .el-tabs__active-bar {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item {
|
|
border-left: none;
|
|
border-right: 1px solid #dfe4ed;
|
|
border-bottom: none;
|
|
border-top: 1px solid #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item:first-child {
|
|
border-right: 1px solid #dfe4ed;
|
|
border-top: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item.is-active {
|
|
border: 1px solid #dfe4ed;
|
|
border-right-color: #fff;
|
|
border-left: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item.is-active:first-child {
|
|
border-top: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--card .el-tabs__item.is-active:last-child {
|
|
border-bottom: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--card .el-tabs__nav {
|
|
border-radius: 4px 0 0 4px;
|
|
border-bottom: 1px solid #dfe4ed;
|
|
border-right: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--card .el-tabs__new-tab {
|
|
float: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--border-card .el-tabs__header {
|
|
border-right: 1px solid #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--border-card .el-tabs__item {
|
|
border: 1px solid transparent;
|
|
margin: -1px 0 -1px -1px
|
|
}
|
|
|
|
.custom-theme .el-tabs--left.el-tabs--border-card .el-tabs__item.is-active {
|
|
border-color: transparent;
|
|
border-top-color: #d1dbe5;
|
|
border-bottom-color: #d1dbe5
|
|
}
|
|
|
|
.custom-theme .el-tabs--right .el-tabs__header {
|
|
float: right;
|
|
margin-bottom: 0;
|
|
margin-left: 10px
|
|
}
|
|
|
|
.custom-theme .el-tabs--right .el-tabs__nav-wrap {
|
|
margin-left: -1px
|
|
}
|
|
|
|
.custom-theme .el-tabs--right .el-tabs__nav-wrap:after {
|
|
left: 0;
|
|
right: auto
|
|
}
|
|
|
|
.custom-theme .el-tabs--right .el-tabs__active-bar {
|
|
left: 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--card .el-tabs__active-bar {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item {
|
|
border-bottom: none;
|
|
border-top: 1px solid #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item:first-child {
|
|
border-left: 1px solid #dfe4ed;
|
|
border-top: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item.is-active {
|
|
border: 1px solid #dfe4ed;
|
|
border-left-color: #fff;
|
|
border-right: none;
|
|
border-bottom: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item.is-active:first-child {
|
|
border-top: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--card .el-tabs__item.is-active:last-child {
|
|
border-bottom: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--card .el-tabs__nav {
|
|
border-radius: 0 4px 4px 0;
|
|
border-bottom: 1px solid #dfe4ed;
|
|
border-left: none
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--border-card .el-tabs__header {
|
|
border-left: 1px solid #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--border-card .el-tabs__item {
|
|
border: 1px solid transparent;
|
|
margin: -1px -1px -1px 0
|
|
}
|
|
|
|
.custom-theme .el-tabs--right.el-tabs--border-card .el-tabs__item.is-active {
|
|
border-color: transparent;
|
|
border-top-color: #d1dbe5;
|
|
border-bottom-color: #d1dbe5
|
|
}
|
|
|
|
.custom-theme .slideInLeft-transition, .custom-theme .slideInRight-transition {
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .slideInRight-enter {
|
|
-webkit-animation: slideInRight-enter .3s;
|
|
animation: slideInRight-enter .3s
|
|
}
|
|
|
|
.custom-theme .slideInRight-leave {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-animation: slideInRight-leave .3s;
|
|
animation: slideInRight-leave .3s
|
|
}
|
|
|
|
.custom-theme .slideInLeft-enter {
|
|
-webkit-animation: slideInLeft-enter .3s;
|
|
animation: slideInLeft-enter .3s
|
|
}
|
|
|
|
.custom-theme .slideInLeft-leave {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-animation: slideInLeft-leave .3s;
|
|
animation: slideInLeft-leave .3s
|
|
}
|
|
|
|
@-webkit-keyframes slideInRight-enter {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
}
|
|
|
|
@keyframes slideInRight-enter {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes slideInRight-leave {
|
|
0% {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes slideInRight-leave {
|
|
0% {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes slideInLeft-enter {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
}
|
|
|
|
@keyframes slideInLeft-enter {
|
|
0% {
|
|
opacity: 0;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
to {
|
|
opacity: 1;
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes slideInLeft-leave {
|
|
0% {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes slideInLeft-leave {
|
|
0% {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(0);
|
|
transform: translateX(0);
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%);
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.custom-theme .el-tag {
|
|
background-color: rgba(38,39,41,.1);
|
|
display: inline-block;
|
|
padding: 0 10px;
|
|
height: 32px;
|
|
line-height: 30px;
|
|
font-size: 12px;
|
|
color: #262729;
|
|
border-radius: 4px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid rgba(38,39,41,.2);
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-tag .el-icon-close {
|
|
border-radius: 50%;
|
|
text-align: center;
|
|
position: relative;
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
height: 18px;
|
|
width: 18px;
|
|
line-height: 18px;
|
|
vertical-align: middle;
|
|
top: -1px;
|
|
right: -5px;
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-tag .el-icon-close:before {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-tag .el-icon-close:hover {
|
|
background-color: #262729;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tag--info {
|
|
background-color: rgba(10,118,164,.1);
|
|
border-color: rgba(10,118,164,.2);
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-tag--info.is-hit {
|
|
border-color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-tag--info .el-tag__close {
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-tag--info .el-tag__close:hover {
|
|
background-color: #0a76a4;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tag--success {
|
|
background-color: rgba(64,145,103,.1);
|
|
border-color: rgba(64,145,103,.2);
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-tag--success.is-hit {
|
|
border-color: #409167
|
|
}
|
|
|
|
.custom-theme .el-tag--success .el-tag__close {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-tag--success .el-tag__close:hover {
|
|
background-color: #409167;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tag--warning {
|
|
background-color: rgba(157,164,8,.1);
|
|
border-color: rgba(157,164,8,.2);
|
|
color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-tag--warning.is-hit {
|
|
border-color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-tag--warning .el-tag__close {
|
|
color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-tag--warning .el-tag__close:hover {
|
|
background-color: #9da408;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tag--danger {
|
|
background-color: rgba(179,69,14,.1);
|
|
border-color: rgba(179,69,14,.2);
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-tag--danger.is-hit {
|
|
border-color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-tag--danger .el-tag__close {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-tag--danger .el-tag__close:hover {
|
|
background-color: #b3450e;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tag--medium {
|
|
height: 28px;
|
|
line-height: 26px
|
|
}
|
|
|
|
.custom-theme .el-tag--medium .el-icon-close {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.custom-theme .el-tag--small {
|
|
height: 24px;
|
|
padding: 0 8px;
|
|
line-height: 22px
|
|
}
|
|
|
|
.custom-theme .el-tag--small .el-icon-close {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.custom-theme .el-tag--mini {
|
|
height: 20px;
|
|
padding: 0 5px;
|
|
line-height: 19px
|
|
}
|
|
|
|
.custom-theme .el-tag--mini .el-icon-close {
|
|
margin-left: -3px;
|
|
-webkit-transform: scale(.7);
|
|
transform: scale(.7)
|
|
}
|
|
|
|
.custom-theme .el-tree {
|
|
cursor: default;
|
|
background: #fff;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-tree__empty-block {
|
|
position: relative;
|
|
min-height: 60px;
|
|
text-align: center;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-tree__empty-text {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
color: #623615
|
|
}
|
|
|
|
.custom-theme .el-tree-node {
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-tree-node__content {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 26px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-tree-node__content > .el-tree-node__expand-icon {
|
|
padding: 6px
|
|
}
|
|
|
|
.custom-theme .el-tree-node__content > .el-checkbox {
|
|
margin-right: 8px
|
|
}
|
|
|
|
.custom-theme .el-tree-node__content:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-tree-node__expand-icon {
|
|
cursor: pointer;
|
|
color: #b4bccc;
|
|
font-size: 12px;
|
|
-webkit-transform: rotate(0);
|
|
transform: rotate(0);
|
|
-webkit-transition: -webkit-transform .3s ease-in-out;
|
|
transition: -webkit-transform .3s ease-in-out;
|
|
transition: transform .3s ease-in-out;
|
|
transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
|
|
}
|
|
|
|
.custom-theme .el-tree-node__expand-icon.expanded {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.custom-theme .el-tree-node__expand-icon.is-leaf {
|
|
color: transparent;
|
|
cursor: default
|
|
}
|
|
|
|
.custom-theme .el-tree-node__label {
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-tree-node__loading-icon {
|
|
margin-right: 8px;
|
|
font-size: 14px;
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-tree-node > .el-tree-node__children {
|
|
overflow: hidden;
|
|
background-color: transparent
|
|
}
|
|
|
|
.custom-theme .el-tree-node.is-expanded > .el-tree-node__children {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
|
|
background-color: #eee
|
|
}
|
|
|
|
.custom-theme .el-alert {
|
|
width: 100%;
|
|
padding: 8px 16px;
|
|
margin: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
position: relative;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
opacity: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-transition: opacity .2s;
|
|
transition: opacity .2s
|
|
}
|
|
|
|
.custom-theme .el-alert.is-center {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.custom-theme .el-alert--success {
|
|
background-color: #ecf4f0;
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-alert--success .el-alert__description {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-alert--info {
|
|
background-color: #e7f1f6;
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-alert--info .el-alert__description {
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-alert--warning {
|
|
background-color: #f5f6e6;
|
|
color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-alert--warning .el-alert__description {
|
|
color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-alert--error {
|
|
background-color: #f7ece7;
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-alert--error .el-alert__description {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-alert__content {
|
|
display: table-cell;
|
|
padding: 0 8px
|
|
}
|
|
|
|
.custom-theme .el-alert__icon {
|
|
font-size: 16px;
|
|
width: 16px
|
|
}
|
|
|
|
.custom-theme .el-alert__icon.is-big {
|
|
font-size: 28px;
|
|
width: 28px
|
|
}
|
|
|
|
.custom-theme .el-alert__title {
|
|
font-size: 13px;
|
|
line-height: 18px
|
|
}
|
|
|
|
.custom-theme .el-alert__title.is-bold {
|
|
font-weight: 700
|
|
}
|
|
|
|
.custom-theme .el-alert .el-alert__description {
|
|
font-size: 12px;
|
|
margin: 5px 0 0 0
|
|
}
|
|
|
|
.custom-theme .el-alert__closebtn {
|
|
font-size: 12px;
|
|
color: #b4bccc;
|
|
opacity: 1;
|
|
position: absolute;
|
|
top: 12px;
|
|
right: 15px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-alert__closebtn.is-customed {
|
|
font-style: normal;
|
|
font-size: 13px;
|
|
top: 9px
|
|
}
|
|
|
|
.custom-theme .el-alert-fade-enter, .custom-theme .el-alert-fade-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-notification {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 330px;
|
|
padding: 14px 26px 14px 13px;
|
|
border-radius: 8px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid #e6ebf5;
|
|
position: fixed;
|
|
background-color: #fff;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
-webkit-transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
|
|
transition: opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
|
|
transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;
|
|
transition: opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;
|
|
overflow: hidden
|
|
}
|
|
|
|
.custom-theme .el-notification.right {
|
|
right: 16px
|
|
}
|
|
|
|
.custom-theme .el-notification.left {
|
|
left: 16px
|
|
}
|
|
|
|
.custom-theme .el-notification__group {
|
|
margin-left: 13px
|
|
}
|
|
|
|
.custom-theme .el-notification__title {
|
|
font-weight: 700;
|
|
font-size: 16px;
|
|
color: #2d2f33;
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-notification__content {
|
|
font-size: 14px;
|
|
line-height: 21px;
|
|
margin: 6px 0 0 0;
|
|
color: #5a5e66;
|
|
text-align: justify
|
|
}
|
|
|
|
.custom-theme .el-notification__content p {
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-notification__icon {
|
|
height: 24px;
|
|
width: 24px;
|
|
font-size: 24px;
|
|
-webkit-transform: translateY(4px);
|
|
transform: translateY(4px)
|
|
}
|
|
|
|
.custom-theme .el-notification__closeBtn {
|
|
position: absolute;
|
|
top: 15px;
|
|
right: 15px;
|
|
cursor: pointer;
|
|
color: #878d99;
|
|
font-size: 16px
|
|
}
|
|
|
|
.custom-theme .el-notification__closeBtn:hover {
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-notification .el-icon-success {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-notification .el-icon-error {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-notification .el-icon-info {
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-notification .el-icon-warning {
|
|
color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-notification-fade-enter.right {
|
|
right: 0;
|
|
-webkit-transform: translateX(100%);
|
|
transform: translateX(100%)
|
|
}
|
|
|
|
.custom-theme .el-notification-fade-enter.left {
|
|
left: 0;
|
|
-webkit-transform: translateX(-100%);
|
|
transform: translateX(-100%)
|
|
}
|
|
|
|
.custom-theme .el-notification-fade-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-input-number {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 180px;
|
|
line-height: 38px
|
|
}
|
|
|
|
.custom-theme .el-input-number .el-input {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-input-number .el-input__inner {
|
|
-webkit-appearance: none;
|
|
padding-left: 50px;
|
|
padding-right: 50px;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-input-number__decrease, .custom-theme .el-input-number__increase {
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: 1px;
|
|
width: 40px;
|
|
height: auto;
|
|
text-align: center;
|
|
background: #f5f7fa;
|
|
color: #5a5e66;
|
|
cursor: pointer;
|
|
font-size: 13px
|
|
}
|
|
|
|
.custom-theme .el-input-number__decrease:hover, .custom-theme .el-input-number__increase:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled), .custom-theme .el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-input-number__decrease.is-disabled, .custom-theme .el-input-number__increase.is-disabled {
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-input-number__increase {
|
|
right: 1px;
|
|
border-radius: 0 4px 4px 0;
|
|
border-left: 1px solid #d8dce5
|
|
}
|
|
|
|
.custom-theme .el-input-number__decrease {
|
|
left: 1px;
|
|
border-radius: 4px 0 0 4px;
|
|
border-right: 1px solid #d8dce5
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-disabled .el-input-number__decrease, .custom-theme .el-input-number.is-disabled .el-input-number__increase {
|
|
border-color: #dfe4ed;
|
|
color: #dfe4ed
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-disabled .el-input-number__decrease:hover, .custom-theme .el-input-number.is-disabled .el-input-number__increase:hover {
|
|
color: #dfe4ed;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-input-number--medium {
|
|
width: 200px;
|
|
line-height: 34px
|
|
}
|
|
|
|
.custom-theme .el-input-number--medium .el-input-number__decrease, .custom-theme .el-input-number--medium .el-input-number__increase {
|
|
width: 36px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-input-number--medium .el-input__inner {
|
|
padding-left: 43px;
|
|
padding-right: 43px
|
|
}
|
|
|
|
.custom-theme .el-input-number--small {
|
|
width: 130px;
|
|
line-height: 30px
|
|
}
|
|
|
|
.custom-theme .el-input-number--small .el-input-number__decrease, .custom-theme .el-input-number--small .el-input-number__increase {
|
|
width: 32px;
|
|
font-size: 13px
|
|
}
|
|
|
|
.custom-theme .el-input-number--small .el-input-number__decrease [class*=el-icon], .custom-theme .el-input-number--small .el-input-number__increase [class*=el-icon] {
|
|
-webkit-transform: scale(.9);
|
|
transform: scale(.9)
|
|
}
|
|
|
|
.custom-theme .el-input-number--small .el-input__inner {
|
|
padding-left: 39px;
|
|
padding-right: 39px
|
|
}
|
|
|
|
.custom-theme .el-input-number--mini {
|
|
width: 130px;
|
|
line-height: 26px
|
|
}
|
|
|
|
.custom-theme .el-input-number--mini .el-input-number__decrease, .custom-theme .el-input-number--mini .el-input-number__increase {
|
|
width: 28px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-input-number--mini .el-input-number__decrease [class*=el-icon], .custom-theme .el-input-number--mini .el-input-number__increase [class*=el-icon] {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.custom-theme .el-input-number--mini .el-input__inner {
|
|
padding-left: 35px;
|
|
padding-right: 35px
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-without-controls .el-input__inner {
|
|
padding-left: 15px;
|
|
padding-right: 15px
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-controls-right .el-input__inner {
|
|
padding-left: 15px;
|
|
padding-right: 50px
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-controls-right .el-input-number__decrease, .custom-theme .el-input-number.is-controls-right .el-input-number__increase {
|
|
height: auto;
|
|
line-height: 19px
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-controls-right .el-input-number__decrease [class*=el-icon], .custom-theme .el-input-number.is-controls-right .el-input-number__increase [class*=el-icon] {
|
|
-webkit-transform: scale(.8);
|
|
transform: scale(.8)
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-controls-right .el-input-number__increase {
|
|
border-radius: 0 4px 0 0;
|
|
border-bottom: 1px solid #d8dce5
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-controls-right .el-input-number__decrease {
|
|
right: 1px;
|
|
bottom: 1px;
|
|
top: auto;
|
|
left: auto;
|
|
border-right: none;
|
|
border-left: 1px solid #d8dce5;
|
|
border-radius: 0 0 4px 0
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-controls-right[class*=medium] [class*=decrease], .custom-theme .el-input-number.is-controls-right[class*=medium] [class*=increase] {
|
|
line-height: 17px
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-controls-right[class*=small] [class*=decrease], .custom-theme .el-input-number.is-controls-right[class*=small] [class*=increase] {
|
|
line-height: 15px
|
|
}
|
|
|
|
.custom-theme .el-input-number.is-controls-right[class*=mini] [class*=decrease], .custom-theme .el-input-number.is-controls-right[class*=mini] [class*=increase] {
|
|
line-height: 13px
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper {
|
|
position: absolute;
|
|
border-radius: 4px;
|
|
padding: 10px;
|
|
z-index: 2000;
|
|
font-size: 12px;
|
|
line-height: 1.2
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper .popper__arrow, .custom-theme .el-tooltip__popper .popper__arrow:after {
|
|
position: absolute;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper .popper__arrow {
|
|
border-width: 6px
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper .popper__arrow:after {
|
|
content: " ";
|
|
border-width: 5px
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=top] {
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=top] .popper__arrow {
|
|
bottom: -6px;
|
|
border-top-color: #2d2f33;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=top] .popper__arrow:after {
|
|
bottom: 1px;
|
|
margin-left: -5px;
|
|
border-top-color: #2d2f33;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=bottom] {
|
|
margin-top: 12px
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=bottom] .popper__arrow {
|
|
top: -6px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=bottom] .popper__arrow:after {
|
|
top: 1px;
|
|
margin-left: -5px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=right] {
|
|
margin-left: 12px
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=right] .popper__arrow {
|
|
left: -6px;
|
|
border-right-color: #2d2f33;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=right] .popper__arrow:after {
|
|
bottom: -5px;
|
|
left: 1px;
|
|
border-right-color: #2d2f33;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=left] {
|
|
margin-right: 12px
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=left] .popper__arrow {
|
|
right: -6px;
|
|
border-right-width: 0;
|
|
border-left-color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper[x-placement^=left] .popper__arrow:after {
|
|
right: 1px;
|
|
bottom: -5px;
|
|
margin-left: -5px;
|
|
border-right-width: 0;
|
|
border-left-color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-dark {
|
|
background: #2d2f33;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-light {
|
|
background: #fff;
|
|
border: 1px solid #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-light[x-placement^=top] .popper__arrow {
|
|
border-top-color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-light[x-placement^=top] .popper__arrow:after {
|
|
border-top-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow {
|
|
border-bottom-color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-light[x-placement^=bottom] .popper__arrow:after {
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-light[x-placement^=left] .popper__arrow {
|
|
border-left-color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-light[x-placement^=left] .popper__arrow:after {
|
|
border-left-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-light[x-placement^=right] .popper__arrow {
|
|
border-right-color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-tooltip__popper.is-light[x-placement^=right] .popper__arrow:after {
|
|
border-right-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-slider:after, .custom-theme .el-slider:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.custom-theme .el-slider:after {
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-slider__runway {
|
|
width: 100%;
|
|
height: 6px;
|
|
margin: 16px 0;
|
|
background-color: #dfe4ed;
|
|
border-radius: 3px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-slider__runway.show-input {
|
|
margin-right: 160px;
|
|
width: auto
|
|
}
|
|
|
|
.custom-theme .el-slider__runway.disabled {
|
|
cursor: default
|
|
}
|
|
|
|
.custom-theme .el-slider__runway.disabled .el-slider__bar {
|
|
background-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-slider__runway.disabled .el-slider__button {
|
|
border-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-slider__runway.disabled .el-slider__button-wrapper.dragging, .custom-theme .el-slider__runway.disabled .el-slider__button-wrapper.hover, .custom-theme .el-slider__runway.disabled .el-slider__button-wrapper:hover {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-slider__runway.disabled .el-slider__button.dragging, .custom-theme .el-slider__runway.disabled .el-slider__button.hover, .custom-theme .el-slider__runway.disabled .el-slider__button:hover {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1)
|
|
}
|
|
|
|
.custom-theme .el-slider__runway.disabled .el-slider__button.dragging, .custom-theme .el-slider__runway.disabled .el-slider__button.hover, .custom-theme .el-slider__runway.disabled .el-slider__button:hover {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-slider__input {
|
|
float: right;
|
|
margin-top: 3px
|
|
}
|
|
|
|
.custom-theme .el-slider__bar {
|
|
height: 6px;
|
|
background-color: #262729;
|
|
border-top-left-radius: 3px;
|
|
border-bottom-left-radius: 3px;
|
|
position: absolute
|
|
}
|
|
|
|
.custom-theme .el-slider__button-wrapper {
|
|
height: 36px;
|
|
width: 36px;
|
|
position: absolute;
|
|
z-index: 1001;
|
|
top: -15px;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
background-color: transparent;
|
|
text-align: center;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.custom-theme .el-slider__button-wrapper:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-slider__button-wrapper .el-tooltip {
|
|
vertical-align: middle;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-slider__button-wrapper.hover, .custom-theme .el-slider__button-wrapper:hover {
|
|
cursor: -webkit-grab;
|
|
cursor: grab
|
|
}
|
|
|
|
.custom-theme .el-slider__button-wrapper.dragging {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing
|
|
}
|
|
|
|
.custom-theme .el-slider__button {
|
|
width: 16px;
|
|
height: 16px;
|
|
border: 2px solid #262729;
|
|
background-color: #fff;
|
|
border-radius: 50%;
|
|
-webkit-transition: .2s;
|
|
transition: .2s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.custom-theme .el-slider__button.dragging, .custom-theme .el-slider__button.hover, .custom-theme .el-slider__button:hover {
|
|
-webkit-transform: scale(1.2);
|
|
transform: scale(1.2)
|
|
}
|
|
|
|
.custom-theme .el-slider__button.hover, .custom-theme .el-slider__button:hover {
|
|
cursor: -webkit-grab;
|
|
cursor: grab
|
|
}
|
|
|
|
.custom-theme .el-slider__button.dragging {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing
|
|
}
|
|
|
|
.custom-theme .el-slider__stop {
|
|
position: absolute;
|
|
height: 6px;
|
|
width: 6px;
|
|
border-radius: 100%;
|
|
background-color: #fff;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%)
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical {
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical .el-slider__runway {
|
|
width: 4px;
|
|
height: 100%;
|
|
margin: 0 16px
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical .el-slider__bar {
|
|
width: 4px;
|
|
height: auto;
|
|
border-radius: 0 0 3px 3px
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical .el-slider__button-wrapper {
|
|
top: auto;
|
|
left: -15px;
|
|
-webkit-transform: translateY(50%);
|
|
transform: translateY(50%)
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical .el-slider__stop {
|
|
-webkit-transform: translateY(50%);
|
|
transform: translateY(50%)
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical.el-slider--with-input {
|
|
padding-bottom: 58px
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input {
|
|
overflow: visible;
|
|
float: none;
|
|
position: absolute;
|
|
bottom: 22px;
|
|
width: 36px;
|
|
margin-top: 15px
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input__inner {
|
|
text-align: center;
|
|
padding-left: 5px;
|
|
padding-right: 5px
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease, .custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
|
|
top: 32px;
|
|
margin-top: -1px;
|
|
border: 1px solid #d8dce5;
|
|
line-height: 20px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__decrease {
|
|
width: 18px;
|
|
right: 18px;
|
|
border-bottom-left-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase {
|
|
width: 19px;
|
|
border-bottom-right-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input .el-input-number__increase ~ .el-input .el-input__inner {
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__decrease, .custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input:hover .el-input-number__increase {
|
|
border-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__decrease, .custom-theme .el-slider.is-vertical.el-slider--with-input .el-slider__input:active .el-input-number__increase {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-loading-parent--relative {
|
|
position: relative !important
|
|
}
|
|
|
|
.custom-theme .el-loading-parent--hidden {
|
|
overflow: hidden !important
|
|
}
|
|
|
|
.custom-theme .el-loading-mask {
|
|
position: absolute;
|
|
z-index: 10000;
|
|
background-color: hsla(0,0%,100%,.9);
|
|
margin: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
-webkit-transition: opacity .3s;
|
|
transition: opacity .3s
|
|
}
|
|
|
|
.custom-theme .el-loading-mask.is-fullscreen {
|
|
position: fixed
|
|
}
|
|
|
|
.custom-theme .el-loading-mask.is-fullscreen .el-loading-spinner {
|
|
margin-top: -25px
|
|
}
|
|
|
|
.custom-theme .el-loading-mask.is-fullscreen .el-loading-spinner .circular {
|
|
height: 50px;
|
|
width: 50px
|
|
}
|
|
|
|
.custom-theme .el-loading-spinner {
|
|
top: 50%;
|
|
margin-top: -21px;
|
|
width: 100%;
|
|
text-align: center;
|
|
position: absolute
|
|
}
|
|
|
|
.custom-theme .el-loading-spinner .el-loading-text {
|
|
color: #262729;
|
|
margin: 3px 0;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-loading-spinner .circular {
|
|
height: 42px;
|
|
width: 42px;
|
|
-webkit-animation: loading-rotate 2s linear infinite;
|
|
animation: loading-rotate 2s linear infinite
|
|
}
|
|
|
|
.custom-theme .el-loading-spinner .path {
|
|
-webkit-animation: loading-dash 1.5s ease-in-out infinite;
|
|
animation: loading-dash 1.5s ease-in-out infinite;
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: 0;
|
|
stroke-width: 2;
|
|
stroke: #262729;
|
|
stroke-linecap: round
|
|
}
|
|
|
|
.custom-theme .el-loading-spinner i {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-loading-fade-enter, .custom-theme .el-loading-fade-leave-active {
|
|
opacity: 0
|
|
}
|
|
|
|
@-webkit-keyframes loading-rotate {
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes loading-rotate {
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes loading-dash {
|
|
0% {
|
|
stroke-dasharray: 1,200;
|
|
stroke-dashoffset: 0
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -40px
|
|
}
|
|
|
|
to {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -120px
|
|
}
|
|
}
|
|
|
|
@keyframes loading-dash {
|
|
0% {
|
|
stroke-dasharray: 1,200;
|
|
stroke-dashoffset: 0
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -40px
|
|
}
|
|
|
|
to {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -120px
|
|
}
|
|
}
|
|
|
|
.custom-theme .el-row {
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-row:after, .custom-theme .el-row:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.custom-theme .el-row:after {
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-row--flex {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.custom-theme .el-row--flex:after, .custom-theme .el-row--flex:before {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-row--flex.is-justify-center {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.custom-theme .el-row--flex.is-justify-end {
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end
|
|
}
|
|
|
|
.custom-theme .el-row--flex.is-justify-space-between {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.custom-theme .el-row--flex.is-justify-space-around {
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.custom-theme .el-row--flex.is-align-middle {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.custom-theme .el-row--flex.is-align-bottom {
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end
|
|
}
|
|
|
|
.custom-theme [class*=el-col-] {
|
|
float: left;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-col-0 {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-col-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
|
|
@media only screen and (max-width: 768px) {
|
|
.custom-theme .el-col-xs-0 {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-col-xs-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-xs-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 768px) {
|
|
.custom-theme .el-col-sm-0 {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-col-sm-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-sm-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 992px) {
|
|
.custom-theme .el-col-md-0 {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-col-md-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-md-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-md-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-md-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-md-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-md-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-md-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-md-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-md-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-md-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1200px) {
|
|
.custom-theme .el-col-lg-0 {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-col-lg-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-lg-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1920px) {
|
|
.custom-theme .el-col-xl-0 {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-col-xl-1 {
|
|
width: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-1 {
|
|
margin-left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-1 {
|
|
position: relative;
|
|
right: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-1 {
|
|
position: relative;
|
|
left: 4.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-2 {
|
|
width: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-2 {
|
|
margin-left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-2 {
|
|
position: relative;
|
|
right: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-2 {
|
|
position: relative;
|
|
left: 8.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-3 {
|
|
width: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-3 {
|
|
margin-left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-3 {
|
|
position: relative;
|
|
right: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-3 {
|
|
position: relative;
|
|
left: 12.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-4 {
|
|
width: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-4 {
|
|
margin-left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-4 {
|
|
position: relative;
|
|
right: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-4 {
|
|
position: relative;
|
|
left: 16.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-5 {
|
|
width: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-5 {
|
|
margin-left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-5 {
|
|
position: relative;
|
|
right: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-5 {
|
|
position: relative;
|
|
left: 20.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-6 {
|
|
width: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-6 {
|
|
margin-left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-6 {
|
|
position: relative;
|
|
right: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-6 {
|
|
position: relative;
|
|
left: 25%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-7 {
|
|
width: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-7 {
|
|
margin-left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-7 {
|
|
position: relative;
|
|
right: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-7 {
|
|
position: relative;
|
|
left: 29.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-8 {
|
|
width: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-8 {
|
|
margin-left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-8 {
|
|
position: relative;
|
|
right: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-8 {
|
|
position: relative;
|
|
left: 33.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-9 {
|
|
width: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-9 {
|
|
margin-left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-9 {
|
|
position: relative;
|
|
right: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-9 {
|
|
position: relative;
|
|
left: 37.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-10 {
|
|
width: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-10 {
|
|
margin-left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-10 {
|
|
position: relative;
|
|
right: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-10 {
|
|
position: relative;
|
|
left: 41.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-11 {
|
|
width: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-11 {
|
|
margin-left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-11 {
|
|
position: relative;
|
|
right: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-11 {
|
|
position: relative;
|
|
left: 45.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-12 {
|
|
width: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-12 {
|
|
margin-left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-12 {
|
|
position: relative;
|
|
right: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-12 {
|
|
position: relative;
|
|
left: 50%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-13 {
|
|
width: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-13 {
|
|
margin-left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-13 {
|
|
position: relative;
|
|
right: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-13 {
|
|
position: relative;
|
|
left: 54.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-14 {
|
|
width: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-14 {
|
|
margin-left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-14 {
|
|
position: relative;
|
|
right: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-14 {
|
|
position: relative;
|
|
left: 58.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-15 {
|
|
width: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-15 {
|
|
margin-left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-15 {
|
|
position: relative;
|
|
right: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-15 {
|
|
position: relative;
|
|
left: 62.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-16 {
|
|
width: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-16 {
|
|
margin-left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-16 {
|
|
position: relative;
|
|
right: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-16 {
|
|
position: relative;
|
|
left: 66.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-17 {
|
|
width: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-17 {
|
|
margin-left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-17 {
|
|
position: relative;
|
|
right: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-17 {
|
|
position: relative;
|
|
left: 70.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-18 {
|
|
width: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-18 {
|
|
margin-left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-18 {
|
|
position: relative;
|
|
right: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-18 {
|
|
position: relative;
|
|
left: 75%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-19 {
|
|
width: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-19 {
|
|
margin-left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-19 {
|
|
position: relative;
|
|
right: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-19 {
|
|
position: relative;
|
|
left: 79.16667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-20 {
|
|
width: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-20 {
|
|
margin-left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-20 {
|
|
position: relative;
|
|
right: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-20 {
|
|
position: relative;
|
|
left: 83.33333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-21 {
|
|
width: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-21 {
|
|
margin-left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-21 {
|
|
position: relative;
|
|
right: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-21 {
|
|
position: relative;
|
|
left: 87.5%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-22 {
|
|
width: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-22 {
|
|
margin-left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-22 {
|
|
position: relative;
|
|
right: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-22 {
|
|
position: relative;
|
|
left: 91.66667%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-23 {
|
|
width: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-23 {
|
|
margin-left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-23 {
|
|
position: relative;
|
|
right: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-23 {
|
|
position: relative;
|
|
left: 95.83333%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-24 {
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-offset-24 {
|
|
margin-left: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-pull-24 {
|
|
position: relative;
|
|
right: 100%
|
|
}
|
|
|
|
.custom-theme .el-col-xl-push-24 {
|
|
position: relative;
|
|
left: 100%
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes progress {
|
|
0% {
|
|
background-position: 0 0
|
|
}
|
|
|
|
to {
|
|
background-position: 32px 0
|
|
}
|
|
}
|
|
|
|
.custom-theme .el-upload {
|
|
display: inline-block;
|
|
text-align: center;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-upload__input {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-upload__tip {
|
|
font-size: 12px;
|
|
color: #5a5e66;
|
|
margin-top: 7px
|
|
}
|
|
|
|
.custom-theme .el-upload iframe {
|
|
position: absolute;
|
|
z-index: -1;
|
|
top: 0;
|
|
left: 0;
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-upload--picture-card {
|
|
background-color: #fbfdff;
|
|
border: 1px dashed #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 148px;
|
|
height: 148px;
|
|
cursor: pointer;
|
|
line-height: 146px;
|
|
vertical-align: top
|
|
}
|
|
|
|
.custom-theme .el-upload--picture-card i {
|
|
font-size: 28px;
|
|
color: #8c939d
|
|
}
|
|
|
|
.custom-theme .el-upload--picture-card:hover {
|
|
border-color: #262729;
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-upload-dragger {
|
|
background-color: #fff;
|
|
border: 1px dashed #d9d9d9;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 360px;
|
|
height: 180px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative;
|
|
overflow: hidden
|
|
}
|
|
|
|
.custom-theme .el-upload-dragger .el-icon-upload {
|
|
font-size: 67px;
|
|
color: #b4bccc;
|
|
margin: 40px 0 16px;
|
|
line-height: 50px
|
|
}
|
|
|
|
.custom-theme .el-upload-dragger + .el-upload__tip {
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-upload-dragger ~ .el-upload__files {
|
|
border-top: 1px solid #d8dce5;
|
|
margin-top: 7px;
|
|
padding-top: 5px
|
|
}
|
|
|
|
.custom-theme .el-upload-dragger .el-upload__text {
|
|
color: #5a5e66;
|
|
font-size: 14px;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-upload-dragger .el-upload__text em {
|
|
color: #262729;
|
|
font-style: normal
|
|
}
|
|
|
|
.custom-theme .el-upload-dragger:hover {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-upload-dragger.is-dragover {
|
|
background-color: rgba(32,159,255,.06);
|
|
border: 2px dashed #262729
|
|
}
|
|
|
|
.custom-theme .el-upload-list {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item {
|
|
-webkit-transition: all .5s cubic-bezier(.55,0,.1,1);
|
|
transition: all .5s cubic-bezier(.55,0,.1,1);
|
|
font-size: 14px;
|
|
color: #5a5e66;
|
|
line-height: 1.8;
|
|
margin-top: 5px;
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item .el-progress {
|
|
position: absolute;
|
|
top: 20px;
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item .el-progress__text {
|
|
position: absolute;
|
|
right: 0;
|
|
top: -13px
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item .el-progress-bar {
|
|
margin-right: 0;
|
|
padding-right: 0
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item:first-child {
|
|
margin-top: 10px
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item .el-icon-upload-success {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item .el-icon-close {
|
|
display: none;
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 5px;
|
|
cursor: pointer;
|
|
opacity: .75;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item .el-icon-close:hover {
|
|
opacity: 1
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item .el-icon-close-tip {
|
|
display: none;
|
|
position: absolute;
|
|
top: 5px;
|
|
right: 0;
|
|
cursor: pointer;
|
|
opacity: 1;
|
|
color: #262729;
|
|
-webkit-transform: translate(15%);
|
|
transform: translate(15%)
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item:hover .el-icon-close {
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item:hover .el-progress__text {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item.is-success .el-upload-list__item-status-label {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item.is-success .el-upload-list__item-name:focus, .custom-theme .el-upload-list__item.is-success .el-upload-list__item-name:hover {
|
|
color: #262729;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item.is-success:focus .el-icon-close-tip {
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item.is-success:active, .custom-theme .el-upload-list__item.is-success:focus:not(.focusing) {
|
|
outline-width: 0
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item.is-success:active .el-icon-close-tip, .custom-theme .el-upload-list__item.is-success:focus .el-upload-list__item-status-label, .custom-theme .el-upload-list__item.is-success:focus:not(.focusing) .el-icon-close-tip, .custom-theme .el-upload-list__item.is-success:hover .el-upload-list__item-status-label {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-upload-list.is-disabled .el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item-name {
|
|
color: #5a5e66;
|
|
display: block;
|
|
margin-right: 40px;
|
|
overflow: hidden;
|
|
padding-left: 4px;
|
|
text-overflow: ellipsis;
|
|
-webkit-transition: color .3s;
|
|
transition: color .3s;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item-name [class^=el-icon] {
|
|
height: 100%;
|
|
margin-right: 7px;
|
|
color: #878d99;
|
|
line-height: inherit
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item-status-label {
|
|
position: absolute;
|
|
right: 5px;
|
|
top: 0;
|
|
line-height: inherit;
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item-delete {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 0;
|
|
font-size: 12px;
|
|
color: #5a5e66;
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-upload-list__item-delete:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card {
|
|
margin: 0;
|
|
display: inline;
|
|
vertical-align: top
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item {
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
border: 1px solid #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 148px;
|
|
height: 148px;
|
|
margin: 0 8px 8px 0;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item .el-icon-check, .custom-theme .el-upload-list--picture-card .el-upload-list__item .el-icon-circle-check {
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item .el-icon-close, .custom-theme .el-upload-list--picture-card .el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item:hover .el-progress__text {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-name {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-thumbnail {
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-status-label {
|
|
position: absolute;
|
|
right: -15px;
|
|
top: -6px;
|
|
width: 40px;
|
|
height: 24px;
|
|
background: #13ce66;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
|
|
box-shadow: 0 0 1pc 1px rgba(0,0,0,.2)
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-status-label i {
|
|
font-size: 12px;
|
|
margin-top: 11px;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg)
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
left: 0;
|
|
top: 0;
|
|
cursor: default;
|
|
text-align: center;
|
|
color: #fff;
|
|
opacity: 0;
|
|
font-size: 20px;
|
|
background-color: rgba(0,0,0,.5);
|
|
-webkit-transition: opacity .3s;
|
|
transition: opacity .3s
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions span {
|
|
display: none;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions span + span {
|
|
margin-left: 15px
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions .el-upload-list__item-delete {
|
|
position: static;
|
|
font-size: inherit;
|
|
color: inherit
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions:hover {
|
|
opacity: 1
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-upload-list__item-actions:hover span {
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-progress {
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
bottom: auto;
|
|
width: 126px
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture-card .el-progress .el-progress__text {
|
|
top: 50%
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item {
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
border: 1px solid #c0ccda;
|
|
border-radius: 6px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin-top: 10px;
|
|
padding: 10px 10px 10px 90px;
|
|
height: 92px
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item .el-icon-check, .custom-theme .el-upload-list--picture .el-upload-list__item .el-icon-circle-check {
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item:hover .el-upload-list__item-status-label {
|
|
background: 0 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
top: -2px;
|
|
right: -12px
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item:hover .el-progress__text {
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name {
|
|
line-height: 70px;
|
|
margin-top: 0
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item.is-success .el-upload-list__item-name i {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item-thumbnail {
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
width: 70px;
|
|
height: 70px;
|
|
float: left;
|
|
position: relative;
|
|
z-index: 1;
|
|
margin-left: -80px
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item-name {
|
|
display: block;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item-name i {
|
|
font-size: 70px;
|
|
line-height: 1;
|
|
position: absolute;
|
|
left: 9px;
|
|
top: 10px
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item-status-label {
|
|
position: absolute;
|
|
right: -17px;
|
|
top: -7px;
|
|
width: 46px;
|
|
height: 26px;
|
|
background: #13ce66;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-box-shadow: 0 1px 1px #ccc;
|
|
box-shadow: 0 1px 1px #ccc
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-upload-list__item-status-label i {
|
|
font-size: 12px;
|
|
margin-top: 12px;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg)
|
|
}
|
|
|
|
.custom-theme .el-upload-list--picture .el-progress {
|
|
position: relative;
|
|
top: -7px
|
|
}
|
|
|
|
.custom-theme .el-upload-cover {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
z-index: 10;
|
|
cursor: default
|
|
}
|
|
|
|
.custom-theme .el-upload-cover:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-upload-cover img {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__label {
|
|
position: absolute;
|
|
right: -15px;
|
|
top: -6px;
|
|
width: 40px;
|
|
height: 24px;
|
|
background: #13ce66;
|
|
text-align: center;
|
|
-webkit-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
-webkit-box-shadow: 0 0 1pc 1px rgba(0,0,0,.2);
|
|
box-shadow: 0 0 1pc 1px rgba(0,0,0,.2)
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__label i {
|
|
font-size: 12px;
|
|
margin-top: 11px;
|
|
-webkit-transform: rotate(-45deg);
|
|
transform: rotate(-45deg);
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__progress {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
position: static;
|
|
width: 243px
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__progress + .el-upload__inner {
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__content {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__interact {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0,0,0,.72);
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__interact .btn {
|
|
display: inline-block;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
-webkit-transition: opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
transition: transform .3s cubic-bezier(.23,1,.32,1) .1s,opacity .3s cubic-bezier(.23,1,.32,1) .1s,-webkit-transform .3s cubic-bezier(.23,1,.32,1) .1s;
|
|
margin-top: 60px
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__interact .btn i {
|
|
margin-top: 0
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__interact .btn span {
|
|
opacity: 0;
|
|
-webkit-transition: opacity .15s linear;
|
|
transition: opacity .15s linear
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__interact .btn:not(:first-child) {
|
|
margin-left: 35px
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__interact .btn:hover {
|
|
-webkit-transform: translateY(-13px);
|
|
transform: translateY(-13px)
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__interact .btn:hover span {
|
|
opacity: 1
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__interact .btn i {
|
|
color: #fff;
|
|
display: block;
|
|
font-size: 24px;
|
|
line-height: inherit;
|
|
margin: 0 auto 5px
|
|
}
|
|
|
|
.custom-theme .el-upload-cover__title {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
height: 36px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
font-weight: 400;
|
|
text-align: left;
|
|
padding: 0 10px;
|
|
margin: 0;
|
|
line-height: 36px;
|
|
font-size: 14px;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-upload-cover + .el-upload__inner {
|
|
opacity: 0;
|
|
position: relative;
|
|
z-index: 1
|
|
}
|
|
|
|
.custom-theme .el-progress {
|
|
position: relative;
|
|
line-height: 1
|
|
}
|
|
|
|
.custom-theme .el-progress__text {
|
|
font-size: 14px;
|
|
color: #5a5e66;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
margin-left: 10px;
|
|
line-height: 1
|
|
}
|
|
|
|
.custom-theme .el-progress__text i {
|
|
vertical-align: middle;
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-progress--circle {
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-progress--circle .el-progress__text {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
margin: 0;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%)
|
|
}
|
|
|
|
.custom-theme .el-progress--circle .el-progress__text i {
|
|
vertical-align: middle;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-progress--without-text .el-progress__text {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-progress--without-text .el-progress-bar {
|
|
padding-right: 0;
|
|
margin-right: 0;
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-progress--text-inside .el-progress-bar {
|
|
padding-right: 0;
|
|
margin-right: 0
|
|
}
|
|
|
|
.custom-theme .el-progress.is-success .el-progress-bar__inner {
|
|
background-color: #409167
|
|
}
|
|
|
|
.custom-theme .el-progress.is-success .el-progress__text {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-progress.is-exception .el-progress-bar__inner {
|
|
background-color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-progress.is-exception .el-progress__text {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-progress-bar {
|
|
padding-right: 50px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 100%;
|
|
margin-right: -55px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-progress-bar__outer {
|
|
height: 6px;
|
|
border-radius: 100px;
|
|
background-color: #e6ebf5;
|
|
overflow: hidden;
|
|
position: relative;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-progress-bar__inner {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
background-color: #262729;
|
|
text-align: right;
|
|
border-radius: 100px;
|
|
line-height: 1;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-progress-bar__inner:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-progress-bar__innerText {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
color: #fff;
|
|
font-size: 12px;
|
|
margin: 0 5px
|
|
}
|
|
|
|
@keyframes progress {
|
|
0% {
|
|
background-position: 0 0
|
|
}
|
|
|
|
to {
|
|
background-position: 32px 0
|
|
}
|
|
}
|
|
|
|
.custom-theme .el-time-spinner {
|
|
width: 100%;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-spinner {
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-spinner-inner {
|
|
-webkit-animation: rotate 2s linear infinite;
|
|
animation: rotate 2s linear infinite;
|
|
width: 50px;
|
|
height: 50px
|
|
}
|
|
|
|
.custom-theme .el-spinner-inner .path {
|
|
stroke: #ececec;
|
|
stroke-linecap: round;
|
|
-webkit-animation: dash 1.5s ease-in-out infinite;
|
|
animation: dash 1.5s ease-in-out infinite
|
|
}
|
|
|
|
@-webkit-keyframes rotate {
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@keyframes rotate {
|
|
to {
|
|
-webkit-transform: rotate(1turn);
|
|
transform: rotate(1turn)
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes dash {
|
|
0% {
|
|
stroke-dasharray: 1,150;
|
|
stroke-dashoffset: 0
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -35
|
|
}
|
|
|
|
to {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -124
|
|
}
|
|
}
|
|
|
|
@keyframes dash {
|
|
0% {
|
|
stroke-dasharray: 1,150;
|
|
stroke-dashoffset: 0
|
|
}
|
|
|
|
50% {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -35
|
|
}
|
|
|
|
to {
|
|
stroke-dasharray: 90,150;
|
|
stroke-dashoffset: -124
|
|
}
|
|
}
|
|
|
|
.custom-theme .el-message {
|
|
min-width: 380px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 4px;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: #e6ebf5;
|
|
position: fixed;
|
|
left: 50%;
|
|
top: 20px;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
background-color: #edf2fc;
|
|
-webkit-transition: opacity .3s,-webkit-transform .4s;
|
|
transition: opacity .3s,-webkit-transform .4s;
|
|
transition: opacity .3s,transform .4s;
|
|
transition: opacity .3s,transform .4s,-webkit-transform .4s;
|
|
overflow: hidden;
|
|
padding: 15px 15px 15px 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.custom-theme .el-message.is-center {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.custom-theme .el-message p {
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-message--info .el-message__content {
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-message--success {
|
|
background-color: #ecf4f0;
|
|
border-color: #d9e9e1
|
|
}
|
|
|
|
.custom-theme .el-message--success .el-message__content {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-message--warning {
|
|
background-color: #f5f6e6;
|
|
border-color: #ebedce
|
|
}
|
|
|
|
.custom-theme .el-message--warning .el-message__content {
|
|
color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-message--error {
|
|
background-color: #f7ece7;
|
|
border-color: #f0dacf
|
|
}
|
|
|
|
.custom-theme .el-message--error .el-message__content {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-message__icon {
|
|
margin-right: 10px
|
|
}
|
|
|
|
.custom-theme .el-message__content {
|
|
padding: 0;
|
|
font-size: 14px;
|
|
line-height: 1
|
|
}
|
|
|
|
.custom-theme .el-message__content:focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.custom-theme .el-message__closeBtn {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 15px;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
cursor: pointer;
|
|
color: #b4bccc;
|
|
font-size: 16px
|
|
}
|
|
|
|
.custom-theme .el-message__closeBtn:focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.custom-theme .el-message__closeBtn:hover {
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-message .el-icon-success {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-message .el-icon-error {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-message .el-icon-info {
|
|
color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-message .el-icon-warning {
|
|
color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-message-fade-enter, .custom-theme .el-message-fade-leave-active {
|
|
opacity: 0;
|
|
-webkit-transform: translate(-50%,-100%);
|
|
transform: translate(-50%,-100%)
|
|
}
|
|
|
|
.custom-theme .el-badge {
|
|
position: relative;
|
|
vertical-align: middle;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-badge__content {
|
|
background-color: #b3450e;
|
|
border-radius: 10px;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
padding: 0 6px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
border: 1px solid #fff
|
|
}
|
|
|
|
.custom-theme .el-badge__content.is-fixed {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 10px;
|
|
-webkit-transform: translateY(-50%) translateX(100%);
|
|
transform: translateY(-50%) translateX(100%)
|
|
}
|
|
|
|
.custom-theme .el-badge__content.is-fixed.is-dot {
|
|
right: 5px
|
|
}
|
|
|
|
.custom-theme .el-badge__content.is-dot {
|
|
height: 8px;
|
|
width: 8px;
|
|
padding: 0;
|
|
right: 0;
|
|
border-radius: 50%
|
|
}
|
|
|
|
.custom-theme .el-card {
|
|
border-radius: 4px;
|
|
border: 1px solid #e6ebf5;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-card__header {
|
|
padding: 18px 20px;
|
|
border-bottom: 1px solid #e6ebf5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-card__body {
|
|
padding: 20px
|
|
}
|
|
|
|
.custom-theme .el-rate {
|
|
height: 20px;
|
|
line-height: 1
|
|
}
|
|
|
|
.custom-theme .el-rate:active, .custom-theme .el-rate:focus {
|
|
outline-width: 0
|
|
}
|
|
|
|
.custom-theme .el-rate__item {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 0;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-rate__icon {
|
|
position: relative;
|
|
display: inline-block;
|
|
font-size: 18px;
|
|
margin-right: 6px;
|
|
color: #b4bccc;
|
|
-webkit-transition: .3s;
|
|
transition: .3s
|
|
}
|
|
|
|
.custom-theme .el-rate__icon.hover {
|
|
-webkit-transform: scale(1.15);
|
|
transform: scale(1.15)
|
|
}
|
|
|
|
.custom-theme .el-rate__icon .path2 {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0
|
|
}
|
|
|
|
.custom-theme .el-rate__decimal {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: inline-block;
|
|
overflow: hidden
|
|
}
|
|
|
|
.custom-theme .el-rate__text {
|
|
font-size: 14px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-steps {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.custom-theme .el-steps--simple {
|
|
padding: 13px 8%;
|
|
border-radius: 4px;
|
|
background: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-steps--horizontal {
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-steps--vertical {
|
|
height: 100%;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-flow: column;
|
|
flex-flow: column
|
|
}
|
|
|
|
.custom-theme .el-step {
|
|
position: relative;
|
|
-ms-flex-negative: 1;
|
|
flex-shrink: 1
|
|
}
|
|
|
|
.custom-theme .el-step:last-of-type .el-step__line {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-step:last-of-type.is-flex {
|
|
-ms-flex-preferred-size: auto !important;
|
|
flex-basis: auto !important;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0
|
|
}
|
|
|
|
.custom-theme .el-step:last-of-type .el-step__description, .custom-theme .el-step:last-of-type .el-step__main {
|
|
padding-right: 0
|
|
}
|
|
|
|
.custom-theme .el-step__head {
|
|
position: relative;
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-step__head.is-process {
|
|
color: #2d2f33;
|
|
border-color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-step__head.is-wait {
|
|
color: #b4bccc;
|
|
border-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-step__head.is-success {
|
|
color: #409167;
|
|
border-color: #409167
|
|
}
|
|
|
|
.custom-theme .el-step__head.is-error {
|
|
color: #b3450e;
|
|
border-color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-step__head.is-finish {
|
|
color: #262729;
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-step__icon {
|
|
position: relative;
|
|
z-index: 1;
|
|
display: -webkit-inline-box;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
width: 24px;
|
|
height: 24px;
|
|
font-size: 14px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
background: #fff;
|
|
-webkit-transition: .15s ease-out;
|
|
transition: .15s ease-out
|
|
}
|
|
|
|
.custom-theme .el-step__icon.is-text {
|
|
border-radius: 50%;
|
|
border: 2px solid;
|
|
border-color: inherit
|
|
}
|
|
|
|
.custom-theme .el-step__icon.is-icon {
|
|
width: 40px
|
|
}
|
|
|
|
.custom-theme .el-step__icon-inner {
|
|
display: inline-block;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
text-align: center;
|
|
font-weight: 700;
|
|
line-height: 1;
|
|
color: inherit
|
|
}
|
|
|
|
.custom-theme .el-step__icon-inner[class*=el-icon]:not(.is-status) {
|
|
font-size: 25px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.custom-theme .el-step__icon-inner.is-status {
|
|
-webkit-transform: translateY(1px);
|
|
transform: translateY(1px)
|
|
}
|
|
|
|
.custom-theme .el-step__line {
|
|
position: absolute;
|
|
border-color: inherit;
|
|
background-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-step__line-inner {
|
|
display: block;
|
|
border-width: 1px;
|
|
border-style: solid;
|
|
border-color: inherit;
|
|
-webkit-transition: .15s ease-out;
|
|
transition: .15s ease-out;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.custom-theme .el-step__main {
|
|
white-space: normal;
|
|
text-align: left
|
|
}
|
|
|
|
.custom-theme .el-step__title {
|
|
font-size: 16px;
|
|
line-height: 38px
|
|
}
|
|
|
|
.custom-theme .el-step__title.is-process {
|
|
font-weight: 700;
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-step__title.is-wait {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-step__title.is-success {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-step__title.is-error {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-step__title.is-finish {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-step__description {
|
|
padding-right: 10%;
|
|
margin-top: -5px;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.custom-theme .el-step__description.is-process {
|
|
color: #2d2f33
|
|
}
|
|
|
|
.custom-theme .el-step__description.is-wait {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-step__description.is-success {
|
|
color: #409167
|
|
}
|
|
|
|
.custom-theme .el-step__description.is-error {
|
|
color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-step__description.is-finish {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-step.is-horizontal {
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-step.is-horizontal .el-step__line {
|
|
height: 2px;
|
|
top: 11px;
|
|
left: 0;
|
|
right: 0
|
|
}
|
|
|
|
.custom-theme .el-step.is-vertical {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.custom-theme .el-step.is-vertical .el-step__head {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex-positive: 0;
|
|
flex-grow: 0;
|
|
width: 24px
|
|
}
|
|
|
|
.custom-theme .el-step.is-vertical .el-step__main {
|
|
padding-left: 10px;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.custom-theme .el-step.is-vertical .el-step__title {
|
|
line-height: 24px;
|
|
padding-bottom: 8px
|
|
}
|
|
|
|
.custom-theme .el-step.is-vertical .el-step__line {
|
|
width: 2px;
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 11px
|
|
}
|
|
|
|
.custom-theme .el-step.is-vertical .el-step__icon.is-icon {
|
|
width: 24px
|
|
}
|
|
|
|
.custom-theme .el-step.is-center .el-step__head, .custom-theme .el-step.is-center .el-step__main {
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-step.is-center .el-step__description {
|
|
padding-left: 20%;
|
|
padding-right: 20%
|
|
}
|
|
|
|
.custom-theme .el-step.is-center .el-step__line {
|
|
left: 50%;
|
|
right: -50%
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__head {
|
|
width: auto;
|
|
font-size: 0;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__icon {
|
|
background: 0 0;
|
|
width: 16px;
|
|
height: 16px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__icon-inner[class*=el-icon]:not(.is-status) {
|
|
font-size: 18px
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__icon-inner.is-status {
|
|
-webkit-transform: scale(.8) translateY(1px);
|
|
transform: scale(.8) translateY(1px)
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__main {
|
|
position: relative;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: stretch;
|
|
-ms-flex-align: stretch;
|
|
align-items: stretch;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__title {
|
|
font-size: 16px;
|
|
line-height: 20px
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple:not(:last-of-type) .el-step__title {
|
|
max-width: 50%;
|
|
word-break: break-all
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__arrow {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__arrow:after, .custom-theme .el-step.is-simple .el-step__arrow:before {
|
|
content: "";
|
|
display: inline-block;
|
|
position: absolute;
|
|
height: 15px;
|
|
width: 1px;
|
|
background: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__arrow:before {
|
|
-webkit-transform: rotate(-45deg) translateY(-4px);
|
|
transform: rotate(-45deg) translateY(-4px);
|
|
-webkit-transform-origin: 0 0;
|
|
transform-origin: 0 0
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple .el-step__arrow:after {
|
|
-webkit-transform: rotate(45deg) translateY(4px);
|
|
transform: rotate(45deg) translateY(4px);
|
|
-webkit-transform-origin: 100% 100%;
|
|
transform-origin: 100% 100%
|
|
}
|
|
|
|
.custom-theme .el-step.is-simple:last-of-type .el-step__arrow {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-carousel {
|
|
overflow-x: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-carousel__container {
|
|
position: relative;
|
|
height: 300px
|
|
}
|
|
|
|
.custom-theme .el-carousel__arrow {
|
|
border: none;
|
|
outline: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
height: 36px;
|
|
width: 36px;
|
|
cursor: pointer;
|
|
-webkit-transition: .3s;
|
|
transition: .3s;
|
|
border-radius: 50%;
|
|
background-color: rgba(31,45,61,.11);
|
|
color: #fff;
|
|
position: absolute;
|
|
top: 50%;
|
|
z-index: 10;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
text-align: center;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-carousel__arrow--left {
|
|
left: 16px
|
|
}
|
|
|
|
.custom-theme .el-carousel__arrow--right {
|
|
right: 16px
|
|
}
|
|
|
|
.custom-theme .el-carousel__arrow:hover {
|
|
background-color: rgba(31,45,61,.23)
|
|
}
|
|
|
|
.custom-theme .el-carousel__arrow i {
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicators {
|
|
position: absolute;
|
|
list-style: none;
|
|
bottom: 0;
|
|
left: 50%;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
margin: 0;
|
|
padding: 0;
|
|
z-index: 2
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicators--outside {
|
|
bottom: 26px;
|
|
text-align: center;
|
|
position: static;
|
|
-webkit-transform: none;
|
|
transform: none
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicators--outside .el-carousel__indicator:hover button {
|
|
opacity: .64
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicators--outside button {
|
|
background-color: #b4bccc;
|
|
opacity: .24
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicators--labels {
|
|
left: 0;
|
|
right: 0;
|
|
-webkit-transform: none;
|
|
transform: none;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicators--labels .el-carousel__button {
|
|
height: auto;
|
|
width: auto;
|
|
padding: 2px 18px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicators--labels .el-carousel__indicator {
|
|
padding: 6px 4px
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicator {
|
|
display: inline-block;
|
|
background-color: transparent;
|
|
padding: 12px 4px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicator:hover button {
|
|
opacity: .72
|
|
}
|
|
|
|
.custom-theme .el-carousel__indicator.is-active button {
|
|
opacity: 1
|
|
}
|
|
|
|
.custom-theme .el-carousel__button {
|
|
display: block;
|
|
opacity: .48;
|
|
width: 30px;
|
|
height: 2px;
|
|
background-color: #fff;
|
|
border: none;
|
|
outline: 0;
|
|
padding: 0;
|
|
margin: 0;
|
|
cursor: pointer;
|
|
-webkit-transition: .3s;
|
|
transition: .3s
|
|
}
|
|
|
|
.custom-theme .carousel-arrow-left-enter, .custom-theme .carousel-arrow-left-leave-active {
|
|
-webkit-transform: translateY(-50%) translateX(-10px);
|
|
transform: translateY(-50%) translateX(-10px);
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .carousel-arrow-right-enter, .custom-theme .carousel-arrow-right-leave-active {
|
|
-webkit-transform: translateY(-50%) translateX(10px);
|
|
transform: translateY(-50%) translateX(10px);
|
|
opacity: 0
|
|
}
|
|
|
|
.custom-theme .el-scrollbar {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-scrollbar:active > .el-scrollbar__bar, .custom-theme .el-scrollbar:focus > .el-scrollbar__bar, .custom-theme .el-scrollbar:hover > .el-scrollbar__bar {
|
|
opacity: 1;
|
|
-webkit-transition: opacity .34s ease-out;
|
|
transition: opacity .34s ease-out
|
|
}
|
|
|
|
.custom-theme .el-scrollbar__wrap {
|
|
overflow: scroll;
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
|
|
width: 0;
|
|
height: 0
|
|
}
|
|
|
|
.custom-theme .el-scrollbar__thumb {
|
|
position: relative;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
cursor: pointer;
|
|
border-radius: inherit;
|
|
background-color: rgba(135,141,153,.3);
|
|
-webkit-transition: background-color .3s;
|
|
transition: background-color .3s
|
|
}
|
|
|
|
.custom-theme .el-scrollbar__thumb:hover {
|
|
background-color: rgba(135,141,153,.5)
|
|
}
|
|
|
|
.custom-theme .el-scrollbar__bar {
|
|
position: absolute;
|
|
right: 2px;
|
|
bottom: 2px;
|
|
z-index: 1;
|
|
border-radius: 4px;
|
|
opacity: 0;
|
|
-webkit-transition: opacity .12s ease-out;
|
|
transition: opacity .12s ease-out
|
|
}
|
|
|
|
.custom-theme .el-scrollbar__bar.is-vertical {
|
|
width: 6px;
|
|
top: 2px
|
|
}
|
|
|
|
.custom-theme .el-scrollbar__bar.is-vertical > div {
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-scrollbar__bar.is-horizontal {
|
|
height: 6px;
|
|
left: 2px
|
|
}
|
|
|
|
.custom-theme .el-scrollbar__bar.is-horizontal > div {
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-carousel__item {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
z-index: 0
|
|
}
|
|
|
|
.custom-theme .el-carousel__item.is-active {
|
|
z-index: 2
|
|
}
|
|
|
|
.custom-theme .el-carousel__item--card, .custom-theme .el-carousel__item.is-animating {
|
|
-webkit-transition: -webkit-transform .4s ease-in-out;
|
|
transition: -webkit-transform .4s ease-in-out;
|
|
transition: transform .4s ease-in-out;
|
|
transition: transform .4s ease-in-out,-webkit-transform .4s ease-in-out
|
|
}
|
|
|
|
.custom-theme .el-carousel__item--card {
|
|
width: 50%
|
|
}
|
|
|
|
.custom-theme .el-carousel__item--card.is-in-stage {
|
|
cursor: pointer;
|
|
z-index: 1
|
|
}
|
|
|
|
.custom-theme .el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask, .custom-theme .el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
|
|
opacity: .12
|
|
}
|
|
|
|
.custom-theme .el-carousel__item--card.is-active {
|
|
z-index: 2
|
|
}
|
|
|
|
.custom-theme .el-carousel__mask {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #fff;
|
|
opacity: .24;
|
|
-webkit-transition: .2s;
|
|
transition: .2s
|
|
}
|
|
|
|
.custom-theme .el-collapse {
|
|
border-top: 1px solid #e6ebf5;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-collapse-item__header {
|
|
height: 48px;
|
|
line-height: 48px;
|
|
background-color: #fff;
|
|
color: #2d2f33;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #e6ebf5;
|
|
font-size: 13px;
|
|
font-weight: 500;
|
|
-webkit-transition: border-bottom-color .3s;
|
|
transition: border-bottom-color .3s
|
|
}
|
|
|
|
.custom-theme .el-collapse-item__header:active, .custom-theme .el-collapse-item__header:focus:not(.focusing) {
|
|
outline-width: 0
|
|
}
|
|
|
|
.custom-theme .el-collapse-item__arrow {
|
|
margin-right: 8px;
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
float: right;
|
|
line-height: 48px;
|
|
font-weight: 300
|
|
}
|
|
|
|
.custom-theme .el-collapse-item__wrap {
|
|
will-change: height;
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-bottom: 1px solid #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-collapse-item__content {
|
|
padding-bottom: 25px;
|
|
font-size: 13px;
|
|
color: #2d2f33;
|
|
line-height: 1.769230769230769
|
|
}
|
|
|
|
.custom-theme .el-collapse-item.is-active .el-collapse-item__header {
|
|
border-bottom-color: transparent
|
|
}
|
|
|
|
.custom-theme .el-collapse-item.is-active .el-collapse-item__header .el-collapse-item__arrow {
|
|
-webkit-transform: rotate(90deg);
|
|
transform: rotate(90deg)
|
|
}
|
|
|
|
.custom-theme .el-collapse-item:last-child {
|
|
margin-bottom: -1px
|
|
}
|
|
|
|
.custom-theme .el-popper .popper__arrow, .custom-theme .el-popper .popper__arrow:after {
|
|
position: absolute;
|
|
display: block;
|
|
width: 0;
|
|
height: 0;
|
|
border-color: transparent;
|
|
border-style: solid
|
|
}
|
|
|
|
.custom-theme .el-popper .popper__arrow {
|
|
border-width: 6px;
|
|
-webkit-filter: drop-shadow(0 2px 12px rgba(0,0,0,.03));
|
|
filter: drop-shadow(0 2px 12px rgba(0,0,0,.03))
|
|
}
|
|
|
|
.custom-theme .el-popper .popper__arrow:after {
|
|
content: " ";
|
|
border-width: 6px
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=top] {
|
|
margin-bottom: 12px
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=top] .popper__arrow {
|
|
bottom: -6px;
|
|
left: 50%;
|
|
margin-right: 3px;
|
|
border-top-color: #e6ebf5;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=top] .popper__arrow:after {
|
|
bottom: 1px;
|
|
margin-left: -6px;
|
|
border-top-color: #fff;
|
|
border-bottom-width: 0
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=bottom] {
|
|
margin-top: 12px
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=bottom] .popper__arrow {
|
|
top: -6px;
|
|
left: 50%;
|
|
margin-right: 3px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=bottom] .popper__arrow:after {
|
|
top: 1px;
|
|
margin-left: -6px;
|
|
border-top-width: 0;
|
|
border-bottom-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=right] {
|
|
margin-left: 12px
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=right] .popper__arrow {
|
|
top: 50%;
|
|
left: -6px;
|
|
margin-bottom: 3px;
|
|
border-right-color: #e6ebf5;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=right] .popper__arrow:after {
|
|
bottom: -6px;
|
|
left: 1px;
|
|
border-right-color: #fff;
|
|
border-left-width: 0
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=left] {
|
|
margin-right: 12px
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=left] .popper__arrow {
|
|
top: 50%;
|
|
right: -6px;
|
|
margin-bottom: 3px;
|
|
border-right-width: 0;
|
|
border-left-color: #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-popper[x-placement^=left] .popper__arrow:after {
|
|
right: 1px;
|
|
bottom: -6px;
|
|
margin-left: -6px;
|
|
border-right-width: 0;
|
|
border-left-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-cascader {
|
|
display: inline-block;
|
|
position: relative;
|
|
font-size: 14px;
|
|
line-height: 40px
|
|
}
|
|
|
|
.custom-theme .el-cascader .el-input, .custom-theme .el-cascader .el-input__inner {
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-cascader .el-input__icon {
|
|
-webkit-transition: none;
|
|
transition: none
|
|
}
|
|
|
|
.custom-theme .el-cascader .el-icon-arrow-down {
|
|
-webkit-transition: -webkit-transform .3s;
|
|
transition: -webkit-transform .3s;
|
|
transition: transform .3s;
|
|
transition: transform .3s,-webkit-transform .3s;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-cascader .el-icon-arrow-down.is-reverse {
|
|
-webkit-transform: rotate(180deg);
|
|
transform: rotate(180deg)
|
|
}
|
|
|
|
.custom-theme .el-cascader .el-icon-circle-close {
|
|
z-index: 2;
|
|
-webkit-transition: color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.custom-theme .el-cascader .el-icon-circle-close:hover {
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-cascader__clearIcon {
|
|
z-index: 2;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-cascader__label {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
height: 100%;
|
|
padding: 0 25px 0 15px;
|
|
color: #5a5e66;
|
|
width: 100%;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
text-align: left;
|
|
font-size: inherit
|
|
}
|
|
|
|
.custom-theme .el-cascader__label span {
|
|
color: #000
|
|
}
|
|
|
|
.custom-theme .el-cascader--medium {
|
|
font-size: 14px;
|
|
line-height: 36px
|
|
}
|
|
|
|
.custom-theme .el-cascader--small {
|
|
font-size: 13px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.custom-theme .el-cascader--mini {
|
|
font-size: 12px;
|
|
line-height: 28px
|
|
}
|
|
|
|
.custom-theme .el-cascader.is-disabled .el-cascader__label {
|
|
z-index: 2;
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-cascader-menus {
|
|
white-space: nowrap;
|
|
background: #fff;
|
|
position: absolute;
|
|
margin: 5px 0;
|
|
z-index: 2;
|
|
border: 1px solid #dfe4ed;
|
|
border-radius: 2px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.custom-theme .el-cascader-menus .popper__arrow {
|
|
-webkit-transform: translateX(-400%);
|
|
transform: translateX(-400%)
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
height: 204px;
|
|
overflow: auto;
|
|
border-right: 1px solid #dfe4ed;
|
|
background-color: #fff;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 6px 0;
|
|
min-width: 160px
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu:last-child {
|
|
border-right: 0
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu__item {
|
|
font-size: 14px;
|
|
padding: 8px 20px;
|
|
position: relative;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
color: #5a5e66;
|
|
height: 34px;
|
|
line-height: 1.5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu__item--extensible:after {
|
|
font-family: element-icons;
|
|
content: "\E604";
|
|
font-size: 14px;
|
|
color: #bfcbd9;
|
|
position: absolute;
|
|
right: 15px
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu__item.is-disabled {
|
|
color: #b4bccc;
|
|
background-color: #fff;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu__item.is-disabled:hover {
|
|
background-color: #fff
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu__item.is-active {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu__item:hover {
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu__item.selected {
|
|
color: #fff;
|
|
background-color: #f5f7fa
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu__item__keyword {
|
|
font-weight: 700
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu--flexible {
|
|
height: auto;
|
|
max-height: 180px;
|
|
overflow: auto
|
|
}
|
|
|
|
.custom-theme .el-cascader-menu--flexible .el-cascader-menu__item {
|
|
overflow: visible
|
|
}
|
|
|
|
.custom-theme .el-color-hue-slider {
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 280px;
|
|
height: 12px;
|
|
background-color: red;
|
|
padding: 0 2px
|
|
}
|
|
|
|
.custom-theme .el-color-hue-slider__bar {
|
|
position: relative;
|
|
background: -webkit-gradient(linear,left top,right top,color-stop(0,red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
|
|
background: linear-gradient(90deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red);
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-color-hue-slider__thumb {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 100%;
|
|
border-radius: 1px;
|
|
background: #fff;
|
|
border: 1px solid #f0f0f0;
|
|
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
z-index: 1
|
|
}
|
|
|
|
.custom-theme .el-color-hue-slider.is-vertical {
|
|
width: 12px;
|
|
height: 180px;
|
|
padding: 2px 0
|
|
}
|
|
|
|
.custom-theme .el-color-hue-slider.is-vertical .el-color-hue-slider__bar {
|
|
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,red),color-stop(17%,#ff0),color-stop(33%,#0f0),color-stop(50%,#0ff),color-stop(67%,#00f),color-stop(83%,#f0f),to(red));
|
|
background: linear-gradient(180deg,red 0,#ff0 17%,#0f0 33%,#0ff 50%,#00f 67%,#f0f 83%,red)
|
|
}
|
|
|
|
.custom-theme .el-color-hue-slider.is-vertical .el-color-hue-slider__thumb {
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 4px
|
|
}
|
|
|
|
.custom-theme .el-color-svpanel {
|
|
position: relative;
|
|
width: 280px;
|
|
height: 180px
|
|
}
|
|
|
|
.custom-theme .el-color-svpanel__black, .custom-theme .el-color-svpanel__white {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-color-svpanel__white {
|
|
background: -webkit-gradient(linear,left top,right top,from(#fff),to(hsla(0,0%,100%,0)));
|
|
background: linear-gradient(90deg,#fff,hsla(0,0%,100%,0))
|
|
}
|
|
|
|
.custom-theme .el-color-svpanel__black {
|
|
background: -webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));
|
|
background: linear-gradient(0deg,#000,transparent)
|
|
}
|
|
|
|
.custom-theme .el-color-svpanel__cursor {
|
|
position: absolute
|
|
}
|
|
|
|
.custom-theme .el-color-svpanel__cursor > div {
|
|
cursor: head;
|
|
width: 4px;
|
|
height: 4px;
|
|
-webkit-box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
|
|
box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1px rgba(0,0,0,.3),0 0 1px 2px rgba(0,0,0,.4);
|
|
border-radius: 50%;
|
|
-webkit-transform: translate(-2px,-2px);
|
|
transform: translate(-2px,-2px)
|
|
}
|
|
|
|
.custom-theme .el-color-alpha-slider {
|
|
position: relative;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 280px;
|
|
height: 12px;
|
|
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
|
|
}
|
|
|
|
.custom-theme .el-color-alpha-slider__bar {
|
|
position: relative;
|
|
background: -webkit-gradient(linear,left top,right top,color-stop(0,hsla(0,0%,100%,0)),to(#fff));
|
|
background: linear-gradient(90deg,hsla(0,0%,100%,0) 0,#fff);
|
|
height: 100%
|
|
}
|
|
|
|
.custom-theme .el-color-alpha-slider__thumb {
|
|
position: absolute;
|
|
cursor: pointer;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
left: 0;
|
|
top: 0;
|
|
width: 4px;
|
|
height: 100%;
|
|
border-radius: 1px;
|
|
background: #fff;
|
|
border: 1px solid #f0f0f0;
|
|
-webkit-box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
box-shadow: 0 0 2px rgba(0,0,0,.6);
|
|
z-index: 1
|
|
}
|
|
|
|
.custom-theme .el-color-alpha-slider.is-vertical {
|
|
width: 20px;
|
|
height: 180px
|
|
}
|
|
|
|
.custom-theme .el-color-alpha-slider.is-vertical .el-color-alpha-slider__bar {
|
|
background: -webkit-gradient(linear,left top,left bottom,color-stop(0,hsla(0,0%,100%,0)),to(#fff));
|
|
background: linear-gradient(180deg,hsla(0,0%,100%,0) 0,#fff)
|
|
}
|
|
|
|
.custom-theme .el-color-alpha-slider.is-vertical .el-color-alpha-slider__thumb {
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 4px
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown {
|
|
width: 300px
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown__main-wrapper {
|
|
margin-bottom: 6px
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown__main-wrapper:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown__btns {
|
|
margin-top: 6px;
|
|
text-align: right
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown__value {
|
|
float: left;
|
|
line-height: 26px;
|
|
font-size: 12px;
|
|
color: #000;
|
|
width: 160px
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown__btn {
|
|
border: 1px solid #dcdcdc;
|
|
color: #333;
|
|
line-height: 24px;
|
|
border-radius: 2px;
|
|
padding: 0 20px;
|
|
cursor: pointer;
|
|
background-color: transparent;
|
|
outline: 0;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown__btn[disabled] {
|
|
color: #ccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown__btn:hover {
|
|
color: #262729;
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown__link-btn {
|
|
cursor: pointer;
|
|
color: #262729;
|
|
text-decoration: none;
|
|
padding: 15px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-color-dropdown__link-btn:hover {
|
|
color: tint(#262729,20%)
|
|
}
|
|
|
|
.custom-theme .el-color-picker {
|
|
display: inline-block;
|
|
position: relative;
|
|
line-height: normal;
|
|
height: 40px
|
|
}
|
|
|
|
.custom-theme .el-color-picker.is-disabled .el-color-picker__trigger {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-color-picker--medium {
|
|
height: 36px
|
|
}
|
|
|
|
.custom-theme .el-color-picker--medium .el-color-picker__trigger {
|
|
height: 36px;
|
|
width: 36px
|
|
}
|
|
|
|
.custom-theme .el-color-picker--medium .el-color-picker__mask {
|
|
height: 34px;
|
|
width: 34px
|
|
}
|
|
|
|
.custom-theme .el-color-picker--small {
|
|
height: 32px
|
|
}
|
|
|
|
.custom-theme .el-color-picker--small .el-color-picker__trigger {
|
|
height: 32px;
|
|
width: 32px
|
|
}
|
|
|
|
.custom-theme .el-color-picker--small .el-color-picker__mask {
|
|
height: 30px;
|
|
width: 30px
|
|
}
|
|
|
|
.custom-theme .el-color-picker--small .el-color-picker__empty, .custom-theme .el-color-picker--small .el-color-picker__icon {
|
|
-webkit-transform: translate3d(-50%,-50%,0) scale(.8);
|
|
transform: translate3d(-50%,-50%,0) scale(.8)
|
|
}
|
|
|
|
.custom-theme .el-color-picker--mini {
|
|
height: 28px
|
|
}
|
|
|
|
.custom-theme .el-color-picker--mini .el-color-picker__trigger {
|
|
height: 28px;
|
|
width: 28px
|
|
}
|
|
|
|
.custom-theme .el-color-picker--mini .el-color-picker__mask {
|
|
height: 26px;
|
|
width: 26px
|
|
}
|
|
|
|
.custom-theme .el-color-picker--mini .el-color-picker__empty, .custom-theme .el-color-picker--mini .el-color-picker__icon {
|
|
-webkit-transform: translate3d(-50%,-50%,0) scale(.8);
|
|
transform: translate3d(-50%,-50%,0) scale(.8)
|
|
}
|
|
|
|
.custom-theme .el-color-picker__mask {
|
|
height: 38px;
|
|
width: 38px;
|
|
border-radius: 4px;
|
|
position: absolute;
|
|
top: 1px;
|
|
left: 1px;
|
|
z-index: 1;
|
|
cursor: not-allowed;
|
|
background-color: hsla(0,0%,100%,.7)
|
|
}
|
|
|
|
.custom-theme .el-color-picker__trigger {
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 40px;
|
|
width: 40px;
|
|
padding: 4px;
|
|
border: 1px solid #e6e6e6;
|
|
border-radius: 4px;
|
|
font-size: 0;
|
|
position: relative;
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-color-picker__color {
|
|
position: relative;
|
|
display: block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border: 1px solid #999;
|
|
border-radius: 2px;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-color-picker__color.is-alpha {
|
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==)
|
|
}
|
|
|
|
.custom-theme .el-color-picker__color-inner {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-color-picker__empty {
|
|
color: #999
|
|
}
|
|
|
|
.custom-theme .el-color-picker__empty, .custom-theme .el-color-picker__icon {
|
|
font-size: 12px;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate3d(-50%,-50%,0);
|
|
transform: translate3d(-50%,-50%,0)
|
|
}
|
|
|
|
.custom-theme .el-color-picker__icon {
|
|
display: inline-block;
|
|
width: 100%;
|
|
color: #fff;
|
|
text-align: center
|
|
}
|
|
|
|
.custom-theme .el-color-picker__panel {
|
|
position: absolute;
|
|
z-index: 10;
|
|
padding: 6px;
|
|
background-color: #fff;
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
|
|
}
|
|
|
|
.custom-theme .el-input {
|
|
position: relative;
|
|
font-size: 14px;
|
|
display: inline-block;
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-input::-webkit-scrollbar {
|
|
z-index: 11;
|
|
width: 6px
|
|
}
|
|
|
|
.custom-theme .el-input::-webkit-scrollbar:horizontal {
|
|
height: 6px
|
|
}
|
|
|
|
.custom-theme .el-input::-webkit-scrollbar-thumb {
|
|
border-radius: 5px;
|
|
width: 6px;
|
|
background: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input::-webkit-scrollbar-corner, .custom-theme .el-input::-webkit-scrollbar-track {
|
|
background: #fff
|
|
}
|
|
|
|
.custom-theme .el-input::-webkit-scrollbar-track-piece {
|
|
background: #fff;
|
|
width: 6px
|
|
}
|
|
|
|
.custom-theme .el-input__inner {
|
|
-webkit-appearance: none;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border-radius: 4px;
|
|
border: 1px solid #d8dce5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #5a5e66;
|
|
display: inline-block;
|
|
font-size: inherit;
|
|
height: 40px;
|
|
line-height: 1;
|
|
outline: 0;
|
|
padding: 0 15px;
|
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
width: 100%
|
|
}
|
|
|
|
.custom-theme .el-input__inner::-webkit-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input__inner:-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input__inner::-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input__inner::-moz-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input__inner::placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input__inner:hover {
|
|
border-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input__inner:focus {
|
|
outline: 0;
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-input__suffix {
|
|
position: absolute;
|
|
height: 100%;
|
|
right: 5px;
|
|
top: 0;
|
|
text-align: center;
|
|
color: #b4bccc;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s;
|
|
pointer-events: none
|
|
}
|
|
|
|
.custom-theme .el-input__suffix-inner {
|
|
pointer-events: all
|
|
}
|
|
|
|
.custom-theme .el-input__prefix {
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 0;
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input__icon, .custom-theme .el-input__prefix {
|
|
height: 100%;
|
|
text-align: center;
|
|
-webkit-transition: all .3s;
|
|
transition: all .3s
|
|
}
|
|
|
|
.custom-theme .el-input__icon {
|
|
width: 25px;
|
|
line-height: 40px
|
|
}
|
|
|
|
.custom-theme .el-input__icon:after {
|
|
content: "";
|
|
height: 100%;
|
|
width: 0;
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-input__validateIcon {
|
|
pointer-events: none
|
|
}
|
|
|
|
.custom-theme .el-input.is-active .el-input__inner {
|
|
outline: 0;
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-input.is-disabled .el-input__inner {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input.is-disabled .el-input__inner:-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input.is-disabled .el-input__inner::-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input.is-disabled .el-input__inner::-moz-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input.is-disabled .el-input__inner::placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-input.is-disabled .el-input__icon {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-input--suffix .el-input__inner {
|
|
padding-right: 30px
|
|
}
|
|
|
|
.custom-theme .el-input--prefix .el-input__inner {
|
|
padding-left: 30px
|
|
}
|
|
|
|
.custom-theme .el-input--medium {
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-input--medium .el-input__inner {
|
|
height: 36px
|
|
}
|
|
|
|
.custom-theme .el-input--medium .el-input__icon {
|
|
line-height: 36px
|
|
}
|
|
|
|
.custom-theme .el-input--small {
|
|
font-size: 13px
|
|
}
|
|
|
|
.custom-theme .el-input--small .el-input__inner {
|
|
height: 32px
|
|
}
|
|
|
|
.custom-theme .el-input--small .el-input__icon {
|
|
line-height: 32px
|
|
}
|
|
|
|
.custom-theme .el-input--mini {
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-input--mini .el-input__inner {
|
|
height: 28px
|
|
}
|
|
|
|
.custom-theme .el-input--mini .el-input__icon {
|
|
line-height: 28px
|
|
}
|
|
|
|
.custom-theme .el-input-group {
|
|
line-height: normal;
|
|
display: inline-table;
|
|
width: 100%;
|
|
border-collapse: separate
|
|
}
|
|
|
|
.custom-theme .el-input-group > .el-input__inner {
|
|
vertical-align: middle;
|
|
display: table-cell
|
|
}
|
|
|
|
.custom-theme .el-input-group__append, .custom-theme .el-input-group__prepend {
|
|
background-color: #f5f7fa;
|
|
color: #0a76a4;
|
|
vertical-align: middle;
|
|
display: table-cell;
|
|
position: relative;
|
|
border: 1px solid #d8dce5;
|
|
border-radius: 4px;
|
|
padding: 0 20px;
|
|
width: 1px;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.custom-theme .el-input-group__append:focus, .custom-theme .el-input-group__prepend:focus {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-input-group__append .el-button, .custom-theme .el-input-group__append .el-select, .custom-theme .el-input-group__prepend .el-button, .custom-theme .el-input-group__prepend .el-select {
|
|
display: inline-block;
|
|
margin: -20px
|
|
}
|
|
|
|
.custom-theme .el-input-group__append button.el-button, .custom-theme .el-input-group__append div.el-select .el-input__inner, .custom-theme .el-input-group__append div.el-select:hover .el-input__inner, .custom-theme .el-input-group__prepend button.el-button, .custom-theme .el-input-group__prepend div.el-select .el-input__inner, .custom-theme .el-input-group__prepend div.el-select:hover .el-input__inner {
|
|
border-color: transparent;
|
|
background-color: transparent;
|
|
color: inherit;
|
|
border-top: 0;
|
|
border-bottom: 0
|
|
}
|
|
|
|
.custom-theme .el-input-group__append .el-button, .custom-theme .el-input-group__append .el-input, .custom-theme .el-input-group__prepend .el-button, .custom-theme .el-input-group__prepend .el-input {
|
|
font-size: inherit
|
|
}
|
|
|
|
.custom-theme .el-input-group__prepend {
|
|
border-right: 0;
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-input-group__append {
|
|
border-left: 0
|
|
}
|
|
|
|
.custom-theme .el-input-group--prepend .el-input__inner, .custom-theme .el-input-group__append {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-input-group--append .el-input__inner {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-textarea {
|
|
display: inline-block;
|
|
width: 100%;
|
|
vertical-align: bottom
|
|
}
|
|
|
|
.custom-theme .el-textarea__inner {
|
|
display: block;
|
|
resize: vertical;
|
|
padding: 5px 15px;
|
|
line-height: 1.5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
font-size: 14px;
|
|
color: #5a5e66;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #d8dce5;
|
|
border-radius: 4px;
|
|
-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
|
|
transition: border-color .2s cubic-bezier(.645,.045,.355,1)
|
|
}
|
|
|
|
.custom-theme .el-textarea__inner::-webkit-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea__inner:-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea__inner::-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea__inner::-moz-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea__inner::placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea__inner:hover {
|
|
border-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea__inner:focus {
|
|
outline: 0;
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-textarea.is-disabled .el-textarea__inner {
|
|
background-color: #f5f7fa;
|
|
border-color: #dfe4ed;
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-textarea.is-disabled .el-textarea__inner::placeholder {
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-button {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
background: #fff;
|
|
border: 1px solid #d8dce5;
|
|
border-color: #d8dce5;
|
|
color: #5a5e66;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
outline: 0;
|
|
margin: 0;
|
|
-webkit-transition: .1s;
|
|
transition: .1s;
|
|
font-weight: 500;
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-button + .el-button {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.custom-theme .el-button.is-round {
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.custom-theme .el-button:focus, .custom-theme .el-button:hover {
|
|
color: #262729;
|
|
border-color: #bebebf;
|
|
background-color: #e9e9ea
|
|
}
|
|
|
|
.custom-theme .el-button:active {
|
|
color: #222325;
|
|
border-color: #222325;
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button::-moz-focus-inner {
|
|
border: 0
|
|
}
|
|
|
|
.custom-theme .el-button [class*=el-icon-] + span {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.custom-theme .el-button.is-plain:focus, .custom-theme .el-button.is-plain:hover {
|
|
background: #fff;
|
|
border-color: #262729;
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-button.is-plain:active {
|
|
background: #fff;
|
|
border-color: #222325;
|
|
color: #222325;
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button.is-active {
|
|
color: #222325;
|
|
border-color: #222325
|
|
}
|
|
|
|
.custom-theme .el-button.is-disabled, .custom-theme .el-button.is-disabled:focus, .custom-theme .el-button.is-disabled:hover {
|
|
color: #b4bccc;
|
|
cursor: not-allowed;
|
|
background-image: none;
|
|
background-color: #fff;
|
|
border-color: #e6ebf5
|
|
}
|
|
|
|
.custom-theme .el-button.is-disabled.el-button--text {
|
|
background-color: transparent
|
|
}
|
|
|
|
.custom-theme .el-button.is-disabled.is-plain, .custom-theme .el-button.is-disabled.is-plain:focus, .custom-theme .el-button.is-disabled.is-plain:hover {
|
|
background-color: #fff;
|
|
border-color: #e6ebf5;
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-button.is-loading {
|
|
position: relative;
|
|
pointer-events: none
|
|
}
|
|
|
|
.custom-theme .el-button.is-loading:before {
|
|
pointer-events: none;
|
|
content: "";
|
|
position: absolute;
|
|
left: -1px;
|
|
top: -1px;
|
|
right: -1px;
|
|
bottom: -1px;
|
|
border-radius: inherit;
|
|
background-color: hsla(0,0%,100%,.35)
|
|
}
|
|
|
|
.custom-theme .el-button.is-round {
|
|
border-radius: 20px;
|
|
padding: 12px 23px
|
|
}
|
|
|
|
.custom-theme .el-button--primary {
|
|
color: #fff;
|
|
background-color: #262729;
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-button--primary:focus, .custom-theme .el-button--primary:hover {
|
|
background: #515254;
|
|
border-color: #515254;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--primary:active {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--primary.is-active, .custom-theme .el-button--primary:active {
|
|
background: #222325;
|
|
border-color: #222325;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--primary.is-disabled, .custom-theme .el-button--primary.is-disabled:active, .custom-theme .el-button--primary.is-disabled:focus, .custom-theme .el-button--primary.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #939394;
|
|
border-color: #939394
|
|
}
|
|
|
|
.custom-theme .el-button--primary.is-plain {
|
|
color: #262729;
|
|
background: #e9e9ea;
|
|
border-color: #a8a9a9
|
|
}
|
|
|
|
.custom-theme .el-button--primary.is-plain:focus, .custom-theme .el-button--primary.is-plain:hover {
|
|
background: #262729;
|
|
border-color: #262729;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--primary.is-plain:active {
|
|
background: #222325;
|
|
border-color: #222325;
|
|
color: #fff;
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--primary.is-plain.is-disabled, .custom-theme .el-button--primary.is-plain.is-disabled:active, .custom-theme .el-button--primary.is-plain.is-disabled:focus, .custom-theme .el-button--primary.is-plain.is-disabled:hover {
|
|
color: #7d7d7f;
|
|
background-color: #e9e9ea;
|
|
border-color: #d4d4d4
|
|
}
|
|
|
|
.custom-theme .el-button--success {
|
|
color: #fff;
|
|
background-color: #409167;
|
|
border-color: #409167
|
|
}
|
|
|
|
.custom-theme .el-button--success:focus, .custom-theme .el-button--success:hover {
|
|
background: #66a785;
|
|
border-color: #66a785;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--success:active {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--success.is-active, .custom-theme .el-button--success:active {
|
|
background: #3a835d;
|
|
border-color: #3a835d;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--success.is-disabled, .custom-theme .el-button--success.is-disabled:active, .custom-theme .el-button--success.is-disabled:focus, .custom-theme .el-button--success.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #a0c8b3;
|
|
border-color: #a0c8b3
|
|
}
|
|
|
|
.custom-theme .el-button--success.is-plain {
|
|
color: #409167;
|
|
background: #ecf4f0;
|
|
border-color: #b3d3c2
|
|
}
|
|
|
|
.custom-theme .el-button--success.is-plain:focus, .custom-theme .el-button--success.is-plain:hover {
|
|
background: #409167;
|
|
border-color: #409167;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--success.is-plain:active {
|
|
background: #3a835d;
|
|
border-color: #3a835d;
|
|
color: #fff;
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--success.is-plain.is-disabled, .custom-theme .el-button--success.is-plain.is-disabled:active, .custom-theme .el-button--success.is-plain.is-disabled:focus, .custom-theme .el-button--success.is-plain.is-disabled:hover {
|
|
color: #8cbda4;
|
|
background-color: #ecf4f0;
|
|
border-color: #d9e9e1
|
|
}
|
|
|
|
.custom-theme .el-button--warning {
|
|
color: #fff;
|
|
background-color: #9da408;
|
|
border-color: #9da408
|
|
}
|
|
|
|
.custom-theme .el-button--warning:focus, .custom-theme .el-button--warning:hover {
|
|
background: #b1b639;
|
|
border-color: #b1b639;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--warning:active {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--warning.is-active, .custom-theme .el-button--warning:active {
|
|
background: #8d9407;
|
|
border-color: #8d9407;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--warning.is-disabled, .custom-theme .el-button--warning.is-disabled:active, .custom-theme .el-button--warning.is-disabled:focus, .custom-theme .el-button--warning.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #ced284;
|
|
border-color: #ced284
|
|
}
|
|
|
|
.custom-theme .el-button--warning.is-plain {
|
|
color: #9da408;
|
|
background: #f5f6e6;
|
|
border-color: #d8db9c
|
|
}
|
|
|
|
.custom-theme .el-button--warning.is-plain:focus, .custom-theme .el-button--warning.is-plain:hover {
|
|
background: #9da408;
|
|
border-color: #9da408;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--warning.is-plain:active {
|
|
background: #8d9407;
|
|
border-color: #8d9407;
|
|
color: #fff;
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--warning.is-plain.is-disabled, .custom-theme .el-button--warning.is-plain.is-disabled:active, .custom-theme .el-button--warning.is-plain.is-disabled:focus, .custom-theme .el-button--warning.is-plain.is-disabled:hover {
|
|
color: #c4c86b;
|
|
background-color: #f5f6e6;
|
|
border-color: #ebedce
|
|
}
|
|
|
|
.custom-theme .el-button--danger {
|
|
color: #fff;
|
|
background-color: #b3450e;
|
|
border-color: #b3450e
|
|
}
|
|
|
|
.custom-theme .el-button--danger:focus, .custom-theme .el-button--danger:hover {
|
|
background: #c26a3e;
|
|
border-color: #c26a3e;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--danger:active {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--danger.is-active, .custom-theme .el-button--danger:active {
|
|
background: #a13e0d;
|
|
border-color: #a13e0d;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--danger.is-disabled, .custom-theme .el-button--danger.is-disabled:active, .custom-theme .el-button--danger.is-disabled:focus, .custom-theme .el-button--danger.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #d9a287;
|
|
border-color: #d9a287
|
|
}
|
|
|
|
.custom-theme .el-button--danger.is-plain {
|
|
color: #b3450e;
|
|
background: #f7ece7;
|
|
border-color: #e1b59f
|
|
}
|
|
|
|
.custom-theme .el-button--danger.is-plain:focus, .custom-theme .el-button--danger.is-plain:hover {
|
|
background: #b3450e;
|
|
border-color: #b3450e;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--danger.is-plain:active {
|
|
background: #a13e0d;
|
|
border-color: #a13e0d;
|
|
color: #fff;
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--danger.is-plain.is-disabled, .custom-theme .el-button--danger.is-plain.is-disabled:active, .custom-theme .el-button--danger.is-plain.is-disabled:focus, .custom-theme .el-button--danger.is-plain.is-disabled:hover {
|
|
color: #d18f6e;
|
|
background-color: #f7ece7;
|
|
border-color: #f0dacf
|
|
}
|
|
|
|
.custom-theme .el-button--info {
|
|
color: #fff;
|
|
background-color: #0a76a4;
|
|
border-color: #0a76a4
|
|
}
|
|
|
|
.custom-theme .el-button--info:focus, .custom-theme .el-button--info:hover {
|
|
background: #3b91b6;
|
|
border-color: #3b91b6;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--info:active {
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--info.is-active, .custom-theme .el-button--info:active {
|
|
background: #096a94;
|
|
border-color: #096a94;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--info.is-disabled, .custom-theme .el-button--info.is-disabled:active, .custom-theme .el-button--info.is-disabled:focus, .custom-theme .el-button--info.is-disabled:hover {
|
|
color: #fff;
|
|
background-color: #85bbd2;
|
|
border-color: #85bbd2
|
|
}
|
|
|
|
.custom-theme .el-button--info.is-plain {
|
|
color: #0a76a4;
|
|
background: #e7f1f6;
|
|
border-color: #9dc8db
|
|
}
|
|
|
|
.custom-theme .el-button--info.is-plain:focus, .custom-theme .el-button--info.is-plain:hover {
|
|
background: #0a76a4;
|
|
border-color: #0a76a4;
|
|
color: #fff
|
|
}
|
|
|
|
.custom-theme .el-button--info.is-plain:active {
|
|
background: #096a94;
|
|
border-color: #096a94;
|
|
color: #fff;
|
|
outline: 0
|
|
}
|
|
|
|
.custom-theme .el-button--info.is-plain.is-disabled, .custom-theme .el-button--info.is-plain.is-disabled:active, .custom-theme .el-button--info.is-plain.is-disabled:focus, .custom-theme .el-button--info.is-plain.is-disabled:hover {
|
|
color: #6cadc8;
|
|
background-color: #e7f1f6;
|
|
border-color: #cee4ed
|
|
}
|
|
|
|
.custom-theme .el-button--medium {
|
|
padding: 10px 20px;
|
|
font-size: 14px;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-button--medium.is-round {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.custom-theme .el-button--small {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.custom-theme .el-button--small.is-round {
|
|
padding: 9px 15px
|
|
}
|
|
|
|
.custom-theme .el-button--mini {
|
|
padding: 7px 15px;
|
|
font-size: 12px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.custom-theme .el-button--mini.is-round {
|
|
padding: 7px 15px
|
|
}
|
|
|
|
.custom-theme .el-button--text {
|
|
border: none;
|
|
color: #262729;
|
|
background: 0 0;
|
|
padding-left: 0;
|
|
padding-right: 0
|
|
}
|
|
|
|
.custom-theme .el-button--text:focus, .custom-theme .el-button--text:hover {
|
|
color: #515254;
|
|
border-color: transparent;
|
|
background-color: transparent
|
|
}
|
|
|
|
.custom-theme .el-button--text:active {
|
|
color: #222325;
|
|
border-color: transparent;
|
|
background-color: transparent
|
|
}
|
|
|
|
.custom-theme .el-button-group {
|
|
display: inline-block;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-button-group:after, .custom-theme .el-button-group:before {
|
|
display: table;
|
|
content: ""
|
|
}
|
|
|
|
.custom-theme .el-button-group:after {
|
|
clear: both
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button {
|
|
float: left;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button + .el-button {
|
|
margin-left: 0
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button:first-child {
|
|
border-top-right-radius: 0;
|
|
border-bottom-right-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button:last-child {
|
|
border-top-left-radius: 0;
|
|
border-bottom-left-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button:not(:first-child):not(:last-child) {
|
|
border-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button:not(:last-child) {
|
|
margin-right: -1px
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button.is-active, .custom-theme .el-button-group .el-button:active, .custom-theme .el-button-group .el-button:focus, .custom-theme .el-button-group .el-button:hover {
|
|
z-index: 1
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--primary:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--primary:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--primary:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--success:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--success:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--success:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--warning:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--warning:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--warning:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--danger:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--danger:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--danger:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--info:first-child {
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--info:last-child {
|
|
border-left-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-button-group .el-button--info:not(:first-child):not(:last-child) {
|
|
border-left-color: hsla(0,0%,100%,.5);
|
|
border-right-color: hsla(0,0%,100%,.5)
|
|
}
|
|
|
|
.custom-theme .el-checkbox {
|
|
color: #5a5e66;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
white-space: nowrap;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered {
|
|
padding: 9px 20px 9px 10px;
|
|
border-radius: 4px;
|
|
border: 1px solid #d8dce5
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.is-checked {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.is-disabled {
|
|
border-color: #e6ebf5;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered + .el-checkbox.is-bordered {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--medium {
|
|
padding: 7px 20px 7px 10px;
|
|
border-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
|
|
line-height: 17px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
|
|
height: 14px;
|
|
width: 14px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--small {
|
|
padding: 3px 15px 7px 10px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
|
|
line-height: 15px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
|
|
height: 6px;
|
|
width: 2px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--mini {
|
|
padding: 1px 15px 5px 10px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
|
|
line-height: 12px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
|
|
height: 12px;
|
|
width: 12px
|
|
}
|
|
|
|
.custom-theme .el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after {
|
|
height: 6px;
|
|
width: 2px
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input {
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
outline: 0;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
position: relative;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner {
|
|
background-color: #edf2fc;
|
|
border-color: #d8dce5;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner:after {
|
|
cursor: not-allowed;
|
|
border-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
|
|
background-color: #edf2fc;
|
|
border-color: #d8dce5
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after {
|
|
border-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
|
|
background-color: #edf2fc;
|
|
border-color: #d8dce5
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
|
|
background-color: #b4bccc;
|
|
border-color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-disabled + span.el-checkbox__label {
|
|
color: #b4bccc;
|
|
cursor: not-allowed
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner {
|
|
background-color: #262729;
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-checked .el-checkbox__inner:after {
|
|
-webkit-transform: rotate(45deg) scaleY(1);
|
|
transform: rotate(45deg) scaleY(1)
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-checked + .el-checkbox__label {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-focus .el-checkbox__inner {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner {
|
|
background-color: #262729;
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
|
|
content: "";
|
|
position: absolute;
|
|
display: block;
|
|
background-color: #fff;
|
|
height: 2px;
|
|
-webkit-transform: scale(.5);
|
|
transform: scale(.5);
|
|
left: 0;
|
|
right: 0;
|
|
top: 5px
|
|
}
|
|
|
|
.custom-theme .el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
|
|
display: none
|
|
}
|
|
|
|
.custom-theme .el-checkbox__inner {
|
|
display: inline-block;
|
|
position: relative;
|
|
border: 1px solid #d8dce5;
|
|
border-radius: 2px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #fff;
|
|
z-index: 1;
|
|
-webkit-transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);
|
|
transition: border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)
|
|
}
|
|
|
|
.custom-theme .el-checkbox__inner:hover {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-checkbox__inner:after {
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
content: "";
|
|
border: 1px solid #fff;
|
|
border-left: 0;
|
|
border-top: 0;
|
|
height: 7px;
|
|
left: 4px;
|
|
position: absolute;
|
|
top: 1px;
|
|
-webkit-transform: rotate(45deg) scaleY(0);
|
|
transform: rotate(45deg) scaleY(0);
|
|
width: 3px;
|
|
-webkit-transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;
|
|
transition: -webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;
|
|
transition: transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;
|
|
transition: transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms,-webkit-transform .15s cubic-bezier(.71,-.46,.88,.6) 50ms;
|
|
-webkit-transform-origin: center;
|
|
transform-origin: center
|
|
}
|
|
|
|
.custom-theme .el-checkbox__original {
|
|
opacity: 0;
|
|
outline: 0;
|
|
position: absolute;
|
|
margin: 0;
|
|
width: 0;
|
|
height: 0;
|
|
left: -999px
|
|
}
|
|
|
|
.custom-theme .el-checkbox__label {
|
|
display: inline-block;
|
|
padding-left: 10px;
|
|
line-height: 19px;
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-checkbox + .el-checkbox {
|
|
margin-left: 30px
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button {
|
|
position: relative;
|
|
display: inline-block
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button__inner {
|
|
display: inline-block;
|
|
line-height: 1;
|
|
font-weight: 500;
|
|
white-space: nowrap;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
background: #fff;
|
|
border: 1px solid #d8dce5;
|
|
border-left: 0;
|
|
color: #5a5e66;
|
|
-webkit-appearance: none;
|
|
text-align: center;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
outline: 0;
|
|
margin: 0;
|
|
position: relative;
|
|
-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
transition: all .3s cubic-bezier(.645,.045,.355,1);
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
padding: 12px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button__inner.is-round {
|
|
padding: 12px 20px
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button__inner:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button__inner [class*=el-icon-] {
|
|
line-height: .9
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button__inner [class*=el-icon-] + span {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button__original {
|
|
opacity: 0;
|
|
outline: 0;
|
|
position: absolute;
|
|
margin: 0;
|
|
left: -999px
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button.is-checked .el-checkbox-button__inner {
|
|
color: #fff;
|
|
background-color: #262729;
|
|
border-color: #262729;
|
|
-webkit-box-shadow: -1px 0 0 0 #7d7d7f;
|
|
box-shadow: -1px 0 0 0 #7d7d7f
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button.is-disabled .el-checkbox-button__inner {
|
|
color: #b4bccc;
|
|
cursor: not-allowed;
|
|
background-image: none;
|
|
background-color: #fff;
|
|
border-color: #e6ebf5;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button:first-child .el-checkbox-button__inner {
|
|
border-left: 1px solid #d8dce5;
|
|
border-radius: 4px 0 0 4px;
|
|
-webkit-box-shadow: none !important;
|
|
box-shadow: none !important
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button.is-focus .el-checkbox-button__inner {
|
|
border-color: #262729
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button:last-child .el-checkbox-button__inner {
|
|
border-radius: 0 4px 4px 0
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner {
|
|
padding: 10px 20px;
|
|
font-size: 14px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button--medium .el-checkbox-button__inner.is-round {
|
|
padding: 10px 20px
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button--small .el-checkbox-button__inner {
|
|
padding: 9px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button--small .el-checkbox-button__inner.is-round {
|
|
padding: 9px 15px
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner {
|
|
padding: 7px 15px;
|
|
font-size: 12px;
|
|
border-radius: 0
|
|
}
|
|
|
|
.custom-theme .el-checkbox-button--mini .el-checkbox-button__inner.is-round {
|
|
padding: 7px 15px
|
|
}
|
|
|
|
.custom-theme .el-checkbox-group {
|
|
font-size: 0
|
|
}
|
|
|
|
.custom-theme .el-transfer {
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-transfer__buttons {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 0 30px
|
|
}
|
|
|
|
.custom-theme .el-transfer__button {
|
|
display: block;
|
|
margin: 0 auto;
|
|
padding: 10px;
|
|
border-radius: 50%;
|
|
color: #fff;
|
|
background-color: #262729;
|
|
font-size: 0
|
|
}
|
|
|
|
.custom-theme .el-transfer__button.is-with-texts {
|
|
border-radius: 4px
|
|
}
|
|
|
|
.custom-theme .el-transfer__button.is-disabled, .custom-theme .el-transfer__button.is-disabled:hover {
|
|
border: 1px solid #d8dce5;
|
|
background-color: #f5f7fa;
|
|
color: #b4bccc
|
|
}
|
|
|
|
.custom-theme .el-transfer__button:first-child {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.custom-theme .el-transfer__button:nth-child(2) {
|
|
margin: 0
|
|
}
|
|
|
|
.custom-theme .el-transfer__button i, .custom-theme .el-transfer__button span {
|
|
font-size: 14px
|
|
}
|
|
|
|
.custom-theme .el-transfer__button [class*=el-icon-] + span {
|
|
margin-left: 0
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel {
|
|
border: 1px solid #e6ebf5;
|
|
border-radius: 4px;
|
|
overflow: hidden;
|
|
background: #fff;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
width: 200px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
position: relative
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__body {
|
|
height: 246px
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__body.is-with-footer {
|
|
padding-bottom: 40px
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__list {
|
|
margin: 0;
|
|
padding: 6px 0;
|
|
list-style: none;
|
|
height: 246px;
|
|
overflow: auto;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__list.is-filterable {
|
|
height: 194px;
|
|
padding-top: 0
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__item {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding-left: 15px;
|
|
display: block
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__item + .el-transfer-panel__item {
|
|
margin-left: 0
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__item.el-checkbox {
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__item:hover {
|
|
color: #262729
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__item.el-checkbox .el-checkbox__label {
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
display: block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding-left: 24px;
|
|
line-height: 30px
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__item .el-checkbox__input {
|
|
position: absolute;
|
|
top: 8px
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__filter {
|
|
text-align: center;
|
|
margin: 15px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: block;
|
|
width: auto
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__filter .el-input__inner {
|
|
height: 32px;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
border-radius: 16px;
|
|
padding-right: 10px;
|
|
padding-left: 30px
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__filter .el-input__icon {
|
|
margin-left: 5px
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel__filter .el-icon-circle-close {
|
|
cursor: pointer
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-transfer-panel__header {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #f5f7fa;
|
|
margin: 0;
|
|
padding-left: 15px;
|
|
border-bottom: 1px solid #e6ebf5;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #000
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-transfer-panel__header .el-checkbox {
|
|
display: block;
|
|
line-height: 40px
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label {
|
|
font-size: 16px;
|
|
color: #2d2f33;
|
|
font-weight: 400
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-transfer-panel__header .el-checkbox .el-checkbox__label span {
|
|
position: absolute;
|
|
right: 15px;
|
|
color: #878d99;
|
|
font-size: 12px;
|
|
font-weight: 400
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-transfer-panel__footer {
|
|
height: 40px;
|
|
background: #fff;
|
|
margin: 0;
|
|
padding: 0;
|
|
border-top: 1px solid #e6ebf5;
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
z-index: 1
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-transfer-panel__footer:after {
|
|
display: inline-block;
|
|
content: "";
|
|
height: 100%;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-transfer-panel__footer .el-checkbox {
|
|
padding-left: 20px;
|
|
color: #5a5e66
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-transfer-panel__empty {
|
|
margin: 0;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
padding: 6px 15px 0;
|
|
color: #878d99
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-checkbox__label {
|
|
padding-left: 8px
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-checkbox__inner {
|
|
height: 14px;
|
|
width: 14px;
|
|
border-radius: 3px
|
|
}
|
|
|
|
.custom-theme .el-transfer-panel .el-checkbox__inner:after {
|
|
height: 6px;
|
|
width: 3px;
|
|
left: 4px
|
|
}
|
|
|
|
.custom-theme .el-container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-container.is-vertical {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column
|
|
}
|
|
|
|
.custom-theme .el-header {
|
|
padding: 0 20px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-aside, .custom-theme .el-main {
|
|
overflow: auto;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.custom-theme .el-main {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
padding: 20px
|
|
}
|
|
|
|
.custom-theme .el-footer {
|
|
padding: 0 20px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
@font-face {
|
|
font-family: iconfont;
|
|
src: url(../../static/fonts/iconfont.de819941.eot);
|
|
src: url(../../static/fonts/iconfont.de819941.eot#iefix) format("embedded-opentype"),url("data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAkEAAsAAAAAEMAAAAi3AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCECgqTMI8nATYCJAMkCxQABCAFhG0HgQcb2g0jEXZ7kNKS/UWCHQx/HEClAcNn1OqrEJqBOMOw0gjHcBecBD/Rpv0tjGeCh1pj/1buHNEmYlHMo4g0WLR6YjpDYwjpZ/H0PYqFzPzjpv0PnpAEsQpUHWbSqRP83bWTToXNYXNy5+CrODJxqdI7n5g3ANL8a2hxqkH9BAiQXljabuOX+8i2Yify7/n5NVfvUE1E27whmRrv72bvZOJ/A08fUUtbJZGJhPQPUWlQCclCJLSIBm3aHKYtov4auxwC8EmmENHU0jWEi8YUBPosL8xN4Ca86IpcgeuwCw7VQFzAxJWb5BUA597vi7+gXHAAEksB80p9Jc3T1N3D7rPp1icDzHQbtuEwwCuBAgoBzcu3ha4biELNV/iDGcwDiCWa/qb8gd1LUKDOCKPd+um0t2enMpcTxH6Hg41G4k71j+dggbABiSES11tc+IFZRtjwI8EIDT+yjJDwo5BvKo2AGwVpNNwISLegwoGf/AOIgOcMjgXKQBWS7yMw5SoP9Fe0rwlc/nSBJ5fzMJ66fzSDw5HSpTLIhTxSFvbw9NRYHp2PYPwUBa8qxOdjNvI/Asex6d6DKZjvWCpPi51tTQDBnQpaRUt//FwkkVndNgilWjWI/QhgmKMoQR2HdFsjrvgsSq3vkBmjgtYAwrOHbGGLLUQVAtagBHOHZ6Cc+mKN1iWFJSSCCIoCj5FwdjMVlkG0RiMCUYpcOrezjt1U1tSJv6chltV0FUqmI51uPRX2SXsMijX2pxvNtrlRAeUELJxBFFJhuAxvadEwWltJoq1Nx4xEFtMFtEUEdVXBL7++BLdfUwo2XzFq65CaI3JgjXIGJU6UStO5Y/xVGg1cNjFhlDZ2REc6QKZD9zfHMcuazI4AgoxmWm89ZNrC2gWDkjmI9yh13HbMfqQYsW49SB3eDn2xSl48f7J7n/YUT3QCzxH7MdvxNMp0LYIsDrGIfaEtonL562slJ1tByx1N5J627b6urXWE0xuo0RwaWMdbpmSxtzQ2nRuJaOv3n82oxQct4dUdg9AfRlFdaNfu69TVnTvSSZQ6CoA5YLQfkXuDe/eHy8tCGg1KunxSnsMDgPFeTie/bB61dcuahm7bnmJ0h2WE8zIZHIrX55bCDIMRAE1gwmYx3eXK7+YQs5xO9NwF8ZiEbQunCcY5A80EZtaFIKyKDOSdaYkH1kB9gMsDbOEoIZUsFsm4pcVYOrSydcD5tqSqyKRBG2xhKthZ1N0k88AFS/B917a43pnYe1TB2nxk6biEoNwy9jzcRa6hTa2IBDgCUwYQ2TGGtXAyPFpE9sjQVS00FC36rqNbbL9NFJ+/XkI6vWIHkvi6yy/TuWu9HrHGobfXutXXI5bpVhURetFROnT4C5IklHu+Mc7GaTQvG17anrhAoHQ6Y0D6rMTT8aH4gMVeY86e4oUifkSX59J+k02/2HL5/eMH8B0KGa8BtZcINfE/hilVN/6/oYKDGErejURlEjFmxcxZ5qBgbP/YkF6fl9usJsbFjivdY1xPXK1QYz3HNaiUalwHXCd4vkHva6hwPZ5Nzuk7h2Sv7JfKxDxmrUnrwRHc4wpmH2MBU2b3QOwANDh/RiA6UGQsNnpiPDZHKLHXnyr0X7Qv8hTNHoInEqA9FXQQ6VePglOn0UZ1+nFuzCjInKOD6vKjiY9emdUpm3Zod2zKnC8P3kN3YtPfl31mRPbCRxwSV8+w3fqVK+7mM3/45e9HfXN9pkOgK12f1HAFG4JdaXh1tu5g7EF79+cNVxRDFFe4u3E18Y0IWRZ9cYiAk8MQi0nqjkcShuAbe9Fm05RDxPmiVFG+GE+k0OPTk+IpQHi2rCykIBUh15eONKbfQBrz4kui+x5kvH3LsO0HOQQ+OkVhwvxXsWsVVVOoVOtI5h9K5R+wMxkf8w86xSiwKPnQZ3m/8+t8lWCiXLuWRvYJhGBiTjMBbe2W+zz489PZdNrqrVtX09bQCGgcBy64bdHWF1yssw30KLIOL+LLTZx2eWqvmQ5sZoe+6lm8ddzdU+RAbooijl6M6YDQRvUadGjS7TuiH0es3zyzEL+9o7Di9Ybf6HVF4Y7bOJ4hKigQfRX36ZufmIEn3gA3EhVJBCAyKg6uwtUYSA9c1aAiAF4R19/aA/+ee4X7ADnCHcw9gqy+J3uoGmrmAPmP8naTLYeyDB2EMvNLRCR74MA5WUU2kZGikjRVGZosFiPMMsFFFmjKDhkbNEGLBRqLwOSCReaAqjuMnTNwIJtlpcwtTpHKuu1qFpWIQQ/tQFwyfVXIOU8EnQpXnc8nkslkIv98Ybsi6e25p49xD3NIzmHueW8w8aZBgL3FBTEYxhPoLuEC/Hiiy3FM0E6RiPEijMLXTpZpuQ1lJ6L3FBTGpHdpf8YT3AVjVPsGR9bVjVXV6aeX7ReUTdfXpT3rIi5eqyX7F8q6AM9RRgH7VgBPNwyglj32gDWF9/Rvaqzwjv5VjcNRkj2QTVWroR9SttfhZsR9eOw+qsdbN/gPueLL6J57/HBDDgG4SMwqAS8/HwP+gds0K+PztCJQaYumsvgOxR43KJGA/42CV15tLN+HlRMam9+xckKkkjgkgSpKzASNxEKVRUAl2EisVfkU0Hp0QBybQCE0F0A+p1AJonlQSSJ5BgqJr0Ej8ZvKIpH/dhuZgq7yGYGiUwZki9Noc8soKmqQLyDFs/kF6sbv+422BZHJym73j7kQz3DOzTfavnDGPMQepdtLrQZM5gk+P7tgCAwx84iqHhxa4/WYVyLueVA8DRsaM4rq6GqQr9KkeDbL103m57/RtiByxZRq6X/MhdYO58OpAfslzo2mXMrg0u2lEjZgjc48wSdhDN9mhli80YiqHlwHEq9HWso0FQ/Ty9O9FsHtm9a8D1fQIB0yIBOyIBtyIBciwN/DeSRhUba60duJ2erPoEVxFGnepTu6Jp4kGPZ1CcMgI/cyNaa9Gq5bwbyPwe202v+mkO8ZBg==") format("woff2"),url(data:font/woff;base64,d09GRgABAAAAAAswAAsAAAAAEMAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8hEj6Y21hcAAAAYAAAACRAAACCprLOOxnbHlmAAACFAAABs8AAAmwij7U72hlYWQAAAjkAAAALwAAADYZv8uPaGhlYQAACRQAAAAeAAAAJAfeA4tobXR4AAAJNAAAABMAAAAkJAEAAGxvY2EAAAlIAAAAFAAAABQItgukbWF4cAAACVwAAAAfAAAAIAEeAKBuYW1lAAAJfAAAAUUAAAJtPlT+fXBvc3QAAArEAAAAawAAAIf847LreJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBye8T5nZ27438AQw9zI0AgUZgTJAQDe4wv6eJzlkcsNwjAQRJ/zFwIJ0UHOoYg0ECllcKQYTpSXw6SMsOvNhU8HrPUs7chrWzNADZTG1aggPUl4PUxNWS85ZL3iZv2FsymFTuo1aNSkWcvabhv80j4q2fz7gsZuLujye63/JzVfc/9Xx7zf965zdwPzC/WBJ6YhMA/RGOTzU+Dpag48US2Bec26Q/0Cf8stdAAAAHicXVZNbBvXEX7znrmr/eEuyX27S4YUuUtSS0t0KYmUSCsyKdlJqgpJDdWCYruikDpwUMBO7UsA6yTbSmyf+of25iJpL6lho760RQoBcYsGTYCkSIugORjoD4Jeil76AzgnctV5u6YjFCTnzRvOm8eZ+eZbkkOE7P/wEGGvkjHikaPkWUKgCK7fgJpf81Gz8ZM2QBaWdA86raYjV8qSneZOy2+259NzQQ2/m4YGML/pcKnil4O5NoRjtRw0oe6FH7nwwvKLUPCAbiwPZ5Y3KK7vTX758nteve7Rj4UM/946abpy8H1opGw7FX6Schz6brYAXh2ehxeXi/bSRLgYH6V3cJ2s1L3hGXEUfoc+sDDzbLYw3LE9x/FsQojI6yrmdY3oJEueJ9/FvOYC/G0Sd1y/B4mRgsaEXAtwW4KKMC6CHa1uy+ZOs92ZbwmnOsy3mm2xdlCWLVEfrEpa+DeXwP2/pdkOpiEom1B7ItJzbSyYY6exoq1ZrBx9m5uhb3Juwt9MPgwjbdq0LBNOXbqsFWzt7LSwra9Hko9zWDc4N9YjOfN11S78EdqHBw8Ot4GbiaS61VcNfPW3UCS1fh9DgPaa9pR27mU1r758DrWeobETqgmWaXL6EcYtWgDWV+KlyHcuX8ao2lle5AVh64qbuuIb3PKzIqCPt4lbd02unD6tjD5OQf2Womxuxp+nWVMzDG3wp1XT4ia2g0jYjzssZGeISSySJxWyQI5hT6IiCsAhtNINgLSfBqyS2AMCSRSZ1YIKetncRT+nhfVtd9qBCfPs+HBn7QJjF9bobrQO3mXnh0m6O7GgD+7qC/Snwx1U2enkwp9vp11vCjQ5Z6oK57dTqmE+c5udoRfXhh+uXaS40vbaxeE8/DN06PUp358a/ENI+P2WhiDe4zyZYVTbUtKFxen+Hk4L2X+bDdlZYpMj5EukTTrkGZyetQM5tRAHS9CKM2MG1CHCghiQ+cdocKFSBIGrspSocFR7MN8AsSnSkc6+N/hLowvQbfz3ll7Qb/2r0aW0q2LPQ1Pb3tbMcF8AhFVMDsPJVZjsTeIbLq7yclDmEOtglYOKJTbsDEYavoMRb6rqTdTpaqM7fMHk2pUrGjfpqggW/rUkgkyWuM/xXTqoEYa572Ivr5I0dvElQhRo4+TL4NgGiOHvNHE+RM+wCJg9MkTQAwfbZ0tEDkgNi9UWW/QIak/cnnjJaML5QtNjL2rBW9q4o4XnWJRdSf2k9c0Te58nEp/voSx7VMnk5cmaFH728GH4mSRB6eHalWMpao/frM++coOxG6+cv8HAOMRKecWUgd1//Y37jN1/o7bopYHn4H28wBnHCxQ1Shxgxs/H0VEuv9ZK2gZTjl0/OQr/EEq41PUcH7udgTg+u3H+SKCVUmqqOFN9XcQXt4CRVotZijMgMHMt4qQ8qZEp8jTi5WvkHLlJSAIptAs9WIROA5dmESTZRaodBy6xsiQXaY82wISWGxMP2qMZ6UDTkRBXQdtluEPCjgk4IWZnNrbYs1yaEJDDniD/CWi2IqYWnC6A2IloCS96P/yFWwYvGyw9lXbnTsy56dzSRNb3H+SrAHZ1oiCbJX7yR5fA1MPfaKmUBsu6CcP/WJxbQ27bvILEQomgsBAl/CS8bnAkFhOuIpGAh5ukMsyqOoCuwq4gl7Cf9b0cO5L1+TXws5s575Ld601Ul7rOpWgLH07kLc8cywdV+zu3jiPGEfiVeIGpcrlcAZgyBX2Nc77HjUg1Df4cN+AlNZlUB79Sk3wcrX6WfTvrQdkNdwwuOCmB/fgU+1EnBXKYzJHj5KtoFI14zO42l8qBaEsnehJyCWJY4sYQA/0YuEhb8UTHZexED8C4xPQed2HlaPhpZ4W6NZdub0K9f4W64c/625Ru9zeF3Dy6AuiELnQFfm656Oi+uk9QsYBw162Da23EPhvCuBGfRR3u4ulRJFgfBekcXQmPuByiEPsY4poIWXMxZ01gkO2x68jDJWSuBfIcYnCLXCDbiMMfxEiMQRE/+OEJYtqCxipRfUSqrm18kXfkeSDvWiXigZbAo3XAzg6elsviX0MPSviPQ5Yq5VrQRm5H6JuAoA++cERWX6jOzlbpBxMzOJlDrggEKfSDeA3/bWQy+QxAJrwz0igJf4y6Ad9IZjJ/eFOob6L2ywPWyZFvUhk7pSeMnLauSbL6TlqVJe2UnjNQKqdHTldhpso2quL+6uBedYY90JXBPUXXFbah6I8wyiMR+VEyM5zPGOzXYjM4boijeRHit3GYfCb8ODbQhQNnINGSc64ko9RNU8+hIrkoE+Hd+IcnMQVs3/8AjqqrXQB4nGNgZGBgAGLlSxt94/ltvjJwszCAwO0A55MI+n89CwNzI5DLwcAEEgUAJGUKIgB4nGNgZGBgbvjfwBDDAmQxMLAwMIBpJMAJAEcoAnMAAHicY2FgYGABYUYojQUDAAMPACYAAAAAAABsATQBnAIaArYDfgP4BNh4nGNgZGBg4GSYwsDNAAJMQMwFhAwM/8F8BgAYrgG/AHicZY9NTsMwEIVf+gekEqqoYIfkBWIBKP0Rq25YVGr3XXTfpk6bKokjx63UA3AejsAJOALcgDvwSCebNpbH37x5Y08A3OAHHo7fLfeRPVwyO3INF7gXrlN/EG6QX4SbaONVuEX9TdjHM6bCbXRheYPXuGL2hHdhDx18CNdwjU/hOvUv4Qb5W7iJO/wKt9Dx6sI+5l5XuI1HL/bHVi+cXqnlQcWhySKTOb+CmV7vkoWt0uqca1vEJlODoF9JU51pW91T7NdD5yIVWZOqCas6SYzKrdnq0AUb5/JRrxeJHoQm5Vhj/rbGAo5xBYUlDowxQhhkiMro6DtVZvSvsUPCXntWPc3ndFsU1P9zhQEC9M9cU7qy0nk6T4E9XxtSdXQrbsuelDSRXs1JErJCXta2VELqATZlV44RelzRiT8oZ0j/AAlabsgAAAB4nG2LUQqDMBBEd7RVk/YqnqlsMZgtstqGxZjTN6W/PhgY3jDU0B9P5zg0aHHBFR16DHDw5PegL+FfbpNJiazzxNqlKJvovaponIXXLK7EVedn7f27Pg4LzlL4jNtiaRgfRZY6EX0BHlQeaAA=) format("woff"),url(../../static/fonts/iconfont.221ec7a8.ttf) format("truetype"),url(../../static/img/iconfont.a1ab679f.svg#iconfont) format("svg")
|
|
}
|
|
|
|
.iconfont {
|
|
font-family: iconfont !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale
|
|
}
|
|
|
|
.icon-wenjianjia:before {
|
|
content: "\E650"
|
|
}
|
|
|
|
.icon-duizhangdan:before {
|
|
content: "\E62B"
|
|
}
|
|
|
|
.icon-shipin:before {
|
|
content: "\E64D"
|
|
}
|
|
|
|
.icon-duihuaxiaoxi:before {
|
|
content: "\E621"
|
|
}
|
|
|
|
.icon-zhongbiao:before {
|
|
content: "\E707"
|
|
}
|
|
|
|
.icon-qianyue:before {
|
|
content: "\E60D"
|
|
}
|
|
|
|
.icon-user-plus:before {
|
|
content: "\E6E2"
|
|
}
|
|
|
|
.icon--_ziliao:before {
|
|
content: "\E640"
|
|
}
|
|
|
|
.navbar[data-v-468ade4c] {
|
|
height: 50px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
background: #fff;
|
|
-webkit-box-shadow: 0 1px 4px rgba(0,21,41,.08);
|
|
box-shadow: 0 1px 4px rgba(0,21,41,.08)
|
|
}
|
|
|
|
.navbar .hamburger-container[data-v-468ade4c] {
|
|
line-height: 46px;
|
|
height: 100%;
|
|
float: left;
|
|
cursor: pointer;
|
|
-webkit-transition: background .3s;
|
|
transition: background .3s;
|
|
-webkit-tap-highlight-color: transparent
|
|
}
|
|
|
|
.navbar .hamburger-container[data-v-468ade4c]:hover {
|
|
background: rgba(0,0,0,.025)
|
|
}
|
|
|
|
.navbar .breadcrumb-container[data-v-468ade4c] {
|
|
float: left
|
|
}
|
|
|
|
.navbar .right-menu[data-v-468ade4c] {
|
|
float: right;
|
|
height: 100%;
|
|
line-height: 50px
|
|
}
|
|
|
|
.navbar .right-menu[data-v-468ade4c]:focus {
|
|
outline: none
|
|
}
|
|
|
|
.navbar .right-menu .right-menu-item[data-v-468ade4c] {
|
|
display: inline-block;
|
|
padding: 0 8px;
|
|
height: 100%;
|
|
font-size: 18px;
|
|
color: #5a5e66;
|
|
vertical-align: text-bottom
|
|
}
|
|
|
|
.navbar .right-menu .right-menu-item.hover-effect[data-v-468ade4c] {
|
|
cursor: pointer;
|
|
-webkit-transition: background .3s;
|
|
transition: background .3s
|
|
}
|
|
|
|
.navbar .right-menu .right-menu-item.hover-effect[data-v-468ade4c]:hover {
|
|
background: rgba(0,0,0,.025)
|
|
}
|
|
|
|
.navbar .right-menu .avatar-container[data-v-468ade4c] {
|
|
margin-right: 30px
|
|
}
|
|
|
|
.navbar .right-menu .avatar-container .avatar-wrapper[data-v-468ade4c] {
|
|
margin-top: 5px;
|
|
position: relative
|
|
}
|
|
|
|
.navbar .right-menu .avatar-container .avatar-wrapper .user-avatar[data-v-468ade4c] {
|
|
cursor: pointer;
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 10px
|
|
}
|
|
|
|
.navbar .right-menu .avatar-container .avatar-wrapper .el-icon-caret-bottom[data-v-468ade4c] {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
right: -20px;
|
|
top: 25px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.sidebarLogoFade-enter-active[data-v-12a91b35] {
|
|
-webkit-transition: opacity 1.5s;
|
|
transition: opacity 1.5s
|
|
}
|
|
|
|
.sidebarLogoFade-enter[data-v-12a91b35], .sidebarLogoFade-leave-to[data-v-12a91b35] {
|
|
opacity: 0
|
|
}
|
|
|
|
.sidebar-logo-container[data-v-12a91b35] {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
background: #1f2d3d;
|
|
text-align: center;
|
|
overflow: hidden
|
|
}
|
|
|
|
.sidebar-logo-container .sidebar-logo-link[data-v-12a91b35] {
|
|
height: 100%;
|
|
width: 100%
|
|
}
|
|
|
|
.sidebar-logo-container .sidebar-logo-link .sidebar-logo[data-v-12a91b35] {
|
|
height: 38px;
|
|
vertical-align: middle;
|
|
margin-right: 12px
|
|
}
|
|
|
|
.sidebar-logo-container .sidebar-logo-link .sidebar-logo-mini[data-v-12a91b35] {
|
|
width: 32px;
|
|
height: 32px;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.sidebar-logo-container .sidebar-logo-link .sidebar-title[data-v-12a91b35] {
|
|
display: inline-block;
|
|
margin: 0;
|
|
color: #fff;
|
|
font-weight: 600;
|
|
line-height: 50px;
|
|
font-size: 14px;
|
|
font-family: Avenir,Helvetica Neue,Arial,Helvetica,sans-serif;
|
|
vertical-align: middle
|
|
}
|
|
|
|
.sidebar-logo-container.collapse .sidebar-logo[data-v-12a91b35] {
|
|
margin-right: 0
|
|
}
|
|
|
|
.app-main[data-v-15605788] {
|
|
min-height: calc(100vh - 50px);
|
|
width: 100%;
|
|
position: relative;
|
|
overflow: hidden;
|
|
background-color: #eee
|
|
}
|
|
|
|
.fixed-header + .app-main[data-v-15605788] {
|
|
padding-top: 50px
|
|
}
|
|
|
|
.el-popup-parent--hidden .fixed-header {
|
|
padding-right: 15px
|
|
}
|
|
|
|
[data-v-4f739cf0]:export {
|
|
menuText: #fff;
|
|
menuActiveText: #fff;
|
|
subMenuActiveText: #fff;
|
|
menuBg: #008b8d;
|
|
menuHover: #00787a;
|
|
subMenuBg: #00787a;
|
|
subMenuActiveBg: #66c5c7;
|
|
subMenuHover: #00787a;
|
|
sideBarWidth: 210px;
|
|
headerHeight: 50px
|
|
}
|
|
|
|
.app-wrapper[data-v-4f739cf0] {
|
|
position: relative;
|
|
height: 100%;
|
|
width: 100%
|
|
}
|
|
|
|
.app-wrapper[data-v-4f739cf0]:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both
|
|
}
|
|
|
|
.app-wrapper.mobile.openSidebar[data-v-4f739cf0] {
|
|
position: fixed;
|
|
top: 0
|
|
}
|
|
|
|
.drawer-bg[data-v-4f739cf0] {
|
|
background: #000;
|
|
opacity: .3;
|
|
width: 100%;
|
|
top: 0;
|
|
height: 100%;
|
|
position: absolute;
|
|
z-index: 999
|
|
}
|
|
|
|
.fixed-header[data-v-4f739cf0] {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
z-index: 9;
|
|
width: calc(100% - 210px);
|
|
-webkit-transition: width .28s;
|
|
transition: width .28s
|
|
}
|
|
|
|
.hideSidebar .fixed-header[data-v-4f739cf0] {
|
|
width: calc(100% - 54px)
|
|
}
|
|
|
|
.mobile .fixed-header[data-v-4f739cf0] {
|
|
width: 100%
|
|
}
|
|
|
|
.el-menu-demo[data-v-00d811c2] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
.el-menu-demo[data-v-00d811c2] .el-menu-item {
|
|
font-size: 16px;
|
|
}
|
|
|
|
.el-menu-demo[data-v-00d811c2] .el-menu-item:hover, .el-menu-demo[data-v-00d811c2] .is-active {
|
|
color: #fff !important;
|
|
background-color: #0033FF !important;
|
|
}
|
|
|
|
.el-menu-demo[data-v-00d811c2] .is-active {
|
|
border-bottom: 0
|
|
}
|
|
|
|
[data-v-00d811c2] .el-select {
|
|
width: 200px
|
|
}
|
|
|
|
[data-v-00d811c2] .el-select .el-input__inner {
|
|
border: none !important
|
|
}
|
|
|
|
.home-box[data-v-00d811c2] {
|
|
background-color: #f1f1f1
|
|
}
|
|
|
|
.home-box .box-flex[data-v-00d811c2] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.home-box .top-width[data-v-00d811c2] {
|
|
width: 98%;
|
|
margin: 0 auto;
|
|
height: 60px
|
|
}
|
|
|
|
.home-box .mouse-pointer[data-v-00d811c2] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.home-box .width1300[data-v-00d811c2] {
|
|
width: 1300px;
|
|
margin: auto
|
|
}
|
|
|
|
.home-box .logo-nav[data-v-00d811c2] {
|
|
height: 60px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.home-box .logo-nav .logo-nav-content[data-v-00d811c2] {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.home-box .logo-nav img[data-v-00d811c2] {
|
|
width: 300px;
|
|
height: 50px
|
|
}
|
|
|
|
.home-box .logo-nav .logo-nav-item[data-v-00d811c2] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
.home-box .logo-nav .logo-nav-item div[data-v-00d811c2] {
|
|
line-height: 60px;
|
|
color: #777
|
|
}
|
|
|
|
.home-box .logo-nav .logo-nav-item div.choose-item[data-v-00d811c2] {
|
|
background-color: #0033FF;
|
|
color: #fff
|
|
}
|
|
|
|
.dialog-over[data-v-00d811c2] {
|
|
height: 140px;
|
|
text-align: center;
|
|
line-height: 140px;
|
|
font-size: 18px
|
|
}
|
|
|
|
.dialog-btn[data-v-00d811c2] {
|
|
text-align: right
|
|
}
|
|
|
|
[data-v-50c1b20f] .el-step__head.is-success {
|
|
color: #0033FF;
|
|
border-color: #0033FF
|
|
}
|
|
|
|
[data-v-50c1b20f] .el-step__description.is-success, [data-v-50c1b20f] .el-step__title.is-success {
|
|
color: #0033FF
|
|
}
|
|
|
|
[data-v-50c1b20f] .el-submenu__title {
|
|
font-size: 15px !important;
|
|
font-weight: 600
|
|
}
|
|
|
|
[data-v-50c1b20f] .el-submenu__title:hover {
|
|
color: #fff !important;
|
|
background-color: #0033FF !important
|
|
}
|
|
|
|
[data-v-50c1b20f] .el-submenu .el-menu-item {
|
|
color: #333 !important;
|
|
background-color: #fff !important
|
|
}
|
|
|
|
[data-v-50c1b20f] .el-menu-item:hover, [data-v-50c1b20f] .el-submenu .el-menu-item.is-active {
|
|
background-color: #0033FF !important;
|
|
color: #fff !important
|
|
}
|
|
|
|
.menu[data-v-50c1b20f] {
|
|
width: 18%;
|
|
background-color: #f5f5f5;
|
|
margin-right: 1%;
|
|
height: calc(100vh - 90px);
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
border-radius: 2px
|
|
}
|
|
|
|
.menu .top[data-v-50c1b20f] {
|
|
background-color: #fff;
|
|
padding: 15px 20px;
|
|
border-radius: 2px
|
|
}
|
|
|
|
.menu .top .img[data-v-50c1b20f] {
|
|
width: 100px;
|
|
height: 100px
|
|
}
|
|
|
|
.menu .top .img img[data-v-50c1b20f] {
|
|
width: 100%;
|
|
height: 100%
|
|
}
|
|
|
|
.menu .top .name[data-v-50c1b20f] {
|
|
font-size: 18px;
|
|
color: #333;
|
|
margin-top: 15px
|
|
}
|
|
|
|
.menu .top .name span[data-v-50c1b20f] {
|
|
margin-left: 10px;
|
|
font-size: 16px;
|
|
color: #0033FF
|
|
}
|
|
|
|
.menu .top .acount[data-v-50c1b20f] {
|
|
color: #333;
|
|
font-size: 14px;
|
|
margin-top: 15px
|
|
}
|
|
|
|
.select[data-v-50c1b20f] {
|
|
padding-top: 20px;
|
|
text-align: right
|
|
}
|
|
|
|
.select button[data-v-50c1b20f] {
|
|
background-color: #0033FF !important;
|
|
border-color: #0033FF !important;
|
|
color: #fff !important
|
|
}
|
|
|
|
.menu-item-font[data-v-50c1b20f], [data-v-50c1b20f] .submenu-title-noDropdown {
|
|
font-size: 15px !important;
|
|
font-weight: 600
|
|
}
|
|
|
|
.form-template-acc[data-v-50c1b20f], .form-template[data-v-50c1b20f] {
|
|
padding-left: 32px
|
|
}
|
|
|
|
.form-template-acc span[data-v-50c1b20f], .form-template span[data-v-50c1b20f] {
|
|
font-weight: 700;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.form-template-acc span[data-v-50c1b20f]:before, .form-template span[data-v-50c1b20f]:before {
|
|
content: "*";
|
|
color: #ff4949;
|
|
margin-right: 4px
|
|
}
|
|
|
|
.form-template-acc[data-v-50c1b20f] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.form-template-acc span[data-v-50c1b20f] {
|
|
margin-top: 6px
|
|
}
|
|
|
|
.form-template-acc[data-v-50c1b20f] .el-upload-list__item {
|
|
width: 100%
|
|
}
|
|
|
|
.other-step[data-v-50c1b20f] {
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.right-content[data-v-c5a24f1e] {
|
|
width: 80%;
|
|
background-color: #fff;
|
|
height: calc(100vh - 90px);
|
|
-webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
|
|
border-radius: 2px
|
|
}
|
|
|
|
.right-content[data-v-c5a24f1e] .data-table-container /deep/ .el-table__header-wrapper thead tr > th {
|
|
background-color: #f5f5f5
|
|
}
|
|
|
|
.right-content[data-v-c5a24f1e] .scrollbar-wrapper {
|
|
padding: 10px;
|
|
height: calc(100vh - 142px)
|
|
}
|
|
|
|
.right-content .card-line[data-v-c5a24f1e] {
|
|
position: relative;
|
|
height: 2px
|
|
}
|
|
|
|
.right-content .card-line[data-v-c5a24f1e]:after {
|
|
position: absolute;
|
|
content: "";
|
|
height: 1px;
|
|
left: 10px;
|
|
right: 10px;
|
|
top: -1px;
|
|
background-color: #009e9f
|
|
}
|
|
|
|
.pc-wrapper[data-v-34af5bdc] {
|
|
min-height: 100vh;
|
|
background-color: #e5e5e5
|
|
}
|
|
|
|
.pc-content[data-v-34af5bdc] {
|
|
width: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
padding: 15px 10px;
|
|
position: relative
|
|
}
|
|
|
|
.wscn-http404-container[data-v-c095f994] {
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
position: absolute;
|
|
top: 40%;
|
|
left: 50%
|
|
}
|
|
|
|
.wscn-http404[data-v-c095f994] {
|
|
position: relative;
|
|
width: 1200px;
|
|
padding: 0 50px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.wscn-http404 .pic-404[data-v-c095f994] {
|
|
position: relative;
|
|
float: left;
|
|
width: 600px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.wscn-http404 .pic-404__parent[data-v-c095f994] {
|
|
width: 100%
|
|
}
|
|
|
|
.wscn-http404 .pic-404__child[data-v-c095f994] {
|
|
position: absolute
|
|
}
|
|
|
|
.wscn-http404 .pic-404__child.left[data-v-c095f994] {
|
|
width: 80px;
|
|
top: 17px;
|
|
left: 220px;
|
|
opacity: 0;
|
|
-webkit-animation-name: cloudLeft-data-v-c095f994;
|
|
animation-name: cloudLeft-data-v-c095f994;
|
|
-webkit-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-delay: 1s;
|
|
animation-delay: 1s
|
|
}
|
|
|
|
.wscn-http404 .pic-404__child.mid[data-v-c095f994] {
|
|
width: 46px;
|
|
top: 10px;
|
|
left: 420px;
|
|
opacity: 0;
|
|
-webkit-animation-name: cloudMid-data-v-c095f994;
|
|
animation-name: cloudMid-data-v-c095f994;
|
|
-webkit-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-delay: 1.2s;
|
|
animation-delay: 1.2s
|
|
}
|
|
|
|
.wscn-http404 .pic-404__child.right[data-v-c095f994] {
|
|
width: 62px;
|
|
top: 100px;
|
|
left: 500px;
|
|
opacity: 0;
|
|
-webkit-animation-name: cloudRight-data-v-c095f994;
|
|
animation-name: cloudRight-data-v-c095f994;
|
|
-webkit-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-delay: 1s;
|
|
animation-delay: 1s
|
|
}
|
|
|
|
@-webkit-keyframes cloudLeft-data-v-c095f994 {
|
|
0% {
|
|
top: 17px;
|
|
left: 220px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 33px;
|
|
left: 188px;
|
|
opacity: 1
|
|
}
|
|
|
|
80% {
|
|
top: 81px;
|
|
left: 92px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 97px;
|
|
left: 60px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes cloudLeft-data-v-c095f994 {
|
|
0% {
|
|
top: 17px;
|
|
left: 220px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 33px;
|
|
left: 188px;
|
|
opacity: 1
|
|
}
|
|
|
|
80% {
|
|
top: 81px;
|
|
left: 92px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 97px;
|
|
left: 60px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes cloudMid-data-v-c095f994 {
|
|
0% {
|
|
top: 10px;
|
|
left: 420px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 40px;
|
|
left: 360px;
|
|
opacity: 1
|
|
}
|
|
|
|
70% {
|
|
top: 130px;
|
|
left: 180px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 160px;
|
|
left: 120px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes cloudMid-data-v-c095f994 {
|
|
0% {
|
|
top: 10px;
|
|
left: 420px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 40px;
|
|
left: 360px;
|
|
opacity: 1
|
|
}
|
|
|
|
70% {
|
|
top: 130px;
|
|
left: 180px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 160px;
|
|
left: 120px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes cloudRight-data-v-c095f994 {
|
|
0% {
|
|
top: 100px;
|
|
left: 500px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 120px;
|
|
left: 460px;
|
|
opacity: 1
|
|
}
|
|
|
|
80% {
|
|
top: 180px;
|
|
left: 340px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 200px;
|
|
left: 300px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes cloudRight-data-v-c095f994 {
|
|
0% {
|
|
top: 100px;
|
|
left: 500px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 120px;
|
|
left: 460px;
|
|
opacity: 1
|
|
}
|
|
|
|
80% {
|
|
top: 180px;
|
|
left: 340px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 200px;
|
|
left: 300px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.wscn-http404 .bullshit[data-v-c095f994] {
|
|
position: relative;
|
|
float: left;
|
|
width: 300px;
|
|
padding: 30px 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.wscn-http404 .bullshit__oops[data-v-c095f994] {
|
|
font-size: 32px;
|
|
line-height: 40px;
|
|
color: #1482f0;
|
|
margin-bottom: 20px;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards
|
|
}
|
|
|
|
.wscn-http404 .bullshit__headline[data-v-c095f994], .wscn-http404 .bullshit__oops[data-v-c095f994] {
|
|
font-weight: 700;
|
|
opacity: 0;
|
|
-webkit-animation-name: slideUp-data-v-c095f994;
|
|
animation-name: slideUp-data-v-c095f994;
|
|
-webkit-animation-duration: .5s;
|
|
animation-duration: .5s
|
|
}
|
|
|
|
.wscn-http404 .bullshit__headline[data-v-c095f994] {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
color: #222;
|
|
margin-bottom: 10px;
|
|
-webkit-animation-delay: .1s;
|
|
animation-delay: .1s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards
|
|
}
|
|
|
|
.wscn-http404 .bullshit__info[data-v-c095f994] {
|
|
font-size: 13px;
|
|
line-height: 21px;
|
|
color: grey;
|
|
margin-bottom: 30px;
|
|
-webkit-animation-delay: .2s;
|
|
animation-delay: .2s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards
|
|
}
|
|
|
|
.wscn-http404 .bullshit__info[data-v-c095f994], .wscn-http404 .bullshit__return-home[data-v-c095f994] {
|
|
opacity: 0;
|
|
-webkit-animation-name: slideUp-data-v-c095f994;
|
|
animation-name: slideUp-data-v-c095f994;
|
|
-webkit-animation-duration: .5s;
|
|
animation-duration: .5s
|
|
}
|
|
|
|
.wscn-http404 .bullshit__return-home[data-v-c095f994] {
|
|
display: block;
|
|
float: left;
|
|
width: 110px;
|
|
height: 36px;
|
|
background: #1482f0;
|
|
border-radius: 100px;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
line-height: 36px;
|
|
cursor: pointer;
|
|
-webkit-animation-delay: .3s;
|
|
animation-delay: .3s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards
|
|
}
|
|
|
|
@-webkit-keyframes slideUp-data-v-c095f994 {
|
|
0% {
|
|
-webkit-transform: translateY(60px);
|
|
transform: translateY(60px);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes slideUp-data-v-c095f994 {
|
|
0% {
|
|
-webkit-transform: translateY(60px);
|
|
transform: translateY(60px);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
.app-wrapper[data-v-0c56785a] {
|
|
font-size: 14px;
|
|
margin: 10px
|
|
}
|
|
|
|
.app-wrapper .manual[data-v-0c56785a] {
|
|
padding: 0 10px;
|
|
color: -webkit-link;
|
|
cursor: pointer;
|
|
text-decoration: underline
|
|
}
|
|
|
|
.dashboard-container[data-v-3e145b52] {
|
|
margin: 30px
|
|
}
|
|
|
|
.dashboard-text[data-v-3e145b52] {
|
|
font-size: 30px;
|
|
line-height: 46px
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] {
|
|
height: 100%;
|
|
color: #000;
|
|
font-family: PingFangSC
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__fixed-header-wrapper th, .data-table-container[data-v-cdbf660a] .el-table__header-wrapper th {
|
|
height: 40px
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__fixed-header-wrapper .gutter, .data-table-container[data-v-cdbf660a] .el-table__header-wrapper .gutter {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__fixed-header-wrapper thead, .data-table-container[data-v-cdbf660a] .el-table__header-wrapper thead {
|
|
color: #000;
|
|
font-weight: 500
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__fixed-header-wrapper thead tr > th, .data-table-container[data-v-cdbf660a] .el-table__header-wrapper thead tr > th {
|
|
background-color: #d9f1f1;
|
|
font-weight: 600
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__fixed-header-wrapper /deep/ .tool-bar, .data-table-container[data-v-cdbf660a] .el-table__header-wrapper /deep/ .tool-bar {
|
|
background-color: #d9f1f1
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__body-wrapper, .data-table-container[data-v-cdbf660a] .el-table__fixed-body-wrapper {
|
|
color: #000
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__body-wrapper td, .data-table-container[data-v-cdbf660a] .el-table__fixed-body-wrapper td {
|
|
padding: 0;
|
|
height: 40px
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__body-wrapper .gutter, .data-table-container[data-v-cdbf660a] .el-table__fixed-body-wrapper .gutter {
|
|
display: table-cell !important
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__body-wrapper /deep/ .tool-bar .el-button, .data-table-container[data-v-cdbf660a] .el-table__fixed-body-wrapper /deep/ .tool-bar .el-button {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__body-wrapper /deep/ input, .data-table-container[data-v-cdbf660a] .el-table__fixed-body-wrapper /deep/ input {
|
|
border: unset !important;
|
|
background: unset
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__body-wrapper /deep/ .is-disabled input, .data-table-container[data-v-cdbf660a] .el-table__fixed-body-wrapper /deep/ .is-disabled input {
|
|
background: unset
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__body-wrapper:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
height: 1px;
|
|
background-color: #ebeef5
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table__fixed-right-patch {
|
|
background-color: #d9f1f1
|
|
}
|
|
|
|
.data-table-container[data-v-cdbf660a] .el-table--scrollable-x .el-table__fixed-right:before, .data-table-container[data-v-cdbf660a] .el-table--scrollable-x /deep/ .el-table__fixed:before, .data-table-container[data-v-cdbf660a] .el-table--scrollable-y .el-table__body-wrapper:after {
|
|
height: 0
|
|
}
|
|
|
|
.data-table-container .page-container[data-v-cdbf660a] {
|
|
padding: 15px 0;
|
|
text-align: center;
|
|
background-color: #fff
|
|
}
|
|
|
|
.data-table-container .add-row-container[data-v-cdbf660a] {
|
|
padding: 4px 10px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
position: relative
|
|
}
|
|
|
|
.data-table-container .add-row-container[data-v-cdbf660a]:after {
|
|
position: absolute;
|
|
content: "";
|
|
height: .5px;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: #eaeaea
|
|
}
|
|
|
|
.data-table-container .add-row-container .el-icon-circle-plus-outline[data-v-cdbf660a] {
|
|
vertical-align: middle;
|
|
color: #1890ff;
|
|
margin-right: 2px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.data-table-container .add-row-container[data-v-cdbf660a]:hover {
|
|
opacity: .7
|
|
}
|
|
|
|
.no-pagination[data-v-cdbf660a] .el-table:before, .no-pagination[data-v-cdbf660a] .el-table__body-wrapper:after {
|
|
height: 0
|
|
}
|
|
|
|
.notic-box[data-v-85491e72] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .content[data-v-85491e72] {
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-85491e72] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-85491e72] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.btn-apply[data-v-85491e72] {
|
|
margin-top: 20px;
|
|
text-align: center
|
|
}
|
|
|
|
.btn-cancel[data-v-85491e72] {
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.dialog-over[data-v-85491e72] {
|
|
height: 140px;
|
|
text-align: center;
|
|
line-height: 140px;
|
|
font-size: 18px
|
|
}
|
|
|
|
.dialog-btn[data-v-85491e72] {
|
|
text-align: right
|
|
}
|
|
|
|
.notic-box[data-v-136d1eec] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .clearfix[data-v-136d1eec] {
|
|
font-size: 16px;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-136d1eec] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.notic-box .row-state[data-v-136d1eec] {
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .row-state-no[data-v-136d1eec] {
|
|
color: #999
|
|
}
|
|
|
|
.notic-box .row-action[data-v-136d1eec] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.table[data-v-136d1eec] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.app-container[data-v-1fa93f07] {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
width: 1300px;
|
|
margin: 0 auto
|
|
}
|
|
|
|
[data-v-1fa93f07] .el-card__body {
|
|
padding: 0 12px
|
|
}
|
|
|
|
.header[data-v-1fa93f07] {
|
|
height: 58px;
|
|
line-height: 58px;
|
|
font-size: 15px;
|
|
font-family: PingFang SC;
|
|
font-weight: 700;
|
|
color: #fff;
|
|
background-color: #0033FF;
|
|
text-align: center
|
|
}
|
|
|
|
.info[data-v-1fa93f07] {
|
|
padding-top: 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.info .left[data-v-1fa93f07] {
|
|
padding-left: 10px
|
|
}
|
|
|
|
.info .right[data-v-1fa93f07] {
|
|
padding-right: 10px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.info .right .date[data-v-1fa93f07] {
|
|
padding-right: 40px
|
|
}
|
|
|
|
.toolbar[data-v-1fa93f07] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.remark[data-v-1fa93f07] {
|
|
padding: 20px 0 20px 0
|
|
}
|
|
|
|
.two-party[data-v-1fa93f07] {
|
|
padding: 20px 0 40px 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.two-party .first[data-v-1fa93f07] {
|
|
padding-left: 50px
|
|
}
|
|
|
|
.two-party .first .title[data-v-1fa93f07] {
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.two-party .second[data-v-1fa93f07] {
|
|
padding-right: 300px
|
|
}
|
|
|
|
.two-party .second .title[data-v-1fa93f07] {
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.submit[data-v-1fa93f07] {
|
|
padding-bottom: 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.submit .btn[data-v-1fa93f07] {
|
|
background: #0033FF;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
font-family: PingFang SC;
|
|
font-weight: 700
|
|
}
|
|
|
|
.notic-box[data-v-e70a22c4] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .clearfix[data-v-e70a22c4] {
|
|
font-size: 16px;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-e70a22c4] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-e70a22c4] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.channel[data-v-0622f0e9] {
|
|
padding: 40px 60px;
|
|
background-color: #00787a;
|
|
color: #fff;
|
|
position: relative
|
|
}
|
|
|
|
.channel.title[data-v-0622f0e9] {
|
|
font-size: 22px;
|
|
background-color: #009fa1;
|
|
color: #fff
|
|
}
|
|
|
|
.channel[data-v-0622f0e9]:after {
|
|
position: absolute;
|
|
right: 40px;
|
|
bottom: 0;
|
|
left: 40px;
|
|
height: 2px;
|
|
content: "";
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
background: #d2d2d2
|
|
}
|
|
|
|
.channel[data-v-0622f0e9]:last-child:after {
|
|
content: "";
|
|
height: 0
|
|
}
|
|
|
|
.channel i[data-v-0622f0e9] {
|
|
font-size: 36px;
|
|
margin: 5px 10px 0 0
|
|
}
|
|
|
|
.channel div[data-v-0622f0e9]:first-child {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.channel div[data-v-0622f0e9]:last-child {
|
|
width: 180px
|
|
}
|
|
|
|
.channel img[data-v-0622f0e9] {
|
|
width: 120px
|
|
}
|
|
|
|
.complaint-right[data-v-0622f0e9] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
padding: 0 15px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.complaint-right .right-content[data-v-0622f0e9] {
|
|
padding: 50px 25px;
|
|
position: relative
|
|
}
|
|
|
|
.complaint-right .right-content[data-v-0622f0e9]:after {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 2px;
|
|
content: "";
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
background: #d2d2d2
|
|
}
|
|
|
|
.complaint-right .right-content[data-v-0622f0e9]:last-child:after {
|
|
content: "";
|
|
height: 0
|
|
}
|
|
|
|
.complaint-right .right-content div[data-v-0622f0e9]:first-child {
|
|
color: #009fa1;
|
|
font-size: 24px;
|
|
margin-bottom: 10px;
|
|
font-weight: 600
|
|
}
|
|
|
|
.footer[data-v-15eebb88] {
|
|
padding-top: 30px;
|
|
font-size: 14px;
|
|
background-color: #f1f1f1;
|
|
position: absolute;
|
|
bottom: -180px;
|
|
width: 100%;
|
|
height: 180px
|
|
}
|
|
|
|
.footer .mouse-pointer[data-v-15eebb88] {
|
|
cursor: pointer;
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.footer .content[data-v-15eebb88] {
|
|
background-color: #fff
|
|
}
|
|
|
|
.footer .content .center[data-v-15eebb88] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
height: 180px;
|
|
max-width: 1300px;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.footer .content .center .left[data-v-15eebb88] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
text-align: center
|
|
}
|
|
|
|
.footer .content .center .left .list[data-v-15eebb88] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.footer .content .center .left .list > div[data-v-15eebb88] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.footer .content .center .left .list > div[data-v-15eebb88]:not(:nth-child(5)):after {
|
|
content: "|";
|
|
margin: 0 20px 0 20px
|
|
}
|
|
|
|
.footer .content .center .left > div[data-v-15eebb88]:not(:nth-child(2)) {
|
|
margin-bottom: 28px
|
|
}
|
|
|
|
.footer .content .center .right[data-v-15eebb88] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
width: 200px
|
|
}
|
|
|
|
.footer .content .center .right img[data-v-15eebb88] {
|
|
width: 100px;
|
|
margin-bottom: 16px
|
|
}
|
|
|
|
.footer .content .center .right .first-title[data-v-15eebb88] {
|
|
margin-bottom: 10px;
|
|
font-size: 16px;
|
|
font-weight: 500
|
|
}
|
|
|
|
.footer .content .center .right .last-title[data-v-15eebb88] {
|
|
font-size: 12px;
|
|
font-weight: 200
|
|
}
|
|
|
|
[data-v-62511ac2] .data-table-container {
|
|
height: 1%
|
|
}
|
|
|
|
.help-box[data-v-62511ac2] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.content-title[data-v-62511ac2] {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 12px 0;
|
|
line-height: 21px;
|
|
position: relative
|
|
}
|
|
|
|
.content-title[data-v-62511ac2]:after {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 2px;
|
|
content: "";
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
background: #d2d2d2
|
|
}
|
|
|
|
.content-title[data-v-62511ac2]:last-child:after {
|
|
content: "";
|
|
height: 0
|
|
}
|
|
|
|
.content-title div[data-v-62511ac2]:first-child {
|
|
color: #0033FF;
|
|
font-size: 16px
|
|
}
|
|
|
|
.content-title div[data-v-62511ac2]:last-child {
|
|
color: #777;
|
|
font-size: 12px
|
|
}
|
|
|
|
.help-navigation[data-v-62511ac2] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.help-left[data-v-62511ac2] {
|
|
width: 20%;
|
|
background-color: #fff;
|
|
padding-top: 20px;
|
|
min-height: 400px
|
|
}
|
|
|
|
.help-left .help-guide[data-v-62511ac2] {
|
|
padding: 10px 30px;
|
|
text-align: center
|
|
}
|
|
|
|
.help-left .help-guide.active-color[data-v-62511ac2] {
|
|
background-color: #0033FF;
|
|
color: #fff !important
|
|
}
|
|
|
|
.help-left .help-guide[data-v-62511ac2]:hover {
|
|
color: #0033FF
|
|
}
|
|
|
|
.heip-right[data-v-62511ac2] {
|
|
background-color: #fff;
|
|
width: 79%;
|
|
margin-left: 1%;
|
|
padding: 0 15px;
|
|
min-height: 400px
|
|
}
|
|
|
|
.heip-right .content-title[data-v-62511ac2]:last-child:after {
|
|
height: 2px
|
|
}
|
|
|
|
.heip-right .heip-right-content[data-v-62511ac2] {
|
|
min-height: 400px
|
|
}
|
|
|
|
.heip-right .heip-right-content div[data-v-62511ac2] {
|
|
margin-top: 20px
|
|
}
|
|
|
|
.heip-right .heip-right-content span[data-v-62511ac2] {
|
|
font-weight: 600
|
|
}
|
|
|
|
.heip-right .heip-right-content .warn-text[data-v-62511ac2] {
|
|
color: red
|
|
}
|
|
|
|
[data-v-bbc2703c] .el-table--scrollable-y .el-table__body-wrapper {
|
|
overflow: hidden;
|
|
position: relative
|
|
}
|
|
|
|
[data-v-bbc2703c] .el-table__body {
|
|
width: 930px !important
|
|
}
|
|
|
|
.home-box[data-v-bbc2703c] {
|
|
background-color: #f1f1f1;
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.home-box .content-title[data-v-bbc2703c] {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 12px 0;
|
|
margin: 10px 0 16px 0;
|
|
line-height: 21px;
|
|
position: relative
|
|
}
|
|
|
|
.home-box .content-title[data-v-bbc2703c]:after {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 2px;
|
|
content: "";
|
|
-webkit-transform: scaleY(.5);
|
|
transform: scaleY(.5);
|
|
background: #d2d2d2
|
|
}
|
|
|
|
.home-box .content-title[data-v-bbc2703c]:last-child:after {
|
|
content: "";
|
|
height: 0
|
|
}
|
|
|
|
.home-box .content-title div[data-v-bbc2703c]:first-child {
|
|
color: #0033FF;
|
|
font-size: 16px
|
|
}
|
|
|
|
.home-box .content-title div[data-v-bbc2703c]:last-child {
|
|
color: #777;
|
|
font-size: 12px
|
|
}
|
|
|
|
.home-box .logo-nav[data-v-bbc2703c] {
|
|
height: 60px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.home-box .logo-nav .logo-nav-content[data-v-bbc2703c] {
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.home-box .logo-nav img[data-v-bbc2703c] {
|
|
width: 300px;
|
|
height: 50px
|
|
}
|
|
|
|
.home-box .logo-nav .logo-nav-item[data-v-bbc2703c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.home-box .logo-nav .logo-nav-item div[data-v-bbc2703c] {
|
|
line-height: 60px;
|
|
padding: 0 20px;
|
|
color: #777
|
|
}
|
|
|
|
.home-box .logo-nav .logo-nav-item div.choose-item[data-v-bbc2703c] {
|
|
background-color: #0033FF;
|
|
color: #fff
|
|
}
|
|
|
|
.home-box .rotaion-img[data-v-bbc2703c] {
|
|
height: 350px;
|
|
margin: 0;
|
|
width: 100%
|
|
}
|
|
|
|
.home-box .rotaion-img img[data-v-bbc2703c] {
|
|
width: 100%;
|
|
height: 350px
|
|
}
|
|
|
|
.home-box .tips-login[data-v-bbc2703c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
padding-bottom: 20px;
|
|
text-align: right
|
|
}
|
|
|
|
.home-box .tips-login .tips[data-v-bbc2703c] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
line-height: 32px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.home-box .tips-login .tips i[data-v-bbc2703c] {
|
|
color: red;
|
|
vertical-align: text-bottom;
|
|
font-size: 15px
|
|
}
|
|
|
|
.home-box .tips-login > div[data-v-bbc2703c]:last-child {
|
|
width: 280px
|
|
}
|
|
|
|
.home-box .tips-login .hisense-btn[data-v-bbc2703c] {
|
|
background-color: #0033FF;
|
|
border-color: #0033FF
|
|
}
|
|
|
|
.home-box .home-box-content .content-left[data-v-bbc2703c] {
|
|
width: 100%
|
|
}
|
|
|
|
.home-box .home-box-content .content-left .content-left-notice[data-v-bbc2703c] {
|
|
padding: 4px 16px;
|
|
background-color: #fff
|
|
}
|
|
|
|
.home-box .home-box-content .content-left .content-left-supplier img[data-v-bbc2703c] {
|
|
margin-top: 18px;
|
|
width: 100%;
|
|
height: 270px
|
|
}
|
|
|
|
.home-box .home-box-content .content-left .content-left-more[data-v-bbc2703c] {
|
|
font-size: 12px;
|
|
color: #777;
|
|
padding: 20px 20px 12px 0;
|
|
background-color: #fff;
|
|
text-align: right
|
|
}
|
|
|
|
.home-box .home-box-content .content-left .content-left-more i[data-v-bbc2703c] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right[data-v-bbc2703c] {
|
|
width: 25%;
|
|
margin-left: 1%;
|
|
background-color: #fff;
|
|
padding: 0 15px;
|
|
height: 710px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-title[data-v-bbc2703c]:last-child:after {
|
|
height: 2px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-service[data-v-bbc2703c] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-service .service-item[data-v-bbc2703c] {
|
|
width: 33%;
|
|
text-align: center;
|
|
margin-bottom: 15px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-service .service-item i[data-v-bbc2703c] {
|
|
color: #0033FF;
|
|
font-size: 42px;
|
|
margin: 8px 0
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-service .service-item .dzht-img[data-v-bbc2703c] {
|
|
width: 36px;
|
|
height: 36px;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-text[data-v-bbc2703c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
font-size: 18px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-text .demo[data-v-bbc2703c] {
|
|
margin-bottom: 16px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-text .demo > div[data-v-bbc2703c]:first-child {
|
|
color: #666;
|
|
font-size: 14px;
|
|
margin-bottom: 6px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-bottom[data-v-bbc2703c] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-bottom > div[data-v-bbc2703c]:first-child {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-bottom > div:first-child .demo[data-v-bbc2703c] {
|
|
margin-bottom: 16px;
|
|
font-size: 18px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-bottom > div:first-child .demo > div[data-v-bbc2703c]:first-child {
|
|
color: #666;
|
|
font-size: 14px;
|
|
margin-bottom: 6px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-bottom > div:first-child .demo > div[data-v-bbc2703c]:last-child {
|
|
font-size: 18px
|
|
}
|
|
|
|
.home-box .home-box-content .content-right .content-right-bottom > div[data-v-bbc2703c]:first-child {
|
|
font-size: 16px
|
|
}
|
|
|
|
.home-box .home-box-btm img[data-v-bbc2703c] {
|
|
margin-top: 20px;
|
|
width: 100%;
|
|
padding: 5% 4% 4% 5%;
|
|
background-color: #fff
|
|
}
|
|
|
|
.home-box .home-box-btm .sum-all[data-v-bbc2703c] {
|
|
position: relative;
|
|
text-align: center
|
|
}
|
|
|
|
.home-box .home-box-btm .sum-all .sum[data-v-bbc2703c] {
|
|
position: absolute;
|
|
color: #0033FF;
|
|
z-index: 1
|
|
}
|
|
|
|
.home-box .home-box-btm .sum-all .sum div[data-v-bbc2703c]:last-child {
|
|
font-size: 32px;
|
|
font-weight: 600
|
|
}
|
|
|
|
.home-box .home-box-btm .sum-all .sum.sum1[data-v-bbc2703c] {
|
|
top: 55px;
|
|
left: 158px
|
|
}
|
|
|
|
.home-box .home-box-btm .sum-all .sum.sum2[data-v-bbc2703c] {
|
|
top: 140px;
|
|
left: 465px
|
|
}
|
|
|
|
.home-box .home-box-btm .sum-all .sum.sum3[data-v-bbc2703c] {
|
|
top: 105px;
|
|
right: 420px
|
|
}
|
|
|
|
.home-box .home-box-btm .sum-all .sum.sum4[data-v-bbc2703c] {
|
|
top: 140px;
|
|
right: 130px
|
|
}
|
|
|
|
.home-box .bottom[data-v-bbc2703c] {
|
|
height: 50px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
background-color: #0033FF;
|
|
color: #fff;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.home-box .el-carousel-edit[data-v-bbc2703c] .el-carousel__container {
|
|
height: 350px
|
|
}
|
|
|
|
.home-box .table[data-v-bbc2703c] .hover-color {
|
|
color: #0033FF;
|
|
cursor: pointer
|
|
}
|
|
|
|
.sidebar-box[data-v-22385bbc] {
|
|
padding: 30px 0
|
|
}
|
|
|
|
.hisense-hover[data-v-22385bbc] .el-breadcrumb__inner:hover {
|
|
color: #0033FF
|
|
}
|
|
|
|
[data-v-e148280e] .el-select {
|
|
width: 200px
|
|
}
|
|
|
|
[data-v-e148280e] .el-select .el-input__inner {
|
|
border: none !important
|
|
}
|
|
|
|
[data-v-e148280e] .el-dropdown {
|
|
font-size: 16px
|
|
}
|
|
|
|
.home-box[data-v-e148280e] {
|
|
min-height: calc(100% - 180px);
|
|
position: relative;
|
|
background-color: #f1f1f1;
|
|
}
|
|
|
|
.home-box .box-flex[data-v-e148280e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.home-box .mouse-pointer[data-v-e148280e] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.home-box .width1300[data-v-e148280e] {
|
|
width: 1300px;
|
|
margin: auto
|
|
}
|
|
|
|
.notic-box[data-v-cb225332] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .content[data-v-cb225332] {
|
|
padding-bottom: 10px;
|
|
min-height: 500px
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-cb225332] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-cb225332] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box[data-v-14413e7a] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .clearfix[data-v-14413e7a] {
|
|
font-size: 16px;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-14413e7a] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-14413e7a] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box[data-v-f7e82e42] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .content[data-v-f7e82e42] {
|
|
padding-bottom: 10px;
|
|
min-height: 260px
|
|
}
|
|
|
|
.notic-box .content .title[data-v-f7e82e42] {
|
|
padding: 15px 0;
|
|
text-align: center;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-f7e82e42] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-f7e82e42] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box[data-v-7fca11ca] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .clearfix[data-v-7fca11ca] {
|
|
font-size: 16px;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-7fca11ca] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-7fca11ca] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.register-box[data-v-a865d47a] {
|
|
width: 500px;
|
|
margin: 50px auto
|
|
}
|
|
|
|
.register-box .register-top[data-v-a865d47a] {
|
|
text-align: center
|
|
}
|
|
|
|
.register-box .register-top .gys[data-v-a865d47a] {
|
|
margin-top: 5px;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #33b1b2
|
|
}
|
|
|
|
.register-box .dynamic-form1[data-v-a865d47a] {
|
|
margin-top: 20px;
|
|
width: 400px
|
|
}
|
|
|
|
.register-box .register-btn[data-v-a865d47a] {
|
|
text-align: center
|
|
}
|
|
|
|
.register-box .register-btn button[data-v-a865d47a] {
|
|
width: 170px
|
|
}
|
|
|
|
.el-steps[data-v-a865d47a] .el-step__line {
|
|
left: 50px;
|
|
right: 0
|
|
}
|
|
|
|
.el-step[data-v-a865d47a]:last-of-type .el-step__line {
|
|
left: 0;
|
|
right: 50px;
|
|
display: unset
|
|
}
|
|
|
|
.notic-box[data-v-77307b03] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .content[data-v-77307b03] {
|
|
padding-bottom: 10px;
|
|
min-height: 500px
|
|
}
|
|
|
|
.notic-box .content .title[data-v-77307b03] {
|
|
padding: 15px 0;
|
|
text-align: center;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-77307b03] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-77307b03] {
|
|
margin-top: 20px
|
|
}
|
|
|
|
.table[data-v-77307b03] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.form-quill[data-v-77307b03] .ql-toolbar {
|
|
display: none
|
|
}
|
|
|
|
.form-quill[data-v-77307b03] .ql-container {
|
|
border: unset
|
|
}
|
|
|
|
.btn-apply[data-v-77307b03] {
|
|
margin-top: 20px;
|
|
text-align: center
|
|
}
|
|
|
|
.btn-cancel[data-v-77307b03] {
|
|
display: block;
|
|
margin: 0 auto;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.notic-box[data-v-68295f85] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .clearfix[data-v-68295f85] {
|
|
font-size: 16px;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-68295f85] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.notic-box .row-state[data-v-68295f85] {
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .row-state-no[data-v-68295f85] {
|
|
color: #999
|
|
}
|
|
|
|
.notic-box .row-action[data-v-68295f85] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.table[data-v-68295f85] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
[data-v-68295f85] .el-button--mini {
|
|
font-size: 14px
|
|
}
|
|
|
|
[data-v-6e5a2e9e] .el-form-item__label:last-child {
|
|
width: 200px
|
|
}
|
|
|
|
[data-v-6e5a2e9e] .dynamic-form .el-radio-group .el-radio {
|
|
margin-bottom: 5px
|
|
}
|
|
|
|
.notic-box[data-v-6e5a2e9e] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .clearfix[data-v-6e5a2e9e] {
|
|
font-size: 16px;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-6e5a2e9e] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-6e5a2e9e] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.subaccount-box .subaccount-title[data-v-6e5a2e9e] {
|
|
font-size: 18px;
|
|
color: #0033FF;
|
|
font-weight: 600;
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.subaccount-box .subaccount-sapn[data-v-6e5a2e9e] {
|
|
color: #777;
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.subaccount-box .subaccount-down[data-v-6e5a2e9e] {
|
|
color: #0033FF;
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.wscn-http404-container[data-v-9d374482] {
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
position: absolute;
|
|
top: 40%;
|
|
left: 50%
|
|
}
|
|
|
|
.wscn-http404[data-v-9d374482] {
|
|
position: relative;
|
|
width: 1200px;
|
|
padding: 0 50px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.wscn-http404 .pic-404[data-v-9d374482] {
|
|
position: relative;
|
|
float: left;
|
|
width: 600px;
|
|
overflow: hidden
|
|
}
|
|
|
|
.wscn-http404 .pic-404__parent[data-v-9d374482] {
|
|
width: 100%
|
|
}
|
|
|
|
.wscn-http404 .pic-404__child[data-v-9d374482] {
|
|
position: absolute
|
|
}
|
|
|
|
.wscn-http404 .pic-404__child.left[data-v-9d374482] {
|
|
width: 80px;
|
|
top: 17px;
|
|
left: 220px;
|
|
opacity: 0;
|
|
-webkit-animation-name: cloudLeft-data-v-9d374482;
|
|
animation-name: cloudLeft-data-v-9d374482;
|
|
-webkit-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-delay: 1s;
|
|
animation-delay: 1s
|
|
}
|
|
|
|
.wscn-http404 .pic-404__child.mid[data-v-9d374482] {
|
|
width: 46px;
|
|
top: 10px;
|
|
left: 420px;
|
|
opacity: 0;
|
|
-webkit-animation-name: cloudMid-data-v-9d374482;
|
|
animation-name: cloudMid-data-v-9d374482;
|
|
-webkit-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-delay: 1.2s;
|
|
animation-delay: 1.2s
|
|
}
|
|
|
|
.wscn-http404 .pic-404__child.right[data-v-9d374482] {
|
|
width: 62px;
|
|
top: 100px;
|
|
left: 500px;
|
|
opacity: 0;
|
|
-webkit-animation-name: cloudRight-data-v-9d374482;
|
|
animation-name: cloudRight-data-v-9d374482;
|
|
-webkit-animation-duration: 2s;
|
|
animation-duration: 2s;
|
|
-webkit-animation-timing-function: linear;
|
|
animation-timing-function: linear;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards;
|
|
-webkit-animation-delay: 1s;
|
|
animation-delay: 1s
|
|
}
|
|
|
|
@-webkit-keyframes cloudLeft-data-v-9d374482 {
|
|
0% {
|
|
top: 17px;
|
|
left: 220px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 33px;
|
|
left: 188px;
|
|
opacity: 1
|
|
}
|
|
|
|
80% {
|
|
top: 81px;
|
|
left: 92px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 97px;
|
|
left: 60px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes cloudLeft-data-v-9d374482 {
|
|
0% {
|
|
top: 17px;
|
|
left: 220px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 33px;
|
|
left: 188px;
|
|
opacity: 1
|
|
}
|
|
|
|
80% {
|
|
top: 81px;
|
|
left: 92px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 97px;
|
|
left: 60px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes cloudMid-data-v-9d374482 {
|
|
0% {
|
|
top: 10px;
|
|
left: 420px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 40px;
|
|
left: 360px;
|
|
opacity: 1
|
|
}
|
|
|
|
70% {
|
|
top: 130px;
|
|
left: 180px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 160px;
|
|
left: 120px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes cloudMid-data-v-9d374482 {
|
|
0% {
|
|
top: 10px;
|
|
left: 420px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 40px;
|
|
left: 360px;
|
|
opacity: 1
|
|
}
|
|
|
|
70% {
|
|
top: 130px;
|
|
left: 180px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 160px;
|
|
left: 120px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@-webkit-keyframes cloudRight-data-v-9d374482 {
|
|
0% {
|
|
top: 100px;
|
|
left: 500px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 120px;
|
|
left: 460px;
|
|
opacity: 1
|
|
}
|
|
|
|
80% {
|
|
top: 180px;
|
|
left: 340px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 200px;
|
|
left: 300px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
@keyframes cloudRight-data-v-9d374482 {
|
|
0% {
|
|
top: 100px;
|
|
left: 500px;
|
|
opacity: 0
|
|
}
|
|
|
|
20% {
|
|
top: 120px;
|
|
left: 460px;
|
|
opacity: 1
|
|
}
|
|
|
|
80% {
|
|
top: 180px;
|
|
left: 340px;
|
|
opacity: 1
|
|
}
|
|
|
|
to {
|
|
top: 200px;
|
|
left: 300px;
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
.wscn-http404 .bullshit[data-v-9d374482] {
|
|
position: relative;
|
|
float: left;
|
|
width: 300px;
|
|
padding: 30px 0;
|
|
overflow: hidden
|
|
}
|
|
|
|
.wscn-http404 .bullshit__oops[data-v-9d374482] {
|
|
font-size: 32px;
|
|
line-height: 40px;
|
|
color: #1482f0;
|
|
margin-bottom: 20px;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards
|
|
}
|
|
|
|
.wscn-http404 .bullshit__headline[data-v-9d374482], .wscn-http404 .bullshit__oops[data-v-9d374482] {
|
|
font-weight: 700;
|
|
opacity: 0;
|
|
-webkit-animation-name: slideUp-data-v-9d374482;
|
|
animation-name: slideUp-data-v-9d374482;
|
|
-webkit-animation-duration: .5s;
|
|
animation-duration: .5s
|
|
}
|
|
|
|
.wscn-http404 .bullshit__headline[data-v-9d374482] {
|
|
font-size: 20px;
|
|
line-height: 24px;
|
|
color: #222;
|
|
margin-bottom: 10px;
|
|
-webkit-animation-delay: .1s;
|
|
animation-delay: .1s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards
|
|
}
|
|
|
|
.wscn-http404 .bullshit__info[data-v-9d374482] {
|
|
font-size: 13px;
|
|
line-height: 21px;
|
|
color: grey;
|
|
margin-bottom: 30px;
|
|
-webkit-animation-delay: .2s;
|
|
animation-delay: .2s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards
|
|
}
|
|
|
|
.wscn-http404 .bullshit__info[data-v-9d374482], .wscn-http404 .bullshit__return-home[data-v-9d374482] {
|
|
opacity: 0;
|
|
-webkit-animation-name: slideUp-data-v-9d374482;
|
|
animation-name: slideUp-data-v-9d374482;
|
|
-webkit-animation-duration: .5s;
|
|
animation-duration: .5s
|
|
}
|
|
|
|
.wscn-http404 .bullshit__return-home[data-v-9d374482] {
|
|
display: block;
|
|
float: left;
|
|
width: 110px;
|
|
height: 36px;
|
|
background: #1482f0;
|
|
border-radius: 100px;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
line-height: 36px;
|
|
cursor: pointer;
|
|
-webkit-animation-delay: .3s;
|
|
animation-delay: .3s;
|
|
-webkit-animation-fill-mode: forwards;
|
|
animation-fill-mode: forwards
|
|
}
|
|
|
|
@-webkit-keyframes slideUp-data-v-9d374482 {
|
|
0% {
|
|
-webkit-transform: translateY(60px);
|
|
transform: translateY(60px);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
@keyframes slideUp-data-v-9d374482 {
|
|
0% {
|
|
-webkit-transform: translateY(60px);
|
|
transform: translateY(60px);
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
opacity: 1
|
|
}
|
|
}
|
|
|
|
.approval-process-wrap[data-v-bb815976] {
|
|
padding: 10px 75px
|
|
}
|
|
|
|
.approval-process-wrap .approval-process[data-v-bb815976], .approval-process-wrap[data-v-bb815976] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.approval-process-wrap .approval-success[data-v-bb815976] {
|
|
color: #00a8a8
|
|
}
|
|
|
|
.approval-process-wrap .approval-success .item[data-v-bb815976] {
|
|
border-color: #00a8a8 !important
|
|
}
|
|
|
|
.approval-process-wrap .approval-reject[data-v-bb815976] {
|
|
color: #ff9959
|
|
}
|
|
|
|
.approval-process-wrap .approval-reject .item[data-v-bb815976] {
|
|
border-color: #ff9959 !important
|
|
}
|
|
|
|
.approval-process-wrap .approval-item[data-v-bb815976] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item[data-v-bb815976] {
|
|
border: 1px solid #ccc;
|
|
border-radius: 10px;
|
|
width: 150px;
|
|
height: 150px;
|
|
text-align: center;
|
|
margin: auto;
|
|
padding: 30px 0
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .icon-wrap[data-v-bb815976] {
|
|
font-size: 50px
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .identity-name[data-v-bb815976] {
|
|
padding: 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .date-time[data-v-bb815976] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.approval-process-wrap .approval-divider[data-v-bb815976] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 20px;
|
|
flex: 0 0 20px;
|
|
line-height: 150px;
|
|
padding: 0 20px
|
|
}
|
|
|
|
.approval-process-wrap .approval-divider .divider-icon[data-v-bb815976] {
|
|
font-size: 20px
|
|
}
|
|
|
|
.el-dialog[data-v-bb815976] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: -ms-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
max-height: calc(100% - 30px);
|
|
max-width: calc(100% - 30px)
|
|
}
|
|
|
|
.el-dialog .el-dialog__body[data-v-bb815976] {
|
|
max-height: 100%;
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.el-dialog__wrapper[data-v-bb815976] {
|
|
overflow: hidden
|
|
}
|
|
|
|
[data-v-32ca2542] .file-upload-box {
|
|
width: 100%
|
|
}
|
|
|
|
.file-list-wrap[data-v-32ca2542] {
|
|
padding-top: 5px
|
|
}
|
|
|
|
.file-list-wrap .file-list-item[data-v-32ca2542] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
color: #009e9f
|
|
}
|
|
|
|
.file-list-wrap .file-list-item .file-item[data-v-32ca2542] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 30%;
|
|
flex: 0 0 30%
|
|
}
|
|
|
|
.file-list-wrap .file-list-item .file-btn[data-v-32ca2542] {
|
|
font-size: 12px;
|
|
padding-left: 10px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.file-upload-box .upload-btn[data-v-7d9c2622] {
|
|
float: right;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.file-upload-box .tool-btn[data-v-7d9c2622] {
|
|
display: -webkit-inline-box
|
|
}
|
|
|
|
.file-upload-box .file-del[data-v-7d9c2622] {
|
|
color: red !important;
|
|
padding-left: 10px
|
|
}
|
|
|
|
.file-upload-box .upload-btn[data-v-76a2c40c] {
|
|
float: right;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.file-upload-box .tool-btn[data-v-76a2c40c] {
|
|
display: -webkit-inline-box
|
|
}
|
|
|
|
.file-upload-box .file-del[data-v-76a2c40c] {
|
|
color: red !important;
|
|
padding-left: 10px
|
|
}
|
|
|
|
.el-dialog[data-v-104e9f31] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: -ms-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
max-height: calc(100% - 30px);
|
|
max-width: calc(100% - 30px)
|
|
}
|
|
|
|
.el-dialog .el-dialog__body[data-v-104e9f31] {
|
|
max-height: 100%;
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.el-dialog__wrapper[data-v-104e9f31] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.box[data-v-263a9d60] {
|
|
margin-top: 20px
|
|
}
|
|
|
|
.box[data-v-263a9d60]:first-child {
|
|
margin-top: 0
|
|
}
|
|
|
|
.box span[data-v-263a9d60] {
|
|
font-weight: 600
|
|
}
|
|
|
|
.box .title-icon[data-v-263a9d60] {
|
|
display: inline-block;
|
|
width: 4px;
|
|
height: 24px;
|
|
background-color: #009e9f;
|
|
margin-right: 14px
|
|
}
|
|
|
|
.box[data-v-263a9d60] .el-collapse-item__header {
|
|
padding: 0 20px 0 20px;
|
|
font-size: 16px;
|
|
color: #0033FF;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background-color: #d9f1f1
|
|
}
|
|
|
|
.box[data-v-263a9d60] .el-collapse-item__wrap {
|
|
border-bottom: none
|
|
}
|
|
|
|
.box[data-v-263a9d60] .el-collapse-item__content {
|
|
padding-bottom: 0
|
|
}
|
|
|
|
.app-container[data-v-22e2a66f] {
|
|
position: relative;
|
|
padding-bottom: 60px
|
|
}
|
|
|
|
.bottom-btn[data-v-22e2a66f] {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 97%;
|
|
text-align: center;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-top: 1px solid #e6ebf5
|
|
}
|
|
|
|
.btn-right[data-v-381b5e12] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-381b5e12] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
[data-v-381b5e12] .el-input__inner {
|
|
color: #333 !important
|
|
}
|
|
|
|
.btn-flex[data-v-381b5e12] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.btn-flex .el-button[data-v-381b5e12] {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.file-form[data-v-381b5e12] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.file-form .file-title[data-v-381b5e12] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 170px;
|
|
flex: 0 0 170px;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.file-form .file-list[data-v-381b5e12] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.pour-wrap[data-v-381b5e12] {
|
|
padding: 10px
|
|
}
|
|
|
|
.pour-wrap span[data-v-381b5e12] {
|
|
color: red
|
|
}
|
|
|
|
.approvals-button-box[data-v-01e1599c] {
|
|
display: contents
|
|
}
|
|
|
|
[data-v-01e1599c] .el-dialog__header {
|
|
text-align: left
|
|
}
|
|
|
|
[data-v-01e1599c] .el-dialog__body {
|
|
padding: 10px
|
|
}
|
|
|
|
[data-v-01e1599c] .el-form-item--small {
|
|
padding-bottom: 0
|
|
}
|
|
|
|
[data-v-16cc2c2f] .el-dialog__wrapper .el-dialog .el-dialog__header {
|
|
border-bottom: 1px solid #ccc
|
|
}
|
|
|
|
[data-v-16cc2c2f] .el-dialog__wrapper .el-dialog .el-dialog__body {
|
|
padding: 10px
|
|
}
|
|
|
|
.content[data-v-7f8d6f0e] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
padding-top: 50px
|
|
}
|
|
|
|
[data-v-7f8d6f0e] .el-card__body {
|
|
padding: 80px
|
|
}
|
|
|
|
.bank-account .content[data-v-16d29b1a] {
|
|
padding: 20px
|
|
}
|
|
|
|
.bank-account .basic-top[data-v-16d29b1a] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 30px;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
padding: 0 30px
|
|
}
|
|
|
|
.bank-account .basic-top .name[data-v-16d29b1a] {
|
|
color: #0033FF
|
|
}
|
|
|
|
.bank-account .file[data-v-16d29b1a] {
|
|
cursor: pointer
|
|
}
|
|
|
|
[data-v-16d29b1a] .tool-bar .cell > div {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.file-btn[data-v-16d29b1a] {
|
|
padding: 9px 0
|
|
}
|
|
|
|
.del-btn[data-v-16d29b1a] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.sub-title-error[data-v-16d29b1a] {
|
|
color: #c03639
|
|
}
|
|
|
|
.file-upload-box .upload-btn[data-v-d8355a3e] {
|
|
margin: 10px 0
|
|
}
|
|
|
|
.file-upload-box .tool-btn[data-v-d8355a3e] {
|
|
display: -webkit-inline-box
|
|
}
|
|
|
|
.file-upload-box .file-del[data-v-d8355a3e] {
|
|
color: red !important
|
|
}
|
|
|
|
.bidding-title[data-v-20d38eee] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
padding: 10px 0
|
|
}
|
|
|
|
.bidding-title .title-position[data-v-20d38eee] {
|
|
position: relative
|
|
}
|
|
|
|
.bidding-title .title-position .title[data-v-20d38eee] {
|
|
position: absolute;
|
|
width: 130px;
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #009e9f;
|
|
color: #fff;
|
|
text-indent: 15px;
|
|
z-index: 3;
|
|
-webkit-clip-path: polygon(0 0,calc(100% - 45px) 0,100% 55px,0 calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 calc(100% - 20px),0 20px);
|
|
clip-path: polygon(0 0,calc(100% - 45px) 0,100% 55px,0 calc(100% - 20px),calc(100% - 20px) 100%,0 100%,0 calc(100% - 20px),0 20px)
|
|
}
|
|
|
|
.bidding-title .title-position .title.title2[data-v-20d38eee] {
|
|
width: 145px;
|
|
z-index: 2;
|
|
opacity: .6
|
|
}
|
|
|
|
.bidding-title .title-position .title.title3[data-v-20d38eee] {
|
|
width: 160px;
|
|
z-index: 1;
|
|
opacity: .5
|
|
}
|
|
|
|
.bidding-title .countdown[data-v-20d38eee] {
|
|
margin-left: 160px
|
|
}
|
|
|
|
.bidding-title .bidding-countdown[data-v-20d38eee] {
|
|
text-align: right;
|
|
color: red
|
|
}
|
|
|
|
.bidding-title .bidding-countdown .is-submit[data-v-20d38eee] {
|
|
margin-right: 50px
|
|
}
|
|
|
|
.file-card[data-v-0318d242] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
width: 100%
|
|
}
|
|
|
|
.file-card .box-card[data-v-0318d242] {
|
|
width: 31%
|
|
}
|
|
|
|
.file-card .box-card[data-v-0318d242] .el-card__body {
|
|
padding: unset
|
|
}
|
|
|
|
.file-card .box-card .file-card-content[data-v-0318d242] {
|
|
color: #00a8a8;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 10px
|
|
}
|
|
|
|
.file-card .box-card .active-bg-color[data-v-0318d242] {
|
|
background-color: #f1f1f1
|
|
}
|
|
|
|
.tool-btn[data-v-0318d242] {
|
|
display: -webkit-inline-box
|
|
}
|
|
|
|
.file-card[data-v-3646387a] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
width: 100%
|
|
}
|
|
|
|
.file-card .box-card[data-v-3646387a] {
|
|
width: 31%
|
|
}
|
|
|
|
.file-card .box-card[data-v-3646387a] .el-card__body {
|
|
padding: unset
|
|
}
|
|
|
|
.file-card .box-card .file-card-content[data-v-3646387a] {
|
|
color: #00a8a8;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 10px
|
|
}
|
|
|
|
.file-card .box-card .active-bg-color[data-v-3646387a] {
|
|
background-color: #f1f1f1
|
|
}
|
|
|
|
.tool-btn[data-v-3646387a] {
|
|
display: -webkit-inline-box
|
|
}
|
|
|
|
.sub-btn[data-v-3646387a] {
|
|
text-align: right;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.remark-box[data-v-3646387a] {
|
|
padding: 10px 0 0 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.remark-box .remark-title[data-v-3646387a] {
|
|
color: red;
|
|
margin-left: 5px
|
|
}
|
|
|
|
.file-card[data-v-e1537b76] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
width: 100%
|
|
}
|
|
|
|
.file-card .box-card[data-v-e1537b76] {
|
|
width: 31%
|
|
}
|
|
|
|
.file-card .box-card[data-v-e1537b76] .el-card__body {
|
|
padding: unset
|
|
}
|
|
|
|
.file-card .box-card .file-card-content[data-v-e1537b76] {
|
|
color: #00a8a8;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 10px
|
|
}
|
|
|
|
.file-card .box-card .active-bg-color[data-v-e1537b76] {
|
|
background-color: #f1f1f1
|
|
}
|
|
|
|
.tool-btn[data-v-e1537b76] {
|
|
display: -webkit-inline-box
|
|
}
|
|
|
|
.sub-btn[data-v-e1537b76] {
|
|
text-align: right;
|
|
padding-right: 10px
|
|
}
|
|
|
|
.remark-box[data-v-e1537b76] {
|
|
padding: 10px 0 0 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.remark-box .remark-title[data-v-e1537b76] {
|
|
color: red;
|
|
margin-left: 5px
|
|
}
|
|
|
|
.dynamic-form[data-v-56e04da5] .el-form-item__label {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
float: left;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 40px;
|
|
padding: 0 12px 0 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.dynamic-form[data-v-56e04da5] .el-textarea, .dynamic-form[data-v-56e04da5] .is-look input {
|
|
background-color: #f5f7fa;
|
|
border: 1px solid #dcdfe6
|
|
}
|
|
|
|
.dynamic-form[data-v-56e04da5] .el-textarea {
|
|
min-height: 80px;
|
|
border-radius: 5px
|
|
}
|
|
|
|
.head-box[data-v-56e04da5] {
|
|
padding-top: 16px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.head-box i[data-v-56e04da5] {
|
|
cursor: pointer
|
|
}
|
|
|
|
.head-box div[data-v-56e04da5], .head-box i[data-v-56e04da5] {
|
|
font-size: 18px;
|
|
color: #0033FF;
|
|
width: 200px
|
|
}
|
|
|
|
.file-card[data-v-56e04da5] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
width: 100%
|
|
}
|
|
|
|
.file-card .box-card[data-v-56e04da5] {
|
|
width: 31%
|
|
}
|
|
|
|
.file-card .box-card[data-v-56e04da5] .el-card__body {
|
|
padding: unset
|
|
}
|
|
|
|
.file-card .box-card .file-card-content[data-v-56e04da5] {
|
|
color: #00a8a8;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 10px
|
|
}
|
|
|
|
.file-card .box-card .active-bg-color[data-v-56e04da5] {
|
|
background-color: #f1f1f1
|
|
}
|
|
|
|
.file-table[data-v-56e04da5] .elx-table-column, .file-table[data-v-56e04da5] .tool-bar {
|
|
background-color: unset
|
|
}
|
|
|
|
.search[data-v-0f05af6c] {
|
|
margin: 10px 0 0 20px
|
|
}
|
|
|
|
.order-detail-box .top-btn[data-v-638221f3] {
|
|
text-align: right
|
|
}
|
|
|
|
.order-detail-box .el-row-diy[data-v-638221f3] {
|
|
margin-left: unset;
|
|
margin-right: unset;
|
|
height: 45px;
|
|
line-height: 45px;
|
|
border-bottom: 1px solid #ebeef5
|
|
}
|
|
|
|
.order-detail-box .el-row-diy div[data-v-638221f3] {
|
|
text-indent: 100px
|
|
}
|
|
|
|
.order-detail-box .el-row-diy div span[data-v-638221f3] {
|
|
color: red
|
|
}
|
|
|
|
.notic-mail-logo[data-v-45adb16c] {
|
|
text-align: right;
|
|
padding-right: 200px
|
|
}
|
|
|
|
.notic-mail-logo .logo-img[data-v-45adb16c] {
|
|
width: 200px
|
|
}
|
|
|
|
.bid-notic-box[data-v-45adb16c] {
|
|
text-align: left;
|
|
padding: 50px 100px;
|
|
font-size: 16px;
|
|
margin-bottom: 20px;
|
|
letter-spacing: 2px
|
|
}
|
|
|
|
.bid-notic-box span[data-v-45adb16c] {
|
|
color: red;
|
|
border-bottom: 1px solid red
|
|
}
|
|
|
|
.bid-notic-box input[data-v-45adb16c] {
|
|
border: none;
|
|
outline: none
|
|
}
|
|
|
|
.bid-notic-box .notice-title[data-v-45adb16c] {
|
|
text-align: center
|
|
}
|
|
|
|
.bid-notic-box .supplier-name[data-v-45adb16c] {
|
|
margin-top: 20px
|
|
}
|
|
|
|
.bid-notic-box .mail-content[data-v-45adb16c] {
|
|
margin-top: 20px;
|
|
line-height: 20px
|
|
}
|
|
|
|
.bid-notic-box .content-supplier[data-v-45adb16c] {
|
|
text-align: right
|
|
}
|
|
|
|
.reg-dynamic-form[data-v-4b8839b5] .el-form-item__label {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
float: left;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 40px;
|
|
padding: 0 12px 0 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.reg-dynamic-form[data-v-4b8839b5] .el-textarea, .reg-dynamic-form[data-v-4b8839b5] .is-look input {
|
|
background-color: #f5f7fa;
|
|
border: 1px solid #dcdfe6
|
|
}
|
|
|
|
.qualification-table[data-v-4b8839b5] .el-tooltip {
|
|
white-space: inherit
|
|
}
|
|
|
|
[data-v-4b8839b5] .el-form-item {
|
|
margin-bottom: 15px
|
|
}
|
|
|
|
[data-v-4b8839b5] .el-collapse-item__content {
|
|
padding-bottom: 0 !important
|
|
}
|
|
|
|
[data-v-4b8839b5] .el-table .cell > div {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.basic-top[data-v-4b8839b5] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 30px;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
padding: 0 30px
|
|
}
|
|
|
|
.basic-top .name[data-v-4b8839b5] {
|
|
color: #0033FF
|
|
}
|
|
|
|
.remark-box[data-v-4b8839b5] {
|
|
padding: 10px 0 0 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.remark-box .remark-title[data-v-4b8839b5] {
|
|
color: red;
|
|
margin-left: 5px
|
|
}
|
|
|
|
[data-v-4b8839b5] .opinion textarea {
|
|
color: red !important
|
|
}
|
|
|
|
.app-container[data-v-d4656142] {
|
|
height: 100%;
|
|
overflow-y: auto;
|
|
width: 1300px;
|
|
margin: 0 auto
|
|
}
|
|
|
|
[data-v-d4656142] .el-card__body {
|
|
padding: 0 12px
|
|
}
|
|
|
|
.header[data-v-d4656142] {
|
|
height: 58px;
|
|
line-height: 58px;
|
|
font-size: 15px;
|
|
font-family: PingFang SC;
|
|
font-weight: 700;
|
|
color: #fff;
|
|
background-color: #0033FF;
|
|
text-align: center
|
|
}
|
|
|
|
.info[data-v-d4656142] {
|
|
padding-top: 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.info .left[data-v-d4656142] {
|
|
padding-left: 10px
|
|
}
|
|
|
|
.info .right[data-v-d4656142] {
|
|
padding-right: 10px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.info .right .date[data-v-d4656142] {
|
|
padding-right: 40px
|
|
}
|
|
|
|
.toolbar[data-v-d4656142] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around
|
|
}
|
|
|
|
.remark[data-v-d4656142] {
|
|
padding: 20px 0 20px 0
|
|
}
|
|
|
|
.two-party[data-v-d4656142] {
|
|
padding: 20px 0 40px 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.two-party .first[data-v-d4656142] {
|
|
padding-left: 50px
|
|
}
|
|
|
|
.two-party .first .title[data-v-d4656142] {
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.two-party .second[data-v-d4656142] {
|
|
padding-right: 300px
|
|
}
|
|
|
|
.two-party .second .title[data-v-d4656142] {
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.submit[data-v-d4656142] {
|
|
padding-bottom: 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.submit .btn[data-v-d4656142] {
|
|
background: #0033FF;
|
|
color: #fff;
|
|
font-size: 15px;
|
|
font-family: PingFang SC;
|
|
font-weight: 700
|
|
}
|
|
|
|
[data-v-36c07ead] .el-select-dropdown {
|
|
z-index: 9999999 !important;
|
|
position: relative !important;
|
|
top: 0 !important
|
|
}
|
|
|
|
.basic-top[data-v-36c07ead] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 30px;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
padding: 0 30px
|
|
}
|
|
|
|
.basic-top .name[data-v-36c07ead] {
|
|
color: #0033FF
|
|
}
|
|
|
|
.contact .content-top[data-v-0af42329] {
|
|
padding: 20px
|
|
}
|
|
|
|
.contact .content-top .contact-sapn[data-v-0af42329] {
|
|
color: #777;
|
|
font-weight: 400
|
|
}
|
|
|
|
.contact .content-top .contact-down[data-v-0af42329] {
|
|
display: inline-block;
|
|
color: #0033FF;
|
|
cursor: pointer
|
|
}
|
|
|
|
.contact .content-top .contact-add[data-v-0af42329], .contact .content-top .contact-down[data-v-0af42329], .contact .content-top .contact-sapn[data-v-0af42329] {
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.contact .content-top .table .authorization-action[data-v-0af42329], .contact .content-top .table .row-action[data-v-0af42329] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.contact .content-top .table .row-action[data-v-0af42329] {
|
|
-webkit-box-pack: center !important;
|
|
-ms-flex-pack: center !important;
|
|
justify-content: center !important
|
|
}
|
|
|
|
.contact .content-top .table .authorization-action > .el-button[data-v-0af42329] {
|
|
margin-left: 0 !important
|
|
}
|
|
|
|
.contact .content-top .form-template-acc[data-v-0af42329], .contact .content-top .form-template[data-v-0af42329] {
|
|
padding-left: 32px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc span[data-v-0af42329], .contact .content-top .form-template span[data-v-0af42329] {
|
|
font-weight: 700;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc span[data-v-0af42329]:before, .contact .content-top .form-template span[data-v-0af42329]:before {
|
|
content: "*";
|
|
color: #ff4949;
|
|
margin-right: 4px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc[data-v-0af42329] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc span[data-v-0af42329] {
|
|
margin-top: 6px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc[data-v-0af42329] .el-upload-list__item {
|
|
width: 100%
|
|
}
|
|
|
|
.file-upload-box .upload-btn[data-v-54f81bca] {
|
|
float: right;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.file-upload-box .tool-btn[data-v-54f81bca] {
|
|
display: -webkit-inline-box
|
|
}
|
|
|
|
.file-upload-box .file-del[data-v-54f81bca] {
|
|
color: red !important;
|
|
padding-left: 10px
|
|
}
|
|
|
|
.approvals-button-box[data-v-750c5809] {
|
|
display: contents
|
|
}
|
|
|
|
[data-v-750c5809] .el-dialog__header {
|
|
text-align: left
|
|
}
|
|
|
|
[data-v-750c5809] .el-dialog__body {
|
|
padding: 10px
|
|
}
|
|
|
|
[data-v-750c5809] .el-form-item--small {
|
|
padding-bottom: 0
|
|
}
|
|
|
|
.dialog-title[data-v-750c5809] {
|
|
font-size: 16px
|
|
}
|
|
|
|
.dialog-title span[data-v-750c5809] {
|
|
color: red;
|
|
font-size: 15px
|
|
}
|
|
|
|
.btn-right[data-v-39ea27aa] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-39ea27aa] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
[data-v-39ea27aa] .el-input__inner {
|
|
color: #333 !important
|
|
}
|
|
|
|
.btn-flex[data-v-39ea27aa] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.btn-flex .el-button[data-v-39ea27aa] {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.btn-right[data-v-b94fdd04] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-b94fdd04] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.btn-flex[data-v-b94fdd04] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px
|
|
}
|
|
|
|
.upload-demo[data-v-b94fdd04] {
|
|
padding: 10px 0;
|
|
text-align: right
|
|
}
|
|
|
|
.file-tips[data-v-b94fdd04] {
|
|
color: red;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-top: 10px
|
|
}
|
|
|
|
.btn-right[data-v-011b38fe] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-011b38fe] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.btn-flex[data-v-011b38fe] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px
|
|
}
|
|
|
|
.tree-select[data-v-94d5b930] {
|
|
margin-left: -3px
|
|
}
|
|
|
|
.tree-select[data-v-94d5b930] input {
|
|
height: 35px
|
|
}
|
|
|
|
.print-head[data-v-05846ace] {
|
|
font-size: 12px;
|
|
color: #333;
|
|
padding: 10px
|
|
}
|
|
|
|
.head-logo .logo img[data-v-05846ace] {
|
|
height: 40px
|
|
}
|
|
|
|
.head-sname[data-v-05846ace] {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
width: 100%
|
|
}
|
|
|
|
.head-date-code[data-v-05846ace] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 10px
|
|
}
|
|
|
|
.el-row[data-v-05846ace] {
|
|
text-align: center;
|
|
border: 1px solid;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
border-bottom: none
|
|
}
|
|
|
|
.border-bottom[data-v-05846ace] {
|
|
border-bottom: 1px solid !important
|
|
}
|
|
|
|
.el-col[data-v-05846ace] {
|
|
border-right: 1px solid
|
|
}
|
|
|
|
.el-col[data-v-05846ace]:last-child {
|
|
border-right: none
|
|
}
|
|
|
|
.no-center[data-v-05846ace] {
|
|
text-align: left
|
|
}
|
|
|
|
.no-center .el-col[data-v-05846ace] {
|
|
padding-left: 20px
|
|
}
|
|
|
|
.invoice-table[data-v-05846ace] {
|
|
margin-top: 20px
|
|
}
|
|
|
|
.no-right-border[data-v-05846ace] {
|
|
border-right: none
|
|
}
|
|
|
|
.footer-address div[data-v-05846ace] {
|
|
font-weight: 700;
|
|
padding: 2px
|
|
}
|
|
|
|
.footer-address div[data-v-05846ace]:first-child {
|
|
font-weight: unset
|
|
}
|
|
|
|
.supplier-form-input[data-v-05846ace] input {
|
|
border: none;
|
|
height: 22px;
|
|
line-height: 22px
|
|
}
|
|
|
|
.receive-quantity-input[data-v-3740c860], .receive-quantity-input[data-v-3740c860] input {
|
|
text-align: center
|
|
}
|
|
|
|
.column-link[data-v-7b3ff0b6] {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap
|
|
}
|
|
|
|
.btn-right[data-v-e155748c] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-e155748c] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.btn-flex[data-v-e155748c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.btn-flex .el-button[data-v-e155748c] {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.table[data-v-ed5a5bf6] .el-table .el-table__fixed-right .el-table__fixed-header-wrapper .el-table__header thead tr .tool-bar {
|
|
background-color: #d9f1f1;
|
|
font-weight: 600;
|
|
color: #000
|
|
}
|
|
|
|
.detail[data-v-cda95c04] {
|
|
max-width: 1300px;
|
|
margin: 0 auto
|
|
}
|
|
|
|
.detail .panel-fir[data-v-cda95c04] {
|
|
margin-bottom: 30px
|
|
}
|
|
|
|
.detail .file-card[data-v-cda95c04] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
width: 100%
|
|
}
|
|
|
|
.detail .file-card .box-card[data-v-cda95c04] {
|
|
width: 31%
|
|
}
|
|
|
|
.detail .file-card .box-card[data-v-cda95c04] .el-card__body {
|
|
padding: unset
|
|
}
|
|
|
|
.detail .file-card .box-card .file-card-content[data-v-cda95c04] {
|
|
color: #00a8a8;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 10px
|
|
}
|
|
|
|
.detail .file-card .box-card .active-bg-color[data-v-cda95c04] {
|
|
background-color: #f1f1f1
|
|
}
|
|
|
|
[data-v-5aab4743] .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
|
|
font-size: 15px;
|
|
font-weight: 600
|
|
}
|
|
|
|
.notic-box[data-v-5aab4743] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .search[data-v-5aab4743] {
|
|
margin: 10px 0 0 20px
|
|
}
|
|
|
|
.notic-box .clearfix[data-v-5aab4743] {
|
|
font-size: 16px;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-5aab4743] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-5aab4743] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
[data-v-73123db2] .el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
|
|
font-size: 15px;
|
|
font-weight: 600
|
|
}
|
|
|
|
.notic-box[data-v-73123db2] {
|
|
font-size: 14px
|
|
}
|
|
|
|
.notic-box .search[data-v-73123db2] {
|
|
margin: 10px 0 0 20px
|
|
}
|
|
|
|
.notic-box .clearfix[data-v-73123db2] {
|
|
font-size: 16px;
|
|
color: #0033FF
|
|
}
|
|
|
|
.notic-box .help-navigation[data-v-73123db2] {
|
|
padding: 20px 0
|
|
}
|
|
|
|
.table[data-v-73123db2] .hover-color:hover {
|
|
cursor: pointer;
|
|
color: #0033FF
|
|
}
|
|
|
|
.reg-dynamic-form[data-v-1dc71cee] .el-form-item__label {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
float: left;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 40px;
|
|
padding: 0 12px 0 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.reg-dynamic-form[data-v-1dc71cee] .el-textarea, .reg-dynamic-form[data-v-1dc71cee] .is-look input {
|
|
background-color: #f5f8fa;
|
|
border: 1px solid #dcdfe6
|
|
}
|
|
|
|
.reg-dynamic-form[data-v-17407469] .el-form-item__label {
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
float: left;
|
|
font-size: 14px;
|
|
color: #606266;
|
|
line-height: 40px;
|
|
padding: 0 12px 0 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box
|
|
}
|
|
|
|
.reg-dynamic-form[data-v-17407469] .el-textarea, .reg-dynamic-form[data-v-17407469] .is-look input {
|
|
background-color: #f5f7fa;
|
|
border: 1px solid #dcdfe6
|
|
}
|
|
|
|
[data-v-5f1b53e4] .prefix {
|
|
margin-right: 15px !important
|
|
}
|
|
|
|
.bottom-btn[data-v-6de1c402] {
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-top: 1px solid #e6ebf5;
|
|
z-index: 1
|
|
}
|
|
|
|
.upload-cg[data-v-6de1c402] {
|
|
padding: 10px 0
|
|
}
|
|
|
|
.upload-demo[data-v-6de1c402] {
|
|
padding: 10px 0;
|
|
text-align: right
|
|
}
|
|
|
|
.file-tips[data-v-6de1c402] {
|
|
color: red;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-top: 10px
|
|
}
|
|
|
|
[data-v-75332fcc] .prefix {
|
|
margin-right: 15px !important
|
|
}
|
|
|
|
.bottom-btn[data-v-0d831ea4] {
|
|
width: 100%;
|
|
text-align: center;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-top: 1px solid #e6ebf5;
|
|
z-index: 1
|
|
}
|
|
|
|
.form-btn-cls[data-v-2bb77d62], .form-btn-cls[data-v-2e5c736e] {
|
|
text-align: center;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.authority-item[data-v-1d992cf2] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.authority-item .card-item[data-v-1d992cf2] {
|
|
width: 80%
|
|
}
|
|
|
|
.authority-item .card-item2[data-v-1d992cf2] {
|
|
position: relative;
|
|
margin-left: 10px;
|
|
width: 20%
|
|
}
|
|
|
|
.authority-item .card-item2 div[data-v-1d992cf2] {
|
|
font-size: 16px;
|
|
padding: 5px 0
|
|
}
|
|
|
|
.authority-item .card-item2 .form-save-btn[data-v-1d992cf2] {
|
|
position: absolute;
|
|
bottom: 20px;
|
|
right: 20px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: right;
|
|
-ms-flex-pack: right;
|
|
justify-content: right;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.form-item[data-v-1d992cf2] {
|
|
padding-bottom: 8px
|
|
}
|
|
|
|
.cantcat-list[data-v-1d992cf2] {
|
|
height: 620px;
|
|
overflow: auto
|
|
}
|
|
|
|
.btn-right[data-v-e49f3410] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-e49f3410] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
.btn-flex[data-v-e49f3410] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: 10px
|
|
}
|
|
|
|
.btn-flex .el-button[data-v-e49f3410] {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.split-container[data-v-34490873] {
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.con[data-v-0ae4fa05] {
|
|
border: 1px solid #ccc;
|
|
height: 750px
|
|
}
|
|
|
|
.con-top[data-v-0ae4fa05] {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
background: #f7f7f7;
|
|
font-size: 12px;
|
|
padding-left: 15px;
|
|
color: #adadad
|
|
}
|
|
|
|
.con-list[data-v-0ae4fa05], .con-serch[data-v-0ae4fa05] {
|
|
width: 90%;
|
|
margin: 20px 10px
|
|
}
|
|
|
|
.list-p[data-v-0ae4fa05] {
|
|
margin-top: 10px;
|
|
padding: 14px 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.list-p[data-v-0ae4fa05]:hover {
|
|
cursor: pointer;
|
|
background: #e1fdf9
|
|
}
|
|
|
|
.choose-project[data-v-0ae4fa05] {
|
|
background: #e1fdf9
|
|
}
|
|
|
|
.account-page[data-v-77dc0da2] {
|
|
width: 500px;
|
|
margin: 20px auto
|
|
}
|
|
|
|
.account-page .login[data-v-77dc0da2] {
|
|
margin: 10px auto;
|
|
text-align: center;
|
|
font-size: 14px
|
|
}
|
|
|
|
.account-page .login span[data-v-77dc0da2] {
|
|
color: #0033FF
|
|
}
|
|
|
|
.dialog-box[data-v-77dc0da2] {
|
|
padding: 20px
|
|
}
|
|
|
|
.dialog-box .dialog-box-title[data-v-77dc0da2] {
|
|
font-size: 16px;
|
|
color: #222
|
|
}
|
|
|
|
.dialog-box .dialog-box-title span[data-v-77dc0da2] {
|
|
color: red
|
|
}
|
|
|
|
.dialog-box .dialog-box-list[data-v-77dc0da2] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap
|
|
}
|
|
|
|
.dialog-box .dialog-box-list .dialog-box-item[data-v-77dc0da2] {
|
|
width: 160px;
|
|
margin: 20px 20px 0 0
|
|
}
|
|
|
|
.dialog-box .dialog-box-list .dialog-box-item div[data-v-77dc0da2] {
|
|
text-align: center;
|
|
font-size: 16px;
|
|
color: #222
|
|
}
|
|
|
|
.dialog-box .dialog-box-list .dialog-box-item img[data-v-77dc0da2] {
|
|
width: 160px;
|
|
margin-top: 4px;
|
|
height: 108px
|
|
}
|
|
|
|
.bank-account .content[data-v-03ec9eea] {
|
|
padding: 20px
|
|
}
|
|
|
|
.bank-account .select > div[data-v-03ec9eea]:first-child .el-button--primary {
|
|
background-color: #d9f1f1 !important;
|
|
border-color: #d9f1f1 !important
|
|
}
|
|
|
|
.bank-account .select > div[data-v-03ec9eea]:first-child .el-button--text {
|
|
color: #0033FF !important
|
|
}
|
|
|
|
.bank-account .select > div[data-v-03ec9eea]:first-child .el-button--primary:hover {
|
|
background-color: #0033FF !important;
|
|
border-color: #0033FF !important
|
|
}
|
|
|
|
.bank-account .select > div[data-v-03ec9eea]:first-child .el-button--text:hover {
|
|
color: #fff !important
|
|
}
|
|
|
|
.bank-account .select > div:first-child .el-button[data-v-03ec9eea] {
|
|
display: block;
|
|
width: 80%;
|
|
margin: 0 auto;
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.bank-account .select > div[data-v-03ec9eea]:last-child {
|
|
text-align: right
|
|
}
|
|
|
|
.bank-account .user-action[data-v-03ec9eea] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.bank-account .user-action .el-button[data-v-03ec9eea] {
|
|
width: 25%;
|
|
height: 40px
|
|
}
|
|
|
|
.bank-account .user-action .mr-20[data-v-03ec9eea] {
|
|
margin-right: 20px
|
|
}
|
|
|
|
[data-v-49d71b54] .el-table .cell > div {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.basic[data-v-49d71b54] {
|
|
padding: 20px
|
|
}
|
|
|
|
.basic .bottom-btn[data-v-49d71b54] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.basic .bottom-btn .el-button[data-v-49d71b54] {
|
|
width: 25%;
|
|
height: 40px;
|
|
margin-right: 20px
|
|
}
|
|
|
|
.form-template-acc[data-v-49d71b54], .form-template[data-v-49d71b54] {
|
|
padding-left: 32px
|
|
}
|
|
|
|
.form-template-acc span[data-v-49d71b54], .form-template span[data-v-49d71b54] {
|
|
font-weight: 700;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.form-template-acc span[data-v-49d71b54]:before, .form-template span[data-v-49d71b54]:before {
|
|
content: "*";
|
|
color: #ff4949;
|
|
margin-right: 4px
|
|
}
|
|
|
|
.form-template-acc[data-v-49d71b54] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.form-template-acc span[data-v-49d71b54] {
|
|
margin-top: 6px
|
|
}
|
|
|
|
.form-template-acc[data-v-49d71b54] .el-upload-list__item {
|
|
width: 100%
|
|
}
|
|
|
|
.remark-box[data-v-49d71b54] {
|
|
padding: 10px 0 0 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.remark-box .remark-title[data-v-49d71b54] {
|
|
color: red;
|
|
margin-left: 5px
|
|
}
|
|
|
|
[data-v-8dc5357c] .el-select-dropdown {
|
|
z-index: 9999999 !important;
|
|
position: relative !important;
|
|
top: 0 !important
|
|
}
|
|
|
|
.classify .user-action[data-v-8dc5357c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.classify .user-action .el-button[data-v-8dc5357c] {
|
|
width: 25%;
|
|
height: 40px
|
|
}
|
|
|
|
.classify .user-action .mr-20[data-v-8dc5357c] {
|
|
margin-right: 20px
|
|
}
|
|
|
|
.outline[data-v-47c457e4] {
|
|
padding-top: 60px
|
|
}
|
|
|
|
.outline[data-v-47c457e4] .el-card__body {
|
|
padding: 0
|
|
}
|
|
|
|
.outline .title[data-v-47c457e4] {
|
|
height: 60px;
|
|
font-size: 18px;
|
|
color: #0033FF;
|
|
font-weight: 600;
|
|
line-height: 60px;
|
|
padding-left: 20px;
|
|
background-color: #d9f1f1
|
|
}
|
|
|
|
.outline .content[data-v-47c457e4] {
|
|
padding: 30px 20px
|
|
}
|
|
|
|
.outline .user-action[data-v-47c457e4] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.outline .user-action .el-button[data-v-47c457e4] {
|
|
width: 25%;
|
|
height: 40px
|
|
}
|
|
|
|
.outline .user-action .mr-20[data-v-47c457e4] {
|
|
margin-right: 20px
|
|
}
|
|
|
|
.register-top[data-v-a9c98796] {
|
|
text-align: center
|
|
}
|
|
|
|
.register-top .register-title[data-v-a9c98796] {
|
|
font-size: 20px;
|
|
margin: 20px 0
|
|
}
|
|
|
|
.contact .content-top[data-v-f713797c] {
|
|
padding: 20px
|
|
}
|
|
|
|
.contact .content-top .contact-sapn[data-v-f713797c] {
|
|
color: #777;
|
|
font-weight: 400
|
|
}
|
|
|
|
.contact .content-top .contact-down[data-v-f713797c] {
|
|
display: inline-block;
|
|
color: #0033FF;
|
|
cursor: pointer
|
|
}
|
|
|
|
.contact .content-top .contact-add[data-v-f713797c], .contact .content-top .contact-down[data-v-f713797c], .contact .content-top .contact-sapn[data-v-f713797c] {
|
|
margin-bottom: 20px
|
|
}
|
|
|
|
.contact .content-top .table .authorization-action[data-v-f713797c], .contact .content-top .table .row-action[data-v-f713797c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.contact .content-top .table .row-action[data-v-f713797c] {
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.contact .content-top .table .authorization-action > .el-button[data-v-f713797c] {
|
|
margin-left: 0 !important
|
|
}
|
|
|
|
.contact .content-top .form-template-acc[data-v-f713797c], .contact .content-top .form-template[data-v-f713797c] {
|
|
padding-left: 32px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc span[data-v-f713797c], .contact .content-top .form-template span[data-v-f713797c] {
|
|
font-weight: 700;
|
|
margin-right: 10px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc span[data-v-f713797c]:before, .contact .content-top .form-template span[data-v-f713797c]:before {
|
|
content: "*";
|
|
color: #ff4949;
|
|
margin-right: 4px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc[data-v-f713797c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc span[data-v-f713797c] {
|
|
margin-top: 6px
|
|
}
|
|
|
|
.contact .content-top .form-template-acc[data-v-f713797c] .el-upload-list__item {
|
|
width: 100%
|
|
}
|
|
|
|
.contact .user-action[data-v-f713797c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-top: 20px
|
|
}
|
|
|
|
.contact .user-action .el-button[data-v-f713797c] {
|
|
width: 25%;
|
|
height: 40px
|
|
}
|
|
|
|
.contact .user-action .mr-20[data-v-f713797c] {
|
|
margin-right: 20px
|
|
}
|
|
|
|
.register-page[data-v-138ad509] {
|
|
background-color: #f1f1f1;
|
|
min-height: 100vh
|
|
}
|
|
|
|
.register-box[data-v-138ad509] {
|
|
width: 1300px;
|
|
min-height: 90vh;
|
|
margin: 20px auto;
|
|
background-color: #fff
|
|
}
|
|
|
|
.register-box .register-top[data-v-138ad509] {
|
|
width: 900px;
|
|
margin: 20px auto;
|
|
margin: 0 auto;
|
|
padding-top: 20px
|
|
}
|
|
|
|
.register-box .register-top .register-title[data-v-138ad509] {
|
|
font-size: 20px;
|
|
margin: 20px 0;
|
|
text-align: center
|
|
}
|
|
|
|
.register-box .register-top .gys[data-v-138ad509] {
|
|
margin-top: 5px;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
color: #33b1b2
|
|
}
|
|
|
|
.register-box .dynamic-form1[data-v-138ad509] {
|
|
margin-top: 20px;
|
|
width: 400px
|
|
}
|
|
|
|
.register-box .register-btn[data-v-138ad509] {
|
|
text-align: center
|
|
}
|
|
|
|
.register-box .register-btn button[data-v-138ad509] {
|
|
width: 170px
|
|
}
|
|
|
|
.forget-container[data-v-44623e3c] {
|
|
background: #fff;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-size: cover;
|
|
position: relative;
|
|
min-width: 700px;
|
|
overflow-x: auto;
|
|
overflow-y: auto
|
|
}
|
|
|
|
.forget-container .count[data-v-44623e3c] {
|
|
color: #409eff;
|
|
font-size: 14px;
|
|
float: right
|
|
}
|
|
|
|
.forget-container .content[data-v-44623e3c] {
|
|
height: 100%;
|
|
width: 100%;
|
|
min-height: 500px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
overflow-y: auto
|
|
}
|
|
|
|
.forget-container .content .img[data-v-44623e3c] {
|
|
width: 420px;
|
|
height: 460px
|
|
}
|
|
|
|
.forget-container .content .right[data-v-44623e3c] {
|
|
max-width: 700px;
|
|
min-width: 500px;
|
|
width: 50%;
|
|
height: 640px;
|
|
padding: 0 0 100px 0;
|
|
background-color: #fff;
|
|
border-radius: 4px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: distribute;
|
|
justify-content: space-around;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column
|
|
}
|
|
|
|
.forget-container .content .right .from-head[data-v-44623e3c] {
|
|
height: 60px;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 5%;
|
|
border-bottom: 1px solid #ededed;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between
|
|
}
|
|
|
|
.forget-container .content .right .from-head .from-title[data-v-44623e3c] {
|
|
font-weight: 700
|
|
}
|
|
|
|
.forget-container .content .right .from-head .from-hint[data-v-44623e3c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.forget-container .content .right .from-head .from-hint .wain[data-v-44623e3c] {
|
|
width: 20px;
|
|
height: 20px;
|
|
margin: 20px 10px
|
|
}
|
|
|
|
.forget-container .content .right .from-head .from-hint .from-text[data-v-44623e3c] {
|
|
font-size: 14px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center
|
|
}
|
|
|
|
.forget-container .content .right .from-head .from-hint .from-text .asterisk[data-v-44623e3c] {
|
|
color: #e16531 !important;
|
|
margin: 0 2px
|
|
}
|
|
|
|
.forget-container .content .right .title[data-v-44623e3c] {
|
|
color: #409eff;
|
|
font-size: 18px;
|
|
font-weight: 700;
|
|
margin: 0;
|
|
text-align: center
|
|
}
|
|
|
|
.forget-container .forget-form[data-v-44623e3c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.forget-container .form[data-v-44623e3c] {
|
|
border-radius: 5px;
|
|
color: #fff;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
letter-spacing: 2px;
|
|
padding: 20px 0;
|
|
width: 420px;
|
|
margin-left: -15px;
|
|
cursor: pointer
|
|
}
|
|
|
|
.forget-container .form .el-form-item[data-v-44623e3c] {
|
|
margin-bottom: 32px
|
|
}
|
|
|
|
.forget-container .form .el-form-item--medium[data-v-44623e3c], .forget-container .form .el-form-item--mini[data-v-44623e3c], .forget-container .form .el-form-item--small[data-v-44623e3c], .forget-container .form .el-form-item[data-v-44623e3c]:last-child {
|
|
margin-bottom: 22px
|
|
}
|
|
|
|
.forget-container .forget-ctrl[data-v-44623e3c] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center
|
|
}
|
|
|
|
.forget-container .forget-ctrl .btn-ok[data-v-44623e3c] {
|
|
padding: 9px 40px
|
|
}
|
|
|
|
.forget-container .forget-ctrl .btn-cancel[data-v-44623e3c] {
|
|
margin-left: 20px;
|
|
padding: 9px 40px
|
|
}
|
|
|
|
.forget-container .el-button.btn-code[data-v-44623e3c] {
|
|
float: right;
|
|
margin-right: 0
|
|
}
|
|
|
|
.forget-container .forget-form .el-input[data-v-44623e3c], .forget-container .forget-form .el-select[data-v-44623e3c] {
|
|
margin-right: 10px;
|
|
width: 100%;
|
|
vertical-align: top
|
|
}
|
|
|
|
@media screen and (max-height: 650px) {
|
|
.forget-container .content .right[data-v-44623e3c] {
|
|
height: 90%
|
|
}
|
|
}
|
|
|
|
@media screen and (min-height: 850px) {
|
|
.forget-container .content .right .title[data-v-44623e3c] {
|
|
font-size: 28px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-height: 750px) {
|
|
.forget-container .content .right .title[data-v-44623e3c] {
|
|
font-size: 24px
|
|
}
|
|
}
|
|
|
|
@media screen and (min-height: 650px) {
|
|
.forget-container .content .right .title[data-v-44623e3c] {
|
|
font-size: 22px
|
|
}
|
|
}
|
|
|
|
[data-v-44623e3c] .el-form-item__error {
|
|
line-height: 1.5em
|
|
}
|
|
|
|
.content-bottom[data-v-44623e3c] {
|
|
width: 70%;
|
|
height: calc(100% - 220px);
|
|
margin: 20px auto;
|
|
background-color: #fff
|
|
}
|
|
|
|
.approval-process-wrap[data-v-70561cac] {
|
|
padding: 20px 75px
|
|
}
|
|
|
|
.approval-process-wrap .approval-process[data-v-70561cac], .approval-process-wrap[data-v-70561cac] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.approval-process-wrap .approval-success[data-v-70561cac] {
|
|
color: #00a8a8
|
|
}
|
|
|
|
.approval-process-wrap .approval-success .item[data-v-70561cac] {
|
|
border-color: #00a8a8 !important
|
|
}
|
|
|
|
.approval-process-wrap .approval-reject[data-v-70561cac] {
|
|
color: #ff9959
|
|
}
|
|
|
|
.approval-process-wrap .approval-reject .item[data-v-70561cac] {
|
|
border-color: #ff9959 !important
|
|
}
|
|
|
|
.approval-process-wrap .approval-item[data-v-70561cac] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item[data-v-70561cac] {
|
|
border: 1px solid #ccc;
|
|
border-radius: 10px;
|
|
width: 180px;
|
|
height: 180px;
|
|
text-align: center;
|
|
margin: auto;
|
|
padding: 30px 0
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .icon-wrap[data-v-70561cac] {
|
|
font-size: 50px
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .identity-name[data-v-70561cac] {
|
|
padding: 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .date-time[data-v-70561cac] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.approval-process-wrap .approval-divider[data-v-70561cac] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 20px;
|
|
flex: 0 0 20px;
|
|
line-height: 150px;
|
|
padding: 0 20px
|
|
}
|
|
|
|
.approval-process-wrap .approval-divider .divider-icon[data-v-70561cac] {
|
|
font-size: 20px
|
|
}
|
|
|
|
.el-dialog[data-v-70561cac] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: -ms-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
max-height: calc(100% - 30px);
|
|
max-width: calc(100% - 30px)
|
|
}
|
|
|
|
.el-dialog .el-dialog__body[data-v-70561cac] {
|
|
max-height: 100%;
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.el-dialog__wrapper[data-v-70561cac] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.app-container[data-v-628515f6] {
|
|
position: relative;
|
|
padding-bottom: 60px
|
|
}
|
|
|
|
.bottom-btn[data-v-628515f6] {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 97%;
|
|
text-align: center;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-top: 1px solid #e6ebf5
|
|
}
|
|
|
|
.tool-btn[data-v-628515f6] {
|
|
display: -webkit-inline-box
|
|
}
|
|
|
|
.app-container[data-v-04608d72] {
|
|
position: relative;
|
|
padding-bottom: 60px
|
|
}
|
|
|
|
.bottom-btn[data-v-04608d72] {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 97%;
|
|
text-align: center;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-top: 1px solid #e6ebf5
|
|
}
|
|
|
|
.el-dialog[data-v-e12449c8] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: -ms-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
max-height: calc(100% - 30px);
|
|
max-width: calc(100% - 30px)
|
|
}
|
|
|
|
.el-dialog .el-dialog__body[data-v-e12449c8] {
|
|
max-height: 100%;
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.el-dialog__wrapper[data-v-e12449c8] {
|
|
overflow: hidden
|
|
}
|
|
|
|
[data-v-1f4821ca] .el-dialog__body {
|
|
padding: 4px 20px 20px
|
|
}
|
|
|
|
.btn-right[data-v-b4416dc6] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-b4416dc6] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
[data-v-b4416dc6] .el-input__inner {
|
|
color: #333 !important
|
|
}
|
|
|
|
.btn-flex[data-v-b4416dc6] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.btn-flex .el-button[data-v-b4416dc6] {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.file-form[data-v-b4416dc6] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.file-form .file-title[data-v-b4416dc6] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 170px;
|
|
flex: 0 0 170px;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.file-form .file-list[data-v-b4416dc6] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.pour-wrap[data-v-b4416dc6] {
|
|
padding: 10px
|
|
}
|
|
|
|
.pour-wrap span[data-v-b4416dc6] {
|
|
color: red
|
|
}
|
|
|
|
[data-v-05402010] .el-dialog__wrapper .el-dialog .el-dialog__header {
|
|
border-bottom: 1px solid #ccc
|
|
}
|
|
|
|
[data-v-05402010] .el-dialog__wrapper .el-dialog .el-dialog__body {
|
|
padding: 10px
|
|
}
|
|
|
|
.btn-right[data-v-9abf1368] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-9abf1368] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
[data-v-9abf1368] .el-input__inner {
|
|
color: #333 !important
|
|
}
|
|
|
|
.btn-flex[data-v-9abf1368] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.btn-flex .el-button[data-v-9abf1368] {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.file-form[data-v-9abf1368] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.file-form .file-title[data-v-9abf1368] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 170px;
|
|
flex: 0 0 170px;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.file-form .file-list[data-v-9abf1368] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.pour-wrap[data-v-9abf1368] {
|
|
padding: 10px
|
|
}
|
|
|
|
.pour-wrap span[data-v-9abf1368] {
|
|
color: red
|
|
}
|
|
|
|
[data-v-0d731a09] .el-dialog__wrapper .el-dialog .el-dialog__header {
|
|
border-bottom: 1px solid #ccc
|
|
}
|
|
|
|
[data-v-0d731a09] .el-dialog__wrapper .el-dialog .el-dialog__body {
|
|
padding: 10px
|
|
}
|
|
|
|
.approval-process-wrap[data-v-55e263ef] {
|
|
padding: 10px 75px
|
|
}
|
|
|
|
.approval-process-wrap .approval-process[data-v-55e263ef], .approval-process-wrap[data-v-55e263ef] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.approval-process-wrap .approval-success[data-v-55e263ef] {
|
|
color: #00a8a8
|
|
}
|
|
|
|
.approval-process-wrap .approval-success .item[data-v-55e263ef] {
|
|
border-color: #00a8a8 !important
|
|
}
|
|
|
|
.approval-process-wrap .approval-reject[data-v-55e263ef] {
|
|
color: #ff9959
|
|
}
|
|
|
|
.approval-process-wrap .approval-reject .item[data-v-55e263ef] {
|
|
border-color: #ff9959 !important
|
|
}
|
|
|
|
.approval-process-wrap .approval-item[data-v-55e263ef] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item[data-v-55e263ef] {
|
|
border: 1px solid #ccc;
|
|
border-radius: 10px;
|
|
width: 150px;
|
|
height: 150px;
|
|
text-align: center;
|
|
margin: auto;
|
|
padding: 30px 0
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .icon-wrap[data-v-55e263ef] {
|
|
font-size: 50px
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .identity-name[data-v-55e263ef] {
|
|
padding: 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .date-time[data-v-55e263ef] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.approval-process-wrap .approval-divider[data-v-55e263ef] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 20px;
|
|
flex: 0 0 20px;
|
|
line-height: 150px;
|
|
padding: 0 20px
|
|
}
|
|
|
|
.approval-process-wrap .approval-divider .divider-icon[data-v-55e263ef] {
|
|
font-size: 20px
|
|
}
|
|
|
|
.el-dialog[data-v-55e263ef] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: -ms-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
max-height: calc(100% - 30px);
|
|
max-width: calc(100% - 30px)
|
|
}
|
|
|
|
.el-dialog .el-dialog__body[data-v-55e263ef] {
|
|
max-height: 100%;
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.el-dialog__wrapper[data-v-55e263ef] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.app-container[data-v-93623eda] {
|
|
position: relative;
|
|
padding-bottom: 60px
|
|
}
|
|
|
|
.bottom-btn[data-v-93623eda] {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 97%;
|
|
text-align: center;
|
|
padding: 20px;
|
|
background: #fff;
|
|
border-top: 1px solid #e6ebf5
|
|
}
|
|
|
|
.approval-process-wrap[data-v-62dd4db0] {
|
|
padding: 10px 75px
|
|
}
|
|
|
|
.approval-process-wrap .approval-process[data-v-62dd4db0], .approval-process-wrap[data-v-62dd4db0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex
|
|
}
|
|
|
|
.approval-process-wrap .approval-success[data-v-62dd4db0] {
|
|
color: #00a8a8
|
|
}
|
|
|
|
.approval-process-wrap .approval-success .item[data-v-62dd4db0] {
|
|
border-color: #00a8a8 !important
|
|
}
|
|
|
|
.approval-process-wrap .approval-reject[data-v-62dd4db0] {
|
|
color: #ff9959
|
|
}
|
|
|
|
.approval-process-wrap .approval-reject .item[data-v-62dd4db0] {
|
|
border-color: #ff9959 !important
|
|
}
|
|
|
|
.approval-process-wrap .approval-item[data-v-62dd4db0] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item[data-v-62dd4db0] {
|
|
border: 1px solid #ccc;
|
|
border-radius: 10px;
|
|
width: 150px;
|
|
height: 150px;
|
|
text-align: center;
|
|
margin: auto;
|
|
padding: 30px 0
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .icon-wrap[data-v-62dd4db0] {
|
|
font-size: 50px
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .identity-name[data-v-62dd4db0] {
|
|
padding: 10px;
|
|
font-size: 12px
|
|
}
|
|
|
|
.approval-process-wrap .approval-item .item .date-time[data-v-62dd4db0] {
|
|
font-size: 12px
|
|
}
|
|
|
|
.approval-process-wrap .approval-divider[data-v-62dd4db0] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 20px;
|
|
flex: 0 0 20px;
|
|
line-height: 150px;
|
|
padding: 0 20px
|
|
}
|
|
|
|
.approval-process-wrap .approval-divider .divider-icon[data-v-62dd4db0] {
|
|
font-size: 20px
|
|
}
|
|
|
|
.el-dialog[data-v-62dd4db0] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: -ms-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
max-height: calc(100% - 30px);
|
|
max-width: calc(100% - 30px)
|
|
}
|
|
|
|
.el-dialog .el-dialog__body[data-v-62dd4db0] {
|
|
max-height: 100%;
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.el-dialog__wrapper[data-v-62dd4db0] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.el-dialog[data-v-2a6d19ad] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
display: -ms-flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
flex-direction: column;
|
|
-ms-flex-direction: column;
|
|
margin: 0 !important;
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
-webkit-transform: translate(-50%,-50%);
|
|
transform: translate(-50%,-50%);
|
|
max-height: calc(100% - 30px);
|
|
max-width: calc(100% - 30px)
|
|
}
|
|
|
|
.el-dialog .el-dialog__body[data-v-2a6d19ad] {
|
|
max-height: 100%;
|
|
-webkit-box-flex: 1;
|
|
flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
overflow-x: hidden
|
|
}
|
|
|
|
.el-dialog__wrapper[data-v-2a6d19ad] {
|
|
overflow: hidden
|
|
}
|
|
|
|
.btn-right[data-v-41a2aedb] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-41a2aedb] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
[data-v-41a2aedb] .el-input__inner {
|
|
color: #333 !important
|
|
}
|
|
|
|
.btn-flex[data-v-41a2aedb] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.btn-flex .el-button[data-v-41a2aedb] {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.file-form[data-v-41a2aedb] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.file-form .file-title[data-v-41a2aedb] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 170px;
|
|
flex: 0 0 170px;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.file-form .file-list[data-v-41a2aedb] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.pour-wrap[data-v-41a2aedb] {
|
|
padding: 10px
|
|
}
|
|
|
|
.pour-wrap span[data-v-41a2aedb] {
|
|
color: red
|
|
}
|
|
|
|
.file-tips[data-v-41a2aedb] {
|
|
color: red;
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
padding-bottom: 10px
|
|
}
|
|
|
|
.file-tips[data-v-41a2aedb], [data-v-08ac9e72] .el-dialog__wrapper .el-dialog .el-dialog__header {
|
|
border-bottom: 1px solid #ccc
|
|
}
|
|
|
|
[data-v-08ac9e72] .el-dialog__wrapper .el-dialog .el-dialog__body {
|
|
padding: 10px
|
|
}
|
|
|
|
.btn-right[data-v-2dc96492] {
|
|
float: right
|
|
}
|
|
|
|
.btn-right .el-button[data-v-2dc96492] {
|
|
margin-left: 10px
|
|
}
|
|
|
|
[data-v-2dc96492] .el-input__inner {
|
|
color: #333 !important
|
|
}
|
|
|
|
.btn-flex[data-v-2dc96492] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 10px 0
|
|
}
|
|
|
|
.btn-flex .el-button[data-v-2dc96492] {
|
|
margin-bottom: 10px
|
|
}
|
|
|
|
.file-form[data-v-2dc96492] {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
padding-bottom: 20px
|
|
}
|
|
|
|
.file-form .file-title[data-v-2dc96492] {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 170px;
|
|
flex: 0 0 170px;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
line-height: 32px
|
|
}
|
|
|
|
.file-form .file-list[data-v-2dc96492] {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1
|
|
}
|
|
|
|
.pour-wrap[data-v-2dc96492] {
|
|
padding: 10px
|
|
}
|
|
|
|
.pour-wrap span[data-v-2dc96492] {
|
|
color: red
|
|
}
|
|
|
|
[data-v-7299a443] .el-dialog__wrapper .el-dialog .el-dialog__header {
|
|
border-bottom: 1px solid #ccc
|
|
}
|
|
|
|
[data-v-7299a443] .el-dialog__wrapper .el-dialog .el-dialog__body {
|
|
padding: 10px
|
|
}
|
|
|
|
#app {
|
|
min-height: 100vh;
|
|
overflow: auto;
|
|
}
|
|
|
|
#app::-webkit-scrollbar {
|
|
width: 8px;
|
|
height: 1px
|
|
}
|
|
|
|
#app::-webkit-scrollbar-thumb {
|
|
border-radius: 10px;
|
|
background-color: #0033FF;
|
|
background-image: -webkit-linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent)
|
|
}
|
|
|
|
#app::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
|
|
box-shadow: inset 0 0 5px rgba(0,0,0,.2);
|
|
background: #ededed;
|
|
border-radius: 10px
|
|
}
|
|
|
|
.el-card__header {
|
|
border-color: #0033FF !important
|
|
}
|
|
|
|
.splitter-pane-resizer {
|
|
background-color: #fff !important
|
|
}
|
|
|
|
.el-drawer__header {
|
|
font-size: 20px;
|
|
color: #000;
|
|
background: #f5f5f5;
|
|
margin-bottom: 20px;
|
|
padding: 20px
|
|
}
|
|
|
|
.el-table--enable-row-hover .el-table__body tr:hover > td {
|
|
background-color: none
|
|
}
|
|
|
|
.el-upload-list__item {
|
|
width: 30%;
|
|
font-size: 16px
|
|
}
|
|
|
|
.svg-icon[data-v-4342976c] {
|
|
width: 1em;
|
|
height: 1em;
|
|
vertical-align: -.15em;
|
|
fill: currentColor;
|
|
overflow: hidden
|
|
}
|
|
|
|
.svg-external-icon[data-v-4342976c] {
|
|
background-color: currentColor;
|
|
-webkit-mask-size: cover !important;
|
|
mask-size: cover !important;
|
|
display: inline-block
|
|
}
|
|
|
|
.waves-ripple {
|
|
position: absolute;
|
|
border-radius: 100%;
|
|
background-color: rgba(0,0,0,.15);
|
|
background-clip: padding-box;
|
|
pointer-events: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0);
|
|
opacity: 1
|
|
}
|
|
|
|
.waves-ripple.z-active {
|
|
opacity: 0;
|
|
-webkit-transform: scale(2);
|
|
transform: scale(2);
|
|
-webkit-transition: opacity 1.2s ease-out,-webkit-transform .6s ease-out;
|
|
transition: opacity 1.2s ease-out,-webkit-transform .6s ease-out;
|
|
transition: opacity 1.2s ease-out,transform .6s ease-out;
|
|
transition: opacity 1.2s ease-out,transform .6s ease-out,-webkit-transform .6s ease-out
|
|
}
|