Commit 1551bfcf authored by 吴冠's avatar 吴冠

logo

parent 73c9af26
<template> <template>
<div class="head-input flex-center"> <div class="head-input flex-center">
<div class=" content flex-between"> <div class=" content flex-between">
<div class="head-input-title">捷安采</div> <div class=" images">
<img src="~/assets/css/logo.jpg">
</div>
<div class="head-input-title">捷安彩</div>
<div class="search flex-item"> <div class="search flex-item">
<el-input <!-- <el-input
placeholder="请输入您要搜索的公告" placeholder="请输入您要搜索的公告"
v-model="input" v-model="input"
clearable class="el-input" style="height:.42rem;"> clearable class="el-input" style="height:.42rem;">
</el-input> -->
<el-input
placeholder="请输入您要搜索的公告"
v-model="input"
clearable>
<i slot="prefix" class="el-input__icon el-icon-search t11" @click="toSearch"></i>
</el-input> </el-input>
<el-button type="primary" @click="toSearch">搜索</el-button> <!-- <el-button type="primary" @click="toSearch">搜索</el-button> -->
<!-- <div class="search-title flex-center t1">搜索</div> --> <!-- <div class="search-title flex-center t1">搜索</div> -->
</div> </div>
</div> </div>
...@@ -34,6 +44,15 @@ import {getAllList} from '@/common/list.js' ...@@ -34,6 +44,15 @@ import {getAllList} from '@/common/list.js'
</script> </script>
<style> <style>
.images{
width:100px;
height:0px;
margin-left:30px;
margin-top:-20px
}
.images>img{
width:50%;
}
.head-input{ .head-input{
height: 100px; height: 100px;
} }
...@@ -48,8 +67,13 @@ import {getAllList} from '@/common/list.js' ...@@ -48,8 +67,13 @@ import {getAllList} from '@/common/list.js'
width: 2.62rem; width: 2.62rem;
} }
.head-input-title{ .head-input-title{
margin-top: 20px;
margin-left: -600px;
font-size:.28rem; font-size:.28rem;
color:rgba(0,0,0,1); color:rgba(0,0,0,1);
font-weight: bold; font-weight: bold;
} }
.t11{
cursor: pointer;
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment