深圳市前海汇融丰资产管理有限公司
深圳前海汇融丰资产管理有限公司是一家专注于资产管理领域的公司。该公司致力于为客户提供高效、专业的资产管理服务,以帮助客户实现资产增值和风险控制。为了更好地展示公司的品牌形象和服务内容,该公司采用了一款美观且易用的网站模板。
HTML和CSS代码
以下是网站使用的HTML和CSS代码:
<html>
<head>
<meta charset="UTF-8">
<title>深圳市前海汇融丰资产管理有限公司</title>
<style>
* {
margin: 0;
padding: 0;
}
.container {
width: 100%;
height: 100%;
}
.login_bg_full {
min-width: 1000px;
background-image: url("your_image_url"); /* 请替换为实际的背景图片URL */
}
.content_inner .login_pannel {
right: 12px;
top: 55px;
bottom: 52px;
}
.login_bg_full .login_pannel {
top: 80px;
height: 400px;
}
.login_bg_full .login_welcome {
top: 50%;
margin-top: -75px; /* 请替换为实际的高度值 */
}
.login_bg_full .footer {
position: absolute;
bottom: 0;
width: 100%;
height: 50px; /* 请替换为实际的高度值 */
line-height: 50px; /* 请替换为实际的高度值 */
text-align: center;
}
</style>
</head>
<body>
<div class="container">
<div class="login_bg_full">
<div class="content">
<div class="content_inner">
<div class="login_pannel"></div> <!-- 请替换为实际的内容 -->
</div>
</div>
<div class="login_welcome"></div> <!-- 请替换为实际的内容 -->
<div class="footer">版权所有 © 深圳市前海汇融丰资产管理有限公司</div> <!-- 请替换为实际的内容 -->
</div>
</div>
</body>
</html>