Suggestionfeedback.css
829 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
body{
background: #eff5f3;
}
.SuggessB{
padding: 10px;
}
.SuggessB>div,.SuggessB>button{
float: left;
width: 100%;
}
.SuggessB p{
padding: 5px 0;
margin: 0;
font-size: 13px;
}
.QestionT{
float: left;
width: 100%;
}
.tjForm{
width: 100%;
margin-bottom: 15px;
}
.tjForm>div{
height: 150px;
box-sizing: border-box;
}
.tjForm>div textarea{
height: 150px;
width: 100%;
background: #fff;
font-size: 14px;
border: 0;
}
.QestionT .QText{
width: 100%;
padding: 10px 0;
margin: 0 !important;
float: left;
box-sizing: border-box;
}
.QestionT .QText>div{
padding: 5px 10px;
}
.QestionT .QText>div>div{
width: 100%;
padding: 8px 0;
text-align: center;
background: #347ff4;
border-radius: 6px;
color: #fff;
}