home.less 4.7 KB

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