You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

174 lines
3.7 KiB

* {
margin: 0;
padding: 0;
}
body {
height: 100vh;
background: url("../images/bg.png") no-repeat top center;
}
:root {
font-family: '微软雅黑';
}
a {
display: block;
color: #222222;
text-decoration: none;
}
ul, li {
list-style: none;
}
img {
width: 100%;
display: block;
}
#app {
font-family: '微软雅黑';
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #222222;
font-size: 16px;
}
.el-input__inner {
font-family: '微软雅黑';
font-size: 0.16rem;
color: #666666;
}
.tabs {
width: 100%;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
font-size: 22px;
background-color: rgba(21, 81, 136, 0.46);
.tab-item {
margin: 0 100px;
position: relative;
cursor: pointer;
color: #ffffff;
img {
width: 100%;
height: 2px;
position: absolute;
left: 0;
bottom: -9px;
}
&.active {
color: #23FBFF;
}
}
}
.main {
width: 100%;
height: calc(~"100vh - 144px");
display: flex;
.panel {
height: calc(~"100% - 20px");
background-color: #ffffff;
border-radius: 10px;
}
.menu {
width: 250px;
padding: 20px;
height: calc(~"100% - 60px");
border-radius: 0 10px 10px 0;
.tip {
height: 32px;
padding-left: 12px;
line-height: 32px;
color: #ffffff;
font-size: 18px;
font-weight: bold;
background: url("/images/menu-bg.png") no-repeat center/cover;
}
.menu-item {
.el-row {
margin-top: 20px;
.el-col {
span {
width: 100%;
height: 30px;
padding: 0;
display: block;
line-height: 28px;
text-align: center;
margin: 0 0 10px 0;
font-size: 16px;
color: #666666;
border-radius: 5px;
cursor: pointer;
border: 1px solid #ECF4FF;
background-color: #ECF4FF;
&.active {
border-color: #498DF0;
}
}
}
}
}
}
.container {
width: calc(~"100% - 290px");
margin-left: 20px;
.toolbar {
padding: 0.25rem;
display: flex;
align-items: center;
.date-picker {
width: 1.44rem;
height: 0.33rem;
line-height: normal;
cursor: pointer;
.el-input__inner {
height: 100%;
border: 0;
padding: 0 0 0 0.1rem;
line-height: 1.2;
cursor: pointer;
background-color: #ECF4FF;
}
.el-input__prefix {
left: auto;
right: 0.05rem;
color: #498DF0;
}
}
.control-btn {
margin: 0 0.15rem;
span {
width: 0.08rem;
display: inline-block;
cursor: pointer;
&:last-of-type {
margin-left: 0.15rem;
}
}
}
}
}
}