|
@@ -25,20 +25,24 @@ i {
|
|
|
box-sizing: border-box;
|
|
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
|
|
}
|
|
|
+
|
|
|
li {
|
|
|
list-style: none;
|
|
|
}
|
|
|
+
|
|
|
em,
|
|
|
i,
|
|
|
u {
|
|
|
font-style: normal;
|
|
|
}
|
|
|
+
|
|
|
input {
|
|
|
outline: none;
|
|
|
border: none;
|
|
|
background: rgba(245, 245, 245, 1);
|
|
|
font-family: $--font-family;
|
|
|
}
|
|
|
+
|
|
|
input::-webkit-input-placeholder,
|
|
|
input::-moz-placeholder,
|
|
|
input:-ms-input-placeholder,
|
|
@@ -47,10 +51,12 @@ input:-moz-placeholder {
|
|
|
font-weight: bold;
|
|
|
color: $--color-text-gray-4;
|
|
|
}
|
|
|
+
|
|
|
button,
|
|
|
textarea {
|
|
|
font-family: $--font-family;
|
|
|
}
|
|
|
+
|
|
|
h1,
|
|
|
h2,
|
|
|
h3,
|
|
@@ -59,19 +65,23 @@ h5,
|
|
|
h6 {
|
|
|
font-size: 100%;
|
|
|
}
|
|
|
+
|
|
|
fieldset,
|
|
|
img {
|
|
|
border: 0;
|
|
|
}
|
|
|
+
|
|
|
abbr {
|
|
|
border: 0;
|
|
|
font-variant: normal;
|
|
|
}
|
|
|
+
|
|
|
a {
|
|
|
text-decoration: none;
|
|
|
color: inherit;
|
|
|
*color: $--color-text-gray-3;
|
|
|
}
|
|
|
+
|
|
|
img {
|
|
|
vertical-align: middle;
|
|
|
}
|
|
@@ -80,6 +90,7 @@ img {
|
|
|
input:-webkit-autofill {
|
|
|
box-shadow: 0 0 0 1000px white inset;
|
|
|
}
|
|
|
+
|
|
|
input[type="text"]:focus,
|
|
|
input[type="password"]:focus,
|
|
|
input[type="number"]:focus,
|
|
@@ -93,19 +104,24 @@ textarea:focus {
|
|
|
height: 8px;
|
|
|
background: transparent;
|
|
|
}
|
|
|
+
|
|
|
::-webkit-scrollbar-button {
|
|
|
display: none;
|
|
|
}
|
|
|
+
|
|
|
::-webkit-scrollbar-track {
|
|
|
background: transparent;
|
|
|
}
|
|
|
+
|
|
|
::-webkit-scrollbar-thumb {
|
|
|
border-radius: 8px;
|
|
|
background: #666;
|
|
|
}
|
|
|
+
|
|
|
::-webkit-scrollbar-corner {
|
|
|
background: transparent;
|
|
|
}
|
|
|
+
|
|
|
::-webkit-scrollbar-resizer {
|
|
|
background: transparent;
|
|
|
}
|
|
@@ -127,6 +143,7 @@ body {
|
|
|
&-border {
|
|
|
border: 1px solid $--color-border;
|
|
|
}
|
|
|
+
|
|
|
&-pad {
|
|
|
padding: 20px;
|
|
|
}
|
|
@@ -137,10 +154,12 @@ body {
|
|
|
.el-form-item {
|
|
|
margin-bottom: 15px;
|
|
|
}
|
|
|
+
|
|
|
.el-form-item__label {
|
|
|
display: none;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
&-gray {
|
|
|
background-color: $--color-text-gray-7;
|
|
|
}
|
|
@@ -157,6 +176,7 @@ body {
|
|
|
display: flex;
|
|
|
align-items: flex-end;
|
|
|
}
|
|
|
+
|
|
|
&-tips {
|
|
|
font-size: 16px;
|
|
|
line-height: 25px;
|
|
@@ -175,6 +195,7 @@ body {
|
|
|
> h3 {
|
|
|
font-size: 17px;
|
|
|
}
|
|
|
+
|
|
|
.el-icon-question {
|
|
|
margin-left: 10px;
|
|
|
font-size: 16px;
|
|
@@ -187,6 +208,7 @@ body {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.part-title {
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
@@ -197,23 +219,28 @@ body {
|
|
|
h2 {
|
|
|
float: left;
|
|
|
}
|
|
|
+
|
|
|
&-infos {
|
|
|
float: right;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.part-body {
|
|
|
padding: 25px;
|
|
|
}
|
|
|
+
|
|
|
.part-page {
|
|
|
margin-top: 15px;
|
|
|
text-align: right;
|
|
|
}
|
|
|
+
|
|
|
.part-none {
|
|
|
padding: 100px;
|
|
|
font-size: 20px;
|
|
|
color: $--color-text-gray-3;
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
// box-justify
|
|
|
.box-justify {
|
|
|
display: flex;
|
|
@@ -225,6 +252,7 @@ body {
|
|
|
.page-head {
|
|
|
margin-bottom: 20px;
|
|
|
color: $--color-text-dark;
|
|
|
+
|
|
|
&-flex {
|
|
|
display: flex;
|
|
|
align-items: stretch;
|
|
@@ -234,6 +262,7 @@ body {
|
|
|
> h2 {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
+
|
|
|
.el-icon-question {
|
|
|
margin-left: 10px;
|
|
|
font-size: 16px;
|
|
@@ -264,6 +293,7 @@ body {
|
|
|
color: $--color-text-gray-2;
|
|
|
border: 1px solid $--color-border;
|
|
|
}
|
|
|
+
|
|
|
td {
|
|
|
padding: 14px;
|
|
|
line-height: 1.2;
|
|
@@ -273,12 +303,14 @@ body {
|
|
|
&.td-link {
|
|
|
span {
|
|
|
cursor: pointer;
|
|
|
+
|
|
|
&:hover {
|
|
|
color: $--color-text-gray;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.td-th {
|
|
|
font-weight: 600;
|
|
|
color: $--color-text-gray;
|
|
@@ -287,11 +319,13 @@ body {
|
|
|
&--border {
|
|
|
border: 1px solid $--color-border;
|
|
|
border-radius: 10px;
|
|
|
+
|
|
|
th {
|
|
|
background-color: #fcfcfd;
|
|
|
border: none;
|
|
|
border-bottom: 1px solid $--color-border;
|
|
|
}
|
|
|
+
|
|
|
td {
|
|
|
border: none;
|
|
|
border-bottom: 1px solid $--color-border;
|
|
@@ -304,6 +338,7 @@ body {
|
|
|
float: right;
|
|
|
width: 300px;
|
|
|
}
|
|
|
+
|
|
|
.list-lr-left {
|
|
|
margin-right: 320px;
|
|
|
}
|
|
@@ -311,39 +346,60 @@ body {
|
|
|
.vlcode {
|
|
|
height: 36px;
|
|
|
}
|
|
|
+
|
|
|
.vlcode-left {
|
|
|
margin-right: 135px;
|
|
|
}
|
|
|
+
|
|
|
.vlcode-right {
|
|
|
float: right;
|
|
|
width: 120px;
|
|
|
}
|
|
|
+.logo-image {
|
|
|
+ display: inline-block;
|
|
|
+ padding: 15px;
|
|
|
+ border-radius: 5px;
|
|
|
+ background-color: #f0f4f9;
|
|
|
+}
|
|
|
+.logo-view {
|
|
|
+ display: block;
|
|
|
+ max-width: 200px;
|
|
|
+ height: auto;
|
|
|
+}
|
|
|
|
|
|
// color
|
|
|
.color-primary {
|
|
|
color: $--color-primary !important;
|
|
|
}
|
|
|
+
|
|
|
.color-success {
|
|
|
color: $--color-success;
|
|
|
}
|
|
|
+
|
|
|
.color-warning {
|
|
|
color: $--color-warning;
|
|
|
}
|
|
|
+
|
|
|
.color-danger {
|
|
|
color: $--color-danger;
|
|
|
}
|
|
|
+
|
|
|
.color-info {
|
|
|
color: $--color-text-gray-1;
|
|
|
}
|
|
|
+
|
|
|
.color-dark {
|
|
|
color: $--color-dark;
|
|
|
}
|
|
|
+
|
|
|
.color-gray {
|
|
|
color: $--color-text-gray;
|
|
|
}
|
|
|
+
|
|
|
.color-gray-2 {
|
|
|
color: $--color-text-gray-2;
|
|
|
}
|
|
|
+
|
|
|
.color-white {
|
|
|
color: #fff;
|
|
|
}
|
|
@@ -352,9 +408,11 @@ body {
|
|
|
.text-center {
|
|
|
text-align: center;
|
|
|
}
|
|
|
+
|
|
|
.text-left {
|
|
|
text-align: left;
|
|
|
}
|
|
|
+
|
|
|
.text-right {
|
|
|
text-align: right;
|
|
|
}
|
|
@@ -370,10 +428,12 @@ body {
|
|
|
color: mix(#000, $--color-danger, 20%) !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
&.is-disabled {
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.btn-primary {
|
|
|
&.el-button--text {
|
|
|
border-radius: 0;
|
|
@@ -392,6 +452,7 @@ body {
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.btn-success {
|
|
|
border-radius: 0;
|
|
|
|
|
@@ -407,6 +468,7 @@ body {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
&.is-disabled {
|
|
|
background-color: transparent !important;
|
|
|
}
|
|
@@ -416,9 +478,11 @@ body {
|
|
|
background-color: #fff !important;
|
|
|
color: #999 !important;
|
|
|
}
|
|
|
+
|
|
|
.font-bold {
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+
|
|
|
.table-head-bg {
|
|
|
th {
|
|
|
background-color: #f6f6f6;
|
|
@@ -453,34 +517,44 @@ body {
|
|
|
.cont-link {
|
|
|
color: $--color-primary;
|
|
|
cursor: pointer;
|
|
|
+
|
|
|
&:hover {
|
|
|
color: $--color-success;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
.ml-1 {
|
|
|
margin-left: 5px;
|
|
|
}
|
|
|
+
|
|
|
.ml-2 {
|
|
|
margin-left: 10px;
|
|
|
}
|
|
|
+
|
|
|
.mr-1 {
|
|
|
margin-right: 5px;
|
|
|
}
|
|
|
+
|
|
|
.mr-2 {
|
|
|
margin-right: 10px;
|
|
|
}
|
|
|
+
|
|
|
.mr-4 {
|
|
|
margin-right: 20px;
|
|
|
}
|
|
|
+
|
|
|
.mb-0 {
|
|
|
margin-bottom: 0;
|
|
|
}
|
|
|
+
|
|
|
.mb-2 {
|
|
|
margin-bottom: 10px;
|
|
|
}
|
|
|
+
|
|
|
.mb-4 {
|
|
|
margin-bottom: 20px;
|
|
|
}
|
|
|
+
|
|
|
.width-full {
|
|
|
width: 100%;
|
|
|
}
|
|
@@ -491,12 +565,15 @@ body {
|
|
|
line-height: 20px;
|
|
|
color: $--color-text-gray-2;
|
|
|
}
|
|
|
+
|
|
|
.tips-dark {
|
|
|
color: $--color-text-gray;
|
|
|
}
|
|
|
+
|
|
|
.tips-error {
|
|
|
color: $--color-danger;
|
|
|
}
|
|
|
+
|
|
|
.tips-icon {
|
|
|
display: inline-block;
|
|
|
vertical-align: middle;
|
|
@@ -505,10 +582,12 @@ body {
|
|
|
margin: 0 10px;
|
|
|
cursor: pointer;
|
|
|
}
|
|
|
+
|
|
|
.inline-block {
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
+
|
|
|
.custom-tree-node {
|
|
|
flex: 1;
|
|
|
display: flex;
|
|
@@ -517,6 +596,7 @@ body {
|
|
|
font-size: 12px;
|
|
|
padding-right: 8px;
|
|
|
}
|
|
|
+
|
|
|
.form-item-content {
|
|
|
padding: 6px 0;
|
|
|
line-height: 20px;
|
|
@@ -534,9 +614,11 @@ body {
|
|
|
&-base {
|
|
|
background-image: url(../images/icon-base.png);
|
|
|
}
|
|
|
+
|
|
|
&-user {
|
|
|
background-image: url(../images/icon-user.png);
|
|
|
}
|
|
|
+
|
|
|
&-password {
|
|
|
background-image: url(../images/icon-password.png);
|
|
|
width: 14px;
|