Commit 6141c090 authored by wuhao's avatar wuhao 🎯

asder

parent 572e2406
...@@ -189,38 +189,19 @@ body, ...@@ -189,38 +189,19 @@ body,
/* flex-wrap: wrap; */ /* flex-wrap: wrap; */
justify-content: space-between; justify-content: space-between;
} }
.contact span {
position: absolute;
font-size: 12px;
color: rgba(255, 255, 255, 1);
bottom: -25px;
left: 20%;
}
.nangao { .nangao {
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 100px;
height: 100%;
}
.lianmeng {
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 100px; width: 100px;
height: 100%; height: 150px;
margin-left: 16px; display: flex;
margin-right: 16px; flex-direction: column;
} justify-content: center;
.cujinhui { align-items: center;
position: relative; img {
background-repeat: no-repeat; width: 100%;
background-position: 0 0; }
background-size: cover; span {
width: 100px; padding-top: 0.4rem;
height: 100%; }
} }
@media only screen and (max-width: 575px) { @media only screen and (max-width: 575px) {
.contact > div { .contact > div {
...@@ -231,39 +212,6 @@ body, ...@@ -231,39 +212,6 @@ body,
/* flex-wrap: wrap; */ /* flex-wrap: wrap; */
/* justify-content: space-between; */ /* justify-content: space-between; */
} }
.contact span {
position: absolute;
font-size: 12px;
color: rgba(255, 255, 255, 1);
}
.nangao {
height: 150px;
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 150px;
}
.lianmeng {
height: 150px;
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 150px;
margin-left: 0;
margin-right: 0;
margin-top: 40px;
}
.cujinhui {
position: relative;
background-repeat: no-repeat;
background-position: 0 0;
background-size: cover;
width: 150px;
height: 150px;
margin-top: 40px;
}
.footer-copyright { .footer-copyright {
height: auto; height: auto;
/* padding-left: 32px; */ /* padding-left: 32px; */
......
...@@ -125,28 +125,16 @@ export default () => { ...@@ -125,28 +125,16 @@ export default () => {
<li>邮箱&nbsp;&nbsp;&nbsp;&nbsp;center@jsnangao.com</li> <li>邮箱&nbsp;&nbsp;&nbsp;&nbsp;center@jsnangao.com</li>
<li>地址&nbsp;&nbsp;&nbsp;&nbsp;南京市江宁区东南大学路33号</li> <li>地址&nbsp;&nbsp;&nbsp;&nbsp;南京市江宁区东南大学路33号</li>
<div> <div>
<div <div className="nangao">
className="nangao" <img src={require('@/assets/code1.jpg')} />
style={{
backgroundImage: `url(${require('@/assets/code1.jpg')})`,
}}
>
<span>南高公众号</span> <span>南高公众号</span>
</div> </div>
<div <div className="nangao">
className="lianmeng" <img src={require('@/assets/code2.jpg')} />
style={{
backgroundImage: `url(${require('@/assets/code2.jpg')})`,
}}
>
<span>联盟公众号</span> <span>联盟公众号</span>
</div> </div>
<div <div className="nangao">
className="cujinhui" <img src={require('@/assets/code3.jpg')} />
style={{
backgroundImage: `url(${require('@/assets/code3.jpg')})`,
}}
>
<span>促进会公众号</span> <span>促进会公众号</span>
</div> </div>
</div> </div>
......
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