Commit e421ccfb authored by shangbj's avatar shangbj

update导航

parent 671211bb
body{ body{
text-align: center; text-align: center;
background: #73A7E1; background: #73A7E1;
}
ul, li, form {
list-style: none;
padding: 0;
margin: 0;
} }
\ No newline at end of file
<template> <template>
<header> <header>
<div class="logo-wrapper"> <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> </div>
<ul class="nav"> <ul class="nav">
<li><nuxt-link to="/">网站首页</nuxt-link></li> <li><nuxt-link to="/">网站首页</nuxt-link></li>
...@@ -16,6 +16,14 @@ ...@@ -16,6 +16,14 @@
<li><nuxt-link to="/recruit">人员招聘</nuxt-link></li> <li><nuxt-link to="/recruit">人员招聘</nuxt-link></li>
<li><nuxt-link to="/contactUs">联系我们</nuxt-link></li> <li><nuxt-link to="/contactUs">联系我们</nuxt-link></li>
</ul> </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> </header>
</template> </template>
...@@ -31,5 +39,26 @@ export default { ...@@ -31,5 +39,26 @@ export default {
padding:7px 0px 0px 11px; padding:7px 0px 0px 11px;
height:80px; 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> </style>
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
<style> <style>
.containter{ .containter{
width:1000px; width:980px;
margin:0 auto; margin:0 auto;
background: #fff; background: #fff;
} }
......
...@@ -36,7 +36,7 @@ module.exports = { ...@@ -36,7 +36,7 @@ module.exports = {
/* /*
** Customize the progress bar color ** Customize the progress bar color
*/ */
loading: { color: '#3B8070' }, loading: { color: '#73A7E1' },
/* /*
** Build configuration ** Build configuration
*/ */
......
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