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.
424 lines
9.3 KiB
424 lines
9.3 KiB
.dashboard {
|
|
display: flex;
|
|
gap: 20px;
|
|
}
|
|
|
|
.card {
|
|
width: 280px;
|
|
height: 49px;
|
|
background: #E6F0FF;
|
|
border-radius: 3px;
|
|
padding: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
}
|
|
.card1 {
|
|
width: 284px;
|
|
height: 49px;
|
|
background: #E6F0FF;
|
|
border-radius: 3px;
|
|
padding: 20px;
|
|
display: flex;
|
|
align-items: center;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
|
|
.card-icon {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-right: 10px;
|
|
border-radius: 8px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.card-icon.total {
|
|
background-color: #4a90e2;
|
|
}
|
|
|
|
.card-icon.completed {
|
|
background-color: #f5a623;
|
|
}
|
|
|
|
.card-icon.overdue-contact {
|
|
background-color: #7ed321;
|
|
}
|
|
|
|
.card-icon.overdue-process {
|
|
background-color: #d0021b;
|
|
}
|
|
|
|
.card-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
}
|
|
.card-content1 {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.card-title {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
margin: 0;
|
|
}
|
|
|
|
.card-text {
|
|
font-size: 14px;
|
|
color: #777;
|
|
margin: 5px 0 0 0;
|
|
}
|
|
|
|
.percentage {
|
|
font-size: 14px;
|
|
color: #777;
|
|
margin-left: 5px;
|
|
}
|
|
.br{
|
|
padding: 20px 0;
|
|
border-left: #777 solid 1px;
|
|
}
|
|
.div_room {
|
|
// height: calc(88vh - 40px);
|
|
// margin-top: 9px;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
margin-left: 42px;
|
|
// margin: 0 21px 0 21px;
|
|
|
|
.item {
|
|
width: 21%;
|
|
|
|
border-radius: 6px;
|
|
margin: 15px 25px 15px 0;
|
|
display: flex;
|
|
position: relative;
|
|
|
|
|
|
.item_category {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 8px;
|
|
> img {
|
|
width: 66px;
|
|
height: 66px;
|
|
}
|
|
.item_content {
|
|
margin-left: 5px;
|
|
width: 100%;
|
|
text-align: left;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
|
|
.item_count {
|
|
font-size: 28px;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.item_row1 {
|
|
border-radius: 4px;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 23px;
|
|
.row_left {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
text-align: center;
|
|
margin-left: 5px;
|
|
white-space: nowrap;
|
|
}
|
|
.text1{
|
|
font-size: 16px;
|
|
font-family: PingFang SC;
|
|
color: #00BB72;
|
|
margin-left:20px
|
|
|
|
}
|
|
|
|
.text2{
|
|
font-size: 16px;
|
|
font-family: PingFang SC;
|
|
color: #FF7135;
|
|
margin-left:20px
|
|
|
|
}
|
|
.row_right {
|
|
margin: 0px 5px 0 0;
|
|
|
|
cursor: pointer;
|
|
display: flex;
|
|
flex-direction: row;
|
|
.img{
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
.item_row2 {
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 23px;
|
|
margin-top: 10px;
|
|
.row_left {
|
|
font-weight: 500;
|
|
color: #666666;
|
|
text-align: center;
|
|
margin-left: 5px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.row_right {
|
|
margin: 0px 5px 0 0;
|
|
|
|
cursor: pointer;
|
|
display: flex;
|
|
flex-direction: row;
|
|
.img{
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-top: 2px
|
|
}
|
|
.text{
|
|
font-size: 16px;
|
|
font-family: PingFang SC;
|
|
color: #333333;
|
|
padding-left:10px
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
> span {
|
|
margin-left: 16px;
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
.item_add {
|
|
cursor: pointer;
|
|
font-size: 24px;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 17px 16px;
|
|
|
|
> img {
|
|
width: 86px;
|
|
height: 86px;
|
|
}
|
|
|
|
> span {
|
|
font-size: 24px;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
|
|
margin-left: 16px;
|
|
}
|
|
}
|
|
|
|
.icon_circle {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: -10px;
|
|
right: -10px;
|
|
height: 23px;
|
|
width: 23px;
|
|
background-color: #ffffff;
|
|
border-radius: 50%;
|
|
border: 1px solid #a5a5a5;
|
|
}
|
|
|
|
.icon_sel {
|
|
cursor: pointer;
|
|
background-color: #6bb9f8;
|
|
border: 1px solid #6bb9f8;
|
|
}
|
|
}
|
|
.item1 {
|
|
width: 30%;
|
|
height: 86px;
|
|
background: #f7faff;
|
|
border-radius: 6px;
|
|
margin: 15px 25px 15px 0;
|
|
display: flex;
|
|
position: relative;
|
|
|
|
|
|
.item_category {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 8px;
|
|
> img {
|
|
width: 66px;
|
|
height: 66px;
|
|
}
|
|
.item_content {
|
|
margin-left: 5px;
|
|
width: 100%;
|
|
text-align: left;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
|
|
.item_count {
|
|
font-size: 28px;
|
|
font-family: PingFang SC;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.row_left1 {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
text-align: center;
|
|
margin-left: 5px;
|
|
}
|
|
.item_row1 {
|
|
border-radius: 4px;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 23px;
|
|
|
|
.row_left1 {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
text-align: center;
|
|
margin-left: 5px;
|
|
}
|
|
.row_left2 {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #FF7035;
|
|
text-align: center;
|
|
margin-left: 5px;
|
|
}
|
|
.text1{
|
|
font-size: 16px;
|
|
font-family: PingFang SC;
|
|
color: #FDB305;
|
|
padding-left:20px
|
|
}
|
|
.row_right {
|
|
margin: 0px 5px 0 0;
|
|
|
|
cursor: pointer;
|
|
display: flex;
|
|
flex-direction: row;
|
|
.img{
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-top: 2px;
|
|
}
|
|
|
|
|
|
}
|
|
}
|
|
.item_row2 {
|
|
border-radius: 4px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 23px;
|
|
margin-top: 10px;
|
|
.row_left {
|
|
font-weight: 500;
|
|
color: #333333;
|
|
text-align: center;
|
|
margin-left: 5px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.row_right {
|
|
margin: 0px 5px 0 0;
|
|
|
|
cursor: pointer;
|
|
display: flex;
|
|
flex-direction: row;
|
|
.img{
|
|
width: 16px;
|
|
height: 16px;
|
|
margin-top: 2px
|
|
}
|
|
.text{
|
|
font-size: 16px;
|
|
font-family: PingFang SC;
|
|
color: #333333;
|
|
padding-left:10px
|
|
}
|
|
|
|
}
|
|
}
|
|
}
|
|
|
|
> span {
|
|
margin-left: 16px;
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
.item_add {
|
|
cursor: pointer;
|
|
font-size: 24px;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 17px 16px;
|
|
|
|
> img {
|
|
width: 86px;
|
|
height: 86px;
|
|
}
|
|
|
|
> span {
|
|
font-size: 24px;
|
|
font-family: PingFang SC;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
|
|
margin-left: 16px;
|
|
}
|
|
}
|
|
|
|
.icon_circle {
|
|
cursor: pointer;
|
|
position: absolute;
|
|
top: -10px;
|
|
right: -10px;
|
|
height: 23px;
|
|
width: 23px;
|
|
background-color: #ffffff;
|
|
border-radius: 50%;
|
|
border: 1px solid #a5a5a5;
|
|
}
|
|
|
|
.icon_sel {
|
|
cursor: pointer;
|
|
background-color: #6bb9f8;
|
|
border: 1px solid #6bb9f8;
|
|
}
|
|
}
|
|
}
|
|
|