| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <div class="chart-control" style="display:block;">
- <div class="qihao">
- <h6 class="left_tih6"><span id="set-chart"><em>设置</em>012<br/>状态</span></h6>
- <div class="left_conh6" style="margin-top:80px;">
- <table id="divqh">
- <tbody>
- <tr>
- <!--@@TrendItem-->
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- <div class="header_br">
- <div class="head_con" id="divhead">
- <div class="chart-header">
- <table class="ci-hmfb chartTable">
- <tbody>
- <tr style="height:64px;">
- <th width="52">循环<br />周期</th>
- <th width="85">实出次数<br />理论次数</th>
- <th width="60">出现<br />概率</th>
- <th width="70">平均<br />遗漏</th>
- <th width="55">最大<br />遗漏</th>
- <th width="55">历史最<br />大遗漏</th>
- <th width="55">上期<br />遗漏</th>
- <th width="60">本期<br />遗漏</th>
- <th width="55" class="blue">欲出<br />几率</th>
- <th width="55">投资<br />价值</th>
- <th width="55" class="blue">回补<br />几率</th>
- <th width="55">连出<br />概率</th>
- <th width="55">最大连<br />出次数</th>
- <th width="55">最大连<br />出遗漏</th>
- <th width="55">当前连<br />出遗漏</th>
- <th width="55">当前连<br />出几率</th>
- </tr>
- </tbody>
- </table>
- </div>
- </div>
- </div>
- <div class="viewport" id="doms">
- <div class="flipsnap" id="divbody">
- <div class="item" id="trendBox">
- <table class="chartTable">
- <colgroup>
- <col width="53" />
- <col width="86" />
- <col width="61" />
- <col width="71" />
- <col width="56" />
- <col width="56" />
- <col width="56" />
- <col width="61" />
- <col width="56" />
- <col width="56" />
- <col width="56" />
- <col width="56" />
- <col width="56" />
- <col width="56" />
- <col width="56" />
- <col width="56" />
-
- </colgroup>
- <tbody id="chartData">
- <!--@@missData-->
- </tbody>
-
- </table>
- </div>
|