|
@@ -91,3 +91,35 @@
|
|
|
font-size: 0.9rem;
|
|
font-size: 0.9rem;
|
|
|
color: @store-text-muted;
|
|
color: @store-text-muted;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+// 云商城搜索框(class 落在 Arco Input 根节点,须全局样式且覆盖 mengtu 主题)
|
|
|
|
|
+.store-search.arco-input-wrapper {
|
|
|
|
|
+ background-color: @store-card-bg !important;
|
|
|
|
|
+ border: 1px solid #c5d9cc !important;
|
|
|
|
|
+ border-radius: 999px !important;
|
|
|
|
|
+ box-shadow: @store-shadow !important;
|
|
|
|
|
+ transition: border-color 0.2s, box-shadow 0.2s;
|
|
|
|
|
+
|
|
|
|
|
+ &:hover {
|
|
|
|
|
+ border-color: @store-accent !important;
|
|
|
|
|
+ background-color: @store-card-bg !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ &.arco-input-focus {
|
|
|
|
|
+ border-color: @store-accent !important;
|
|
|
|
|
+ box-shadow: 0 0 0 3px fade(@store-accent, 22%) !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .arco-input {
|
|
|
|
|
+ background: transparent !important;
|
|
|
|
|
+ color: @store-primary;
|
|
|
|
|
+
|
|
|
|
|
+ &::placeholder {
|
|
|
|
|
+ color: @store-text-muted;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .arco-input-suffix .arco-icon {
|
|
|
|
|
+ color: @store-accent;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|