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
be03b19d
Commit
be03b19d
authored
Oct 21, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style
parent
6f3f0842
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
header.vue
components/header.vue
+5
-4
No files found.
components/header.vue
View file @
be03b19d
...
@@ -17,10 +17,10 @@
...
@@ -17,10 +17,10 @@
<!--
<div
class=
"checkout"
v-show =
"showButton"
@
mouseover=
"hover()"
>
退出
</div>
-->
<!--
<div
class=
"checkout"
v-show =
"showButton"
@
mouseover=
"hover()"
>
退出
</div>
-->
<nuxt-link
to=
"/login/user"
class=
"login"
v-show=
"showDefault"
>
登录
</nuxt-link>
<nuxt-link
to=
"/login/user"
class=
"login"
v-show=
"showDefault"
>
登录
</nuxt-link>
<span
style=
"color:blue;margin-left:30px"
class=
"other"
@
click=
"loginOther"
v-show=
"showDefault"
>
商家免费入驻
</span>
<span
style=
"color:blue;margin-left:30px"
class=
"other"
@
click=
"loginOther"
v-show=
"showDefault"
>
商家免费入驻
</span>
<button
@
click=
"jump"
v-show=
"!showDefault"
class=
"right-pos"
>
商家管理后台
</button>
</div>
</div>
</div>
</div>
<div
class=
"flex-item t1 collection"
>
<div
class=
"flex-item t1 collection"
>
<button
@
click=
"jump"
v-show=
"!showDefault"
class=
"right-pos"
>
商家管理后台
</button>
<div
@
click=
"addFavo"
class=
"t5"
>
收藏网站
</div>
<div
@
click=
"addFavo"
class=
"t5"
>
收藏网站
</div>
<img
@
click=
"addFavo"
src=
"~/assets/head/collection.png"
alt=
"收藏"
class=
"t5"
>
<img
@
click=
"addFavo"
src=
"~/assets/head/collection.png"
alt=
"收藏"
class=
"t5"
>
</div>
</div>
...
@@ -92,13 +92,13 @@ import Cookies from 'js-cookie'
...
@@ -92,13 +92,13 @@ import Cookies from 'js-cookie'
<
style
scoped
>
<
style
scoped
>
.right-pos
{
.right-pos
{
position
:
absolute
;
top
:
12px
;
top
:
12px
;
left
:
1000px
;
cursor
:
pointer
;
cursor
:
pointer
;
font-size
:
10px
;
font-size
:
10px
;
color
:
blue
;
color
:
blue
;
background
:
none
;
background
:
none
;
font-size
:
12px
;
margin-right
:
50px
}
}
.header-line
{
.header-line
{
...
@@ -144,6 +144,7 @@ import Cookies from 'js-cookie'
...
@@ -144,6 +144,7 @@ import Cookies from 'js-cookie'
}
}
.other
{
.other
{
cursor
:
pointer
;
cursor
:
pointer
;
margin-left
:
50px
}
}
/* .checkout{
/* .checkout{
position: absolute;
position: absolute;
...
@@ -163,6 +164,6 @@ import Cookies from 'js-cookie'
...
@@ -163,6 +164,6 @@ import Cookies from 'js-cookie'
cursor
:
pointer
cursor
:
pointer
}
}
.text
{
.text
{
font-size
:
1
0
px
;
font-size
:
1
2
px
;
}
}
</
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