Commit 09434851 by 肖康

logo 替换

parent fe6eea65
.mvFooterBox {
height: 160px;
background: #F4F4F4;
}
.mvFooterBox .cons {
width: 1226px;
height: 120px;
margin: 0 auto;
padding-top: 25px;
}
.mvFooterBox .cons .img {
height: 56px;
width: 160px;
position: relative;
top: 8px;
}
.mvFooterBox .cons .navlink {
margin-top: 24px;
}
.mvFooterBox .cons .navlink a {
padding: 0 40px;
border-left: 1px solid #d1d1d1;
font-size: 14px;
color: #000;
height: 19px;
}
.mvFooterBox .cons .navlink a:hover {
color: #FF9A00;
}
.mvFooterBox .cons .navlink a:first-child {
border-left: 0px;
}
.mvFooterBox .cons .navlink a:last-child {
padding-right: 0px;
}
.mvFooterBox .footerBot {
height: 40px;
background: #FF9A00;
}
.mvFooterBox .footerBot .consp {
width: 1226px;
margin: 0 auto;
height: 40px;
line-height: 40px;
color: #FF9A00;
font-size: 14px;
color: #fff;
}
.mvFooterBox .footerBot .consp a {
color: #fff;
margin-left: 30px;
}
.mvFooterBox{height:160px;background:#F4F4F4}.mvFooterBox .cons{width:1226px;height:120px;margin:0 auto;padding-top:25px}.mvFooterBox .cons .img{height:90px;width:90px}.mvFooterBox .cons .navlink{margin-top:24px}.mvFooterBox .cons .navlink a{padding:0 40px;border-left:1px solid #d1d1d1;font-size:14px;color:#000;height:19px}.mvFooterBox .cons .navlink a:hover{color:#FF9A00}.mvFooterBox .cons .navlink a:first-child{border-left:0px}.mvFooterBox .cons .navlink a:last-child{padding-right:0px}.mvFooterBox .footerBot{height:40px;background:#FF9A00}.mvFooterBox .footerBot .consp{width:1226px;margin:0 auto;height:40px;line-height:40px;color:#FF9A00;font-size:14px;color:#fff}.mvFooterBox .footerBot .consp a{color:#fff;margin-left:30px}
.mvFooterBox{height:160px;background:#F4F4F4}.mvFooterBox .cons{width:1226px;height:120px;margin:0 auto;padding-top:25px}.mvFooterBox .cons .img{height:56px;width:160px;position:relative;top:8px}.mvFooterBox .cons .navlink{margin-top:24px}.mvFooterBox .cons .navlink a{padding:0 40px;border-left:1px solid #d1d1d1;font-size:14px;color:#000;height:19px}.mvFooterBox .cons .navlink a:hover{color:#FF9A00}.mvFooterBox .cons .navlink a:first-child{border-left:0px}.mvFooterBox .cons .navlink a:last-child{padding-right:0px}.mvFooterBox .footerBot{height:40px;background:#FF9A00}.mvFooterBox .footerBot .consp{width:1226px;margin:0 auto;height:40px;line-height:40px;color:#FF9A00;font-size:14px;color:#fff}.mvFooterBox .footerBot .consp a{color:#fff;margin-left:30px}
......@@ -7,8 +7,10 @@
margin: 0 auto;
padding-top: 25px;
.img {
height: 90px;
width: 90px;
height: 56px;
width: 160px;
position: relative;
top:8px;
}
.navlink {
margin-top: 24px;
......
......@@ -8,7 +8,7 @@ const Footer = () => {
<>
<div className={`${footerCss.mvFooterBox} `}>
<div className={`${footerCss.cons} boxsiz row bothSide`} >
<img src='/images/logo.png' alt='' className={`${footerCss.img} `}/>
<img src='/images/logofoot.png' alt='' className={`${footerCss.img} `}/>
<div className={`${footerCss.navlink} cons boxsiz row bothSide`}>
<Link href='/brands.html'>品牌馆</Link>
<Link href='/about.html'>关于我们</Link>
......
.mvSearchBox {
height: 146px;
background: #FFFFFF;
}
.mvSearchBox .cons {
width: 1226px;
margin: 0 auto;
padding-top: 22px;
}
.mvSearchBox .cons .logoImg {
width: 228px;
height: 80px;
margin-top: 13px;
}
.mvSearchBox .cons .searchInputBox {
width: 630px;
height: 40px;
background: #FFFFFF;
border-radius: 2px;
border: 1px solid #FF9A00;
margin-top: 13px;
margin-left: 103px;
}
.mvSearchBox .cons .searchInputBox .inputGoods {
width: 451px;
height: 38px;
line-height: 38px;
padding: 0 15px;
border-right: 1px solid #FF9A00;
}
.mvSearchBox .cons .searchInputBox .inputNums {
width: 108px;
height: 38px;
line-height: 38px;
padding: 0 15px;
border-right: 1px solid #FF9A00;
}
.mvSearchBox .cons .searchInputBox .searchbtn {
width: 70px;
height: 38px;
cursor: pointer;
background: #FF9A00;
}
.mvSearchBox .cons .searchInputBox .searchbtn i {
font-size: 26px;
color: #fff;
}
.mvSearchBox .cons .searchInputBox .searchbtn:hover {
background: #E18800;
}
.mvSearchBox .cons .collectButton {
width: 70px;
height: 40px;
background: #FFFFFF;
border-radius: 2px;
margin-top: 15px;
border: 1px solid #E0E0E0;
}
.mvSearchBox{height:146px;background:#FFFFFF}.mvSearchBox .cons{width:1226px;margin:0 auto;padding-top:22px}.mvSearchBox .cons .logoImg{width:118px;height:118px;margin-left:54px;margin-top:-5px}.mvSearchBox .cons .searchInputBox{width:630px;height:40px;background:#FFFFFF;border-radius:2px;border:1px solid #FF9A00;margin-top:13px;margin-left:103px}.mvSearchBox .cons .searchInputBox .inputGoods{width:451px;height:38px;line-height:38px;padding:0 15px;border-right:1px solid #FF9A00}.mvSearchBox .cons .searchInputBox .inputNums{width:108px;height:38px;line-height:38px;padding:0 15px;border-right:1px solid #FF9A00}.mvSearchBox .cons .searchInputBox .searchbtn{width:70px;height:38px;cursor:pointer;background:#FF9A00}.mvSearchBox .cons .searchInputBox .searchbtn i{font-size:26px;color:#fff}.mvSearchBox .cons .searchInputBox .searchbtn:hover{background:#E18800}.mvSearchBox .cons .collectButton{width:70px;height:40px;background:#FFFFFF;border-radius:2px;margin-top:15px;border:1px solid #E0E0E0}
.mvSearchBox{height:146px;background:#FFFFFF}.mvSearchBox .cons{width:1226px;margin:0 auto;padding-top:22px}.mvSearchBox .cons .logoImg{width:228px;height:80px;margin-top:13px}.mvSearchBox .cons .searchInputBox{width:630px;height:40px;background:#FFFFFF;border-radius:2px;border:1px solid #FF9A00;margin-top:13px;margin-left:103px}.mvSearchBox .cons .searchInputBox .inputGoods{width:451px;height:38px;line-height:38px;padding:0 15px;border-right:1px solid #FF9A00}.mvSearchBox .cons .searchInputBox .inputNums{width:108px;height:38px;line-height:38px;padding:0 15px;border-right:1px solid #FF9A00}.mvSearchBox .cons .searchInputBox .searchbtn{width:70px;height:38px;cursor:pointer;background:#FF9A00}.mvSearchBox .cons .searchInputBox .searchbtn i{font-size:26px;color:#fff}.mvSearchBox .cons .searchInputBox .searchbtn:hover{background:#E18800}.mvSearchBox .cons .collectButton{width:70px;height:40px;background:#FFFFFF;border-radius:2px;margin-top:15px;border:1px solid #E0E0E0}
......@@ -6,10 +6,9 @@
margin:0 auto;
padding-top: 22px;
.logoImg{
width: 118px;
height: 118px;
margin-left: 54px;
margin-top: -5px;
width: 228px;
height: 80px;
margin-top: 13px;
}
.searchInputBox{
......
......@@ -58,7 +58,7 @@ const SearchH = () => {
<div className={styles.mvSearchBox}>
<div className={`${styles.cons} row bothSide boxsiz`}>
<Link href='/'><img className={styles.logoImg} src='/images/logo.png' alt='' /></Link>
<Link href='/'><img className={styles.logoImg} src='/images/logohead.png' alt='' /></Link>
{
router.pathname=="/login"|| router.pathname=="/reg"?'':
<div className={`${styles.searchInputBox} row boxsiz`}>
......
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 sign in to comment