surverydesign.css
3.22 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
.part_set .content .list li{
padding-bottom:5px;
}
span.i_image,span.i_attr,span.i_remark{
background-repeat:no-repeat;
background-position:-2px center;
overflow:hidden;
}
span.i_image button,span.i_attr button,span.i_remark button{
width:14px !important;
height:14px !important;
background-color:inherit !important;
text-indent:-9999px !important;
}
span.i_image{
background-position:-266px -28px;
}
span.i_attr{
background-position:-70px -84px;
}
span.i_remark{
/*background-position:-279px -56px;*/
background-position:-153px -56px;
}
span.i_remark_edit{
background:url("../images/remark_cancel.png") no-repeat center center;
}
input.imageWidth,input.imageHeight{
width:35px;
text-align:center;
}
.voting_image,.voting_attr,.voting_remark{
padding-left:17px;
}
.voting_image .image_div{
display:inline-block;
border:1px solid #e9e9e2;
padding:1px;
margin:3px;
position:relative;
}
.image_div_show{
display:inline-block;
border:1px solid #e9e9e2;
padding:1px;
margin:3px;
}
.voting_image .image_div.hover .delete{
position:absolute;
top:0px;
background-color:#000000;
filter:alpha(opacity=70);
opacity:0.7;
height:20px;
width:100%;
text-align:right;
}
.voting_image .image_div.hover .delete span,.voting_attr .attr_div.hover .delete span{
padding-left:16px;
height:16px;
display:inline-block;
background: url("../images/menu_delete_wev8.png") no-repeat left center;
}
.voting_attr .attr_div{
display:inline-block;
width:472px;
}
.voting_attr .attr_div a,.voting_attr .attr_div.hover a{
line-height:22px;
display:inline-block;
}
.voting_attr .attr_div.hover{
border:none;
}
.voting_attr .attr_div .delete{
clear:both;
}
.voting_attr .attr_div.hover .delete{
display:inline-block;
margin-left:15px;
height:20px;
background-color:#000000;
filter:alpha(opacity=70);
opacity:0.7;
}
.voting_remark .textarea{
width:386px;
}
.voting_question,.voting_image,.voting_attr,.voting_remark{
position:relative;
padding-right:30px;
overflow:hidden;
}
.voting_remark{
padding-right:100px;
}
.voting_operator{
position:absolute;
right:0px;
top:0px;
width:60px;
height:100%;
vertical-align: middle;
}
.voting_up{
background-position:-70px -55px;
}
.voting_down{
background-position:-70px -70px;
}
.voting_operator a{
display:none;
}
.voting_image_show,.attr_div_show{
width:90%;
}
.attr_div_show{
line-height:30px;
background-color:#f5f5f5;
margin:3px 0px;
}
.voting_attr .attr_div a,
.attr_div_show a,
.survery_component div.introduceAttr a,
.survey_question div.introduceAttr a {
float:left;
color:#5c5c5c;
text-decoration:underline;
padding-left:25px;
background:url("../images/app-attach_wev8.png") no-repeat 8px 5px;
}
.survery_component div.introduceAttr,
.survey_question div.introduceAttr
{
width:90%;
background-color:#f5f5f5;
line-height:30px;
margin:3px 0;
clear:both;
}
.survery_component div.introduceAttr div.introduceAttr,
.survey_question div.introduceAttr div.introduceAttr{
width:100%;
}
.voting_attr .attr_div a.download,
.attr_div_show a.download,
.survery_component div.introduceAttr a.download,
.survey_question div.introduceAttr a.download{
color:#1080fe;
float:right;
margin-right:20px;
text-decoration:none;
background:none;
}
.voting_remark_show{
color:#898989;
}
.clearboth{
clear:both;
}