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.
 
 
 
 
 
 

46 lines
783 B

.canclebtn {
width: 92px;
height: 42px;
line-height: 42px;
text-align: center;
color: #FFFFFF;
border-radius: 21px;
background-color: rgba(209, 209, 209, 1);
}
.surebtn {
/* position: absolute; */
/* right: 0; */
width: 92px;
height: 42px;
line-height: 42px;
text-align: center;
color: #FFFFFF;
border-radius: 21px;
background-color: #FF5725;
}
.inputrow {
position: relative;
margin-top: 30px;
width: calc(100% - 40px);
margin-left: 20px;
height: 60px;
justify-content: center;
align-items: center;
}
.codetext {
color: rgba(50, 50, 50, 1);
font-size: 16px;
font-weight: bold;
height: 40px;
width: calc(100% - 40px);
margin-left: 20px;
margin-top: 40px;
}
.codeview {
width: 288px;
height: 196px;
background-color: #FFFFFF;
border-radius: 8px;
}