Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张冬
web-site
Commits
1551bfcf
Commit
1551bfcf
authored
Sep 28, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
logo
parent
73c9af26
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
3 deletions
+27
-3
logo.jpg
assets/css/logo.jpg
+0
-0
homeinput.vue
components/homeinput.vue
+27
-3
No files found.
assets/css/logo.jpg
0 → 100644
View file @
1551bfcf
20.2 KB
components/homeinput.vue
View file @
1551bfcf
<
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
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment