11 lines
472 B
Plaintext
11 lines
472 B
Plaintext
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<div class="b-1px b-solid b-#fff rd-12px inline-flex items-center w-269px h-52px px12px cursor-pointer overflow-hidden relative">
|
|
<img src="@/assets/images/icon-search.svg" class="w22px h22px absolute left-10px top-50% -translate-y-50%" />
|
|
<input type="text" placeholder="检索..." class="h-full w-full text-#fff text-18px pl30px pr54px placeholder-#fff" />
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped lang="less"></style>
|