+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/style/layout.styl b/src/style/layout.styl
index ff17549..cc0eb7e 100644
--- a/src/style/layout.styl
+++ b/src/style/layout.styl
@@ -11,15 +11,31 @@
font-size: 16px;
}
.el-input__inner {
- height 50px;
- line-height: 50px;
+ height 40px;
+ font-size: 14px;
+ line-height: 40px;
+ // text-align: right;
border: 0;
background-color: transparent;
- color: #fff;
+ color: #b0c7e8;
+}
+.el-select-dropdown__item {
+ // text-align: right;
+ color: #b0c7e8;
+}
+.el-select-dropdown {
+ border-color: #47567d;
+ background-color: #47567d;
+}
+.el-popper[x-placement^=bottom] .popper__arrow::after {
+ border-bottom-color: #47567d;
+}
+.el-popper[x-placement^=bottom] .popper__arrow {
+ border-bottom-color: #47567d;
}
.button-wrap {
- margin: 30px 0 50px 0;
+ margin-top: 30px;
}
.button {
@@ -29,13 +45,36 @@
padding: 0 10px
border: 1px solid #fff;
border-radius: 10px;
- background-color: transparent;
+ background: transparent;
}
.button_s {
font-size: 12px;
padding: 0 2px
}
.btn-primary {
- background-color: #14A3F3;
- border-color: #14A3F3;
-}
\ No newline at end of file
+ background: linear-gradient(0deg, #005ad2, #00a0ec);
+ border-color: #083a7e;
+}
+.contianer
+ _wh(100vw, 100vh)
+ padding 2%
+.content
+ _wh(100%, 100%)
+.l-wrap
+ _wh(34%, 100%)
+.r-wrap
+ _wh(65%, 100%)
+ background: linear-gradient(90deg, #213a62, #243a63);
+ border-radius: 10px;
+.item-wrap
+ width 100%
+ padding 15px 8px
+ background: linear-gradient(90deg, #213a62, #243a63);
+ border-radius: 10px;
+ margin-top: 20px;
+.filter-name
+ _font(18px, 18px, #fff, 700,)
+.filter-label
+ _font(16px, 40px, #cee4ff,,)
+.filter-value
+ _font(14px, 40px, #b0c7e8,,right)
\ No newline at end of file
diff --git a/src/style/reset.css b/src/style/reset.css
index 9deb3fb..f3e6098 100644
--- a/src/style/reset.css
+++ b/src/style/reset.css
@@ -17,7 +17,7 @@ body, html {
-webkit-user-select: auto;
-ms-user-select: auto;
user-select: auto;
- background-color: #1058A0;
+ background: linear-gradient(358deg, #031229,#1d2b48,#0a122c);
}
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"], textarea, select{