init: 从宝塔同步到 Gitea
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,961 @@
|
||||
/* 顶部 */
|
||||
|
||||
.c_top {
|
||||
background: url(../img/c_top_bg.png) repeat-x;
|
||||
background-size: auto 100%;
|
||||
height: 90px;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
position: relative;
|
||||
z-index: 1000;
|
||||
|
||||
}
|
||||
.c_top .l_bg {
|
||||
width: 220px;
|
||||
height: 90px;
|
||||
background: url(../img/c_top_l.png) no-repeat left;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.c_top .l_bg .text{
|
||||
position: absolute;
|
||||
left: 1%;
|
||||
color: #000;
|
||||
font-size: 20px;
|
||||
width: 100px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
height: 92px;
|
||||
line-height: 92px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.c_top .r_bg {
|
||||
width: 220px;
|
||||
height: 90px;
|
||||
background: url(../img/c_top_r.png) no-repeat right;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
.c_top > span {
|
||||
display: inline-block;
|
||||
height: 90px;
|
||||
line-height: 90px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.c_top .c_name {
|
||||
margin-left: 220px;
|
||||
font-size: 24px;
|
||||
text-align: left;
|
||||
float: left;
|
||||
width: 15.5%;
|
||||
|
||||
background-image: -webkit-linear-gradient(bottom,#613c0f,#ffaf5b,#ffffff);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
.c_top .c_name img{
|
||||
height: 62px;
|
||||
margin: 12px 15px 18px 0;
|
||||
display: block;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.c_top .c_tit {
|
||||
margin-left: calc(-15% + -144px);
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.c_top .c_set{
|
||||
position: absolute;
|
||||
right: 1%;
|
||||
color: #000;
|
||||
font-size: 20px;
|
||||
width: 6%;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
height: 92px;
|
||||
line-height: 92px;
|
||||
z-index: 999999
|
||||
}
|
||||
|
||||
.c_top .c_set:hover .c_sets{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.c_top .c_inf{
|
||||
font-size: 20px;
|
||||
position: absolute;
|
||||
right: 15%;
|
||||
line-height: 90px;
|
||||
background-image: -webkit-linear-gradient(bottom,#613c0f,#ffaf5b,#ffffff);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
.c_top .c_inf div{
|
||||
float: left;
|
||||
}
|
||||
|
||||
|
||||
/* 设置 */
|
||||
.c_sets {
|
||||
position: absolute;
|
||||
right: -9%;
|
||||
background: #666;
|
||||
top: 82px;
|
||||
width: 150%;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
z-index: 999999;
|
||||
display: none;
|
||||
}
|
||||
.c_set_t{
|
||||
display: inline-block;
|
||||
width: 21px;
|
||||
height: 21px;
|
||||
background: url(../img/c_pot.png) no-repeat;
|
||||
vertical-align: text-top;
|
||||
-webkit-background-size: cover;
|
||||
background-size: cover;
|
||||
}
|
||||
.c_sets li{
|
||||
line-height: normal;
|
||||
}
|
||||
.c_sets li:hover{
|
||||
background: #999;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.c_sets .c_horn{
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
transform: rotate(45deg);
|
||||
position: absolute;
|
||||
top: -6px;
|
||||
right: 33%;
|
||||
background: #666;
|
||||
border-radius: 3px;
|
||||
z-index: -1;
|
||||
}
|
||||
.c_sets .c_horn:hover {
|
||||
background: #666;
|
||||
}
|
||||
|
||||
.c_sets .item{
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
padding: 10px 0;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.c_sets .item label{
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* 图标 */
|
||||
.c_sets span {
|
||||
display: inline-block;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
background: url(../img/goback_white.png) center center no-repeat;
|
||||
vertical-align: text-bottom;
|
||||
-webkit-background-size: cover;
|
||||
background-size: cover;
|
||||
margin-left: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* 列表 */
|
||||
.play .game-tab {
|
||||
width: 80%;
|
||||
}
|
||||
.head {
|
||||
width: 100%;
|
||||
height: 75px;
|
||||
background: rgba(0,0,0,0.5);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 92px;
|
||||
z-index: 999;
|
||||
}
|
||||
.play .game-tab .dragscroll {
|
||||
max-height: 490px;
|
||||
}
|
||||
|
||||
|
||||
.play .game-tab .tab-nav .list .link {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
body{
|
||||
-webkit-user-select:none;
|
||||
-moz-user-select:none;
|
||||
-ms-user-select:none;
|
||||
user-select:none;
|
||||
}
|
||||
body::-webkit-scrollbar {display: none;}
|
||||
|
||||
|
||||
|
||||
|
||||
/*.gametype{
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background: url(../img/c_new-login-bg.jpg);
|
||||
-webkit-background-size: 100% 100%;
|
||||
background-size: 100% 100%;
|
||||
}*/
|
||||
|
||||
.multiple .main{
|
||||
width: 100vw;
|
||||
text-align: center;
|
||||
margin: 0 auto;
|
||||
-webkit-user-select:none;
|
||||
-moz-user-select:none;
|
||||
-ms-user-select:none;
|
||||
user-select:none;
|
||||
}
|
||||
|
||||
.multiple .money-lan{
|
||||
position: fixed;
|
||||
right: 230px;
|
||||
top: 0;
|
||||
z-index: 9999;
|
||||
font-size: 22px;
|
||||
line-height: 90px;
|
||||
color: #ffaf5b;
|
||||
}
|
||||
.multiple .money-lan .item{
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.multiple .usermoney{
|
||||
background-image: -webkit-linear-gradient(bottom,#613c0f,#ffaf5b,#ffffff);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
min-width: 50px;
|
||||
width: 100px;
|
||||
}
|
||||
.multiple .main .item{
|
||||
width: 17vw;
|
||||
display: inline-block;
|
||||
margin: 20vh 2vw;
|
||||
cursor: pointer;
|
||||
-ms-transition: all .3s ease .1s;
|
||||
-moz-transition: all .3s ease .1s;
|
||||
-webkit-transition: all .3s ease .1s;
|
||||
-o-transition: all .3s ease .1s;
|
||||
transition: all .3s ease .1s;
|
||||
}
|
||||
.multiple .main .item:hover{
|
||||
-ms-transform: scale(1.08);
|
||||
-moz-transform: scale(1.08);
|
||||
-webkit-transform: scale(1.08);
|
||||
-o-transform: scale(1.08);
|
||||
transform: scale(1.08);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.list-left-nav{
|
||||
position: fixed;
|
||||
width: 250px;
|
||||
height: 100vh;
|
||||
top: 0;
|
||||
left: -100%;
|
||||
background: rgba(0,0,0,0.8);
|
||||
z-index: 999;
|
||||
-ms-transition: all .3s ease .1s;
|
||||
-moz-transition: all .3s ease .1s;
|
||||
-webkit-transition: all .3s ease .1s;
|
||||
-o-transition: all .3s ease .1s;
|
||||
transition: all .3s ease .1s;
|
||||
}
|
||||
.list-left-nav .logo{
|
||||
padding-top: 15vh;
|
||||
width: 230px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.list-left-nav .item{
|
||||
color: #d9b660;
|
||||
display: block;
|
||||
font-weight: 600;
|
||||
font-size: 22px;
|
||||
text-align: center;
|
||||
width: 164px;
|
||||
line-height: 45px;
|
||||
background: url(../img/list-btn-bg.png);
|
||||
-webkit-background-size: 100% 100%;
|
||||
background-size: 100% 100%;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 25px;
|
||||
}
|
||||
.list-left-nav .item:last-child{
|
||||
margin-bottom: 0;
|
||||
margin-top: 10vh;
|
||||
}
|
||||
.list-left-nav .item:hover,.list-left-nav .item.active{
|
||||
background: url(../img/list-btn-bgactive.png);
|
||||
-webkit-background-size: 100% 100%;
|
||||
background-size: 100% 100%;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.multiple{
|
||||
background-image:url(../img/multiple-bg.jpg);
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.multiple .list-box{
|
||||
position: absolute;
|
||||
left:50%;
|
||||
top: 50%;
|
||||
margin-left: -120px;
|
||||
margin-top: -19px;
|
||||
|
||||
}
|
||||
|
||||
.multiple .list-box .item{
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
min-width: 130px;
|
||||
padding: 0 10px;
|
||||
display: inline-block;
|
||||
font-size: 22px;
|
||||
line-height: 38px;
|
||||
|
||||
border-radius: 100px;
|
||||
}
|
||||
.multiple .list-box .item.active{
|
||||
background: #000;
|
||||
color: #ffe400;
|
||||
}
|
||||
|
||||
|
||||
.multiple .navhd{
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.multiple .main{
|
||||
margin-top: 12vh;
|
||||
}
|
||||
.multiple .main .tab{
|
||||
width: 23.75vw;
|
||||
display: inline-block;
|
||||
padding-top: 1vw;
|
||||
padding-bottom: 1vw;
|
||||
padding-left: 1vw;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
.multiple .tab .box{
|
||||
border: 2px solid #ab9a06;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
-webkit-box-sizing:border-box;
|
||||
background: #121212;
|
||||
}
|
||||
|
||||
.multiple .box .hd{
|
||||
display: table;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
-webkit-box-sizing:border-box;
|
||||
font-weight: 500;
|
||||
}
|
||||
.multiple .box .hd .cell{
|
||||
display: table-cell;
|
||||
vertical-align: middle;
|
||||
|
||||
|
||||
}
|
||||
.multiple .box .hd .cell:first-child{
|
||||
background: linear-gradient(180deg,hsla(0,0%,100%,.3),#fff,hsla(0,0%,100%,.3));
|
||||
padding:0 4px;
|
||||
color: #000;
|
||||
font-size: 1.1vw;
|
||||
width:8vw;
|
||||
cursor: pointer;
|
||||
}
|
||||
.multiple .box .hd .cell:last-child{
|
||||
text-align: right;
|
||||
font-size: 12px;
|
||||
|
||||
}
|
||||
|
||||
.multiple .view{
|
||||
position: relative;
|
||||
}
|
||||
.multiple .view .stateinfo{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
pointer-events:none;
|
||||
}
|
||||
.multiple .view .maskvideo{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
|
||||
.multiple .view .video-box video{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: fill;
|
||||
}
|
||||
|
||||
.multiple .view .stateinfo .countdown{
|
||||
color: #fff;
|
||||
-webkit-text-stroke: 0.5px #000;
|
||||
font-weight: 700;
|
||||
font-size: 4vw;
|
||||
opacity: 0.8;
|
||||
text-align: right;
|
||||
padding-right: 10px;
|
||||
display: none;
|
||||
}
|
||||
.multiple .view .stateinfo .statemsg{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
text-align: center;
|
||||
font-size: 2vw;
|
||||
transition: opacity .5s ease-in-out;
|
||||
background: linear-gradient(90deg,hsla(0,0%,100%,.1),#fff,hsla(0,0%,100%,.1));
|
||||
pointer-events: none;
|
||||
-webkit-text-stroke: 0.5px #444;
|
||||
font-weight: 700;
|
||||
color: #ff0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.multiple .chip-box{
|
||||
width: 23.75vw;
|
||||
overflow: hidden;
|
||||
|
||||
}
|
||||
|
||||
.multiple .swiper-container{
|
||||
margin:10px auto;
|
||||
overflow: hidden;
|
||||
width: 90%;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.multiple .chip-box .swiper-slide{
|
||||
width: 55px;
|
||||
height: 55px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.multiple .chip-box .swiper-slide{
|
||||
background: url(../img/chip.png) no-repeat;
|
||||
-webkit-background-size: 282px auto;
|
||||
background-size: 282px auto;
|
||||
cursor: pointer;
|
||||
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.multiple .chip-box .swiper-slide.choice:after{
|
||||
content: "";
|
||||
position: absolute;
|
||||
border: 2px solid #F5FF00;
|
||||
border-radius: 10px;
|
||||
width: 51px;
|
||||
height: 51px;
|
||||
left: 0;
|
||||
top: 0;
|
||||
-webkit-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
.multiple .chip-box .jeton_5{
|
||||
background-position: -2px -120px;
|
||||
}
|
||||
.multiple .chip-box .jeton_10{
|
||||
background-position: -2px -4px;
|
||||
}
|
||||
.multiple .chip-box .jeton_20{
|
||||
background-position: -2px -62px;
|
||||
}
|
||||
.multiple .chip-box .jeton_50{
|
||||
background-position: -57px -120px;
|
||||
}
|
||||
.multiple .chip-box .jeton_100{
|
||||
background-position: -57px -4px;
|
||||
}
|
||||
.multiple .chip-box .jeton_200{
|
||||
background-position: -57px -62px;
|
||||
}
|
||||
.multiple .chip-box .jeton_500{
|
||||
background-position: -112px -120px;
|
||||
}
|
||||
.multiple .chip-box .jeton_1k{
|
||||
background-position: -112px -4px;
|
||||
}
|
||||
.multiple .chip-box .jeton_2k{
|
||||
background-position: -112px -62px;
|
||||
}
|
||||
.multiple .chip-box .jeton_5k{
|
||||
background-position: -167px -120px;
|
||||
}
|
||||
.multiple .chip-box .jeton_1w{
|
||||
background-position: -167px -4px;
|
||||
}
|
||||
.multiple .chip-box .jeton_2w{
|
||||
background-position: -167px -62px;
|
||||
}
|
||||
.multiple .waybill{
|
||||
position: relative;
|
||||
height: 18vh;
|
||||
width:100%;
|
||||
}
|
||||
.multiple .waybill canvas{
|
||||
display: block;
|
||||
background: #fff;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.multiple .waybill .mask_msg{
|
||||
position: absolute;
|
||||
font-size: 4vw;
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
color: #fff;
|
||||
opacity: 0.4;
|
||||
background: #000;
|
||||
line-height: 2;
|
||||
display: none;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.multiple .bet-box{
|
||||
background: url(../img/bet_bg_1.png) no-repeat;
|
||||
-webkit-background-size: 100% 100%;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.multiple .bet-box .list{
|
||||
display: table;
|
||||
height: 8vh;
|
||||
width: 100%;
|
||||
}
|
||||
.multiple .bet-box .list.longhu{
|
||||
height: 16vh;
|
||||
}
|
||||
|
||||
|
||||
.multiple .bet-box .list.longhu .chipbox i{
|
||||
margin-top: 50px;
|
||||
}
|
||||
.multiple .bet-box .list.longhu .chipbox .money{
|
||||
margin-top: 38px;
|
||||
}
|
||||
|
||||
.multiple .bet-box .row{
|
||||
display: table-cell;
|
||||
padding:1.5px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.multiple .bet-box .font{
|
||||
color: #efcd69;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 50%;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
font-weight: 500;
|
||||
font-size: 12px;
|
||||
-o-transform: translate(0, -50%);
|
||||
-moz-transform: translate(0, -50%);
|
||||
-ms-transform: translate(0, -50%);
|
||||
-webkit-transform: translate(0, -50%);
|
||||
transform: translate(0, -50%);
|
||||
pointer-events:none;
|
||||
|
||||
}
|
||||
.multiple .bet-box .font strong{
|
||||
font-weight: 600;
|
||||
display: block;
|
||||
font-size: 1.5vw;
|
||||
margin-bottom: 0.5vh
|
||||
}
|
||||
|
||||
.multiple .bet-box .chipbox{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 1px solid #fff;
|
||||
box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
-webkit-box-sizing:border-box;
|
||||
}
|
||||
|
||||
|
||||
.multiple .bet-box .chipbox i{
|
||||
width: 40px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
margin-top: 30px;
|
||||
margin-left: -20px;
|
||||
background-image: url(../img/chip.png);
|
||||
-webkit-background-size: 318px auto;
|
||||
background-size: 318px auto;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
|
||||
.multiple .bet-box .chipbox .chip-5{
|
||||
background-position:-4px -250px;
|
||||
}
|
||||
|
||||
.multiple .bet-box .chipbox .chip-10{
|
||||
background-position: -160px -203px;
|
||||
}
|
||||
|
||||
.multiple .bet-box .chipbox .chip-20{
|
||||
background-position: -200px -226px;
|
||||
}
|
||||
|
||||
.multiple .bet-box .chipbox .chip-50{
|
||||
background-position:-43px -250px;
|
||||
}
|
||||
.multiple .bet-box .chipbox .chip-100{
|
||||
background-position:-82px -203px;
|
||||
}
|
||||
.multiple .bet-box .chipbox .chip-200{
|
||||
background-position: -160px -250px;
|
||||
}
|
||||
.multiple .bet-box .chipbox .chip-500{
|
||||
background-position: -160px -226px;
|
||||
}
|
||||
.multiple .bet-box .chipbox .chip-1k{
|
||||
background-position:-4px -203px;
|
||||
}
|
||||
.multiple .bet-box .chipbox .chip-2k{
|
||||
background-position: -82px -250px;
|
||||
}
|
||||
.multiple .bet-box .chipbox .chip-5k{
|
||||
background-position: -121px -250px;
|
||||
}
|
||||
.multiple .bet-box .chipbox .chip-1w{
|
||||
background-position: -200px -250px;
|
||||
}
|
||||
.multiple .bet-box .chipbox .chip-2w{
|
||||
background-position: -121px -203px;
|
||||
}
|
||||
.multiple .bet-box .chipbox .chip-5w{
|
||||
background-position: -43px -203px;
|
||||
}
|
||||
|
||||
|
||||
.multiple .bet-box .chipbox .money{
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
padding: 2px 4px;
|
||||
left: 50%;
|
||||
-webkit-transform: translate(-50%, 0);
|
||||
transform: translate(-50%, 0);
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
color: #F5FF00;
|
||||
border-radius: 1px;
|
||||
margin-top: 16px;
|
||||
z-index: 99;
|
||||
}
|
||||
.multiple .bet-box .chipbox .money:after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-left: -10px;
|
||||
width: 0;
|
||||
height: 0;
|
||||
border-left: 10px solid transparent;
|
||||
border-right: 10px solid transparent;
|
||||
border-top: 8px solid rgba(0, 0, 0, 0.8);
|
||||
z-index: -1;
|
||||
top: 16px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
.multiple .bet-box .chipbox:active{
|
||||
background: rgba(0, 133, 30, 0.2);
|
||||
}
|
||||
.multiple .btn-box{
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
.multiple .btn-box .item{
|
||||
display: table-cell;
|
||||
width: 33.33%;
|
||||
}
|
||||
.multiple .btn-box .item .btn{
|
||||
text-align: center;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
width: 80%;
|
||||
margin: 10px auto;
|
||||
border-radius: 100px;
|
||||
padding: 2px 0;
|
||||
font-weight: 600;
|
||||
border: 1px solid #ddd;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.multiple .btn-box .item .btn:disabled{
|
||||
opacity: 0.3;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.multiple .btn-box .item .red{
|
||||
background: #b0170e;
|
||||
}
|
||||
.multiple .btn-box .item .brown{
|
||||
background: #8a6343;
|
||||
}
|
||||
|
||||
.multiple .btn-box .item .btn:active{
|
||||
opacity: 0.8;
|
||||
}
|
||||
.multiple .ft{
|
||||
font-weight: bold;
|
||||
padding: 8px 5px;
|
||||
display: table;
|
||||
width: 100%;
|
||||
box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
-webkit-box-sizing:border-box;
|
||||
}
|
||||
.multiple .ft ul{
|
||||
display: table-cell;
|
||||
text-align: left;
|
||||
}
|
||||
.multiple .ft li{
|
||||
display: inline-block;
|
||||
font-size: 13px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
.color-red {
|
||||
color: #f72626;
|
||||
}
|
||||
.color-green {
|
||||
color: #15a650;
|
||||
}
|
||||
.color-blue {
|
||||
color: #1aa2ed;
|
||||
}
|
||||
|
||||
.multiple .ft .askbox {
|
||||
display: table-cell;
|
||||
text-align: right;
|
||||
}
|
||||
.multiple .ft .askbox .btn{
|
||||
padding:2px 5px;
|
||||
}
|
||||
.multiple .ft .askbox .b-ask{
|
||||
background: #f72626;
|
||||
}
|
||||
.multiple .ft .askbox .p-ask{
|
||||
background: #1aa2ed;
|
||||
|
||||
}
|
||||
|
||||
.multiple .tablist{
|
||||
width:100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99;
|
||||
background: rgba(0,0,0,0.5);
|
||||
position: fixed;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.multiple .tablist .list-box{
|
||||
position: absolute;
|
||||
width:670px;
|
||||
min-height: 350px;
|
||||
background: #444;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
-moz-transform: translate(-50%, -50%);
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
-o-transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.multiple .tablist .list-box .title{
|
||||
width:100%;
|
||||
text-align: center;
|
||||
font-size: 1.5vw;
|
||||
font-weight: 600;
|
||||
padding: 5px 0;
|
||||
background: #666;
|
||||
position: relative;
|
||||
}
|
||||
.multiple .tablist .list-box .off{
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
background: #222;
|
||||
right: 5px;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
border-radius: 100px;
|
||||
line-height: 36px;
|
||||
font-size:16px;
|
||||
font-weight: 600;
|
||||
cursor: pointer;
|
||||
}
|
||||
.multiple .tablist .list-box .view{
|
||||
padding:20px 10px;
|
||||
}
|
||||
|
||||
.multiple .tablist .list-box .view .item{
|
||||
float: left;
|
||||
width: 190px;
|
||||
background-color: #222;
|
||||
margin: 10px;
|
||||
padding: 10px 10px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
-webkit-box-sizing:border-box;
|
||||
position: relative;
|
||||
border: 1px solid #222;
|
||||
cursor: pointer;
|
||||
border-radius: 0;
|
||||
line-height: 1.5;
|
||||
|
||||
}
|
||||
.multiple .tablist .list-box .view .item.chose{
|
||||
border: 1px solid #ef0805;
|
||||
}
|
||||
|
||||
|
||||
.multiple .tablist .list-box .view .item .num{
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
top: 0;
|
||||
background: #000;
|
||||
width: 50px;
|
||||
height: 100%;
|
||||
text-align: center;
|
||||
line-height: 42px;
|
||||
font-size: 25px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
.records .page-box {
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media screen and (max-width: 1480px){
|
||||
.play .game-tab {
|
||||
max-height: 495px;
|
||||
}
|
||||
.c_top{
|
||||
height: 75px;
|
||||
line-height: 75px;
|
||||
}
|
||||
.c_top .l_bg{
|
||||
height: 75px;
|
||||
}
|
||||
.c_top .r_bg{
|
||||
height: 75px;
|
||||
}
|
||||
.c_top .c_inf{
|
||||
line-height: 75px;
|
||||
}
|
||||
.c_top > span{
|
||||
height: 75px;
|
||||
line-height: 82px;
|
||||
overflow: hidden;
|
||||
font-size: 16px;
|
||||
}
|
||||
.c_top .c_set{
|
||||
height: 75px;
|
||||
line-height: 75px;
|
||||
}
|
||||
.c_top .c_name img{
|
||||
vertical-align: middle;
|
||||
margin: 0;
|
||||
padding-right: 10px;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.multiple .list-box{
|
||||
margin-top: -32.5px
|
||||
}
|
||||
.c_top .l_bg .text{
|
||||
height: 75px;
|
||||
line-height: 75px;
|
||||
}
|
||||
.multiple .money-lan{
|
||||
|
||||
font-size: 18px;
|
||||
line-height: 75px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1646px) and (max-width: 1900px) {
|
||||
.play .game-tab {
|
||||
max-height: 550px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -0,0 +1,126 @@
|
||||
/* 顶部 */
|
||||
.head{
|
||||
width: 100%;
|
||||
height: 92px;
|
||||
position: relative;
|
||||
}
|
||||
.head .l_bg{
|
||||
width: 220px;
|
||||
height: 92px;
|
||||
background: url(../img/c_top_l.png) no-repeat left;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.head .r_bg{
|
||||
width: 220px;
|
||||
height: 92px;
|
||||
background: url(../img/c_top_r.png) no-repeat right;
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
.head .bd{
|
||||
width: 100%;
|
||||
background: url(../img/c_top_bg.png) repeat-x left;
|
||||
background-size: auto 100%;
|
||||
height: 92px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
line-height: 92px;
|
||||
}
|
||||
.head .h_logo{
|
||||
font-size: 24px;
|
||||
position: absolute;
|
||||
left: 220px;
|
||||
height: 70px;
|
||||
line-height: 70px;
|
||||
top: 5px;
|
||||
}
|
||||
.head .h_logo img{
|
||||
width: 67px;
|
||||
padding-right: 10px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.head .h_logo .name{
|
||||
background-image: -webkit-linear-gradient(bottom,#613c0f,#ffaf5b,#ffffff);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.head h1{
|
||||
font-weight: 500;
|
||||
display: inline-block;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
/* 语言 */
|
||||
.inlet .hd {
|
||||
background: none;
|
||||
}
|
||||
|
||||
.inlet .hd ul {
|
||||
width: auto;
|
||||
margin: 1% 0 0 5%;
|
||||
}
|
||||
|
||||
.inlet .hd li .c_lang {
|
||||
background: url(../img/c_language.png) no-repeat center 2px;
|
||||
background-size: 22px;
|
||||
}
|
||||
|
||||
.inlet .hd li {
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.inlet .hd li span {
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
/* 登录 */
|
||||
.inlet .bd {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.inlet .bd .item {
|
||||
background: none;
|
||||
border-radius: 0;
|
||||
width: 50vh;
|
||||
}
|
||||
|
||||
.inlet .bd .item img {
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.inlet .bd .item span {
|
||||
bottom: 0.4vw;
|
||||
}
|
||||
|
||||
/* 二维吗 */
|
||||
.inlet .aside {
|
||||
margin-top: -80px;
|
||||
}
|
||||
/*自适应*/
|
||||
@media screen and (max-width: 1480px){
|
||||
.head{
|
||||
height: 75px;
|
||||
}
|
||||
.head .bd{
|
||||
line-height: 75px;
|
||||
height: 75px;
|
||||
}
|
||||
.head .r_bg{
|
||||
height: 75px;
|
||||
}
|
||||
.head .l_bg{
|
||||
height: 75px;
|
||||
}
|
||||
.head .h_logo{
|
||||
line-height: 55px;
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,118 @@
|
||||
*{
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
body{
|
||||
background: url(../img/content01.jpg) no-repeat #daa91c;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-size: 100% auto;
|
||||
overflow: hidden;
|
||||
min-width: 1024px;
|
||||
min-height: 400px;
|
||||
}
|
||||
.logo{
|
||||
text-align: center;
|
||||
padding-top: 60px;
|
||||
}
|
||||
.inlet .hd{
|
||||
width: 100%;
|
||||
min-width: 1024px;
|
||||
height: 40px;
|
||||
background: rgba(0,0,0,0.3);
|
||||
}
|
||||
.inlet .hd ul{
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
text-align: left;
|
||||
}
|
||||
.inlet .hd li{
|
||||
color: #ffe4b1;
|
||||
display: inline-block;
|
||||
height: 40px;
|
||||
margin: 0 5px;
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
line-height: 40px;
|
||||
text-shadow:1px 1px 1px #000;
|
||||
}
|
||||
.inlet .hd li span{
|
||||
display: inline-block;
|
||||
transition: all 0.3s;
|
||||
-moz-transition: all 0.3s;
|
||||
-webkit-transition: all 0.3s;
|
||||
-o-transition: all 0.3s;
|
||||
}
|
||||
.inlet .hd li span:hover{
|
||||
color: #fff;
|
||||
}
|
||||
.inlet .hd li .icon{
|
||||
width: 30px;
|
||||
margin: 5px 0px;
|
||||
height: 30px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.inlet .hd li .Ch{
|
||||
background: url(../img/lan_chs.jpg) no-repeat center 4px;
|
||||
background-size: 26px;
|
||||
}
|
||||
.inlet .hd li .Cht{
|
||||
background: url(../img/lan_cht.jpg)no-repeat center 4px;
|
||||
background-size: 26px;
|
||||
}
|
||||
.inlet .hd li .Us{
|
||||
background: url(../img/lan_en.jpg)no-repeat center 4px;
|
||||
background-size: 26px;
|
||||
}
|
||||
.inlet .bd{
|
||||
text-align: center;
|
||||
margin-top: 15vh;
|
||||
}
|
||||
.inlet .bd .item{
|
||||
width: 45vh;
|
||||
display: inline-block;
|
||||
margin:2vw;
|
||||
-moz-box-shadow: 0px 5px 40px #000;
|
||||
box-shadow: 0px 5px 40px #000;
|
||||
border-radius: 10px;
|
||||
background: #29220d;
|
||||
transition: all 0.3s;
|
||||
-moz-transition: all 0.3s;
|
||||
-webkit-transition: all 0.3s;
|
||||
-o-transition: all 0.3s;
|
||||
min-width: 305px;
|
||||
position: relative;
|
||||
text-align: center;
|
||||
color: #29220d;
|
||||
|
||||
}
|
||||
.inlet .bd .item span{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
left: 0;
|
||||
bottom: 0.7vw;
|
||||
font-weight: bold;
|
||||
font-size: 18px;
|
||||
}
|
||||
.inlet .bd .item:hover{
|
||||
-moz-box-shadow: 0px 5px 60px #000;
|
||||
box-shadow: 0px 5px 60px #000;
|
||||
color: #ccaa05;
|
||||
text-shadow: 1px 1px 1px #000;
|
||||
}
|
||||
.inlet .aside{
|
||||
position: absolute;
|
||||
right: 2vw;
|
||||
top: 50%;
|
||||
margin-top: -50px;
|
||||
-moz-transition: all 0.3s;
|
||||
-webkit-transition: all 0.3s;
|
||||
-o-transition: all 0.3s;
|
||||
-webkit-transform:translate(0, -50%);
|
||||
-moz-transform:translate(0, -50%);
|
||||
transform:translate( 0, -50%);
|
||||
}
|
||||
.inlet .aside .bg{
|
||||
width: 10vw;
|
||||
}
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,151 @@
|
||||
/*
|
||||
* @Author: Archen
|
||||
* @Date: 2016-04-08 10:29:03
|
||||
* @Last Modified by: Archen
|
||||
* @Last Modified time: 2016-04-22 13:24:16
|
||||
*/
|
||||
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
|
||||
body {
|
||||
font-family: "Lantinghei SC","Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-font-smoothing: antialiased;
|
||||
font-smoothing: antialiased;
|
||||
font-smooth: always;
|
||||
}
|
||||
body {
|
||||
font-size: 14px;
|
||||
line-height: 1.42857143;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
q:before,q:after {content:”;}
|
||||
|
||||
|
||||
fieldset,img,abbr,acronym {border: 0 none;}
|
||||
abbr,acronym {font-variant: normal;}
|
||||
legend {color:#000;}
|
||||
|
||||
address,caption,cite,code,dfn,em,strong,th,var {
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
sup {vertical-align: text-top;}
|
||||
sub {vertical-align: text-bottom;}
|
||||
|
||||
table{
|
||||
border-collapse: collapse;
|
||||
border-spacing:0;
|
||||
}
|
||||
|
||||
caption,th {text-align: left;}
|
||||
input,img,select,button {vertical-align:middle; border:none; text-decoration: none; outline:none;}
|
||||
|
||||
|
||||
ol,ul {list-style: none;}
|
||||
|
||||
|
||||
input,button,textarea,select,optgroup,option {
|
||||
font-family:inherit;
|
||||
font-size:inherit;
|
||||
font-style:inherit;
|
||||
font-weight:inherit;
|
||||
}
|
||||
|
||||
|
||||
h1,h2,h3,h4,h5,h6 {font-weight: normal; font-size: 100%;
|
||||
}
|
||||
|
||||
|
||||
del,ins,a {text-decoration:none; color: #555;}
|
||||
|
||||
a:hover,a:active{color:#6DD1C1; text-decoration:none;}
|
||||
|
||||
input[type="submit"] {cursor: pointer;}
|
||||
button {cursor: pointer;}
|
||||
input::-moz-focus-inner { border: 0; padding: 0;}
|
||||
|
||||
.clearfix{zoom:1;}
|
||||
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
|
||||
|
||||
.fl{float:left;}
|
||||
.fr{float:right;}
|
||||
|
||||
.box-sizing{
|
||||
box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
-webkit-box-sizing:border-box;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
width:auto\9; /* ie8 */
|
||||
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
|
||||
}
|
||||
.transition{
|
||||
-webkit-transition: all 1s;
|
||||
-moz-transition: all 1s;
|
||||
-ms-transition: all 1s;
|
||||
-o-transition: all 1s;
|
||||
transition: all 1s;
|
||||
}
|
||||
|
||||
strong,h2{font-weight: normal;}
|
||||
em,i{font-style:normal;}
|
||||
|
||||
.table-box{
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
.table-box .cell{
|
||||
display: table-cell;
|
||||
}
|
||||
|
||||
.Maskplay{
|
||||
position: fixed;
|
||||
width:100%;
|
||||
height:100%;
|
||||
background:#000;
|
||||
color:#eee;
|
||||
top:0;
|
||||
left:0;
|
||||
z-index:99;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.Maskplay .msgbox{
|
||||
position:absolute;
|
||||
left:50%;
|
||||
top:50%;
|
||||
width:650px;
|
||||
text-align:center;
|
||||
height:300px;
|
||||
line-height:300px;
|
||||
margin-left:-330px;
|
||||
margin-top:-150px;
|
||||
color:#fff;
|
||||
font-size:100px;
|
||||
font-weight:600;
|
||||
letter-spacing:10px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* 投注页面切换语言的弹框 */
|
||||
.language{
|
||||
height:50px;
|
||||
border-top:1px solid #525252;
|
||||
line-height:50px;
|
||||
padding-left:20px;
|
||||
}
|
||||
.language:last-child{
|
||||
border-bottom:1px solid #525252;
|
||||
}
|
||||
.language:hover{
|
||||
background:#313131;
|
||||
}
|
||||
.red_bg{
|
||||
background:#3e3e3e;
|
||||
}
|
||||
|
||||
|
||||
+12
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user