This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PAD/module/moduleWIP/program/mrs-eqp/mrs-home/mrs-home.css

58 lines
1.1 KiB
CSS
Raw Normal View History

2024-01-24 16:47:50 +08:00
.container-home {
border-radius: 16px;
background-color: rgb(255, 255, 255);
padding: 16px;
height: calc(100% - 32px);
}
.mrs-home .right-area {
margin-left: calc(250px + 32px);
height: 100%;
width: calc(100% - 282px);
}
.mrs-home .right-area .top-area {
height: calc(50% - 16px);
}
.mrs-home .right-area .bottom-area {
margin-top: 32px;
height: calc(50% - 16px);
}
.mrs-home .right-area .bottom-area .bottom-left-area {
float: left;
height: 100%;
width: calc(50% - 16px);
}
.mrs-home .right-area .bottom-area .bottom-right-area {
float: right;
height: 100%;
width: calc(50% - 16px);
}
.mrs-home .left_bar {
float: left;
height: 100%;
width: 255px;
}
.mrs-home .table-header {
font-size: 14px;
color: rgb(255, 255, 255);
}
.mrs-home .header {
margin-bottom: 16px;
line-height: 40px;
}
.mrs-home .dashboard-title {
color: rgb(0, 0, 0);
font-size: 18px;
text-align: left;
font-style: normal;
letter-spacing: 1px;
font-weight: 700;
line-height: 48px;
}