mirror of https://gitee.com/topnuomi/zxf
82 lines
1.3 KiB
Plaintext
82 lines
1.3 KiB
Plaintext
@import 'var.less';
|
|
|
|
.header {
|
|
width: 100vw;
|
|
background-color: #010101;
|
|
|
|
.main {
|
|
max-width: @mw;
|
|
height: 90px;
|
|
margin: 0 auto;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.logo {
|
|
img {
|
|
max-height: 50px;
|
|
}
|
|
}
|
|
|
|
.menu {
|
|
.group {
|
|
display: flex;
|
|
}
|
|
|
|
.item {
|
|
margin-left: 50px;
|
|
}
|
|
|
|
.link {
|
|
font-size: 18px;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
.link.active,
|
|
.link:hover {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
width: 100vw;
|
|
background-color: #343434;
|
|
|
|
.main {
|
|
max-width: @mw;
|
|
margin: 0 auto;
|
|
padding: 30px 0;
|
|
|
|
.row:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.row {
|
|
font-size: 18px;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
line-height: 20px;
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.tel {
|
|
display: inline-block;
|
|
width: 355px;
|
|
border: 2px solid #DDDDDD;
|
|
border-radius: 30px;
|
|
padding: 20px;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.icp {
|
|
color: #999999;
|
|
a {
|
|
color: unset;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|