seemore-web/yuping/index.html.bak

84 lines
1.9 KiB
HTML

<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>与评</title>
<style>
body{
margin: 0;
padding: 0;
}
.container {
width: 1200px;
margin: 0 auto;
}
.logo {
background: url("./img/yuping_top_logo.png") no-repeat;
background-size: 100%;
width: 149px;
height: 52px;
}
.active {
border: 1px solid #6979e8;
border-radius: 18px;
font-size: 16px;
font-family: PingFang SC;
font-weight: bold;
color: #6979e8 !important;
}
.header {
display: flex;
justify-content: space-between;
}
.right {
display: flex;
}
.menus {
display: flex;
align-items: center;
}
.menu {
padding: 7px 35px;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
font-family: PingFang SC;
font-weight: 400;
color: #666666;
}
.bg{
background: url('./img/yuping_banner.png')no-repeat;
background-size: cover;
width: 100%;
height: 766px;
}
html,body{
width: 100%;
height: 100%;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<div class="logo"></div>
<div class="right">
<div class="menus">
<div class="menu active">首页</div>
<div class="menu">联系我们</div>
</div>
<div class="seemoreMenu"></div>
</div>
</div>
</div>
<div class="body">
<div class="bg"></div>
</div>
<div class="footer"></div>
</body>
</html> -->