|
|
@@ -104,6 +104,9 @@
|
|
104
|
104
|
cursor: pointer;
|
|
105
|
105
|
color: #fff;
|
|
106
|
106
|
}
|
|
|
107
|
+ .tdWidth td{
|
|
|
108
|
+ width: 20%;
|
|
|
109
|
+ }
|
|
107
|
110
|
</style>
|
|
108
|
111
|
</head>
|
|
109
|
112
|
|
|
|
@@ -130,13 +133,11 @@
|
|
130
|
133
|
<div style="width: 100%;padding: 10px;">
|
|
131
|
134
|
<table class="Table" border="0" cellspacing="0" cellpadding="0">
|
|
132
|
135
|
<tbody>
|
|
133
|
|
- <tr class="bor_bootm">
|
|
|
136
|
+ <tr class="bor_bootm tdWidth">
|
|
134
|
137
|
<th>名字:</th>
|
|
135
|
138
|
<td><span class="F_CusName"></span></td>
|
|
136
|
139
|
<th>来源:</th>
|
|
137
|
140
|
<td><span class="LY"></span></td>
|
|
138
|
|
- <th>主题词:</th>
|
|
139
|
|
- <td><span class="subjectWords"></span></td>
|
|
140
|
141
|
<th>来电号码:</th>
|
|
141
|
142
|
<td><span class="F_ConPhone"></span></td>
|
|
142
|
143
|
<th>联系号码:</th>
|
|
|
@@ -171,14 +172,14 @@
|
|
171
|
172
|
<tr>
|
|
172
|
173
|
<th class="Importent"></th>
|
|
173
|
174
|
<td colspan="7">
|
|
174
|
|
- <div style="width:710px">
|
|
|
175
|
+ <div style="width:710px;border: 1px solid #000000;">
|
|
175
|
176
|
<div id="myMap" style="width:100%;height:400px;"></div>
|
|
176
|
177
|
<input type="hidden" class="store_Lng" value="115.659773"/>
|
|
177
|
178
|
<input type="hidden" class="store_Lat" value="34.395449" />
|
|
178
|
179
|
</div>
|
|
179
|
180
|
</td>
|
|
180
|
181
|
</tr>
|
|
181
|
|
- <tr>
|
|
|
182
|
+ <tr class="tdWidth">
|
|
182
|
183
|
<th>类型:</th>
|
|
183
|
184
|
<td>
|
|
184
|
185
|
<span class="LX"></span>
|
|
|
@@ -187,7 +188,9 @@
|
|
187
|
188
|
<td>
|
|
188
|
189
|
<span class="CD"></span>
|
|
189
|
190
|
</td>
|
|
190
|
|
- <th colspan="3">密级:</th>
|
|
|
191
|
+ <th>主题词:</th>
|
|
|
192
|
+ <td><span class="subjectWords"></span></td>
|
|
|
193
|
+ <th>密级:</th>
|
|
191
|
194
|
<td>
|
|
192
|
195
|
<span class="MJ"></span>
|
|
193
|
196
|
</td>
|