/* pages/inforBind/inforBind.wxss */
.main {
width: 100%;
background: white;
height: 100%;
}
.content {
margin-left: 10px;
font-size: 10pt;
padding-top: 10px;
padding-right: 20px;
}
textarea {
border: 1px solid #e6e6e6;
border-radius: 4px;
width: 100%;
height: 120px;
font-size: 14px;
color: #888;
padding: 5px;
}
/*占位符样式*/
.placeholdText {
font-size: 2em;
}
.delete_bt2 {
background: #48c17b;
border-radius: 100px;
position: fixed;
color: white;
font-size: 14px;
bottom: 20px;
left: 10px;
right: 10px;
height: 36px;
}
.inforView {width: 100%;}
.inforView .title{
height: 40px;
width: 100%;
position: relative;
}
.inforView .title text{
margin-left: 10px;
font-size: 15px;
height: 40px;
color: #48c17b;
line-height: 40px;
}
.inforView .viewList{
height: 50px;
width: 100%;
font-size: 15px;
background: white;
line-height: 50px;
}
.inforView .viewList text{
margin-left: 14px;
height: 20px;
color: #999;
}
.input{
vertical-align: middle;
width: 180px;
height: 30px;
display: inline-block;
border-bottom: 1px solid #e0e0e0;
margin-left: 14px;
min-width: 70%;
}