|
@@ -56,20 +56,28 @@ input {
|
|
|
|
|
|
.sectionSearch {
|
|
|
padding: 0 20px 12px;
|
|
|
-}
|
|
|
-
|
|
|
-::deep .TheSearch .n-input--focus {
|
|
|
- .active {
|
|
|
- display: block;
|
|
|
- }
|
|
|
|
|
|
- .default {
|
|
|
- display: none;
|
|
|
+ ::v-deep .n-input__placeholder span {
|
|
|
+ color: rgba(0,0,0,0.4);
|
|
|
}
|
|
|
+}
|
|
|
|
|
|
-
|
|
|
- .n-button {
|
|
|
- opacity: 1;
|
|
|
+::v-deep .TheSearch {
|
|
|
+
|
|
|
+ .n-input--focus {
|
|
|
+ .active {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+
|
|
|
+ .default {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+ .n-button {
|
|
|
+ opacity: 1;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -95,8 +103,6 @@ input {
|
|
|
opacity: 0.7;
|
|
|
}
|
|
|
|
|
|
-
|
|
|
-
|
|
|
.active {
|
|
|
display: none;
|
|
|
}
|