From 619d5b70ca95c90b3ccbff3c79a4b041fe79a709 Mon Sep 17 00:00:00 2001 From: pqsw9iynf <1052350599@qq.com> Date: Sun, 30 May 2021 22:06:21 +0800 Subject: [PATCH] SearchInput.less --- components/SearchInput/SearchInput.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 components/SearchInput/SearchInput.less 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