div+css实现简洁大气的后台管理系统仪表盘页面代码
代码语言:html
所属分类:布局界面
代码描述:div+css实现简洁大气的后台管理系统仪表盘页面代码
代码标签: div css 简洁 大气 后台 管理 系统 仪表盘 页面 代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/reset.min.css">
<style>
@import url("https://fonts.googleapis.com/css?family=Inter:400,700,500|Manrope:600");
:root {
--primarynavy: #092c4c;
--primaryblue: #504ef2;
--primaryblue-light: #ecebfd;
--primarywhite: #f9f9f9;
--greygrey-70: #7e92a2;
--grey--grey-50: #d6e1e6;
--greygrey-30: #eaeef4;
--greygrey-20: #eef5fb;
--greygrey-10: #f6fafd;
--black: #000000;
--zircon: #f6fafde6;
--font-size-xxl: 24px;
--font-size-xl: 18px;
--font-size-l: 16px;
--font-size-xl: 14px;
--font-size-s: 12px;
--font-size-xxxl: 48px;
--font-family-inter: "Inter", Helvetica;
--font-family-manrope: "Manrope", Helvetica;
}
* {
box-sizing: border-box;
}
.hidden,
.hidden * {
pointer-events: none;
visibility: hidden;
}
.dashboard {
align-items: flex-start;
background-color: var(--greygrey-10);
display: flex;
min-width: 1366px;
}
.sidebar-navigation {
align-items: flex-start;
background-color: var(--zircon);
display: flex;
height: 820px;
justify-content: flex-end;
left: 0;
min-width: 90px;
position: fixed;
top: 90px;
z-index: 2;
}
.base-3 {
background-color: var(--greygrey-30);
height: 820px;
margin-left: 19px;
width: 1px;
}
.menu {
align-items: flex-start;
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 20px;
}
.button-4 {
align-items: center;
background-color: var(--primaryblue);
border-radius: 50px;
display: flex;
height: 50px;
overflow: hidden;
padding: 0 15px;
width: 50px;
}
.icon {
height: 20px;
width: 20px;
}
.button {
align-items: center;
background-color: var(--primarywhite);
border-radius: 50px;
cursor: pointer;
display: flex;
height: 50px;
overflow: hidden;
padding: 0 15px;
width: 50px;
}
.border-1px-greygrey-30 {
border: 1px solid var(--greygrey-30);
}
.overlap-group-3 {
align-items: flex-start;
background-image: url(//repo.bfw.wiki/bfwrepo/images/admin/icon-53@2x.svg);
background-size: 100% 100%;
display: flex;
height: 20px;
justify-content: flex-end;
min-width: 20px;
}
.badge-1 {
align-items: flex-start;
display: flex;
height: 10px;
justify-content: center;
min-width: 10px;
}
.badge-2 {
background-color: var(--primaryblue);
border: 2px solid var(--primarywhite);
border-radius: 10px;
height: 12px;
margin-top: -1px;
width: 12px;
}
.navigation-bar {
align-items: flex-start;
display: flex;
height: 90px;
left: 0;
min-width: 1366px;
position: fixed;
top: 0;
z-index: 3;
}
.overlap-group2 {
height: 90px;
position: relative;
width: 1366px;
}
.logo {
align-items: flex-start;
background-color: var(--greygrey-10);
display: flex;
height: 90px;
left: 0;
position: absolute;
top: 0;
width: 90px;
}
.overlap-group1 {
height: 90px;
position: relative;
width: 90px;
}
.base-container {
height: 90px;
left: 0;
position: absolute;
top: 0;
width: 90px;
}
.base-5 {
background-color: var(--greygrey-30);
height: 1px;
left: 0;
position: absolute;
top: 89px;
width: 90px;
}
.base-4 {
background-color: var(--greygrey-30);
height: 90px;
left: 89px;
position: absolute;
top: 0;
width: 1px;
}
.logo-1 {
align-items: center;
background-color: var(--primarynavy);
border-radius: 4px;
display: flex;
height: 46px;
left: 22px;
overflow: hidden;
padding: 0 11px;
position: absolute;
top: 22px;
width: 46px;
}
.vuesaxboldblur {
height: 24px;
width: 24px;
}
.left-bar {
align-items: flex-start;
background-color: var(--zircon);
display: flex;
height: 90px;
left: 90px;
padding: 24px;
position: absolute;
top: 0;
width: 859px;
}
.headingh3bold {
font-family: var(--font-family-inter);
font-size: var(--font-size-xxl);
font-style: normal;
font-weight: 700;
letter-spacing: 0;
}
.valign-text-middle {
display: flex;
flex-direction: column;
justify-content: center;
}
.dashboard-3 {
color: var(--primarynavy);
font-weight: 700;
height: 40px;
line-height: 40px;
white-space: nowrap;
}
.base-6 {
background-color: var(--greygrey-30);
height: 1px;
left: 0;
position: absolute;
top: 89px;
width: 1366px;
}
.right-bar {
align-items: center;
background-color: #eef5fbe6;
display: flex;
height: 90px;
left: 949px;
padding: 20px 24px;
position: absolute;
top: 0;
width: 417px;
}
.add-new {
align-items: center;
background-color: var(--primaryblue);
border-radius: 70px;
cursor: pointer;
display: flex;
gap: 12px;
justify-content: center;
margin-left: 99px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 16px;
padding-top: 10px;
}
.smallmedium-27 {
font-family: var(--font-family-inter);
font-size: var(--font-size-xl);
font-style: normal;
font-weight: 500;
letter-spacing: 0;
}
.button-5 {
color: var(--primarywhite);
font-weight: 500;
line-height: 30px;
white-space: nowrap;
}
.user {
align-self: flex-start;
background-image: url(//repo.bfw.wiki/bfwrepo/images/admin/avatar@2x.png);
background-position: 50% 50%;
background-size: cover;
border-radius: 100px;
cursor: pointer;
height: 50px;
margin-left: 20px;
width: 50px;
}
.button-6 {
align-items: center;
background-color: var(--primarywhite);
border-radius: 50px;
cursor: pointer;
display: flex;
height: 50px;
margin-left: 20px;
overflow: hidden;
padding: 0 15px;
width: 50px;
}
.overlap-group3 {
height: 910px;
margin-top: 0;
position: relative;
width: 1366px;
z-index: 1;
}
.screen-columns-bg {
align-items: flex-start;
background-color: var(--greygrey-10);
display: flex;
height: 910px;
justify-content: flex-end;
left: 0;
min-width: 1366px;
position: absolute;
top: 0;
}
.base {
background-color: var(--greygrey-30);
height: 910px;
width: 1px;
}
.right-area {
background-color: var(--greygrey-20);
height: 910px;
margin-left: 859px;
width: 417px;
}
.body {
align-items: flex-start;
display: flex;
height: 820px;
left: 90px;
min-width: 1276px;
position: absolute;
top: 90px;
}
.right-area-1 {
align-items: center;
background-color: var(--greygrey-20);
display: flex;
flex-direction: column;
min-height: 820px;
width: 417px;
}
.dashboard-customers {
align-items: flex-start;
display: flex;
flex-direction: column;
gap: 0;
height: 316px;
width: 417px;
}
.dashboard-customers-view-results {
align-items: flex-start;
align-self: stretch;
display: flex;
flex-direction: column;
height: 238px;
}
.customer-ignored {
align-items: center;
display: flex;
gap: 0;
margin-top: 3px;
padding-bottom: 9px;
padding-left: 24px;
padding-right: 14px;
padding-top: 9px;
width: 417px;
}
.edit-2 {
align-items: center;
border-radius: 50px;
display: flex;
height: 50px;
overflow: hidden;
padding: 0 15px;
width: 50px;
}
.customer-2 {
align-items: center;
display: flex;
flex: 1;
gap: 16px;
min-height: 54px;
}
.avatar-2 {
background-image: url(//repo.bfw.wiki/bfwrepo/images/admin/avatar-2@2x.png);
background-position: 50% 50%;
background-size: cover;
border-radius: 25px;
height: 44px;
width: 44px;
}
.details-2 {
align-items: flex-start;
display: flex;
flex: 1;
flex-direction: column;
gap: 0;
min-height: 54px;
}
.overlap-group {
height: 53px;
position: relative;
width: 269px;
}
.name {
align-items: flex-start;
display: flex;
gap: 5px;
left: 0;
position: absolute;
top: 0;
width: 269px;
}
.bodybold {
font-family: var(--font-family-inter);
font-size: var(--font-size-l);
font-style: normal;
font-weight: 700;
letter-spacing: 0;
}
.last-name {
color: var(--primarynavy);
flex: 1;
font-weight: 700;
height: 27px;
line-height: 27px;
white-space: nowrap;
}
.first-name-2 {
color: var(--primarynavy);
font-weight: 700;
line-height: 27px;
white-space: nowrap;
}
.smallregular-27 {
font-family: var(--font-family-inter);
font-size: var(--font-size-xl);
font-style: normal;
font-weight: 400;
letter-spacing: 0;
}
.email {
color: var(--greygrey-70);
font-weight: 400;
left: 0;
line-height: 27px;
position: absolute;
top: 26px;
white-space: nowrap;
width: 269px;
}
.customer-1 {
align-items: center;
display: flex;
flex: 1;
gap: 16px;
min-height: 54px;
}
.details-1 {
align-items: flex-start;
display: flex;
flex: 1;
flex-direction: column;
gap: 0;
min-height: 54px;
}
.first-name-1 {
color: var(--primarynavy);
font-weight: 700;
line-height: 27px;
white-space: nowrap;
}
.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0