|
@@ -0,0 +1,1358 @@
|
|
|
+@charset "UTF-8";
|
|
|
+/**
|
|
|
+$base-menu-color:hsla(0,0%,100%,.65);
|
|
|
+$base-menu-color-active:#fff;
|
|
|
+$base-menu-background:#001529;
|
|
|
+$base-logo-title-color: #ffffff;
|
|
|
+
|
|
|
+$base-menu-light-color:rgba(0,0,0,.70);
|
|
|
+$base-menu-light-background:#ffffff;
|
|
|
+$base-logo-light-title-color: #001529;
|
|
|
+
|
|
|
+$base-sub-menu-background:#000c17;
|
|
|
+$base-sub-menu-hover:#001528;
|
|
|
+*/
|
|
|
+:export {
|
|
|
+ menuColor: #bfcbd9;
|
|
|
+ menuLightColor: rgba(0, 0, 0, 0.7);
|
|
|
+ menuColorActive: #f4f4f5;
|
|
|
+ menuBackground: #304156;
|
|
|
+ menuLightBackground: #ffffff;
|
|
|
+ subMenuBackground: #1f2d3d;
|
|
|
+ subMenuHover: #001528;
|
|
|
+ sideBarWidth: 270px;
|
|
|
+ logoTitleColor: #ffffff;
|
|
|
+ logoLightTitleColor: #001529;
|
|
|
+}
|
|
|
+
|
|
|
+/* fade */
|
|
|
+.fade-enter-active,
|
|
|
+.fade-leave-active {
|
|
|
+ -webkit-transition: opacity 0.28s;
|
|
|
+ transition: opacity 0.28s;
|
|
|
+}
|
|
|
+
|
|
|
+.fade-enter,
|
|
|
+.fade-leave-active {
|
|
|
+ opacity: 0;
|
|
|
+}
|
|
|
+
|
|
|
+/* fade-transform */
|
|
|
+.fade-transform--move,
|
|
|
+.fade-transform-leave-active,
|
|
|
+.fade-transform-enter-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 transition */
|
|
|
+.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;
|
|
|
+}
|
|
|
+
|
|
|
+.el-upload__input {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.cell .el-tag {
|
|
|
+ margin-right: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.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: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog {
|
|
|
+ -webkit-transform: none;
|
|
|
+ transform: none;
|
|
|
+ left: 0;
|
|
|
+ position: relative;
|
|
|
+ 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;
|
|
|
+}
|
|
|
+
|
|
|
+.el-range-separator {
|
|
|
+ -webkit-box-sizing: content-box;
|
|
|
+ box-sizing: content-box;
|
|
|
+}
|
|
|
+
|
|
|
+.el-menu--collapse
|
|
|
+> div
|
|
|
+> .el-submenu
|
|
|
+> .el-submenu__title
|
|
|
+.el-submenu__icon-arrow {
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.el-autocomplete-suggestion .el-autocomplete-suggestion__wrap {
|
|
|
+ padding: 10px 0 0 0;
|
|
|
+}
|
|
|
+
|
|
|
+.el-super-table {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.el-super-table .el-table__cell {
|
|
|
+ height: 50px;
|
|
|
+}
|
|
|
+
|
|
|
+.el-super-table td.el-table__cell {
|
|
|
+ border-right: 0;
|
|
|
+}
|
|
|
+
|
|
|
+#app .main-container {
|
|
|
+ min-height: 100%;
|
|
|
+ -webkit-transition: margin-left .28s;
|
|
|
+ transition: margin-left .28s;
|
|
|
+ margin-left: 270px;
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebarHide {
|
|
|
+ margin-left: 0 !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container {
|
|
|
+ -webkit-transition: width .28s;
|
|
|
+ -webkit-transition: width 0.28s;
|
|
|
+ transition: width 0.28s;
|
|
|
+ width: 270px !important;
|
|
|
+ background-color: #304156;
|
|
|
+ height: 100%;
|
|
|
+ position: fixed;
|
|
|
+ font-size: 0px;
|
|
|
+ top: 0;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ z-index: 1001;
|
|
|
+ overflow: hidden;
|
|
|
+ -webkit-box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
|
|
|
+ box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .horizontal-collapse-transition {
|
|
|
+ -webkit-transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
|
|
|
+ transition: 0s width ease-in-out, 0s padding-left ease-in-out, 0s padding-right ease-in-out;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .scrollbar-wrapper {
|
|
|
+ overflow-x: hidden !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .el-scrollbar__bar.is-vertical {
|
|
|
+ right: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .el-scrollbar {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container.has-logo .el-scrollbar {
|
|
|
+ height: calc(100% - 50px);
|
|
|
+}
|
|
|
+
|
|
|
+#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-menu-item, #app .sidebar-container .el-submenu__title {
|
|
|
+ overflow: hidden !important;
|
|
|
+ text-overflow: ellipsis !important;
|
|
|
+ white-space: nowrap !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .submenu-title-noDropdown:hover,
|
|
|
+#app .sidebar-container .el-submenu__title:hover {
|
|
|
+ background-color: rgba(0, 0, 0, 0.06) !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .theme-dark .is-active > .el-submenu__title {
|
|
|
+ color: #f4f4f5 !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title,
|
|
|
+#app .sidebar-container .el-submenu .el-menu-item {
|
|
|
+ min-width: 270px !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .nest-menu .el-submenu > .el-submenu__title:hover,
|
|
|
+#app .sidebar-container .el-submenu .el-menu-item:hover {
|
|
|
+ background-color: rgba(0, 0, 0, 0.06) !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title,
|
|
|
+#app .sidebar-container .theme-dark .el-submenu .el-menu-item {
|
|
|
+ background-color: #1f2d3d !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .sidebar-container .theme-dark .nest-menu .el-submenu > .el-submenu__title:hover,
|
|
|
+#app .sidebar-container .theme-dark .el-submenu .el-menu-item:hover {
|
|
|
+ background-color: #001528 !important;
|
|
|
+}
|
|
|
+
|
|
|
+#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-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: 270px !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .mobile .main-container {
|
|
|
+ margin-left: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+#app .mobile .sidebar-container {
|
|
|
+ -webkit-transition: -webkit-transform .28s;
|
|
|
+ transition: -webkit-transform .28s;
|
|
|
+ transition: transform .28s;
|
|
|
+ transition: transform .28s, -webkit-transform .28s;
|
|
|
+ width: 270px !important;
|
|
|
+}
|
|
|
+
|
|
|
+#app .mobile.hideSidebar .sidebar-container {
|
|
|
+ pointer-events: none;
|
|
|
+ -webkit-transition-duration: 0.3s;
|
|
|
+ transition-duration: 0.3s;
|
|
|
+ -webkit-transform: translate3d(-270px, 0, 0);
|
|
|
+ transform: translate3d(-270px, 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 .nest-menu .el-submenu > .el-submenu__title:hover,
|
|
|
+.el-menu--vertical .el-menu-item:hover {
|
|
|
+ background-color: rgba(0, 0, 0, 0.06) !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;
|
|
|
+}
|
|
|
+
|
|
|
+/**
|
|
|
+$base-menu-color:hsla(0,0%,100%,.65);
|
|
|
+$base-menu-color-active:#fff;
|
|
|
+$base-menu-background:#001529;
|
|
|
+$base-logo-title-color: #ffffff;
|
|
|
+
|
|
|
+$base-menu-light-color:rgba(0,0,0,.70);
|
|
|
+$base-menu-light-background:#ffffff;
|
|
|
+$base-logo-light-title-color: #001529;
|
|
|
+
|
|
|
+$base-sub-menu-background:#000c17;
|
|
|
+$base-sub-menu-hover:#001528;
|
|
|
+*/
|
|
|
+:export {
|
|
|
+ menuColor: #bfcbd9;
|
|
|
+ menuLightColor: rgba(0, 0, 0, 0.7);
|
|
|
+ menuColorActive: #f4f4f5;
|
|
|
+ menuBackground: #304156;
|
|
|
+ menuLightBackground: #ffffff;
|
|
|
+ subMenuBackground: #1f2d3d;
|
|
|
+ subMenuHover: #001528;
|
|
|
+ sideBarWidth: 270px;
|
|
|
+ logoTitleColor: #ffffff;
|
|
|
+ logoLightTitleColor: #001529;
|
|
|
+}
|
|
|
+
|
|
|
+.blue-btn {
|
|
|
+ background: #324157;
|
|
|
+}
|
|
|
+
|
|
|
+.blue-btn:hover {
|
|
|
+ color: #324157;
|
|
|
+}
|
|
|
+
|
|
|
+.blue-btn:hover:before, .blue-btn:hover:after {
|
|
|
+ background: #324157;
|
|
|
+}
|
|
|
+
|
|
|
+.light-blue-btn {
|
|
|
+ background: #3A71A8;
|
|
|
+}
|
|
|
+
|
|
|
+.light-blue-btn:hover {
|
|
|
+ color: #3A71A8;
|
|
|
+}
|
|
|
+
|
|
|
+.light-blue-btn:hover:before, .light-blue-btn:hover:after {
|
|
|
+ background: #3A71A8;
|
|
|
+}
|
|
|
+
|
|
|
+.red-btn {
|
|
|
+ background: #C03639;
|
|
|
+}
|
|
|
+
|
|
|
+.red-btn:hover {
|
|
|
+ color: #C03639;
|
|
|
+}
|
|
|
+
|
|
|
+.red-btn:hover:before, .red-btn:hover:after {
|
|
|
+ background: #C03639;
|
|
|
+}
|
|
|
+
|
|
|
+.pink-btn {
|
|
|
+ background: #E65D6E;
|
|
|
+}
|
|
|
+
|
|
|
+.pink-btn:hover {
|
|
|
+ color: #E65D6E;
|
|
|
+}
|
|
|
+
|
|
|
+.pink-btn:hover:before, .pink-btn:hover:after {
|
|
|
+ background: #E65D6E;
|
|
|
+}
|
|
|
+
|
|
|
+.green-btn {
|
|
|
+ background: #30B08F;
|
|
|
+}
|
|
|
+
|
|
|
+.green-btn:hover {
|
|
|
+ color: #30B08F;
|
|
|
+}
|
|
|
+
|
|
|
+.green-btn:hover:before, .green-btn:hover:after {
|
|
|
+ background: #30B08F;
|
|
|
+}
|
|
|
+
|
|
|
+.tiffany-btn {
|
|
|
+ background: #4AB7BD;
|
|
|
+}
|
|
|
+
|
|
|
+.tiffany-btn:hover {
|
|
|
+ color: #4AB7BD;
|
|
|
+}
|
|
|
+
|
|
|
+.tiffany-btn:hover:before, .tiffany-btn:hover:after {
|
|
|
+ background: #4AB7BD;
|
|
|
+}
|
|
|
+
|
|
|
+.yellow-btn {
|
|
|
+ background: #FEC171;
|
|
|
+}
|
|
|
+
|
|
|
+.yellow-btn:hover {
|
|
|
+ color: #FEC171;
|
|
|
+}
|
|
|
+
|
|
|
+.yellow-btn:hover:before, .yellow-btn:hover:after {
|
|
|
+ background: #FEC171;
|
|
|
+}
|
|
|
+
|
|
|
+.pan-btn {
|
|
|
+ font-size: 14px;
|
|
|
+ color: #fff;
|
|
|
+ padding: 14px 36px;
|
|
|
+ border-radius: 8px;
|
|
|
+ border: none;
|
|
|
+ outline: none;
|
|
|
+ -webkit-transition: 600ms ease all;
|
|
|
+ transition: 600ms ease all;
|
|
|
+ position: relative;
|
|
|
+ display: inline-block;
|
|
|
+}
|
|
|
+
|
|
|
+.pan-btn:hover {
|
|
|
+ background: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.pan-btn:hover:before, .pan-btn:hover:after {
|
|
|
+ width: 100%;
|
|
|
+ -webkit-transition: 600ms ease all;
|
|
|
+ transition: 600ms ease all;
|
|
|
+}
|
|
|
+
|
|
|
+.pan-btn:before, .pan-btn:after {
|
|
|
+ content: '';
|
|
|
+ position: absolute;
|
|
|
+ top: 0;
|
|
|
+ right: 0;
|
|
|
+ height: 2px;
|
|
|
+ width: 0;
|
|
|
+ -webkit-transition: 400ms ease all;
|
|
|
+ transition: 400ms ease all;
|
|
|
+}
|
|
|
+
|
|
|
+.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;
|
|
|
+}
|
|
|
+
|
|
|
+.m-0 {
|
|
|
+ margin: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-0 {
|
|
|
+ margin: 0 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-0 {
|
|
|
+ margin: 0px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-0 {
|
|
|
+ margin-top: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-0 {
|
|
|
+ margin-right: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-0 {
|
|
|
+ margin-bottom: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-0 {
|
|
|
+ margin-left: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-1 {
|
|
|
+ margin: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-1 {
|
|
|
+ margin: 0 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-1 {
|
|
|
+ margin: 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-1 {
|
|
|
+ margin-top: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-1 {
|
|
|
+ margin-right: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-1 {
|
|
|
+ margin-bottom: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-1 {
|
|
|
+ margin-left: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-2 {
|
|
|
+ margin: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-2 {
|
|
|
+ margin: 0 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-2 {
|
|
|
+ margin: 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-2 {
|
|
|
+ margin-top: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-2 {
|
|
|
+ margin-right: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-2 {
|
|
|
+ margin-bottom: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-2 {
|
|
|
+ margin-left: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-3 {
|
|
|
+ margin: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-3 {
|
|
|
+ margin: 0 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-3 {
|
|
|
+ margin: 12px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-3 {
|
|
|
+ margin-top: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-3 {
|
|
|
+ margin-right: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-3 {
|
|
|
+ margin-bottom: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-3 {
|
|
|
+ margin-left: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-4 {
|
|
|
+ margin: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-4 {
|
|
|
+ margin: 0 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-4 {
|
|
|
+ margin: 16px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-4 {
|
|
|
+ margin-top: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-4 {
|
|
|
+ margin-right: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-4 {
|
|
|
+ margin-bottom: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-4 {
|
|
|
+ margin-left: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-5 {
|
|
|
+ margin: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-5 {
|
|
|
+ margin: 0 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-5 {
|
|
|
+ margin: 20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-5 {
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-5 {
|
|
|
+ margin-right: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-5 {
|
|
|
+ margin-bottom: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-5 {
|
|
|
+ margin-left: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-6 {
|
|
|
+ margin: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-6 {
|
|
|
+ margin: 0 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-6 {
|
|
|
+ margin: 24px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-6 {
|
|
|
+ margin-top: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-6 {
|
|
|
+ margin-right: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-6 {
|
|
|
+ margin-bottom: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-6 {
|
|
|
+ margin-left: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-7 {
|
|
|
+ margin: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-7 {
|
|
|
+ margin: 0 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-7 {
|
|
|
+ margin: 28px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-7 {
|
|
|
+ margin-top: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-7 {
|
|
|
+ margin-right: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-7 {
|
|
|
+ margin-bottom: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-7 {
|
|
|
+ margin-left: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-8 {
|
|
|
+ margin: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-8 {
|
|
|
+ margin: 0 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-8 {
|
|
|
+ margin: 32px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-8 {
|
|
|
+ margin-top: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-8 {
|
|
|
+ margin-right: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-8 {
|
|
|
+ margin-bottom: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-8 {
|
|
|
+ margin-left: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-9 {
|
|
|
+ margin: 36px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-9 {
|
|
|
+ margin: 0 36px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-9 {
|
|
|
+ margin: 36px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-9 {
|
|
|
+ margin-top: 36px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-9 {
|
|
|
+ margin-right: 36px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-9 {
|
|
|
+ margin-bottom: 36px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-9 {
|
|
|
+ margin-left: 36px;
|
|
|
+}
|
|
|
+
|
|
|
+.m-10 {
|
|
|
+ margin: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.mx-10 {
|
|
|
+ margin: 0 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.my-10 {
|
|
|
+ margin: 40px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.mt-10 {
|
|
|
+ margin-top: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.mr-10 {
|
|
|
+ margin-right: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.mb-10 {
|
|
|
+ margin-bottom: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.ml-10 {
|
|
|
+ margin-left: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+.p-0 {
|
|
|
+ padding: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.px-0 {
|
|
|
+ padding: 0 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.py-0 {
|
|
|
+ padding: 0px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pt-0 {
|
|
|
+ padding-top: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.pr-0 {
|
|
|
+ padding-right: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.pb-0 {
|
|
|
+ padding-bottom: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.pl-0 {
|
|
|
+ padding-left: 0px;
|
|
|
+}
|
|
|
+
|
|
|
+.p-1 {
|
|
|
+ padding: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.px-1 {
|
|
|
+ padding: 0 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.py-1 {
|
|
|
+ padding: 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pt-1 {
|
|
|
+ padding-top: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.pr-1 {
|
|
|
+ padding-right: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.pb-1 {
|
|
|
+ padding-bottom: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.pl-1 {
|
|
|
+ padding-left: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+.p-2 {
|
|
|
+ padding: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.px-2 {
|
|
|
+ padding: 0 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.py-2 {
|
|
|
+ padding: 8px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pt-2 {
|
|
|
+ padding-top: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.pr-2 {
|
|
|
+ padding-right: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.pb-2 {
|
|
|
+ padding-bottom: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.pl-2 {
|
|
|
+ padding-left: 8px;
|
|
|
+}
|
|
|
+
|
|
|
+.p-3 {
|
|
|
+ padding: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.px-3 {
|
|
|
+ padding: 0 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.py-3 {
|
|
|
+ padding: 12px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pt-3 {
|
|
|
+ padding-top: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.pr-3 {
|
|
|
+ padding-right: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.pb-3 {
|
|
|
+ padding-bottom: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.pl-3 {
|
|
|
+ padding-left: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.p-4 {
|
|
|
+ padding: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.px-4 {
|
|
|
+ padding: 0 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.py-4 {
|
|
|
+ padding: 16px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pt-4 {
|
|
|
+ padding-top: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.pr-4 {
|
|
|
+ padding-right: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.pb-4 {
|
|
|
+ padding-bottom: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.pl-4 {
|
|
|
+ padding-left: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.p-5 {
|
|
|
+ padding: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.px-5 {
|
|
|
+ padding: 0 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.py-5 {
|
|
|
+ padding: 20px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pt-5 {
|
|
|
+ padding-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.pr-5 {
|
|
|
+ padding-right: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.pb-5 {
|
|
|
+ padding-bottom: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.pl-5 {
|
|
|
+ padding-left: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.p-6 {
|
|
|
+ padding: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.px-6 {
|
|
|
+ padding: 0 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.py-6 {
|
|
|
+ padding: 24px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pt-6 {
|
|
|
+ padding-top: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.pr-6 {
|
|
|
+ padding-right: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.pb-6 {
|
|
|
+ padding-bottom: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.pl-6 {
|
|
|
+ padding-left: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.p-7 {
|
|
|
+ padding: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.px-7 {
|
|
|
+ padding: 0 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.py-7 {
|
|
|
+ padding: 28px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pt-7 {
|
|
|
+ padding-top: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.pr-7 {
|
|
|
+ padding-right: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.pb-7 {
|
|
|
+ padding-bottom: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.pl-7 {
|
|
|
+ padding-left: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.p-8 {
|
|
|
+ padding: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.px-8 {
|
|
|
+ padding: 0 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.py-8 {
|
|
|
+ padding: 32px 0;
|
|
|
+}
|
|
|
+
|
|
|
+.pt-8 {
|
|
|
+ padding-top: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.pr-8 {
|
|
|
+ padding-right: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.pb-8 {
|
|
|
+ padding-bottom: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.pl-8 {
|
|
|
+ padding-left: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.fe-1 {
|
|
|
+ white-space: nowrap;
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+}
|
|
|
+
|
|
|
+.fs-3 {
|
|
|
+ font-size: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.fs-4 {
|
|
|
+ font-size: 16px;
|
|
|
+}
|
|
|
+
|
|
|
+.fs-5 {
|
|
|
+ font-size: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.fs-6 {
|
|
|
+ font-size: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+.fs-7 {
|
|
|
+ font-size: 28px;
|
|
|
+}
|
|
|
+
|
|
|
+.fs-8 {
|
|
|
+ font-size: 32px;
|
|
|
+}
|
|
|
+
|
|
|
+.fs-9 {
|
|
|
+ font-size: 36px;
|
|
|
+}
|
|
|
+
|
|
|
+.fs-10 {
|
|
|
+ font-size: 40px;
|
|
|
+}
|
|
|
+
|
|
|
+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;
|
|
|
+}
|
|
|
+
|
|
|
+label {
|
|
|
+ font-weight: 700;
|
|
|
+}
|
|
|
+
|
|
|
+html {
|
|
|
+ height: 100%;
|
|
|
+ -webkit-box-sizing: border-box;
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+#app {
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+*,
|
|
|
+*:before,
|
|
|
+*:after {
|
|
|
+ -webkit-box-sizing: inherit;
|
|
|
+ box-sizing: inherit;
|
|
|
+}
|
|
|
+
|
|
|
+.no-padding {
|
|
|
+ padding: 0px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.padding-content {
|
|
|
+ padding: 4px 0;
|
|
|
+}
|
|
|
+
|
|
|
+a:focus,
|
|
|
+a:active {
|
|
|
+ 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;
|
|
|
+}
|
|
|
+
|
|
|
+.app-container {
|
|
|
+ padding: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.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: 600ms ease position;
|
|
|
+ transition: 600ms ease position;
|
|
|
+ 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 0%, #20b6f9 0%, #2178f1 100%, #2178f1 100%);
|
|
|
+}
|
|
|
+
|
|
|
+.sub-navbar .subtitle {
|
|
|
+ font-size: 20px;
|
|
|
+ color: #fff;
|
|
|
+}
|
|
|
+
|
|
|
+.sub-navbar.draft {
|
|
|
+ background: #d0d0d0;
|
|
|
+}
|
|
|
+
|
|
|
+.sub-navbar.deleted {
|
|
|
+ background: #d0d0d0;
|
|
|
+}
|
|
|
+
|
|
|
+.link-type,
|
|
|
+.link-type:focus {
|
|
|
+ color: #337ab7;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.link-type:hover,
|
|
|
+.link-type:focus: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;
|
|
|
+}
|
|
|
+
|
|
|
+/**修改全局的滚动条*/
|
|
|
+/**滚动条的宽度*/
|
|
|
+::-webkit-scrollbar {
|
|
|
+ width: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar-thumb {
|
|
|
+ background-color: #eaecf1;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+/*表格*/
|
|
|
+.el-table__body-wrapper::-webkit-scrollbar {
|
|
|
+ width: 12px;
|
|
|
+ height: 12px;
|
|
|
+}
|
|
|
+
|
|
|
+.el-table__body-wrapper::-webkit-scrollbar-thumb {
|
|
|
+ background-color: #a1a3a9;
|
|
|
+ border-radius: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.el-input__suffix {
|
|
|
+ display: -webkit-box;
|
|
|
+ display: -ms-flexbox;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-align: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+/*# sourceMappingURL=index.css.map */
|