gz_gqj_web/css/demandPlan/delivery_list.css

47 lines
653 B
CSS
Raw Normal View History

2024-11-08 16:53:56 +08:00
.table-box {
width: 100%;
2024-11-14 10:55:06 +08:00
height: calc(100% - 280px);
2024-11-08 16:53:56 +08:00
}
.layout {
display: flex;
justify-content: center;
align-items: center;
}
#data-overview {
width: 100%;
2024-11-14 10:55:06 +08:00
height: 80px;
2024-11-08 16:53:56 +08:00
justify-content: space-around;
}
#data-overview>div {
width: 15%;
height: 100%;
}
.data-detail {
flex-direction: column;
}
#data-overview p {
margin: 2px 0 2px 0;
letter-spacing: 1px;
}
.common-style {
width: 100%;
justify-content: space-between;
2024-11-09 21:08:52 +08:00
cursor: pointer;
2024-11-08 16:53:56 +08:00
}
.num-style {
font-size: 28px;
font-weight: bold;
color: #666;
}
.num-title {
flex-direction: column;
align-items: start;
}