|
|
@@ -0,0 +1,235 @@
|
|
|
+* {
|
|
|
+ margin: 0;
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+body,
|
|
|
+html {
|
|
|
+ font-family: Noto Sans, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun,
|
|
|
+ sans-serif;
|
|
|
+}
|
|
|
+
|
|
|
+a {
|
|
|
+ text-decoration: none;
|
|
|
+ span {
|
|
|
+ text-decoration: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog__wrapper {
|
|
|
+ // z-index: 200000 !important;
|
|
|
+}
|
|
|
+
|
|
|
+.hideSelect.el-select-dropdown {
|
|
|
+ border-width: 0px;
|
|
|
+ box-shadow: none;
|
|
|
+ display: none;
|
|
|
+}
|
|
|
+
|
|
|
+.center-content {
|
|
|
+ .center-content();
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog {
|
|
|
+ box-shadow: 0px -1px 0px 0px #f2f3f5 !important;
|
|
|
+ border-radius: 8px !important;
|
|
|
+
|
|
|
+ .btns {
|
|
|
+ .flex();
|
|
|
+ justify-content: flex-end;
|
|
|
+ .el-button {
|
|
|
+ min-width: 100px;
|
|
|
+ border-radius: 8px;
|
|
|
+ line-height: 16px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog {
|
|
|
+ max-height: 70vh;
|
|
|
+ .flex-col();
|
|
|
+ .el-dialog__header {
|
|
|
+ flex-shrink: 0;
|
|
|
+ }
|
|
|
+ .el-dialog__body {
|
|
|
+ padding: 30px 0 40px;
|
|
|
+ flex-grow: 1;
|
|
|
+ overflow: auto;
|
|
|
+ }
|
|
|
+ .el-form-item {
|
|
|
+ width: 50%;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding-right: 16px;
|
|
|
+ margin-right: 0px !important;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ display: inline-flex !important;
|
|
|
+ .el-form-item__content {
|
|
|
+ flex-grow: 1;
|
|
|
+ }
|
|
|
+ &.block {
|
|
|
+ width: calc(100% - 14px);
|
|
|
+ .el-input {
|
|
|
+ width: 400px;
|
|
|
+ }
|
|
|
+ .el-textarea {
|
|
|
+ width: 400px;
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input {
|
|
|
+ width: 200px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input-number--small {
|
|
|
+ text-align: left;
|
|
|
+ width: 200px;
|
|
|
+
|
|
|
+ input {
|
|
|
+ text-align: left;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .btns {
|
|
|
+ padding: 50px 90px 0;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.iconfont {
|
|
|
+ font-size: 24px;
|
|
|
+}
|
|
|
+
|
|
|
+body {
|
|
|
+ font-size: 16px;
|
|
|
+
|
|
|
+ div {
|
|
|
+ font-size: 14px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+* {
|
|
|
+ &::-webkit-scrollbar {
|
|
|
+ width: 0.5em;
|
|
|
+ height: 0.5em;
|
|
|
+ }
|
|
|
+
|
|
|
+ &::-webkit-scrollbar-track {
|
|
|
+ background: transparent;
|
|
|
+ border-radius: 2px;
|
|
|
+ }
|
|
|
+ &::-webkit-scrollbar-thumb {
|
|
|
+ background: #bfbfbf;
|
|
|
+ border-radius: 10px;
|
|
|
+ }
|
|
|
+ &::-webkit-scrollbar-thumb:hover {
|
|
|
+ background: #333;
|
|
|
+ }
|
|
|
+}
|
|
|
+.el-menu {
|
|
|
+ border-right-width: 0px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.popup-menu {
|
|
|
+ .el-menu--popup-bottom-start {
|
|
|
+ margin-top: 0;
|
|
|
+ }
|
|
|
+ .el-menu--popup {
|
|
|
+ min-width: 208px;
|
|
|
+ background-color: #ffffff !important;
|
|
|
+ box-sizing: border-box;
|
|
|
+ padding: 0 0 !important;
|
|
|
+ }
|
|
|
+ .el-menu {
|
|
|
+ .el-menu-item {
|
|
|
+ height: 56px !important;
|
|
|
+ line-height: 56px !important;
|
|
|
+ padding: 0 40px !important;
|
|
|
+ text-align: center;
|
|
|
+ background-color: #ffffff !important;
|
|
|
+ color: #353535 !important;
|
|
|
+
|
|
|
+ &.is-active {
|
|
|
+ background-color: transparent !important;
|
|
|
+ color: #353535 !important;
|
|
|
+ // font-weight: bold;
|
|
|
+ }
|
|
|
+ &:hover {
|
|
|
+ background-color: #e4e4e4 !important;
|
|
|
+ color: #000 !important;
|
|
|
+ font-weight: bold;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.search {
|
|
|
+ .el-input__suffix-inner {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: row-reverse;
|
|
|
+
|
|
|
+ .el-icon-search {
|
|
|
+ color: #c0c4cc;
|
|
|
+ font-size: 14;
|
|
|
+ cursor: pointer;
|
|
|
+ transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
|
+
|
|
|
+ &:hover {
|
|
|
+ color: #909399;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+
|
|
|
+ .el-input-group__append,
|
|
|
+ .el-input-group__prepend {
|
|
|
+ background-color: @warn;
|
|
|
+ padding: 0 10px;
|
|
|
+ color: #fff;
|
|
|
+ border-color: @warn;
|
|
|
+ }
|
|
|
+
|
|
|
+ &.el-input-group--append {
|
|
|
+ .el-input__inner {
|
|
|
+ border-color: @warn;
|
|
|
+ background-color: transparent;
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+.btn-block {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+.btn-block + .btn-block {
|
|
|
+ margin-left: 0 !important;
|
|
|
+ margin-top: 20px;
|
|
|
+}
|
|
|
+
|
|
|
+.el-dialog__title {
|
|
|
+ font-weight: bold;
|
|
|
+ // font-size: 16px !important;
|
|
|
+}
|
|
|
+
|
|
|
+.swiper-pagination-bullet {
|
|
|
+ background-color: rgba(0, 0, 0, 0.6);
|
|
|
+}
|
|
|
+.swiper-pagination-bullet-active {
|
|
|
+ background-color: @prim;
|
|
|
+}
|
|
|
+.animate__animated.animate__bounce {
|
|
|
+ --animate-duration: 2s;
|
|
|
+}
|
|
|
+:root {
|
|
|
+ --swiper-theme-color: @prim;
|
|
|
+}
|
|
|
+/* This changes all the animations globally */
|
|
|
+// :root {
|
|
|
+// --animate-duration: 800ms;
|
|
|
+// --animate-delay: 0.9s;
|
|
|
+// }
|
|
|
+
|
|
|
+.symbol {
|
|
|
+ width: 1em;
|
|
|
+ height: 1em;
|
|
|
+ vertical-align: -0.15em;
|
|
|
+ fill: currentColor;
|
|
|
+ overflow: hidden;
|
|
|
+}
|