提交 f5fd502d 作者: 翁进城

footer版本V2

上级 135b44ef
.footer { .footer {
height: 350px; height: 200px;
background: #2a2a32; background: linear-gradient(360deg, #001c49 0%, #021741 100%);
box-shadow: 0px 2px 12px 0px rgba(146, 146, 146, 0.5);
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
.logo { .logo {
width: 152px; width: 125px;
height: 43px; height: 89px;
background: url('./assets/logo.png') no-repeat; background: url('./assets/logo.png') no-repeat;
background-size: 100% 100%; background-size: 100% 100%;
margin-right: 104px; margin-right: 104px;
...@@ -16,7 +17,7 @@ ...@@ -16,7 +17,7 @@
.qrcodeList { .qrcodeList {
display: flex; display: flex;
margin-right: 101px; margin-right: 101px;
.qrcodeItem { .qrcodeItem {
margin-right: 87px; margin-right: 87px;
&:nth-last-child(1) { &:nth-last-child(1) {
...@@ -26,14 +27,17 @@ ...@@ -26,14 +27,17 @@
.qrcodeImg { .qrcodeImg {
width: 100px; width: 100px;
height: 100px; height: 100px;
border-radius: 8px;
overflow: hidden;
background-color: #fff;
} }
.qrcodeTitle { .qrcodeTitle {
margin-top: 14px; margin-top: 12px;
font-size: 14px; font-size: 12px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI; font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-weight: bold; font-weight: bold;
color: #d6d6d6; color: #ffffff;
} }
} }
} }
...@@ -43,13 +47,13 @@ ...@@ -43,13 +47,13 @@
font-size: 58px; font-size: 58px;
font-family: Arial-Black, Arial; font-family: Arial-Black, Arial;
font-weight: 900; font-weight: 900;
color: #39aafc; color: RGBA(255, 176, 45, 1);
line-height: 82px; line-height: 82px;
} }
.text { .text {
font-size: 16px; font-size: 16px;
font-family: MicrosoftYaHei; font-family: MicrosoftYaHei;
color: #949498; color: #fff;
line-height: 21px; line-height: 21px;
} }
} }
...@@ -38,7 +38,7 @@ export default function Footer() { ...@@ -38,7 +38,7 @@ export default function Footer() {
</div> </div>
<div className={styles.rightText}> <div className={styles.rightText}>
<div className={styles.number}>100W</div> <div className={styles.number}>100W</div>
<div className={styles.text}>加盟商席位等你来入驻</div> <div className={styles.text}>无人机新媒体矩阵等你来关注</div>
</div> </div>
</div> </div>
); );
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论