51 lines
1.0 KiB
CSS
51 lines
1.0 KiB
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;
|
|
}
|
|
.refunInput{
|
|
position: relative;
|
|
|
|
}
|
|
.refunInput-button{
|
|
/* height: 100%; */
|
|
width: 385px;
|
|
height: 46px;
|
|
/* background-color: pink; */
|
|
/* display: flex; */
|
|
/* align-items: flex-end; */
|
|
justify-content: center;
|
|
/* background-color: #F04C4C; */
|
|
color: rgb(18, 128, 255);
|
|
position: absolute;
|
|
top:0px;
|
|
line-height: 46px;
|
|
text-align: right;
|
|
right: 20px;
|
|
cursor: pointer;
|
|
} |