Newer
Older
.submit {
margin-top: 20px;
border: 1px solid #34b4fc;
background-color: #34b4fc;
}
.searchToolBar {
display: flex;
flex-direction: row;
align-items: center;
justify-content: left;
box-sizing: border-box;
}
.item1-image {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: space-between;
box-sizing: border-box;
margin-left: 15px;
font-size: 18px;
font-weight: bold;
width: 12em;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: center;
box-sizing: border-box;
margin-right: 15px;
color: #80a7ee;
font-size: 16px;
margin: 0 15px;
color: #9d9d9d;
padding-bottom: 10px;
line-height: 25px;
background-color: white;
padding: 3px 7px;
border: 1px solid #cccccc;
border-radius: 10px;
float: right;
color: #666666;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
color: #666666;
.choose-item {
display: flex;
flex-direction: row;
align-items: center;
.report-item-title{
height: 40px;
width: 50%;
text-align: center;
padding: 5px 0;
}
img{
vertical-align: middle;
}
.isLeave{
background-color: #19b5ff;
color: #ffffff;
}
.notLeave{
background-color: #eaebec;
color:#474747;;
}
}
.report-btn {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
position: relative;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.4);
// opacity: 0.4;
z-index: 100;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
box-sizing: border-box;
margin: 15px 15px;
// width: 280px;
height: 280px;
border: 1px solid #cccccc;
padding: 0 10px;
margin-bottom: 10px;
color: #272727;
overflow: scroll;
width: 270px;