.input-placeholder {
font-size: 13px;
color: #999;
}
page {
background-color: white;
}
.record-topbar {
width: 100%;
height: 45px;
background: #ffd5dd;
font-size: 12px;
color: #ee7289;
text-align: center;
line-height: 45px;
}
.record-input-constainer {
margin: 40px 10px 0 10px;
}
.record-input_bg {
/*background: beige;*/
display: flex;
align-items: center;
justify-content: flex-start;
height: 42px;
border: solid 1px;
border-radius: 5px;
}
.record-input_title {
/*background-color: green;*/
width: 50px;
height: 20px;
text-align: left;
line-height: 20px;
font: medium;
font-size: 14px;
color: #000;
padding-left: 15px;
border-right: solid #e8eae5 1px;
}
.input {
/*background-color: red;*/
font-size: 15px;
color: #999999;
margin-left: 10px;
width: 110px;
margin-top: 3px;
}
.record-submit-btn {
font: medium;
font-size: 20px;
color: white;
margin-left: 10px;
margin-right: 10px;
height: 45px;
line-height: 45px;
border-radius: 22.5px;
background-color: #48c17b;
width: calc(100%-20px);
margin-top: 200px;
text-align: center;
}
.code-input_bg {
/*background: beige;*/
display: flex;
align-items: center;
justify-content: flex-start;
height: 42px;
border: solid 1px;
border-radius: 5px;
width: 70%;
}
.record-time-text {
font: lighter;
margin-left: 10px;
width: 30%;
text-align: center;
font-size: 15px;
color: #666;
height: 42px;
line-height: 42px;
margin-top: 15px;
border-radius: 4px;
float: right;
background: #f6f6f6;
border: 1px solid #d3d3d3;
/*background-color: rgba(1, 1, 1, 1);*/
}
.code_view {
display: flex;
}