feedback.wxss 1006 Bytes
  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
.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;
}

.feedback_type {
margin-top: 10px;
padding: 5px;
width: 100%;
border-radius: 4px;
height: 64px;
border: 1px solid #e6e6e6;
}

.type_text {
font-size: 12px;
color: #999;
}

.type_choose1 {
width: 40%;
display: flex;
}

.type_choose2 {
width: 30%;
display: flex;
}

.img {
width: 20px;
height: 20px;
}

.choose_text {
font-size: 14px;
color: #333;
}