提交 d88448fb 作者: 翁进城

修改navHeader样式版本

上级 99ec8737
.navHeader {
width: 100%;
height: 120px;
background: #1661f5;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
height: 68px;
background: linear-gradient(360deg, #002157 0%, #00102c 100%);
display: flex;
align-items: center;
justify-content: center;
}
.logo {
width: 181px;
height: 120px;
width: 148px;
height: 68px;
background-image: url(./assets/logo.png);
background-size: 100% 100%;
}
......@@ -37,21 +36,18 @@
color: #fff;
width: 90px;
text-align: center;
font-family: MicrosoftYaHei;
}
}
:global .ant-tabs-tab-active {
.ant-tabs-tab-btn {
color: #fff !important;
color: #91c8ff !important;
}
}
:global .ant-tabs-ink-bar {
width: 28px !important;
height: 6px !important;
background: #ffffff;
border-radius: 2px;
transform: translateX(30px);
display: none;
}
}
......@@ -60,10 +56,10 @@
}
.btn1 {
width: 116px;
height: 50px;
background: linear-gradient(90deg, #ffb02c 0%, #ff7d34 100%);
border-radius: 8px;
width: 120px;
height: 40px;
background: linear-gradient(90deg, #278eff 0%, #0052da 100%);
border-radius: 6px;
border: 0;
font-size: 16px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
......@@ -77,18 +73,17 @@
.btn2 {
box-sizing: border-box;
width: 116px;
height: 50px;
border-radius: 8px;
border: 1px solid #ffffff;
width: 120px;
height: 40px;
border-radius: 6px;
border: 1px solid #ffb02c;
font-size: 16px;
font-family: MicrosoftYaHeiUI-Bold, MicrosoftYaHeiUI;
font-weight: bold;
color: #ffffff;
color: #ffb02c;
background: none;
}
.headImg {
width: 48px;
height: 48px;
......
......@@ -58,7 +58,7 @@ export default function NavHeader() {
/>
<Space size={16} className={styles.btns}>
<Button type='primary' className={styles.btn1}>
发布信息
+ 发布信息
</Button>
<Button className={styles.btn2}>入驻加盟</Button>
</Space>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论