100 lines
1.3 KiB
CSS
100 lines
1.3 KiB
CSS
.top-panel {
|
|
border-radius: 4px;
|
|
text-align: center;
|
|
}
|
|
|
|
.top-panel>.layui-card-body {
|
|
height: 60px;
|
|
}
|
|
|
|
.top-panel-number {
|
|
line-height: 60px;
|
|
font-size: 30px;
|
|
border-right: 1px solid #eceff9;
|
|
}
|
|
|
|
.top-panel-tips {
|
|
padding-left: 8px;
|
|
padding-top: 16px;
|
|
line-height: 30px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.pear-container {
|
|
background-color: whitesmoke;
|
|
margin: 10px;
|
|
}
|
|
|
|
.card {
|
|
width: 100%;
|
|
height: 160px;
|
|
background-color: whitesmoke;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.card .header .avatar {
|
|
width: 28px;
|
|
height: 28px;
|
|
margin: 20px;
|
|
border-radius: 50px;
|
|
}
|
|
|
|
.card .header {
|
|
color: dimgray;
|
|
}
|
|
|
|
.card .body {
|
|
color: gray;
|
|
}
|
|
|
|
.card .body {
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.card .footer {
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
margin-top: 20px;
|
|
font-size: 13px;
|
|
color: gray;
|
|
position: absolute;
|
|
}
|
|
|
|
.list .list-item {
|
|
height: 32px;
|
|
line-height: 32px;
|
|
color: gray;
|
|
padding: 5px;
|
|
padding-left: 15px;
|
|
border-radius: 4px;
|
|
margin-top: 5.2px;
|
|
}
|
|
|
|
.custom-tab .layui-tab-title {
|
|
border-bottom-width: 0px;
|
|
border-bottom-style: none;
|
|
}
|
|
|
|
.custom-tab .layui-tab-title li {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.list .list-item:hover {
|
|
background-color: whitesmoke;
|
|
}
|
|
|
|
.list .list-item .title {
|
|
font-size: 13px;
|
|
width: 100%;
|
|
}
|
|
|
|
.list .list-item .footer {
|
|
position: absolute;
|
|
right: 30px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.top-panel-tips i {
|
|
font-size: 33px;
|
|
} |