杨磊
2025-04-24 b50a2e6d9385a88916fc43cddb18842e5036f565
src/views/home/components/searchBox.vue
@@ -54,10 +54,13 @@
  max-width: 800px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
/* 输入框样式 */
.search-input {
  background-color:transparent;
}
.inputBox {
@@ -96,7 +99,7 @@
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #B9A587;
  background-color: transparent;
  border-right: none;
}