diff --git a/components/SearchInput/SearchInput.less b/components/SearchInput/SearchInput.less new file mode 100644 index 0000000..6163e8e --- /dev/null +++ b/components/SearchInput/SearchInput.less @@ -0,0 +1,15 @@ +.search_input { + height: 90rpx; + padding: 10rpx; + background-color: var(--themeColor); + + navigator { + height: 100%; + display: flex; + justify-content: center; + align-items: center; + background-color: #fff; + border-radius: 15rpx; + color: #666; + } +} \ No newline at end of file