inforBind.wxss 1.14 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
/* 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%;
}