1195 lines
21 KiB
CSS
1195 lines
21 KiB
CSS
|
@CHARSET "UTF-8";
|
|||
|
|
|||
|
.te_border_th {
|
|||
|
border: 1px solid #000 !important;
|
|||
|
}
|
|||
|
|
|||
|
.onSelect{
|
|||
|
border-radius: 5px;
|
|||
|
border: 2px solid #686868;
|
|||
|
}
|
|||
|
|
|||
|
.gameBodyDiv {
|
|||
|
position: relative;
|
|||
|
width: 100%;
|
|||
|
margin: 0 auto;
|
|||
|
clear: both;
|
|||
|
height: auto;
|
|||
|
}
|
|||
|
.bettingListAndResultDiv {
|
|||
|
position: relative;
|
|||
|
width: 1170px;
|
|||
|
height:1400px;
|
|||
|
top: 950px;
|
|||
|
margin: 0 auto;
|
|||
|
clear: both;
|
|||
|
|
|||
|
padding-bottom: 200px;
|
|||
|
}
|
|||
|
|
|||
|
.sportAndGameListBox {
|
|||
|
position: relative;
|
|||
|
float:left;
|
|||
|
width: 930px;
|
|||
|
height: auto;
|
|||
|
margin-left:10px;
|
|||
|
padding-bottom: 10px;
|
|||
|
}
|
|||
|
|
|||
|
.muBanGameListBox {
|
|||
|
position: absolute;
|
|||
|
width: 830px;
|
|||
|
height: auto;
|
|||
|
top: 0px;
|
|||
|
left:0px;
|
|||
|
padding-bottom: 200px;
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.sportListDiv {
|
|||
|
position: relative;
|
|||
|
width: 100%;
|
|||
|
float: left;
|
|||
|
top: 0px;
|
|||
|
left: 0px;
|
|||
|
text-align:left;
|
|||
|
color: #c62f06;
|
|||
|
font-size: 16px;
|
|||
|
padding-top: 10px;
|
|||
|
font-weight: bold;
|
|||
|
}
|
|||
|
.sportA a:hover {
|
|||
|
color:#ffcc00;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.oneSportListDiv{
|
|||
|
float: left;
|
|||
|
position: relative;
|
|||
|
left: 0px;
|
|||
|
line-height: 24px;
|
|||
|
margin-left: 5px;
|
|||
|
margin-top: 5px;
|
|||
|
margin-bottom: 10px;
|
|||
|
padding: 8px 10px;
|
|||
|
border-radius: 3px;
|
|||
|
background:#65902d;
|
|||
|
border-bottom: 1px solid #000;
|
|||
|
transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
|
|||
|
}
|
|||
|
|
|||
|
.oneSportListDiv:hover{
|
|||
|
background:#45641b;
|
|||
|
color: #ffc600;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.oneSportListDiv a{
|
|||
|
font-size: 12px;
|
|||
|
color: #fff ;
|
|||
|
font-weight: normal;
|
|||
|
transition: color 300ms ease-out;
|
|||
|
text-shadow: 1px 1px 3px #333, 0 0 0 rgba(0, 0, 0, 0.8), 1px 1px 4px black;
|
|||
|
}
|
|||
|
|
|||
|
.oneSportListDiv:hover a{
|
|||
|
color: #ffc600;
|
|||
|
text-decoration: none;
|
|||
|
}
|
|||
|
|
|||
|
.gameListDiv {
|
|||
|
position: relative;
|
|||
|
width: 100%;
|
|||
|
top: 0px;
|
|||
|
left: 0px;
|
|||
|
margin-top:10px;
|
|||
|
text-align: left;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.cartDiv {
|
|||
|
position: relative;
|
|||
|
width: 226px;
|
|||
|
margin: 0 auto;
|
|||
|
height: auto;
|
|||
|
background: #0e1e31;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.bettingCart_show_left{
|
|||
|
float:left;
|
|||
|
padding-left: 5px;
|
|||
|
}
|
|||
|
.bettingCart_show_right{
|
|||
|
float:right;
|
|||
|
padding-right:5px;
|
|||
|
}
|
|||
|
.muBanDiv {
|
|||
|
position: absolute;
|
|||
|
width: 370px;
|
|||
|
height:620px;
|
|||
|
float: left;
|
|||
|
top: 0px;
|
|||
|
left: 830px;
|
|||
|
background:url("cssImg/right_bor.jpg") no-repeat;
|
|||
|
margin-top: 70px;
|
|||
|
padding-top: 170px;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.betBarTitle {
|
|||
|
left: 1px;
|
|||
|
float: left;
|
|||
|
position: relative;
|
|||
|
width: 142px;
|
|||
|
height:57px;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.betBarTitle p{
|
|||
|
|
|||
|
padding: 2px 2px;
|
|||
|
}
|
|||
|
|
|||
|
.betCartBoxDiv {
|
|||
|
float: left;
|
|||
|
position: relative;
|
|||
|
width: 226px;
|
|||
|
min-height:0px;
|
|||
|
max-height:286px;
|
|||
|
overflow-y:auto;
|
|||
|
background: #fdcc37;
|
|||
|
/*ie情况*/
|
|||
|
scrollbar-arrow-color: rgba(0,0,0,0);
|
|||
|
scrollbar-face-color: #104d34;
|
|||
|
scrollbar-3dlight-color: rgba(0,0,0,0);
|
|||
|
|
|||
|
|
|||
|
scrollbar-highlight-color: rgba(0,0,0,0);
|
|||
|
|
|||
|
|
|||
|
scrollbar-shadow-color: rgba(0,0,0,0);
|
|||
|
|
|||
|
|
|||
|
scrollbar-darkshadow-color: rgba(0,0,0,0);
|
|||
|
|
|||
|
|
|||
|
scrollbar-track-color: rgba(0,0,0,0);
|
|||
|
|
|||
|
scrollbar-base-color: #104d34;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.betCartBoxDiv::-webkit-scrollbar{
|
|||
|
width:5px;
|
|||
|
height:5px;
|
|||
|
}
|
|||
|
.betCartBoxDiv::-webkit-scrollbar-button{
|
|||
|
background-color:none;
|
|||
|
}
|
|||
|
|
|||
|
.betCartBoxDiv::-webkit-scrollbar-track {
|
|||
|
background:none;
|
|||
|
}/*gundong_beijing*/
|
|||
|
.betCartBoxDiv::-webkit-scrollbar-track-piece {
|
|||
|
background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);
|
|||
|
}
|
|||
|
.betCartBoxDiv::-webkit-scrollbar-thumb{
|
|||
|
background:#104d34;
|
|||
|
border-radius:4px;
|
|||
|
}
|
|||
|
.betCartBoxDiv::-webkit-scrollbar-corner {
|
|||
|
background:none;
|
|||
|
}
|
|||
|
.betCartBoxDiv::-webkit-scrollbar-resizer {
|
|||
|
background:none;
|
|||
|
}
|
|||
|
|
|||
|
/**/
|
|||
|
.oneGameDiv {
|
|||
|
position: relative;
|
|||
|
float: left;
|
|||
|
width:224px;
|
|||
|
|
|||
|
padding-bottom:4px;
|
|||
|
line-height:20px;
|
|||
|
border-bottom:1px solid #333;
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
.oneExtraOddDiv {
|
|||
|
position: relative;
|
|||
|
float: left;
|
|||
|
width:224px;
|
|||
|
margin-top: 5px;
|
|||
|
padding-bottom:4px;
|
|||
|
line-height:20px;
|
|||
|
border-bottom:1px dashed #fff;
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
.betCar_icon{
|
|||
|
width: 100%;
|
|||
|
height: 40px;
|
|||
|
margin-top: 3px;
|
|||
|
line-height: 28px;
|
|||
|
text-align: center;
|
|||
|
display: inline-block;
|
|||
|
font-family: Nanum Gothic;
|
|||
|
color: #fff;
|
|||
|
font-size: 16px;
|
|||
|
font-weight: 900;
|
|||
|
background: #c30606;
|
|||
|
border-radius: 3px;
|
|||
|
padding: 6px 0 6px 0;
|
|||
|
}
|
|||
|
.betCar_icon:hover{
|
|||
|
background: #dab790;
|
|||
|
}
|
|||
|
.betCartMoneyDiv {
|
|||
|
left: 0px;
|
|||
|
float: left;
|
|||
|
position: relative;
|
|||
|
width: 226px;
|
|||
|
border-radius: 0px 0px 5px 5px;
|
|||
|
color: #000000;
|
|||
|
text-align: left;
|
|||
|
line-height: 36px;
|
|||
|
font-size: 14px;
|
|||
|
}
|
|||
|
.betCartButtomDiv {
|
|||
|
margin-top: 11px;
|
|||
|
position: relative;
|
|||
|
padding: 0px;
|
|||
|
width: 100%;
|
|||
|
}
|
|||
|
|
|||
|
.td1{
|
|||
|
width:20px;
|
|||
|
color: #fff;
|
|||
|
}
|
|||
|
|
|||
|
.td2{
|
|||
|
text-align:left;
|
|||
|
padding-left:4px;
|
|||
|
width:180px;
|
|||
|
color: #333;
|
|||
|
}
|
|||
|
|
|||
|
.td3{
|
|||
|
width: 46px;
|
|||
|
color: #333;
|
|||
|
}
|
|||
|
.td4{
|
|||
|
width: 46px;
|
|||
|
color: #333;
|
|||
|
|
|||
|
cursor: pointer;
|
|||
|
}
|
|||
|
.onCar{
|
|||
|
color: #c30606;
|
|||
|
font-weight: 900;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.oneGameDiv table{
|
|||
|
border-collapse:collapse;
|
|||
|
width:220px;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.oneGameDiv table td{
|
|||
|
border: none;
|
|||
|
font-size: 12px;
|
|||
|
font-weight:900;
|
|||
|
}
|
|||
|
|
|||
|
.oneExtraOddDiv table{
|
|||
|
border-collapse:collapse;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.oneExtraOddDiv table td{
|
|||
|
border: none;
|
|||
|
font-size: 12px;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.leagueBoxDiv {
|
|||
|
position: relative;
|
|||
|
width: 900px;
|
|||
|
height: 30px;
|
|||
|
float: left;
|
|||
|
margin-top: 25px;
|
|||
|
left: 0px;
|
|||
|
margin-bottom: 10px;
|
|||
|
text-align: left;
|
|||
|
}
|
|||
|
|
|||
|
.leagueDiv {
|
|||
|
position: absolute;
|
|||
|
top: 0px;
|
|||
|
padding-top:3px;
|
|||
|
margin-left: 5px;
|
|||
|
width: 330px;
|
|||
|
height: 25px;
|
|||
|
background: none repeat scroll 0 0 #1b1b1b;
|
|||
|
border-color: #7b7b7b #000000 #000000 #7b7b7b;
|
|||
|
border-radius: 5px 5px 5px 5px;
|
|||
|
border-style: solid;
|
|||
|
border-width: 1px;
|
|||
|
color: #fff;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 1.2em;
|
|||
|
}
|
|||
|
|
|||
|
.oneGameBoxDiv {
|
|||
|
position: relative;
|
|||
|
width: 900px;
|
|||
|
height: 25px;
|
|||
|
float: left;
|
|||
|
margin-top: 3px;
|
|||
|
left: 0px;
|
|||
|
color: #fff;
|
|||
|
background: #222;
|
|||
|
}
|
|||
|
|
|||
|
.startTimeDiv {
|
|||
|
position: relative;
|
|||
|
width: 130px;
|
|||
|
height: 25px;
|
|||
|
float: left;
|
|||
|
top: 0px;
|
|||
|
margin-left: 5px;
|
|||
|
background: #232323;
|
|||
|
border-color: #7b7b7b #000000 #000000 #7b7b7b;
|
|||
|
border-radius: 5px 5px 5px 5px;
|
|||
|
border-style: solid;
|
|||
|
border-width: 1px;
|
|||
|
color: #fff;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 1em;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.teamOneNameDiv {
|
|||
|
position: relative;
|
|||
|
width: 285px;
|
|||
|
height: 25px;
|
|||
|
float: left;
|
|||
|
top: 0px;
|
|||
|
margin-left: 5px;
|
|||
|
|
|||
|
border-color: #7b7b7b #000000 #000000 #7b7b7b;
|
|||
|
border-radius: 5px 5px 5px 5px;
|
|||
|
border-style: solid;
|
|||
|
border-width: 1px;
|
|||
|
color: #fff;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 1em;
|
|||
|
}
|
|||
|
|
|||
|
.centerDiv {
|
|||
|
position: relative;
|
|||
|
width: 65px;
|
|||
|
height: 25px;
|
|||
|
float: left;
|
|||
|
top: 0px;
|
|||
|
margin-left: 5px;
|
|||
|
text-align:center;
|
|||
|
border-color: #7b7b7b #000000 #000000 #7b7b7b;
|
|||
|
border-radius: 5px 5px 5px 5px;
|
|||
|
border-style: solid;
|
|||
|
border-width: 1px;
|
|||
|
color: #fff;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 1em;
|
|||
|
}
|
|||
|
|
|||
|
.teamTwoNameDiv {
|
|||
|
position: relative;
|
|||
|
width: 285px;
|
|||
|
height: 25px;
|
|||
|
float: left;
|
|||
|
top: 0px;
|
|||
|
margin-left: 5px;
|
|||
|
|
|||
|
border-color: #7b7b7b #000000 #000000 #7b7b7b;
|
|||
|
border-radius: 5px 5px 5px 5px;
|
|||
|
border-style: solid;
|
|||
|
border-width: 1px;
|
|||
|
color: #fff;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 1em;
|
|||
|
}
|
|||
|
|
|||
|
/*crown_xm*/
|
|||
|
.event_game_left{
|
|||
|
float:left;
|
|||
|
width:280px;
|
|||
|
line-height:40px;
|
|||
|
}
|
|||
|
.event_game_right{
|
|||
|
line-height:36px;
|
|||
|
border: 1px solid #000 ;
|
|||
|
}
|
|||
|
.game_time{
|
|||
|
font-size:12px;
|
|||
|
color:#5BA21B !important;
|
|||
|
}
|
|||
|
/**/
|
|||
|
.betTd{
|
|||
|
font-family: "맑은고딕", arial, san-serif;
|
|||
|
font-size: 14px;
|
|||
|
height: 35px;
|
|||
|
font-weight: 900;
|
|||
|
color:#fff;
|
|||
|
text-align:center;
|
|||
|
}
|
|||
|
|
|||
|
.middle_bet{
|
|||
|
/* background: #656565; */
|
|||
|
}
|
|||
|
.no_border_ball{
|
|||
|
font-family: "맑은고딕", arial, san-serif;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: normal;
|
|||
|
height: 27px;
|
|||
|
font-weight: bold;
|
|||
|
|
|||
|
color:#333;
|
|||
|
|
|||
|
}
|
|||
|
.no_border_ball02{
|
|||
|
font-family: "맑은고딕", arial, san-serif;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: normal;
|
|||
|
height: 27px;
|
|||
|
font-weight: bold;
|
|||
|
border-left:1px solid #939393;
|
|||
|
color:#fff;
|
|||
|
|
|||
|
}
|
|||
|
.no_border_ball03{
|
|||
|
font-family: "맑은고딕", arial, san-serif;
|
|||
|
font-size: 14px;
|
|||
|
font-weight: normal;
|
|||
|
height: 27px;
|
|||
|
font-weight: bold;
|
|||
|
border-left:1px solid #939393;
|
|||
|
color:#fff;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.betTd02{
|
|||
|
color: #fff;
|
|||
|
font-size: 12px;
|
|||
|
font-weight: 600;
|
|||
|
text-align: center;
|
|||
|
height: 35px;
|
|||
|
border:1px solid #5a5a5a;
|
|||
|
|
|||
|
}
|
|||
|
.betTd04{
|
|||
|
color: #fff;
|
|||
|
font-family: "맑은고딕", arial, san-serif;
|
|||
|
font-size: 12px;
|
|||
|
font-weight: 500;
|
|||
|
text-align: center;
|
|||
|
height: 29px;
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
.state1_BetTd02{
|
|||
|
color: #9a9a9a;
|
|||
|
font-family: "맑은고딕", arial, san-serif;
|
|||
|
font-size: 12px;
|
|||
|
line-height: 29px;
|
|||
|
height: 29px;
|
|||
|
font-weight: normal;
|
|||
|
text-align: center;
|
|||
|
background: #bdbdbd;
|
|||
|
}
|
|||
|
.state1_BetTd{
|
|||
|
color: #fff;
|
|||
|
font-family: "맑은고딕", arial, san-serif;
|
|||
|
font-size: 12px;
|
|||
|
line-height: 27px;
|
|||
|
font-weight: normal;
|
|||
|
height: 27px;
|
|||
|
background: #000;
|
|||
|
|
|||
|
}
|
|||
|
/*.game_time{
|
|||
|
background: #333;
|
|||
|
}*/
|
|||
|
.betTd03{
|
|||
|
background:#212421;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 12px;
|
|||
|
line-height: 30px;
|
|||
|
height:30px;
|
|||
|
font-weight: normal;
|
|||
|
border-top:1px solid #444;
|
|||
|
border-left:1px solid #444;
|
|||
|
border-right:1px solid #111;
|
|||
|
border-bottom:1px solid #111;
|
|||
|
}
|
|||
|
|
|||
|
.state1_BetTd03{
|
|||
|
background:#303130;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 12px;
|
|||
|
line-height: 30px;
|
|||
|
height:30px;
|
|||
|
font-weight: normal;
|
|||
|
border-top:1px solid #444;
|
|||
|
border-left:1px solid #444;
|
|||
|
border-right:1px solid #111;
|
|||
|
border-bottom:1px solid #111;
|
|||
|
}
|
|||
|
|
|||
|
.leagueTd{
|
|||
|
display: inline-block;
|
|||
|
width: 100%;
|
|||
|
height: 30px;
|
|||
|
line-height: 30px;
|
|||
|
padding-left: 3px;
|
|||
|
color: #fff;
|
|||
|
font-family: "맑은고딕", arial, san-serif;
|
|||
|
font-size: 14px;
|
|||
|
text-align: left;
|
|||
|
box-sizing: border-box;
|
|||
|
}
|
|||
|
.leagueTd span {
|
|||
|
margin-left: auto;
|
|||
|
display: inline-block;
|
|||
|
text-align: left;
|
|||
|
line-height: 30px;
|
|||
|
color: #f9ca38;
|
|||
|
font-weight: 900;
|
|||
|
font-size: 14px;
|
|||
|
}
|
|||
|
|
|||
|
.peilv_color_zhong01{
|
|||
|
color:#D9534F;
|
|||
|
}
|
|||
|
.peilv_color_zhong02{
|
|||
|
color:#D9534F;
|
|||
|
}
|
|||
|
.leagueTd02{
|
|||
|
width: 926px;
|
|||
|
height:27px;
|
|||
|
padding-top:3px;
|
|||
|
color: #fff;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 1em;
|
|||
|
border:1px solid #7e644d;
|
|||
|
}
|
|||
|
|
|||
|
.game_color{
|
|||
|
color:#ffff00;
|
|||
|
}
|
|||
|
.defultState{
|
|||
|
background:url(../images/images/bg-betting-btn.png);
|
|||
|
|
|||
|
}
|
|||
|
.onState{
|
|||
|
color: #fff !important;
|
|||
|
cursor: pointer;
|
|||
|
border: solid 1px #ffaf00;
|
|||
|
background: url(../images/images/bg-betting-btn.png);
|
|||
|
background-position: 0 -36px;
|
|||
|
}
|
|||
|
|
|||
|
.betState{
|
|||
|
color: #333 !important;
|
|||
|
border: solid 1px #ffaf00;
|
|||
|
background: #ffb207;
|
|||
|
background: -moz-linear-gradient(top, #ffb207 0%, #fdd142 100%);
|
|||
|
background: -webkit-linear-gradient(top, #ffb207 0%, #fdd142 100%);
|
|||
|
background: linear-gradient(to bottom, #ffb207 0%, #fdd142 100%);
|
|||
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb207', endColorstr='#fdd142', GradientType=0 );
|
|||
|
cursor: pointer;
|
|||
|
}
|
|||
|
.stateDiv {
|
|||
|
position: relative;
|
|||
|
width: 60px;
|
|||
|
height: 30px;
|
|||
|
float: left;
|
|||
|
top: 0px;
|
|||
|
margin-left: 5px;
|
|||
|
background: #232323;
|
|||
|
border-color: #7b7b7b #000000 #000000 #7b7b7b;
|
|||
|
border-radius: 5px 5px 5px 5px;
|
|||
|
border-style: solid;
|
|||
|
border-width: 1px;
|
|||
|
color: #fff;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 1em;
|
|||
|
}
|
|||
|
|
|||
|
.gameInfoDiv {
|
|||
|
position: relative;
|
|||
|
width: 60px;
|
|||
|
height: 25px;
|
|||
|
float: left;
|
|||
|
top: 0px;
|
|||
|
margin-left: 5px;
|
|||
|
background: #232323;
|
|||
|
border-color: #7b7b7b #000000 #000000 #7b7b7b;
|
|||
|
border-radius: 5px 5px 5px 5px;
|
|||
|
border-style: solid;
|
|||
|
border-width: 1px;
|
|||
|
color: #fff;
|
|||
|
font-family: "Open Sans", arial, san-serif;
|
|||
|
font-size: 1em;
|
|||
|
}
|
|||
|
|
|||
|
.state1 {
|
|||
|
color: #000;
|
|||
|
}
|
|||
|
|
|||
|
/*Elvira*/
|
|||
|
.game_ullist{
|
|||
|
width: 96%;
|
|||
|
margin: 0 auto;
|
|||
|
border: 1px solid #000;
|
|||
|
background:rgba(0,0,0,0.26);
|
|||
|
}
|
|||
|
.game_ullist li{
|
|||
|
line-height: 26px;
|
|||
|
color: #fff;
|
|||
|
font-size: 14px;
|
|||
|
padding-bottom: 5px;
|
|||
|
background: url(cssImg/betting_icon_line.png) no-repeat left bottom;
|
|||
|
}
|
|||
|
|
|||
|
.game_ullist li:after{
|
|||
|
content:"";
|
|||
|
vislibility:hidden;
|
|||
|
height:0px;
|
|||
|
clear:both;
|
|||
|
display:block;
|
|||
|
}
|
|||
|
|
|||
|
.game_ullist02 {
|
|||
|
width: 94%;
|
|||
|
margin: 8px auto;
|
|||
|
}
|
|||
|
|
|||
|
.game_ullist02 li {
|
|||
|
line-height: 26px;
|
|||
|
color: #fff;
|
|||
|
font-size: 14px;
|
|||
|
padding-bottom: 5px;
|
|||
|
background: url(cssImg/betting_icon_line.png) no-repeat left bottom;
|
|||
|
}
|
|||
|
.game_ullist02 li:after {
|
|||
|
display: block;
|
|||
|
content: "";
|
|||
|
visibility: hidden;
|
|||
|
clear: both;
|
|||
|
height: 0px;
|
|||
|
}
|
|||
|
|
|||
|
.btn_no_bg{
|
|||
|
|
|||
|
display: inline-block;
|
|||
|
margin-bottom: 0;
|
|||
|
font-size: 14px;
|
|||
|
line-height: 20px;
|
|||
|
color: #fff;
|
|||
|
text-align: center;
|
|||
|
vertical-align: middle;
|
|||
|
cursor: pointer;
|
|||
|
background: none;
|
|||
|
border: none;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.money_btn_box{
|
|||
|
width: 100%;
|
|||
|
margin: 0 auto;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.betting_icon_btn{
|
|||
|
width: 100%;
|
|||
|
margin: 0 auto;
|
|||
|
}
|
|||
|
|
|||
|
.betting_icon_btn dd{
|
|||
|
float:left;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.game_Tile{
|
|||
|
height: 50px;
|
|||
|
text-align: center;
|
|||
|
text-align: left;
|
|||
|
}
|
|||
|
.game_tile:after{
|
|||
|
content:'';
|
|||
|
display:block;
|
|||
|
height:0px;
|
|||
|
clear:both;
|
|||
|
visibility:hidden;
|
|||
|
}
|
|||
|
.game_right_ul{
|
|||
|
background: #000;
|
|||
|
width: 241px;
|
|||
|
}
|
|||
|
.game_right_ul li{
|
|||
|
float: left;
|
|||
|
width: 120px;
|
|||
|
}
|
|||
|
|
|||
|
.game_reslut_bg{
|
|||
|
width: 1040px;
|
|||
|
margin: 0 auto;
|
|||
|
background: url("cssImg/menu_bg.jpg");
|
|||
|
height: 31px;
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
|
|||
|
.game_re{
|
|||
|
width:100%;
|
|||
|
position: relative;
|
|||
|
margin: 0 auto;
|
|||
|
|
|||
|
display: block;
|
|||
|
}
|
|||
|
|
|||
|
.game_re li{
|
|||
|
float: left;
|
|||
|
margin-right:10px;
|
|||
|
margin-bottom: 5px;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.game_re li a{
|
|||
|
display: block;
|
|||
|
padding: 10px 6px;
|
|||
|
color: #fff;
|
|||
|
font-size: 12px;
|
|||
|
border-radius: 4px;
|
|||
|
border: 1px solid #fff;
|
|||
|
box-shadow: 2px 2px 5px 0px rgb(64, 69, 90);
|
|||
|
clear: both;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.game_re li a:hover{
|
|||
|
color: #ffcd00;
|
|||
|
background:#555;
|
|||
|
}
|
|||
|
|
|||
|
.game_reslut_bg02{
|
|||
|
width: 100%;
|
|||
|
margin: 15px auto;
|
|||
|
height:auto;
|
|||
|
position: relative;
|
|||
|
}
|
|||
|
.game_re02{
|
|||
|
width:100%;
|
|||
|
position: relative;
|
|||
|
display: block;
|
|||
|
}
|
|||
|
|
|||
|
.game_re02 li{
|
|||
|
float: left;
|
|||
|
margin-right:10px;
|
|||
|
text-align: center;
|
|||
|
}
|
|||
|
.game_re02 li a{
|
|||
|
display: block;
|
|||
|
padding: 5px 10px;
|
|||
|
color: #fff;
|
|||
|
font-size: 14px;
|
|||
|
border:1px solid #fff;
|
|||
|
border-radius: 4px;
|
|||
|
-webkit-boder-radius: 4px;
|
|||
|
-o-boder-radius: 4px;
|
|||
|
-moz-boder-radius: 4px;
|
|||
|
box-shadow: 1px 1px 0px 0px rgb( 0, 0, 0 );
|
|||
|
clear: both;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.game_re02 li a:hover{
|
|||
|
color: #ffcd00;
|
|||
|
background:#333;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.game_fenlei{
|
|||
|
width: 900px;
|
|||
|
float: left;
|
|||
|
height: 71px;
|
|||
|
display: block;
|
|||
|
}
|
|||
|
.game_fenlei_ul li{
|
|||
|
width: 180px;
|
|||
|
float: left;
|
|||
|
height: 51px;
|
|||
|
}
|
|||
|
.title_t{
|
|||
|
display:inline-block;
|
|||
|
float:left;
|
|||
|
font-size: 28px;
|
|||
|
font-weight: 700;
|
|||
|
line-height: 50px;
|
|||
|
letter-spacing: -1pt;
|
|||
|
color:#ffc600;
|
|||
|
margin-left:10px;
|
|||
|
}
|
|||
|
|
|||
|
.mini_game_nav_list{
|
|||
|
float: left;
|
|||
|
margin-top:8px;
|
|||
|
padding-left: 19px;
|
|||
|
}
|
|||
|
.mini_game_nav_list li{
|
|||
|
float:left;
|
|||
|
margin-left:6px;
|
|||
|
}
|
|||
|
.mini_game_nav_list li a{
|
|||
|
display:block;
|
|||
|
width:66px;
|
|||
|
padding:10px 0px;
|
|||
|
font-size:12px;
|
|||
|
border: 1px solid #fff;
|
|||
|
color:#fff;
|
|||
|
border-radius:4px;
|
|||
|
text-align:center;
|
|||
|
}
|
|||
|
.mini_game_nav_list li a:hover{
|
|||
|
color:#fff;
|
|||
|
background:#555;
|
|||
|
}
|
|||
|
.mini_game_nav_list li .action{
|
|||
|
color:#fff;
|
|||
|
background:#555;
|
|||
|
}
|
|||
|
|
|||
|
}
|
|||
|
.title_s{
|
|||
|
width:302px;
|
|||
|
float:right;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.btn_gameresultlist_bg{color:#0969ac;}
|
|||
|
.btn_gamereslutlist_bg02{color:#333;}
|
|||
|
|
|||
|
|
|||
|
.zheDangCeng{
|
|||
|
position: absolute;
|
|||
|
width:100%;
|
|||
|
height: 100%;
|
|||
|
background: #525152;
|
|||
|
z-index: 99999;
|
|||
|
filter: alpha(opacity = 80); /* IE */
|
|||
|
opacity:0.8;
|
|||
|
-moz-opacity: 0.8; /* Moz + FF */
|
|||
|
text-align: center;
|
|||
|
line-height: 200px;
|
|||
|
font-weight: 900;
|
|||
|
font-size: 20px;
|
|||
|
color:#f91243;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.te_icon_bg{
|
|||
|
/* background:#444; */
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.free_gao{
|
|||
|
height:36px;
|
|||
|
font-size:14px;
|
|||
|
font-weight:900;
|
|||
|
color:#ccc;
|
|||
|
overflow:hidden;
|
|||
|
}
|
|||
|
.time_color{
|
|||
|
color:#fff;
|
|||
|
}
|
|||
|
|
|||
|
.free_font_smallgame{
|
|||
|
font-size:14px;
|
|||
|
font-weight:bold;
|
|||
|
|
|||
|
}
|
|||
|
.game_re li .te_result{
|
|||
|
color: #ffcd00;
|
|||
|
background:#555;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.sign_content{
|
|||
|
width:1200px;
|
|||
|
background:rgba(46,46,46,0.5);
|
|||
|
webkit-box-shadow: 0px 4px 4px -4px rgba(255, 255, 255, 0.4), 0px -3px 3px -3px rgba(255, 255, 255, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
|
|||
|
box-shadow: 0px 4px 4px -4px rgba(255, 255, 255, 0.4), 0px -3px 3px -3px rgba(255, 255, 255, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
|
|||
|
border-radius:10px;
|
|||
|
padding-top:10px;
|
|||
|
padding-bottom:10px;
|
|||
|
|
|||
|
}
|
|||
|
.sign_table{
|
|||
|
float:left;
|
|||
|
|
|||
|
width:708px;
|
|||
|
border:1px solid #000;
|
|||
|
background-color:#242424;
|
|||
|
}
|
|||
|
.sign_table td{
|
|||
|
|
|||
|
width:97px;
|
|||
|
height:97px;
|
|||
|
text-align:center;
|
|||
|
border:1px solid #000;
|
|||
|
}
|
|||
|
|
|||
|
.sign_table td div{
|
|||
|
position:relative;
|
|||
|
line-height:97px;
|
|||
|
color:#fff;
|
|||
|
font-size:18px;
|
|||
|
font-weight:900;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.box_wh{
|
|||
|
width:100%;
|
|||
|
height:100%;
|
|||
|
}
|
|||
|
|
|||
|
.sign_content p{font-size:24px; font-weight:bole; margin-bottom:10px; color:#fff;}
|
|||
|
.sign_content .shop_bottom{font-size:30px; font-weight:bole; text-align:left; color:#d80038;}
|
|||
|
|
|||
|
.sign_table .sign{
|
|||
|
background-image: -moz-linear-gradient( 90deg, rgb(58,78,115) 0%, rgb(52,82,118) 49%, rgb(61,93,132) 100%);
|
|||
|
background-image: -webkit-linear-gradient( 90deg, rgb(58,78,115) 0%, rgb(52,82,118) 49%, rgb(61,93,132) 100%);
|
|||
|
background-image: -ms-linear-gradient( 90deg, rgb(58,78,115) 0%, rgb(52,82,118) 49%, rgb(61,93,132) 100%);
|
|||
|
background-image: -o-linear-gradient( 90deg, rgb(58,78,115) 0%, rgb(52,82,118) 49%, rgb(61,93,132) 100%);
|
|||
|
background-image: linear-gradient( 0deg, rgb(58,78,115) 0%, rgb(52,82,118) 49%, rgb(61,93,132) 100%);
|
|||
|
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.sign_table .todayTd{
|
|||
|
border: 2px solid #fffebf;
|
|||
|
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
.sign_table .Default{
|
|||
|
background-image: -moz-linear-gradient( 90deg, rgb(46,46,46) 0%, rgb(48,48,48) 49%, rgb(53,53,53) 100%);
|
|||
|
background-image: -webkit-linear-gradient( 90deg, rgb(46,46,46) 0%, rgb(48,48,48) 49%, rgb(53,53,53) 100%);
|
|||
|
background-image: -ms-linear-gradient( 90deg, rgb(46,46,46) 0%, rgb(48,48,48) 49%, rgb(53,53,53) 100%);
|
|||
|
background-image: -o-linear-gradient( 90deg, rgb(46,46,46) 0%, rgb(48,48,48) 49%, rgb(53,53,53) 100%);
|
|||
|
background-image: linear-gradient( 0deg, rgb(46,46,46) 0%, rgb(48,48,48) 49%, rgb(53,53,53) 100%);
|
|||
|
}
|
|||
|
|
|||
|
.sign_table .sign_ok{
|
|||
|
position:absolute;
|
|||
|
left:12px;
|
|||
|
top:20px;
|
|||
|
}
|
|||
|
|
|||
|
.sign_rules{
|
|||
|
width:478px;
|
|||
|
float:right;
|
|||
|
background:#242424;
|
|||
|
border:1px solid #000;
|
|||
|
}
|
|||
|
.sign_rules h2{
|
|||
|
text-align:center;
|
|||
|
color:#fff;
|
|||
|
font-weight:bold;
|
|||
|
}
|
|||
|
.sign_rules .sign_rules_content{
|
|||
|
width:100%;
|
|||
|
height:488px;
|
|||
|
overflow-y:scroll;
|
|||
|
}
|
|||
|
.sign_rules .sign_rules_content p{
|
|||
|
line-height:30px;
|
|||
|
font-size:17px;
|
|||
|
font-weight:500;
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.sign_rules .sign_rules_content {
|
|||
|
|
|||
|
|
|||
|
/*ie情况*/
|
|||
|
scrollbar-arrow-color: rgba(0,0,0,0); /*图6,三角箭头的颜色*/
|
|||
|
scrollbar-face-color: #104d34; /*图5,立体滚动条的颜色*/
|
|||
|
scrollbar-3dlight-color: rgba(0,0,0,0); /*图1,立体滚动条亮边的颜
|
|||
|
|
|||
|
色*/
|
|||
|
scrollbar-highlight-color: rgba(0,0,0,0); /*图2,滚动条空白部分的
|
|||
|
|
|||
|
颜色*/
|
|||
|
scrollbar-shadow-color: rgba(0,0,0,0); /*图3,立体滚动条阴影的颜
|
|||
|
|
|||
|
色*/
|
|||
|
scrollbar-darkshadow-color: rgba(0,0,0,0); /*图4,立体滚动条强阴
|
|||
|
|
|||
|
影的颜色*/
|
|||
|
scrollbar-track-color: rgba(0,0,0,0); /*图7,立体滚动条背景颜色*/
|
|||
|
|
|||
|
scrollbar-base-color: #104d34; /*滚动条的基本颜色*/
|
|||
|
|
|||
|
}
|
|||
|
.sign_rules .sign_rules_content::-webkit-scrollbar{
|
|||
|
width:10px;
|
|||
|
height:10px;
|
|||
|
}
|
|||
|
.sign_rules .sign_rules_content::-webkit-scrollbar-button{
|
|||
|
background-color:none;
|
|||
|
}
|
|||
|
|
|||
|
.sign_rules .sign_rules_content::-webkit-scrollbar-track {
|
|||
|
background:none;
|
|||
|
}
|
|||
|
/*gundong_beijing*/
|
|||
|
.sign_rules .sign_rules_content::-webkit-scrollbar-track-piece {
|
|||
|
background:url(http://www.lyblog.net/wp/wp-content/themes/mine/img/stripes_tiny_08.png);
|
|||
|
}
|
|||
|
.sign_rules .sign_rules_content::-webkit-scrollbar-thumb{
|
|||
|
background:#ffde00;
|
|||
|
border-radius:4px;
|
|||
|
}
|
|||
|
.sign_rules .sign_rules_content::-webkit-scrollbar-corner {
|
|||
|
background:none;
|
|||
|
}
|
|||
|
.sign_rules .sign_rules_content::-webkit-scrollbar-resizer {
|
|||
|
background:none;
|
|||
|
}
|
|||
|
|
|||
|
.rewards_box{
|
|||
|
float:right;
|
|||
|
|
|||
|
margin-top:20px;
|
|||
|
position:relative;
|
|||
|
}
|
|||
|
|
|||
|
.rewards_fudong{
|
|||
|
|
|||
|
width:1200px;
|
|||
|
height:208px;
|
|||
|
background:url(signInImg/sign_icon_rules.png) no-repeat;
|
|||
|
background-size:1200px;
|
|||
|
}
|
|||
|
|
|||
|
.rewards_fudong li{
|
|||
|
float:left;
|
|||
|
width:228px;
|
|||
|
height:202px;
|
|||
|
margin-left:15px;
|
|||
|
}
|
|||
|
.rewards_fudong .rewards01{
|
|||
|
margin-left:0px;
|
|||
|
}
|
|||
|
|
|||
|
.rewards_zi_box{
|
|||
|
width:1180px;
|
|||
|
margin:0 auto;
|
|||
|
margin-top:20px;
|
|||
|
background: #242424;
|
|||
|
webkit-box-shadow: 0px 4px 4px -4px rgba(255, 255, 255, 0.4), 0px -3px 3px -3px rgba(255, 255, 255, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
|
|||
|
box-shadow: 0px 4px 4px -4px rgba(255, 255, 255, 0.4), 0px -3px 3px -3px rgba(255, 255, 255, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
|
|||
|
border-radius: 10px;
|
|||
|
}
|
|||
|
.rewards_zi_box dd{
|
|||
|
float:left;
|
|||
|
width:224px;
|
|||
|
height:100px;
|
|||
|
margin-top:5px;
|
|||
|
margin-left:15px;
|
|||
|
}
|
|||
|
.rewards_zi_box .rewards_zi01{
|
|||
|
margin-left:0px;
|
|||
|
}
|
|||
|
.rewards_zi_box dd .rewards_content{
|
|||
|
display:table;
|
|||
|
text-aling:left;
|
|||
|
font-size:20px;
|
|||
|
font-weight:bold;
|
|||
|
padding-left:15px;
|
|||
|
}
|
|||
|
|
|||
|
.number_te{
|
|||
|
padding:0 5px;
|
|||
|
background: #000;
|
|||
|
webkit-box-shadow: 0px 4px 4px -4px rgba(255, 255, 255, 0.4), 0px -3px 3px -3px rgba(255, 255, 255, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
|
|||
|
box-shadow: 0px 4px 4px -4px rgba(255, 255, 255, 0.4), 0px -3px 3px -3px rgba(255, 255, 255, 0.25), inset 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
|
|||
|
border-radius: 10px;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.miniGame th{
|
|||
|
text-align:left;
|
|||
|
}
|
|||
|
.bet_cart_title{
|
|||
|
width: 226px;
|
|||
|
margin-bottom:5px;
|
|||
|
text-align:left;
|
|||
|
border-bottom: solid 1px #000;
|
|||
|
border-top: solid 1px rgba(255,255,255,0.20);
|
|||
|
background: #17283d;
|
|||
|
}
|
|||
|
.fixed_oldPoint{
|
|||
|
position:absolute;
|
|||
|
right:0px;
|
|||
|
top:12px;
|
|||
|
color:rgb(87, 123, 127);
|
|||
|
font-size:12px;
|
|||
|
font-weight:bold;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
|
|||
|
|
|||
|
.plus_img{
|
|||
|
|
|||
|
color:#29fcff;
|
|||
|
font-weight: 900;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.plus_count{
|
|||
|
|
|||
|
color:#29fcff;
|
|||
|
font-weight: 900;
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
.wanFaFont{
|
|||
|
|
|||
|
color:#a4e8af;
|
|||
|
|
|||
|
}
|