zst.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. @charset "utf-8";
  2. /* CSS Document */
  3. /*================================主体定位======================================*/
  4. #wrapper{width:100%; z-index:1; overflow:hidden;
  5. position:absolute; top:11.25rem; left:0; bottom:0; border-top:2px #186ea7 solid;}
  6. #scroller {width:1200px;position:absolute;z-index: 1;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-transform: translateZ(0);
  7. -moz-transform: translateZ(0);-ms-transform: translateZ(0);-o-transform: translateZ(0);transform: translateZ(0);-webkit-touch-callout: none;
  8. -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-text-size-adjust: none;
  9. -moz-text-size-adjust: none;-ms-text-size-adjust: none;-o-text-size-adjust: none;text-size-adjust: none;}
  10. #scroller {transform: translate3d(0,0,0); -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0);}
  11. .zst-subnav{width:100%;padding:0;}
  12. .zst-subnav ul{display:block;padding:.5rem 0;}
  13. /*===========================走势图标题 选择类样式====================================*/
  14. body{height:100vh;min-height:450px;min-hieght:30rem;overflow:hidden;}
  15. .overflow{height:1.75rem;overflow:visible;position:relative;z-index:9;margin:.25rem 0;}
  16. .overflow .content{width:100%; border-bottom:1px #e5e5e5 solid; overflow:visible;position:absolute;}
  17. .content .search-box{background-color:#fff;padding:0 .125rem; clear:both; width:100%; float:left; height:auto; margin:auto; line-height:normal; margin:.25rem 0;}
  18. .content .search-box .computer{position:absolute;right:1rem;top:2px;line-height:1.5rem;}
  19. .content .search-box .search-link,.content .search-box .ctl-box{float:left; width:auto;}
  20. .content .search-box .search-link a{display:inline-block; width:3rem; height:1.5rem; line-height:1.5rem; text-align:center;margin:0 .125rem;}
  21. .content .search-box .search-link .select{color:#186ea7;font-weight:bold;}
  22. .content .search-box .ctl-box{position:relative; z-index:999; border:0; height:auto; line-height:normal; font-size:1rem;margin:0 1rem 0 .5rem;}
  23. .content .search-box .ctl-box .ctl-title{display:inline-block; width:3.5rem; height:1.5rem; line-height:1.5rem;text-align:center;color:#333;}
  24. .content .search-box .ctl-box .ctl-title .down{display:inline-block; margin-left:.5rem; width:0; height:0; border-left:5px solid transparent;
  25. border-right:5px solid transparent; border-top:5px solid #333; vertical-align:middle;}
  26. .content .search-box .ctl-box .ctl-list{display:none;background-color:#fff;box-shadow:2px 2px 10px #bbb;}
  27. .content .search-box .ctl-box:hover .ctl-list{display:block;}
  28. .search-box .search-link{padding-top:1rem;}
  29. /*点击样式*/
  30. /*.content .search-box .ctl-box:hover .down{display:inline-block; margin-left:.5rem; width:0; height:0; border-left:5px solid transparent; */
  31. /*border-right:5px solid transparent; border-bottom:5px solid #fff; border-top:5px solid transparent; vertical-align:middle; margin-bottom:6px;}*/
  32. .content .ctl-box .ctl-list{display:inline-block; width:6.25rem; height:auto; position:absolute; top:1.625rem; left:0; padding-left:.25rem; padding-top:.5rem;z-index:999;}
  33. .content .ctl-box .ctl-list .ctl-item{display:inline-block; width:100%; height:1.75rem; padding:0; position:relative;}
  34. /*弹出窗样式*/
  35. .ctl-box{text-align:left;}
  36. .ctl-list span{display:block;width:48.8%;float:left;}
  37. .ctl-list span:nth-child(2),.ctl-list span:nth-child(4),.ctl-list span:nth-child(6){float:right;}
  38. .ctl-box .ctl-list .ctl-item input[type=checkbox]{display:none;}
  39. .ctl-box .ctl-list .ctl-item label{display:inline-block;width:98%; height:2rem;margin-bottom:.5rem;border:1px #ddd solid;text-align:center;line-height:2rem;}
  40. .ctl-box .ctl-list .ctl-item input + label:active{background:#ff8800;color:#fff;border:1px #ff8800 solid;}
  41. .ctl-box .ctl-list .ctl-item input:checked + label {background:#ff8800;color:#fff;border:1px #ff8800 solid;}
  42. .bg-black{position:absolute;top:0;left:0;background:rgba(0,0,0,0.6);z-index:999999999;width:100%;text-align:center;display:none;}
  43. .bg-black .search-box{width:80%;background-color:#fff;margin:auto;padding:0 1.25rem .5rem 1.25rem;border-radius:.125rem .125rem 0 0;}
  44. .bg-black .search-box h1{text-align:center;font-size:1.25rem;line-height:1.5rem;padding:.75rem 0 .25rem 0;}
  45. .bg-black .search-box dl{overflow:hidden;padding-bottom:.5rem;}
  46. .bg-black .search-box dt{float:left;width:15%;}
  47. .bg-black .search-box dt span{display:inline-block;font-size:1rem;color:#4d4d4d;line-height:2rem;}
  48. .bg-black .search-box dd{float:right;width:84%;}
  49. .search-link a{display:block;width:48%;float:left;height:2rem;border:1px #ddd solid;line-height:2rem;text-align:center;margin-bottom:.5rem;}
  50. .search-link a:nth-child(2),.search-link a:nth-child(4){float:right;}
  51. .search-link .select{background:#ff8800;color:#fff;border:1px #ff8800 solid;}
  52. .sear{text-align:left;}
  53. .sear select{width:5.5rem;height:1.875rem;border:1px #ddd solid;text-indent:.5rem;font-size:1rem;margin-bottom:1rem;-webkit-appearance: none;
  54. background:url(../images/unfold.png)no-repeat 90% center;background-size:1rem .625rem;color:#4d4d4d;}
  55. .sear select option{text-indent:1em;text-align:center;vertical-align:middle;}
  56. .sear input{width:35%;height:2rem;border:1px #ddd solid;text-align:center;}
  57. .sear .data-txt{width:99%;font-size:.875rem;color:#666;}
  58. .sear dd span{margin:0 .5rem;}.bg-black .search-box .dataAnalysisBox{width:100%;border:0 none;text-align:left;position:relative;background:#fff;padding:.5rem 1.25rem;left:-1.25rem;border-bottom:.125rem #ddd solid;}
  59. .dataAnalysisBox input{visibility:hidden;position:absolute;}
  60. .dataAnalysisBox label{width:48%;float:left;text-align:center;border:1px #ddd solid;height:2rem;line-height:2rem;}
  61. .dataAnalysisBox label:last-child{float:right;}
  62. .dataAnalysisBox input:checked + label{background:#ff8800;color:#fff;border:1px #ff8800 solid;}
  63. .sec-btn{overflow:hidden;width:80%;background-color:#fff;margin:0 auto;padding:0 1.25rem;border-radius:0 0 .125rem .125rem;border-top:2px #ddd solid;}
  64. .sec-btn input{width:49%;text-align:center;}
  65. .sec-btn .searchs{border-left:1px #ddd solid;height:2.5rem;}
  66. .sec-btn .searchs{color:#ff8800;}
  67. /*==============弹窗样式================*/
  68. .search-box .search{display:inline-block; height:1.5rem; padding:0 .5rem;line-height:1.5rem;color:#333; text-align:center; background:none; appearance:button; -webkit-appearance:button; -moz-appearance:button;}
  69. .bgback{position:absolute; top:0; left:0; width:100vw; height:100vh; background-color:rgba(0,0,0,0.3); z-index:998;}
  70. .search-box .popup{display:inline-block;width:85%; width:85vw; padding:1rem; position:absolute; top:6rem; left:3%; background-color:#fff; z-index:999; text-align:center;
  71. border-radius:.5rem;box-shadow:0 0 12px #ccc; -moz-box-shadow:0 0 12px #ccc; -webkit-box-shadow:0 0 12px #ccc;}
  72. .search-box .popup h1{font-size:1rem; padding-bottom:.5rem; line-height:1rem; border-bottom:1px #e5e5e5 solid;}
  73. .search-box .popup .sear{margin:0 auto; text-align:center; display:inline-block; margin:1rem 0;}
  74. /*seclet样式*/
  75. .content .search-box .mSelectBox{float:none;width:4.5rem; height:1.75rem; -webkit-appearance:none; appearance:none; -moz-appearance:none; margin:.125rem;
  76. background:#89b4d0 url(../images/down-icon.png) no-repeat; background-position:94% center; background-size:.625rem; font-size:.875rem;line-height:1.75rem
  77. border-bottom:2px #6097ba solid; color:#fff; border-radius:.125rem;}
  78. .content .search-box .mSelectBox option{text-align:center;}
  79. /*按期号查询*/
  80. .content .search-box .sear span{display:inline-block; line-height:1.875rem; margin:.125rem; color:#808080; font-size:.875rem;}
  81. .content .search-box .sear input{background:none;float:none;border:1px #89b4d0 solid; width:4rem; height:1.75rem; vertical-align:middle; text-indent:.125rem; color:#666;
  82. margin:.125rem; font-size:.875rem; text-align:center;line-height:1.875rem; border-radius:.25rem;-webkit-appearance:button;}
  83. .content .search-box .btu{text-align:center;}
  84. .content .search-box .btu input{float:none;width:3rem; height:1.625rem; vertical-align:middle; background:none; background-color:#89b4d0; color:#fff; font-size:.875rem;
  85. border-radius:.25rem; -moz-border-radius:.125rem; -webkit-border-radius:.125rem; margin:0 2.25rem; line-height:1.625rem;-webkit-appearance:button;}
  86. .content .search-box .btu .searchs{background-color:#ed5565;}
  87. .hide{display:none;}
  88. .display{display:block !important;}
  89. /*===========遗漏=============*/
  90. .search-link input{width:4.25rem; height:1.75rem; background:none !important; border:1px #e5e5e5 solid; color:#808080; font-size:.875rem; vertical-align:middle; text-align:center;
  91. border-radius:.25rem 0 0 .25rem; -moz-border-radius:.25rem 0 0 .25rem; -webkit-border-radius:.25rem 0 0 .25rem;}
  92. .search-link .searchs{border-radius:0 .25rem .25rem 0; -moz-border-radius:0 .25rem .25rem 0; -webkit-border-radius:0 .25rem .25rem 0; height:1.875rem; width:3.5rem;
  93. background-color:#186ea7 !important; border:1px #186ea7 solid; color:#fff; appearance:button; -webkit-appearance:button;}
  94. .search-link span{display:inline-block; float:left; font-size:.875rem; color:#808080; line-height:1.75rem;}
  95. /*====================走势图============================*/
  96. body{padding-top:0!important; width:100VW;}
  97. .nav{display:none;}
  98. .control-header{background-color:#f0f0f0;position:fixed;z-index:10; max-width:640px; width:100%; top: 40px;}
  99. .chart-setting-btn{position:absolute;left:0; top:0;width:11%;min-width:60px;color:#777; text-align:center;height:38px;line-height:38px;cursor:pointer;z-index:9;}
  100. .chart-setting-btn i{ font-weight:inherit;display:inline-block; width:100%; height:32px; line-height:32px; vertical-align:center; cursor:pointer; background:#fff; font-size: 0.9em; }
  101. .chart-setting-btn div{display:none;position:fixed;left:0;right:0;top:70px;bottom:0;z-index:11;width:100%;background-color:rgba(0,0,0,.4);padding-top:9px;}
  102. .chart-setting-btn span{-webkit-box-shadow:2px 2px 3px #1B3884;box-shadow:2px 2px 3px #888; -webkit-border-radius:5px;border-radius:5px; padding:15px 10px; background-color:#fff; position:relative; display:inline-block; height:auto; width:90%; max-width:600px; text-align:left;}
  103. .chart-setting-btn div.k3-block{display:block;}
  104. .chart-setting-btn span label{position:absolute; display:block; width:16px; height:9px; background-image:url(/img/zst/tip_zhi.png); background-repeat:no-repeat; left:16px; top:-9px;}
  105. .chart-setting-btn span em{border:1px solid #e2dfd0; border-radius:5px; display:inline-block; width:80px; height:30px; font-size:0.875em; color:#333; line-height:30px; margin:8px 12px; text-align:center;}
  106. .chart-setting-btn span em.cur{background-color:#2a63a8; border:1px solid #1B3884; color:#fff; font-weight:bold;}
  107. .chart-control{position:relative; display:none;}
  108. .chart-control ul div{-webkit-overflow-scrolling:touch;overflow-scrolling:touch;height:26px;padding:3px 0.875em;border-left:1px solid #e6e6e6;color:#232334;text-align:center;
  109. font-size:0.875em;line-height:26px;}
  110. .chart-control .ch-list-cur{padding-bottom:0;height:32px; background:#2a63a8; color:#fff; line-height:32px; cursor:auto; margin-top:3px; }
  111. .header_br{width:5000px; position:absolute; z-index:7;}
  112. .head_con{margin-left:50px; position: relative;white-space:nowrap;}
  113. .head_con_mar0{margin:0;}
  114. .chart-header{position:absolute; background-color:#fff; display: inline-block;}
  115. .head-item{display: inline-block; border-right: 1px solid #ddd; height: 60px;}
  116. .chart-header{background-color:#fff; white-space:nowrap; position: absolute;left: 0;}
  117. .chart-header .ci-hmfb{border-bottom:1px solid #ccc; vertical-align:middle; background-color: #e0e0e0;}
  118. .chart-header .ci-hmfb th{border:1px #ddd solid; height:1.25rem; line-height:1rem;vertical-align:middle;}
  119. .chart-header h6{display:inline-block; width:30px; text-align:center; font-size:0.875em; line-height:15px;height:30px; padding:15px 0; vertical-align:top;}
  120. .chart-header .ci-dywxtfb li div,.chart-header .ci-hmfb span,.chart-header span{color:#999}
  121. .chartTable .thead{height:42px;}
  122. .chart-header .kj-head{color:#666;text-align:center;min-width:30px;line-height:20px; padding:10px 0; height:40px; border-right:1px solid #eee;font-size: 0.8em;}
  123. .chart-item{position:relative; border-bottom:1px solid #eee;}
  124. .chart-item:nth-child(2n){}
  125. .chart-item h6{display:inline; float:left;width:40px; border-bottom:1px solid #fff; border-right:1px solid #ddd; color:#404141; text-align:center;line-height:30px;height:29px;}
  126. .fdfd{background:#fff}
  127. .ci-hmfb{line-height:30px;}
  128. .ci-hmfb span{display:inline-block; font-weight:normal; line-height: 30px; height:33px; border-right:1px solid #eee; color:#bbb; text-align:center;}
  129. .ci-hmfb div{color:#666;font-size: 0.8em; height:30px; border-bottom:1px solid #eee; border-right:1px solid #eee; text-align:center; line-height:30px;}
  130. .chart-header .cf-last{border-right:0;}
  131. .ci-hmfb span,.tc7lc .zs-sel .ci-hmfb span{min-width:30px;}
  132. .chart-header .ci-hmfb span{border-bottom:0; height:30px; }
  133. .ci-hmfb b{display:inline-block; width:22px; height:22px; text-align:center;line-height:22px;-webkit-border-radius:11px;border-radius:11px; vertical-align:middle; margin-bottom:3px;}
  134. .ci-hmfb b i{font-size:1em;}
  135. .k3_fot b{border:1px solid #1B3884;}
  136. .qihao{position:absolute; left:0; width:50px; z-index:8;}
  137. .qihao .left_tih6{color:#666;background-color:#FFF6E5; height:26px; line-height:30px; font-size:14px; text-align:center;
  138. background:#FFF6E5; border:1px solid #ddd;border-left:0 none; width:50px;z-index: 9;position:absolute;}
  139. .qihao .left_conh6{ border-bottom:0;position: relative;}
  140. #divqh{background:#f4f4f4;}
  141. .qihao .left_conh6 td{border:0 none; border-bottom:1px solid #ddd;border-right:1px solid #ddd; color:#333;
  142. display:block; text-align:center;vertical-align:middle;line-height:1.25rem;width:50px; font-size:.875rem;}
  143. .demo{width:100%; height:80vw;overflow:hidden;}
  144. .viewport {overflow: hidden; -webkit-transform: translateZ(0); cursor:pointer;-moz-user-select:none;}
  145. .k3-fb{margin-left:0;}
  146. .flipsnap{display:inline-block; margin:0 0 0 50px; width:1100px; white-space:nowrap; position: relative; left: 0;}
  147. .flipsnap:after {float:none;content: '';display: block;clear: both;height: 0;}
  148. .item{position:relative; display:inline-block; vertical-align:top; white-space:nowrap;}
  149. .item table{table-layout:fixed; border:0 none;}
  150. .item .chartTable td{overflow:hidden; text-overflow:clip;height:1.25rem;line-height:1.25rem;}
  151. .item .staticTable thead th,.item .staticTable thead td{font-family:Helvetica !important; font-weight:normal;line-height:1rem;height:1.25rem;overflow:hidden;vertical-align:middle;}
  152. .item .staticTable{width:auto;}
  153. .item .dataAnalysisBox{border:0 none; display:block; margin-left:15px; text-align:left; line-height:21px;height:21px;}
  154. #stats{position:relative;}
  155. .cf-item{width:0.875em;height:0.875em;margin:2px auto;border:1px solid #A6A6C4;color:#A5011E;text-align:center;line-height:0.875em;cursor:pointer;-webkit-border-radius:11px;border-radius:11px}
  156. .item .ci-bar-bg{background-color:#FBFDFF;}
  157. .zw{width:1.75rem;}
  158. .cw{width:3.125rem;}
  159. .qihao .left_conh6 .presele-title{vertical-align:middle;height:20px;}
  160. .presele-title strong,.presele-title span{margin:0 2px;}
  161. .blue {color: #186EA7;}
  162. .notes{display:block;position:relative;line-height:1.25rem;height:1.25rem;text-align:center;}
  163. .notes i{display:inline-block;width:.75rem;height:.75rem;font-size:.75rem;line-height:.75rem;margin:0 2px;border-radius:50%;background:#f5c0c0;color:#fff;position:relative;top:-1px;}
  164. .notes em{display:inline-block;position:absolute;width:50px;line-height:1.25rem;background:#ff8800;color:#fff;text-align:center;z-index:999;
  165. left:0;top:0;display:none;}
  166. .notes:hover>em{display:block;}
  167. #stats{position:relative;}
  168. .zstableBox{overflow:hidden;}
  169. #demo-pointmove .wrap{position:relative;left:-50px;}
  170. #demo-pointmove .lot-title{border-bottom:1px #ddd solid;}
  171. .lot-title h1{font-size:1rem;position:relative;}
  172. #set-chart{display:block;text-align:center;line-height:21px;}
  173. #set-chart em{background:#ff8800;display:block;color:#fff;height:21px;text-align:center;}
  174. .shadow{margin:0;}
  175. .shadow .extend{border-bottom:0 none;}