evaluate.css
1.8 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
*{
margin:0;
padding:0;
}
body{
display:flex;
flex-direction: column;background: #fff;
}
.icon-wuxing{
color:#FC8F0E;
}
.travel{
display: flex;
justify-content: center;
font-size:0.3rem ;
height: 1rem;
align-items: center;
}
.evaluate .icon-wuxing{
font-size:0.62rem ;
margin-right: 0.3rem;
}
.evaluate{
align-items: center;
display: flex;
padding:0 1.5rem ;
}
.icon i{
font-size:0.39rem ;
}
.service .fu{
font-size:0.28rem ;
margin-right: 0.2rem;
}
#icon{
display: flex;
font-size: 0.43rem;
align-items: center;
}
#icon img{
display: flex;
font-size: 0.32rem;
width: 0.3rem;
padding: 0 0.2rem 0 0;
height: 0.3rem;
display: block;
}
textarea{
outline: none;
}
#wuxing {
display: flex;
font-size: 0.32rem;
align-items: center;
}
#wuxing img{
display: flex;
font-size: 0.32rem;
width: 0.3rem;
padding: 0 0.2rem 0 0;
height: 0.3rem;
display: block;
}
.service {
padding-left: 0.33rem;
font-size:0.28rem ;
display: flex;
align-items: center;
margin-top: 0.3rem;
}
.xing{
margin-top: 0.2rem;
align-items: center;
display: flex;
justify-content: center;
height: 1rem;
font-size: 0.28rem;
color:#FE0A01;
background:rgba(245,245,245,1);
}
.idea{
width: 100%;
height: 3.10rem;
border: 1px solid #ccc;
font-size: 0.3rem;
padding: 0.1rem ;
color:#000;
}
.ideaout{
padding: 0.2rem 0.2rem 0 0.27rem;
width: 90%;
}
.footer{
border-radius:0.1rem;
background: #3988E5;
width: 5.2rem;
height:1rem;
line-height: 1rem;
color: #fff;
font-size:0.36rem;
text-align: center;
}
.save{
display: flex;
justify-content: center;
margin-top: 0.6rem;
}
.ok:active{
opacity: 0.7;
}
.img_box{
display: flex;
font-size:0.3rem;
justify-content: center;
align-items: center;
}
.img_box img{
width:0.6rem;
padding:0 0.2rem 0 0;
height: 0.6rem;
display: block;
}