gz_car_ui/css/car_demand_plan/send_out_success.css

41 lines
628 B
CSS
Raw Normal View History

2025-01-16 18:47:38 +08:00
body {
margin: 0 15px 15px 15px;
}
#main-box {
width: 100%;
height: 100%;
background-color: #fff;
border-radius: 5px;
}
#basic-box {
width: 100%;
height: calc(100% - 120px);
flex-direction: column;
justify-content: space-evenly;
}
#operBox,
#qrCodeBox {
width: 100%;
height: 25%;
flex-direction: column;
justify-content: space-evenly;
}
.layout {
display: flex;
align-items: center;
justify-content: center;
}
.btn-box {
width: 100%;
height: 80px;
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
}