P3_DX_Miss.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. <div class="chart-control" style="display:block;">
  2. <div class="qihao">
  3. <h6 class="left_tih6"><span id="set-chart"><em>设置</em>大小</span></h6>
  4. <div class="left_conh6" style="margin-top:80px;">
  5. <table id="divqh">
  6. <tbody>
  7. <tr>
  8. <!--@@TrendItem-->
  9. </tr>
  10. </tbody>
  11. </table>
  12. </div>
  13. </div>
  14. <div class="header_br">
  15. <div class="head_con" id="divhead">
  16. <div class="chart-header">
  17. <table class="ci-hmfb chartTable">
  18. <tbody>
  19. <tr style="height:44px;">
  20. <th width="52">循环<br />周期</th>
  21. <th width="85">实出次数<br />理论次数</th>
  22. <th width="60">出现<br />概率</th>
  23. <th width="70">平均<br />遗漏</th>
  24. <th width="55">最大<br />遗漏</th>
  25. <th width="55">历史最<br />大遗漏</th>
  26. <th width="55">上期<br />遗漏</th>
  27. <th width="61">本期<br />遗漏</th>
  28. <th width="55" class="blue">欲出<br />几率</th>
  29. <th width="55">投资<br />价值</th>
  30. <th width="55" class="blue">回补<br />几率</th>
  31. <th width="55">连出<br />概率</th>
  32. <th width="55">最大连<br />出次数</th>
  33. <th width="55">最大连<br />出遗漏</th>
  34. <th width="55">当前连<br />出遗漏</th>
  35. <th width="55">当前连<br />出几率</th>
  36. </tr>
  37. </tbody>
  38. </table>
  39. </div>
  40. </div>
  41. </div>
  42. <div class="viewport" id="doms">
  43. <div class="flipsnap" id="divbody">
  44. <div class="item" id="trendBox">
  45. <table class="chartTable">
  46. <colgroup>
  47. <col width="53" />
  48. <col width="86" />
  49. <col width="61" />
  50. <col width="71" />
  51. <col width="56" />
  52. <col width="56" />
  53. <col width="56" />
  54. <col width="60" />
  55. <col width="56" />
  56. <col width="56" />
  57. <col width="56" />
  58. <col width="56" />
  59. <col width="56" />
  60. <col width="56" />
  61. <col width="56" />
  62. <col width="56" />
  63. </colgroup>
  64. <tbody id="chartData">
  65. <!--@@missData-->
  66. </tbody>
  67. </table>
  68. </div>