kj.less 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  1. @import '../common/common.less';
  2. .kj-page {
  3. position: fixed;
  4. top: 60px;
  5. bottom: 60px;
  6. width:100%;
  7. .kj-category-wrapper {
  8. height: 40px;
  9. line-height: 40px;
  10. .center();
  11. .kj-category {
  12. flex: 1;
  13. text-align: center;
  14. /*border-right:1px solid rgba(0,0,0,.1);*/
  15. border-bottom: 1px solid rgba(0,0,0,.1);
  16. cursor: pointer;
  17. &:last-child {
  18. border-right: 0;
  19. }
  20. }
  21. }
  22. .kj-wrapper {
  23. font-size: 16px;
  24. width: 100%;
  25. position: absolute;
  26. bottom: 0;
  27. overflow:auto;
  28. top: 97px;
  29. .kj-item-wrapper {
  30. display: none;
  31. &.kj-item-active {
  32. display: block;
  33. }
  34. }
  35. .kj-high-lottery-wrapper {
  36. .kj-high-lottery-left {
  37. overflow: auto;
  38. position: absolute;
  39. top: 0;
  40. bottom: 0;
  41. /*position: fixed;*/
  42. /*top: 102px;
  43. bottom: 60px;*/
  44. width: 70px;
  45. text-align: left;
  46. font-size: 14px;
  47. text-indent: 5px;
  48. border-right: 1px solid rgba(0,0,0,.1);
  49. float: left;
  50. .kj-high-lottery-category {
  51. font-size: 15px;
  52. height: 50px;
  53. line-height: 50px;
  54. cursor: pointer;
  55. .border();
  56. }
  57. }
  58. .kj-high-lottery-right {
  59. /*position: fixed;*/
  60. height: 100%;
  61. overflow-y: auto;
  62. overflow-x: hidden;
  63. position: absolute;
  64. top: 0;
  65. bottom: 0;
  66. left: 70px;
  67. right: 0;
  68. .content {
  69. height: auto;
  70. max-height: 100%;
  71. overflow-x: hidden;
  72. overflow-y: auto;
  73. }
  74. .high-lottery-title {
  75. height: 40px;
  76. line-height: 40px;
  77. border-left: 5px solid #7FAFCE;
  78. color: #7FAFCE;
  79. .title-bg();
  80. /*background: #E84542;*/
  81. /*color:#fff;*/
  82. font-size: 16px;
  83. padding-left: 5px;
  84. font-weight: 900;
  85. .border-1px-bottom();
  86. }
  87. }
  88. }
  89. }
  90. .kj-active {
  91. border-bottom: 3px solid #E84542 !important;
  92. color: #E84542;
  93. font-weight: 900;
  94. border-right: 0 !important;
  95. }
  96. }
  97. .v-item-list {
  98. display: none;
  99. &.active {
  100. display: block;
  101. }
  102. }
  103. .kj-item-list {
  104. overflow: hidden;
  105. padding: 0 10px;
  106. .border-1px-bottom();
  107. /*&:last-child{
  108. .border-none();
  109. }*/
  110. .kj-item-title {
  111. width: 100%;
  112. height: 30px;
  113. line-height: 30px;
  114. overflow: hidden;
  115. .kj-item-name {
  116. color: #7FAFCE;
  117. margin-right: 20px;
  118. font-weight: 600;
  119. font-size: 16px;
  120. }
  121. .kj-item-periods {
  122. color: #8F8E94;
  123. font-size: 14px;
  124. }
  125. }
  126. .kj-item-ball {
  127. /*height:40px;*/
  128. /*padding:3px 0;*/
  129. padding-right: 30px;
  130. .center();
  131. justify-content: flex-start;
  132. position: relative;
  133. .more {
  134. position: absolute;
  135. right: 0;
  136. color: #C9C9C9;
  137. font-size: 18px;
  138. }
  139. }
  140. .kj-item-bottom {
  141. height: 30px;
  142. line-height: 30px;
  143. .kj-item-bl {
  144. color: #8F8E94;
  145. font-size: 12px;
  146. }
  147. .kj-item-jackpot {
  148. color: #E84542;
  149. }
  150. .kj-item-br {
  151. float: right;
  152. font-size: 0;
  153. a {
  154. display: inline-block;
  155. }
  156. .kj-btn {
  157. color: #8F8E94;
  158. font-size: 12px;
  159. padding: 4px 5px;
  160. }
  161. }
  162. }
  163. }
  164. .ball-wrapper {
  165. display: inline-block;
  166. overflow: hidden;
  167. .ball-item {
  168. float: left;
  169. height: 28px;
  170. width: 28px;
  171. font-size: 12px;
  172. color: #fff;
  173. border-radius: 50%;
  174. margin: 2px 2px;
  175. .center();
  176. }
  177. .huase-item {
  178. float: left;
  179. font-size: 25px;
  180. border-radius: 50%;
  181. margin: 2px 5px;
  182. font-weight: 700;
  183. .center();
  184. .iconfont {
  185. font-size: 26px;
  186. }
  187. &.hongtao, &.fangpian {
  188. color: #E84542;
  189. }
  190. }
  191. }