init: 从宝塔同步到 Gitea

This commit is contained in:
root
2026-02-25 01:50:31 +08:00
commit e633c8e27d
2444 changed files with 399341 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

File diff suppressed because it is too large Load Diff
+961
View File
@@ -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;
}
}
+126
View File
@@ -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
+118
View File
@@ -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
+151
View File
@@ -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;
}
File diff suppressed because one or more lines are too long
Binary file not shown.

After

Width:  |  Height:  |  Size: 878 B

Binary file not shown.
Binary file not shown.
+36
View File
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>rtmp</title>
</head>
<body>
<script type="text/javascript" src="swfobject.js"></script>
<div class="video" id="CuPlayer"> <b> <img src="loading.gif" /> 网页视频播放器加载中,请稍后...</b> </div>
<script type="text/javascript">
var so = new SWFObject("player.swf","ply","734","545","2","#000000");
so.addParam("allowfullscreen","false");
so.addParam("allowscriptaccess","always");
so.addParam("wmode","opaque");
so.addParam("quality","high");
so.addParam("salign","lt");
so.addVariable("JcScpServer","rtmp://154.85.192.66/live/"); //您的rtmp流媒体服务器地址
so.addVariable("JcScpVideoPath","sub_XB2"); //流名称
so.addVariable("JcScpImg","images/startpic.jpg"); //视频缩略图
so.addVariable("JcScpFile","rtmp.xml"); //配置文件
so.write("CuPlayer");
so.addVariable("ShowJcScpAMoveText","yes");
</script>
</body>
</html>
<!-- rtmp://43.231.65.171:11935/live -->
<!-- rtmp://live.hkstv.hk.lxdns.com/live/hks -->
+21
View File
@@ -0,0 +1,21 @@
<CuPlayer>
<Player_Set
JcScpBufferTime="0.5"
JcScpVolume="0"
JcScpCode="utf8"
JcScpImgDisplay="no"
JcScpAutoHideControl="yes"
JcScpControlHideTime="0.5"
JcScpControlHeight="40"
JcScpShowList="no"
JcScpAutoRepeat="no"
JcScpAutoPlay="yes"
JcScpsetMode="2"
JcScpAFrontCanClose="no"
JcScpShowRightmenu="no"
JcScpShareMode="JcScpVideoPath"
/>
<!-- <Logo_Set JcScpLogoDisplay="no" JcScpLogoPath="Images/video_logo.png" JcScpLogoPosition="top-left" JcScpLogoWidth="165" JcScpLogoHeight="75" JcScpLogoAlpha="1"/>
<Flashvars_Set JcScpServer="" JcScpVideoPath="" JcScpVideoPathHD="" JcScpImg="" JcScpStarTime="0" JcScpEndTime="0" ShowJcScpAFront="no" JcScpCountDowns="2" JcScpCountDownsPosition="top-right" JcScpAFrontW="645" JcScpAFrontH="300" JcScpAFrontPath="Images/SevenColorPlayer_650x418.swf" JcScpAFrontLink="/" ShowJcScpAVideo="no" JcScpAVideoPath="test.flv" JcScpAVideoLink="/" ShowJcScpAPause="no" JcScpAPausePath="Images/SevenColorPlayer_a1.swf" JcScpAPauseW="375" JcScpAPauseH="230" JcScpAPauseLink="/" ShowJcScpACorner="no" JcScpACornerPath="Images/SevenColorPlayer_a10.swf" JcScpACornerW="80" JcScpACornerH="50" JcScpACornerPosition="top-right" JcScpACornerLink="/" ShowJcScppAEnd="no" JcScpAEndPath="Images/Cover_changfa.jpg" JcScpAEndW="400" JcScpAEndH="200" JcScpAEndLink="/"/>
<SkinColor_Set JcScpBackcolor="0x000000" JcScpBackcolortop="0x353535" JcScpLightcolor="0xcfcfcf" JcScpFontcolor="0xffffff" JcScptimebg="0x393939" JcScpLoadbar="0x00a0e9" JcScpLoaded="0x4d4b4b" JcScpLoadbg="0x000000" JcScpPlayBtn="0x2d2d2d" JcScpBar="0xffffff"/> -->
</CuPlayer>
@@ -0,0 +1,21 @@
<CuPlayer>
<Player_Set
JcScpBufferTime="0.5"
JcScpVolume="0"
JcScpCode="utf8"
JcScpImgDisplay="no"
JcScpAutoHideControl="no"
JcScpControlHideTime="0.5"
JcScpControlHeight="40"
JcScpShowList="no"
JcScpAutoRepeat="no"
JcScpAutoPlay="no"
JcScpsetMode="2"
JcScpAFrontCanClose="no"
JcScpShowRightmenu="no"
JcScpShareMode="JcScpVideoPath"
/>
<Logo_Set JcScpLogoDisplay="no" JcScpLogoPath="Images/video_logo.png" JcScpLogoPosition="top-left" JcScpLogoWidth="165" JcScpLogoHeight="75" JcScpLogoAlpha="1"/>
<Flashvars_Set JcScpServer="" JcScpVideoPath="" JcScpVideoPathHD="" JcScpImg="" JcScpStarTime="0" JcScpEndTime="0" ShowJcScpAFront="no" JcScpCountDowns="2" JcScpCountDownsPosition="top-right" JcScpAFrontW="645" JcScpAFrontH="300" JcScpAFrontPath="Images/SevenColorPlayer_650x418.swf" JcScpAFrontLink="/" ShowJcScpAVideo="no" JcScpAVideoPath="test.flv" JcScpAVideoLink="/" ShowJcScpAPause="no" JcScpAPausePath="Images/SevenColorPlayer_a1.swf" JcScpAPauseW="375" JcScpAPauseH="230" JcScpAPauseLink="/" ShowJcScpACorner="no" JcScpACornerPath="Images/SevenColorPlayer_a10.swf" JcScpACornerW="80" JcScpACornerH="50" JcScpACornerPosition="top-right" JcScpACornerLink="/" ShowJcScppAEnd="no" JcScpAEndPath="Images/Cover_changfa.jpg" JcScpAEndW="400" JcScpAEndH="200" JcScpAEndLink="/"/>
<SkinColor_Set JcScpBackcolor="0x000000" JcScpBackcolortop="0x353535" JcScpLightcolor="0xcfcfcf" JcScpFontcolor="0xffffff" JcScptimebg="0x393939" JcScpLoadbar="0x00a0e9" JcScpLoaded="0x4d4b4b" JcScpLoadbg="0x000000" JcScpPlayBtn="0x2d2d2d" JcScpBar="0xffffff"/>
</CuPlayer>
@@ -0,0 +1,138 @@
/**
* SWFObject v1.4.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
*
* SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*
* **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for
* legal reasons.
*/
if(typeof deconcept=="undefined"){var deconcept=new Object();}
if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}
if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();
if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";
this.addParam("quality",q);
this.setAttribute("useExpressInstall",_7);
this.setAttribute("doExpressInstall",false);
var _d=(_9)?_9:window.location;
this.setAttribute("xiRedirectUrl",_d);
this.setAttribute("redirectUrl","");
if(_a){this.setAttribute("redirectUrl",_a);}};
deconcept.SWFObject.prototype={setAttribute:function(_e,_f){
this.attributes[_e]=_f;
},getAttribute:function(_10){
return this.attributes[_10];
},addParam:function(_11,_12){
this.params[_11]=_12;
},getParams:function(){
return this.params;
},addVariable:function(_13,_14){
this.variables[_13]=_14;
},getVariable:function(_15){
return this.variables[_15];
},getVariables:function(){
return this.variables;
},getVariablePairs:function(){
var _16=new Array();
var key;
var _18=this.getVariables();
for(key in _18){_16.push(key+"="+_18[key]);}
return _16;},getSWFHTML:function(){var _19="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");}
_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _1a=this.getParams();
for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}
var _1c=this.getVariablePairs().join("&");
if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";
}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _1d=this.getParams();
for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}
var _1f=this.getVariablePairs().join("&");
if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}
return _19;
},write:function(_20){
if(this.getAttribute("useExpressInstall")){
var _21=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){
this.setAttribute("doExpressInstall",true);
this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
document.title=document.title.slice(0,47)+" - Flash Player Installation";
this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){
var n=(typeof _20=="string")?document.getElementById(_20):_20;
n.innerHTML=this.getSWFHTML();return true;
}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};
deconcept.SWFObjectUtil.getPlayerVersion=function(){
var _23=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}
}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}
catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}
catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}
return _23;};
deconcept.PlayerVersion=function(_27){
this.major=_27[0]!=null?parseInt(_27[0]):0;
this.minor=_27[1]!=null?parseInt(_27[1]):0;
this.rev=_27[2]!=null?parseInt(_27[2]):0;
};
deconcept.PlayerVersion.prototype.versionIsValid=function(fv){
if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){
return false;
}return true;};
deconcept.util={getRequestParameter:function(_29){
var q=document.location.search||document.location.hash;
if(q){var _2b=q.substring(1).split("&");
for(var i=0;i<_2b.length;i++){
if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){
return _2b[i].substring((_2b[i].indexOf("=")+1));}}}
return "";}};
deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return;}
var _2d=document.getElementsByTagName("OBJECT");
for(var i=0;i<_2d.length;i++){_2d[i].style.display="none";for(var x in _2d[i]){
if(typeof _2d[i][x]=="function"){_2d[i][x]=function(){};}}}};
deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};
__flash_savedUnloadHandler=function(){};
if(typeof window.onunload=="function"){
var _30=window.onunload;
window.onunload=function(){
deconcept.SWFObjectUtil.cleanupSWFs();_30();};
}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}};
if(typeof window.onbeforeunload=="function"){
var oldBeforeUnload=window.onbeforeunload;
window.onbeforeunload=function(){
deconcept.SWFObjectUtil.prepUnload();
oldBeforeUnload();};
}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;}
if(Array.prototype.push==null){
Array.prototype.push=function(_31){
this[this.length]=_31;
return this.length;};}
var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;
@@ -0,0 +1,138 @@
/**
* SWFObject v1.4.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
*
* SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*
* **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for
* legal reasons.
*/
if(typeof deconcept=="undefined"){var deconcept=new Object();}
if(typeof deconcept.util=="undefined"){deconcept.util=new Object();}
if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();}
deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.getElementById){return;}
this.DETECT_KEY=_b?_b:"detectflash";
this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY);
this.params=new Object();
this.variables=new Object();
this.attributes=new Array();
if(_1){this.setAttribute("swf",_1);}
if(id){this.setAttribute("id",id);}
if(w){this.setAttribute("width",w);}
if(h){this.setAttribute("height",h);}
if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));}
this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion();
if(c){this.addParam("bgcolor",c);}
var q=_8?_8:"high";
this.addParam("quality",q);
this.setAttribute("useExpressInstall",_7);
this.setAttribute("doExpressInstall",false);
var _d=(_9)?_9:window.location;
this.setAttribute("xiRedirectUrl",_d);
this.setAttribute("redirectUrl","");
if(_a){this.setAttribute("redirectUrl",_a);}};
deconcept.SWFObject.prototype={setAttribute:function(_e,_f){
this.attributes[_e]=_f;
},getAttribute:function(_10){
return this.attributes[_10];
},addParam:function(_11,_12){
this.params[_11]=_12;
},getParams:function(){
return this.params;
},addVariable:function(_13,_14){
this.variables[_13]=_14;
},getVariable:function(_15){
return this.variables[_15];
},getVariables:function(){
return this.variables;
},getVariablePairs:function(){
var _16=new Array();
var key;
var _18=this.getVariables();
for(key in _18){_16.push(key+"="+_18[key]);}
return _16;},getSWFHTML:function(){var _19="";
if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){
if(this.getAttribute("doExpressInstall")){
this.addVariable("MMplayerType","PlugIn");}
_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\"";
_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
var _1a=this.getParams();
for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";}
var _1c=this.getVariablePairs().join("&");
if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>";
}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");}
_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">";
_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
var _1d=this.getParams();
for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";}
var _1f=this.getVariablePairs().join("&");
if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";}
return _19;
},write:function(_20){
if(this.getAttribute("useExpressInstall")){
var _21=new deconcept.PlayerVersion([6,0,65]);
if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){
this.setAttribute("doExpressInstall",true);
this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
document.title=document.title.slice(0,47)+" - Flash Player Installation";
this.addVariable("MMdoctitle",document.title);}}
if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){
var n=(typeof _20=="string")?document.getElementById(_20):_20;
n.innerHTML=this.getSWFHTML();return true;
}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}}
return false;}};
deconcept.SWFObjectUtil.getPlayerVersion=function(){
var _23=new deconcept.PlayerVersion([0,0,0]);
if(navigator.plugins&&navigator.mimeTypes.length){
var x=navigator.plugins["Shockwave Flash"];
if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));}
}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}
catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");
_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";}
catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}
catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}}
return _23;};
deconcept.PlayerVersion=function(_27){
this.major=_27[0]!=null?parseInt(_27[0]):0;
this.minor=_27[1]!=null?parseInt(_27[1]):0;
this.rev=_27[2]!=null?parseInt(_27[2]):0;
};
deconcept.PlayerVersion.prototype.versionIsValid=function(fv){
if(this.major<fv.major){return false;}
if(this.major>fv.major){return true;}
if(this.minor<fv.minor){return false;}
if(this.minor>fv.minor){return true;}
if(this.rev<fv.rev){
return false;
}return true;};
deconcept.util={getRequestParameter:function(_29){
var q=document.location.search||document.location.hash;
if(q){var _2b=q.substring(1).split("&");
for(var i=0;i<_2b.length;i++){
if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){
return _2b[i].substring((_2b[i].indexOf("=")+1));}}}
return "";}};
deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return;}
var _2d=document.getElementsByTagName("OBJECT");
for(var i=0;i<_2d.length;i++){_2d[i].style.display="none";for(var x in _2d[i]){
if(typeof _2d[i][x]=="function"){_2d[i][x]=function(){};}}}};
deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){};
__flash_savedUnloadHandler=function(){};
if(typeof window.onunload=="function"){
var _30=window.onunload;
window.onunload=function(){
deconcept.SWFObjectUtil.cleanupSWFs();_30();};
}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}};
if(typeof window.onbeforeunload=="function"){
var oldBeforeUnload=window.onbeforeunload;
window.onbeforeunload=function(){
deconcept.SWFObjectUtil.prepUnload();
oldBeforeUnload();};
}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;}
if(Array.prototype.push==null){
Array.prototype.push=function(_31){
this[this.length]=_31;
return this.length;};}
var getQueryParamValue=deconcept.util.getRequestParameter;
var FlashObject=deconcept.SWFObject;
var SWFObject=deconcept.SWFObject;
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 468 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 604 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1022 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 556 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 294 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 341 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 719 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Some files were not shown because too many files have changed in this diff Show More