system-copyright-react/src/components/RefunModal/RefunModal.css
2024-08-22 16:33:01 +08:00

30 lines
596 B
CSS

.refunModal{
padding-top: 20px;
}
.refunModal-item{
display: flex;
/* background-color: skyblue; */
/* align-items: center; */
/* justify-content: center; */
}
.refunModal-title{
font-size: 16px;
margin-right: 22px;
/* background-color: pink; */
width: 80px;
display: flex;
justify-content: flex-end;
margin-top: 5px;
margin-left: 10px;
}
.refunModal-red{
font-size: 20px;
margin-left: 5px;
color:#F04C4C
}
.refunModal-btn{
/* background-color: skyblue; */
display: flex;
justify-content: center;
margin-top: 20px;
}