Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
B
bjgee
Project
Project
Details
Activity
Releases
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
shangbj
bjgee
Commits
e421ccfb
Commit
e421ccfb
authored
Jul 28, 2018
by
shangbj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update导航
parent
671211bb
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
37 additions
and
3 deletions
+37
-3
common.scss
assets/css/common.scss
+5
-0
1101990.gif
assets/images/1101990.gif
+0
-0
11039933.jpg
assets/images/11039933.jpg
+0
-0
HeaderBar.vue
components/HeaderBar.vue
+30
-1
default.vue
layouts/default.vue
+1
-1
nuxt.config.js
nuxt.config.js
+1
-1
gaibanbanner.swf
static/gaibanbanner.swf
+0
-0
No files found.
assets/css/common.scss
View file @
e421ccfb
body
{
text-align
:
center
;
background
:
#73A7E1
;
}
ul
,
li
,
form
{
list-style
:
none
;
padding
:
0
;
margin
:
0
;
}
\ No newline at end of file
assets/images/1101990.gif
0 → 100755
View file @
e421ccfb
7.05 KB
assets/images/11039933.jpg
0 → 100644
View file @
e421ccfb
314 Bytes
components/HeaderBar.vue
View file @
e421ccfb
<
template
>
<header>
<div
class=
"logo-wrapper"
>
<nuxt-link
to=
"/"
><img
src=
"
http://www.bjgee.net/res/Home/1101
/1101990.gif"
></nuxt-link>
<nuxt-link
to=
"/"
><img
src=
"
~assets/images
/1101990.gif"
></nuxt-link>
</div>
<ul
class=
"nav"
>
<li><nuxt-link
to=
"/"
>
网站首页
</nuxt-link></li>
...
...
@@ -16,6 +16,14 @@
<li><nuxt-link
to=
"/recruit"
>
人员招聘
</nuxt-link></li>
<li><nuxt-link
to=
"/contactUs"
>
联系我们
</nuxt-link></li>
</ul>
<div
style=
"border-top:1px solid #fff;"
>
<object
classid=
"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase=
"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
width=
"980"
height=
"256"
>
<param
name=
"movie"
value=
"/gaibanbanner.swf"
>
<param
name=
"quality"
value=
"high"
>
<param
name=
"wmode"
value=
"opaque"
>
<embed
src=
"/gaibanbanner.swf"
quality=
"high"
wmode=
"opaque"
pluginspage=
"http://www.macromedia.com/go/getflashplayer"
type=
"application/x-shockwave-flash"
width=
"980"
height=
"256"
>
</object>
</div>
</header>
</
template
>
...
...
@@ -31,5 +39,26 @@ export default {
padding
:
7px
0px
0px
11px
;
height
:
80px
;
}
.nav
{
height
:
31px
;
background
:
url(~assets/images/11039933.jpg)
repeat-x
left
top
;
padding-left
:
27px
;
li
{
float
:
left
;
width
:
75px
;
font-size
:
14px
;
font-weight
:
bold
;
padding-top
:
9px
;
text-align
:
center
;
a
{
color
:
#fff
;
text-decoration
:
none
;
&
:hover
{
color
:
#fff
;
text-decoration
:underline
;
}
}
}
}
</
style
>
layouts/default.vue
View file @
e421ccfb
...
...
@@ -19,7 +19,7 @@ export default {
<
style
>
.containter
{
width
:
100
0px
;
width
:
98
0px
;
margin
:
0
auto
;
background
:
#fff
;
}
...
...
nuxt.config.js
View file @
e421ccfb
...
...
@@ -36,7 +36,7 @@ module.exports = {
/*
** Customize the progress bar color
*/
loading
:
{
color
:
'#
3B8070
'
},
loading
:
{
color
:
'#
73A7E1
'
},
/*
** Build configuration
*/
...
...
static/gaibanbanner.swf
0 → 100755
View file @
e421ccfb
File added
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