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.
IOReportMgt/IOReportSysMP/miniprogram/pages/verfy/index.scss

31 lines
504 B

.report-info-container {
display: flex;
flex-direction: column;
background-color: var(--color-gray-0);
margin: 40px 30px;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
padding: 10px;
.title{
flex: 1 1 0;
text-align: center;
margin: 5px;
}
.card-col-1 {
display: flex;
}
& > yinput:last-child{
height: 100px;
}
}
.submit-button {
position: absolute;
bottom: 0;
left: 0;
right: 0;
display: flex;
.button-item{
flex: 1 1 0;
height: 50px;
}
}