123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- @import url('../css/common/grid.less');
- @import url('../css/common/basic.less');
- @import url('../css/common/reset.less');
- @fcolor:#C31A00;
- html,body{
- margin:0;
- }
- .header{
- position: fixed;
- top:0;
- left:0;
- height:50px;
- line-height:50px;
- width:100%;
- text-align: center;
- background: @fcolor;
- color:#fff;
- font-size:1.2rem;
- z-index:999;
- }
- .main{
- width:100%;
- margin-top:50px;
- background: #fff;
- }
- .main-grid-item{
- border-right:1px solid rgba(0,0,0,.1);
- border-bottom:1px solid rgba(0,0,0,.1);
- text-align: center;
- padding:15px 0;
- span{
- line-height:25px;
- &.iconfont{
- font-size:1.8rem;
- }
- }
- &.border-right-none{
- border-right:0;
- }
- }
- .kj-item-list{
- overflow: hidden;
- padding:0 10px;
- .border-1px-bottom();
- .kj-item-title{
- width: 100%;
- height:30px;
- line-height:30px;
- overflow: hidden;
- .kj-item-name{
- color:#7FAFCE;
- margin-right:20px;
- font-weight: 600;
- font-size: 16px;
- }
- .kj-item-periods{
- color:#8F8E94;
- font-size: 14px;
- }
- }
- .kj-item-ball{
- padding-right:30px;
- .center();
- justify-content: flex-start;
- position:relative;
- .more{
- position: absolute;
- right:0;
- color:#C9C9C9;
- font-size: 18px;
- }
- }
- .kj-item-bottom{
- height:30px;
- line-height:30px;
- .kj-item-bl{
- color:#8F8E94;
- font-size: 12px;
- }
- .kj-item-jackpot{
- color:#E84542;
- }
- .kj-item-br{
- float: right;
- font-size: 0;
- a{
- display:inline-block;
- }
- .kj-btn{
- color:#8F8E94;
- font-size: 12px;
- padding: 4px 5px;
- }
- }
- }
- }
- .ball-wrapper {
- display: inline-block;
- overflow: hidden;
- .ball-item {
- float: left;
- height: 28px;
- width: 28px;
- font-size: 12px;
- color: #fff;
- border-radius: 50%;
- margin: 2px 2px;
- .center();
- }
- .huase-item {
- float: left;
- font-size: 25px;
- border-radius: 50%;
- margin: 2px 5px;
- font-weight: 700;
- .center();
- .iconfont {
- font-size: 26px;
- }
- &.hongtao, &.fangpian {
- color: #E84542;
- }
- }
- }
- .zx-lottery-information-title{
- .title-bg();
- height:45px;
- line-height:45px;
- padding:1px 10px;
- .border-1px-bottom();
- .zx-title-left{
- font-size: 0.9rem;
- .zx-lottery-information-icon{
- margin:0 5px;
- float: left;
- font-size: 28px;
- }
- }
- .zx-title-center{
- height:100%;
- line-height:45px;
- text-align: right;
- .zx-nav{
-
- }
- .zx-nav-list{
- display: inline-block;
- text-align:center;
- a{
- font-size:0.8rem;
- color:#8F8E94;
- }
- }
- }
- .zx-title-right{
- text-align:right;
- height:45px;
- font-size:0.8rem;
- color:#8F8E94;
- .icon-right{
- font-size: 12px;
- font-weight:800;
- }
- }
- }
- .news-item{
- height:45px;
- line-height:45px;
- padding:1px 10px 1px 0;
- font-size: 15px;
- .border-1px-bottom();
- .news-item-text{
- position: absolute;
- left:35px;
- right:105px;
- color:#030303;
- .textRow();
- }
- .news-item-time{
- width:95px;
- float:right;
- text-align:right;
- color:#8F8E94;
- font-size:12px;
- }
- }
- .footer{
- background: #fafafa;
- text-align: center;
- font-size:0.8rem;
- p{
- line-height: 1;
- padding-bottom:10px;
- font-size:0.8rem;
- }
- }
- .nav{
- padding:10px 0;
- .nav-list{
- display: inline-block;
- border-right: 1px solid #666;
- &:last-child{
- border:0;
- }
- a{
- padding:0 10px;
- }
- }
- }
|