Suggestionfeedback2.css
1.42 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
78
79
80
81
82
83
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%;
background: #fff;
padding: 10px;
box-sizing: border-box;
margin-bottom: 10px;
}
.tjForm{
width: 100%;
margin-bottom: 15px;
}
.tjForm>div{
height: 150px;
width: 100%;
background: #fff;
padding: 10px ;
box-sizing: border-box;
}
.tjForm>div textarea{
height: 100%;
width: 100%;
background: #fff;
font-size: 14px;
border: 0;
padding: 10px;
box-sizing: border-box;
border: 1px solid #75cbbe;
}
.QestionT .QText{
width: 100%;
padding: 10px 0;
margin: 0 !important;
float: left;
box-sizing: border-box;
}
.QestionT .QText>div{
padding: 5px 0;
}
.QestionT .QText>div>div{
width: 96%;
padding: 8px 0;
text-align: center;
background: none;
border-radius: 1px;
border: 1px solid #75cbbe;
color: #333;
}
.QestionT .QText>div:nth-child(2n)>div{
float: right;
}
.QestionT .QText>div>div.active{
background: #75cbbe;
border: 1px solid #75cbbe;
color: #fff;
}
.SuggessB #Tjbtn{
background: #75cbbe;
border-style: none;
border-radius: 50px;
color: #fff;
padding: 9px 0;
width: 60%;
/*display: block;
margin: 0 auto;*/
margin-left: 20%;
}