echarts实现大气后台管理系统仪表盘代码
代码语言:html
所属分类:布局界面
代码描述:echarts实现大气后台管理系统仪表盘代码
代码标签: echarts 大气 后台 管理 系统 仪表盘 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>商户后台</title>
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/all.5.15.3.css">
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/echarts.js"></script>
<style>
body {
font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
margin: 0;
padding: 0;
background-color: #f0f2f5;
color: #333;
display: flex;
height: 100vh;
}
.sidebar {
width: 220px;
background: linear-gradient(180deg, #4A00E0 0%, #8E2DE2 100%);
color: white;
padding: 20px;
display: flex;
flex-direction: column;
box-shadow: 2px 0 5px rgba(0,0,0,0.1);
}
.sidebar-header {
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
text-align: center;
}
.nav-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.nav-menu li {
margin-bottom: 10px;
}
.nav-menu a {
color: #e0e0e0;
text-decoration: none;
display: flex;
align-items: center;
padding: 12px 15px;
border-radius: 6px;
transition: background-color 0.3s, color 0.3s;
}
.nav.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0