@import "../home/css/login.wxss";
.picker_view {
height: 44px;
color: #BEBEBE;
display: flex;
align-items: center;
justify-content: space-between;
/* padding-left: 15px; */
/* padding-right: 15px; */
width: 100%;
}
.picker_view_text {
display: inline-block;
width: 200px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1 ;
font-size: 15px;
color: #999999;
margin-left: 10px;
/* margin-left: 15px; */
}
.record_input_title {
width: 80px;
height: 20px;
text-align: left;
line-height: 20px;
font: medium;
padding-left: 15px;
border-right: solid #e8eae5 1px;
margin-right: 15px;
font-size: 15px;
color: #999999;
}
.checkbox {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
color: #333333;
width: 50%
}
.img {
width: 22px;
height: 22px;
transform: translateY(5px);
}
.type_choose1 {
width: 30%;
}
.choose_text {
margin-left: 5px;
}
.bottom_hint {
background: #FFFBD7;
height: 32px;
font-size: 14px;
color: #333333;
line-height: 32px;
padding-left: 15px;
}
.bottom_hint image {
width: 14px;
height: 14px;
margin-right: 5px;
transform: translateY(2px);
}