This commit is contained in:
张成
2025-11-10 16:52:23 +08:00
parent 9150aec3f2
commit cf73de080e
2 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@
:global(.nut-searchbar-content) {
background-color: #ffffff !important; // 明确设置搜索框背景色为白色
// box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08); // 根据设计稿调整阴影
// border: 0.5px solid rgba(0, 0, 0, 0.06); // 根据设计稿添加边框
border: 0.5px solid rgba(0, 0, 0, 0.06); // 根据设计稿添加边框
padding: 8px 12px; // 根据设计稿调整内边距
height: 44px; // 根据设计稿设置高度
box-sizing: border-box;
@@ -30,7 +30,7 @@
width: 44px;
height: 44px;
border-radius: 999px; // 根据设计稿:完全圆角
border: 0.5px solid rgba(0, 0, 0, 0.06); // 根据设计稿调整边框
border: 0.5px solid rgba(0, 0, 0, 0.06); // 根据设计稿调整边框
background-color: #ffffff;
display: flex;
align-items: center;