|
@@ -4,13 +4,6 @@
|
|
|
<el-col :span="24" class="main animate__animated animate__backInRight">
|
|
|
<el-col :span="24" class="iachievement">
|
|
|
<el-image class="image" :src="achievement" fit="fill" />
|
|
|
- <div class="input">
|
|
|
- <a-input v-model:value="searchValue" placeholder="请输入想要搜索的内容">
|
|
|
- <template #suffix>
|
|
|
- <SearchOutlined :style="{ fontSize: '30px', color: '#ffffff' }" />
|
|
|
- </template>
|
|
|
- </a-input>
|
|
|
- </div>
|
|
|
</el-col>
|
|
|
<div class="w_1200">
|
|
|
<el-col :span="24" class="one">
|
|
@@ -80,7 +73,6 @@
|
|
|
</template>
|
|
|
|
|
|
<script setup>
|
|
|
-import { SearchOutlined } from '@ant-design/icons-vue'
|
|
|
import { get } from 'lodash-es'
|
|
|
const $checkRes = inject('$checkRes')
|
|
|
// 接口
|
|
@@ -94,7 +86,6 @@ const router = useRouter()
|
|
|
import achievement from '@/assets/home.jpg'
|
|
|
// 加载中
|
|
|
const loading = ref(false)
|
|
|
-const searchValue = ref('')
|
|
|
const searchForm = ref({})
|
|
|
// 列表
|
|
|
const list = ref([])
|
|
@@ -258,42 +249,10 @@ const sizeChange = (limits) => {
|
|
|
background: rgb(248, 248, 248);
|
|
|
|
|
|
.iachievement {
|
|
|
- position: relative;
|
|
|
-
|
|
|
.image {
|
|
|
width: 100%;
|
|
|
height: 200px;
|
|
|
}
|
|
|
-
|
|
|
- .input {
|
|
|
- width: 800px;
|
|
|
- position: absolute;
|
|
|
- left: 30%;
|
|
|
- bottom: 40%;
|
|
|
-
|
|
|
- :deep(.ant-input-affix-wrapper) {
|
|
|
- background-color: transparent;
|
|
|
- border: 3px solid #fff !important;
|
|
|
- }
|
|
|
-
|
|
|
- :deep(.ant-input) {
|
|
|
- height: 45px;
|
|
|
- line-height: 45px;
|
|
|
- font-family: PingFangSC-Regular;
|
|
|
- font-size: 16px;
|
|
|
- padding-right: 24px;
|
|
|
-
|
|
|
- border: none !important;
|
|
|
- outline: none !important;
|
|
|
- box-shadow: 0 0 0 0 !important;
|
|
|
- text-shadow: 0 0 0 0 !important;
|
|
|
- background-color: transparent !important;
|
|
|
-
|
|
|
- &::placeholder {
|
|
|
- color: #ffffff !important;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
}
|
|
|
|
|
|
.one {
|