2024-03-10 13:17:17 +08:00
|
|
|
.scroll::-webkit-scrollbar {
|
|
|
|
width: 8px;
|
|
|
|
height: 8px;
|
|
|
|
}
|
|
|
|
.scroll::-webkit-scrollbar-thumb {
|
|
|
|
background-color: rgb(1, 169, 255);
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
.bg-date-picker-pop{
|
|
|
|
background-image: url('../images/list_bgd.png');
|
|
|
|
border:solid 1px rgb(1, 169, 255);
|
|
|
|
}
|
|
|
|
.div-no-data{
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-flow: column;
|
2024-05-25 21:59:19 +08:00
|
|
|
}
|
|
|
|
.my-module-title{
|
|
|
|
background: url(../images/one/2x1.png) no-repeat;background-size: 100%;
|
2024-03-10 13:17:17 +08:00
|
|
|
}
|