feedback.wxss 487 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
.main {
background: white;
height: 100%;
}

.content {
width: 100%;
left: 10px;
right: 10px;
background: #fff;
border: 1px solid #e6e6e6;
border-radius: 4px;
padding: 10px;
font-size: 14px;
color: #888;
margin-top: 10px;
height: 120px;
}

.delete_bt2 {
background: #48c17b;
border-radius: 100px;
position: fixed;
color: white;
font-size: 14px;
bottom: 20px;
left: 10px;
right: 10px;
height: 36px;
}