| | |
| | | <template> |
| | | <div class="head flex justify-between items-center pl-5 pr-5"> |
| | | <div class="more_input pl-20 pr-5 flex items-center justify-start mr-5 pt-2" @click="onRoute('/optional/search')"> |
| | | <div class="more_input pl-20 pr-5 flex items-center justify-start mr-5 pt-2" |
| | | @click="onRoute('/optional/search')"> |
| | | <img src="@/assets/imgs/quotes/search.png" alt=""> |
| | | <span class="pl-5">{{ $t('请输入关键词搜寻') }}</span> |
| | | </div> |
| | |
| | | .more_input { |
| | | width: 100%; |
| | | height: 4.5rem; |
| | | background: $inp-bg; |
| | | // background: $inp-bg; |
| | | border-radius: 2.25rem; |
| | | color: $inp-c; |
| | | // color: $inp-c; |
| | | font-size: 1.5rem; |
| | | |
| | | @include themify() { |
| | | background: themed("input_background"); |
| | | color: themed("text_color1"); |
| | | } |
| | | |
| | | span { |
| | | text-overflow: ellipsis; |
| | | overflow: hidden; |