system-copyright-react/src/components/RefunModal/RefunModal.css

47 lines
915 B
CSS
Raw Normal View History

2024-08-22 16:33:01 +08:00
.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;
2024-09-04 15:52:35 +08:00
}
.refunInput{
position: relative;
}
.refunInput-button{
/* height: 100%; */
width: 50px;
display: flex;
align-items: center;
justify-content: center;
/* background-color: #F04C4C; */
color: rgb(18, 128, 255);
position: absolute;
top:13px;
right: 20px;
cursor: pointer;
2024-08-22 16:33:01 +08:00
}