cy
2022-06-21 129904537f66509f97b285e7eb4f42b3dc349dd0
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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
@charset "utf-8";
/* CSS Document */
 
body{
    background:#f6f6f6;
    color:#4a2a20;
    font:12px "宋体";
}
a{
    cursor:pointer;
}
 
.edit_con{
    margin:20px;
}
.edit_con table{
    float:left;
}
.edit_con .edit_right{
    float:right;
    padding-right:40px;
}
.edit_con table td, .edit_con table th{
    padding:5px 10px 5px 0;
    color:#545454;
}
.edit_con table td input.input_txt{
    float:left;
    margin-right:5px;
    padding-left:5px;
    background:#FFF;
    border:1px solid #cccccc;
    border-radius:3px;
    height:32px;
    color:#828181;
    line-height:32px;
    width:260px;
}
.edit_con table th{
    font-size:14px;
    font-weight:normal;
    text-align:right;
}
.edit_con table a.abtn{
    float:left;
    padding:0 20px;
    background:#c40033;
    color:#FFF;
    line-height:34px;
}
.edit_con table input.input_radio{
    float:left;
    margin:9px 2px 0 0;
}
.edit_con table label{
    float:left;
    margin-right:20px;
    line-height:34px;
}
.edit_con table span.hobby{
    float:left;
    margin:0 10px 10px 0;
    padding:0 10px;
    background:#FFF;
    border:1px solid #cccccc;
    display:block;
    color:#545454;
    height:32px;
    line-height:32px;
}
.edit_con table a.surebtn{
    float:left;
    margin-right:40px;
    padding:0 30px;
    background:#6f2b2b;
    display:block;
    height:34px;
    color:#FFF;
    font:14px "微软雅黑";
    line-height:34px;
}
.edit_con table span{
    color:red;
}
.edit_con table select{
    float:left;
    margin-right:5px;
    background:#FFF;
    border:1px solid #cccccc;
    border-radius:3px;
    height:34px;
    color:#828181;
    line-height:34px;
    width:268px;
}
.edit_con table textarea{
    padding:5px 0 0 5px;
    background:#FFF;
    border:1px solid #cccccc;
    border-radius:3px;
    height:80px;
    color:#828181;
    width:400px;
}
.edit_con table input.input_file{
    margin:5px 0;
}
 
.pcr_title{
    margin-bottom:20px;
    padding-bottom:10px;
    border-bottom:1px solid #cccccc;
}
.pcr_title h1{
    float:left;
    font:16px "微软雅黑";
    line-height:32px;
}
.pcr_title a.eidtBtn{
    float:right;
    height:32px;
    line-height:32px;
}
.tabsnav{
    margin-bottom:40px;
    background:#f8f5e4;
    border-bottom:1px solid #cccccc;
    height:40px;
    line-height:40px;
}
.tabsnav a{
    float:left;
    display:block;
    width:16.6666%;
    font:16px "微软雅黑";
    line-height:40px;
    text-align:center;
}
.tabsnav a:hover, .tabsnav a.focus{
    background:#6f2b2b;
    color:#FFF;
}
 
table.rt_table{
    width:100%;
}
table.rt_table td{
    padding:5px 10px;
    border:1px solid #c9caca;
    color:#727171;
    line-height:24px;
    text-align:center;
}
table.rt_table td a, .pcr_title a.addbtn{
    float:right;
    padding:0 10px;
    background:#b37d3c;
    display:block;
    color:#FFF;
    line-height:24px;
}
table.rt_table tr.rtt_title td{
    background:#dcdddd;
    color:#333;
}
.pcr_title a.addbtn{
    margin:8px 0 0 10px;
}
table.rt_table td.pager a{
    font-weight:bold;
    margin:10px 0 10px 5px;
}
 
table.goods_detail td{
    padding:10px 0;
}
table.goods_detail td img{
    float:left;
    margin:0 5px 5px 0;
    border:1px solid #c9caca;
}
table.goods_detail li{
    line-height:24px;
}
table.goods_detail th.linemore{
    line-height:35px;
}
.answer{
    padding-bottom:10px;
    border-bottom:1px solid #CCC;
}
.answer table{
    display:block;
    clear:both;
}
.answertitle h1{
    padding-left:20px;
}
.answertitle{
    background:#e0e0e0
}
.answer i{
    color:red;
    font-style:normal;
}
.edit_con table td input.short{
    width:80px;
}
.usemost{
    display:none;
}
.tabpop{
    padding:20px;
    position:absolute;
    background:#FFF;
    display:none;
}