init: 从宝塔同步到 Gitea
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,378 @@
|
||||
/* 顶部 */
|
||||
body {
|
||||
background: url(../img/c_top_b.png) repeat-x, url(../img/content01.jpg) no-repeat #daa91c;
|
||||
}
|
||||
|
||||
.c_top {
|
||||
background: url(../img/c_top_l.png) no-repeat left, url(../img/c_top_r.png) no-repeat right, url(../img/c_top_bg.png) repeat-x;
|
||||
height: 92px;
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.c_top > span {
|
||||
display: inline-block;
|
||||
height: 92px;
|
||||
line-height: 92px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.c_top .c_name {
|
||||
margin-left: 144px;
|
||||
font-size: 24px;
|
||||
text-align: left;
|
||||
float: left;
|
||||
width: 15%;
|
||||
|
||||
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;
|
||||
}
|
||||
|
||||
.c_top .c_set:hover .c_sets{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.c_top .c_inf{
|
||||
font-size: 20px;
|
||||
position: absolute;
|
||||
right: 15%;
|
||||
|
||||
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: 140%;
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
z-index: 99999;
|
||||
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 ul{
|
||||
/* padding: 5px 0; */
|
||||
}
|
||||
.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%;
|
||||
|
||||
visibility: visible;
|
||||
-moz-transform: translate(-50%, -48%);
|
||||
-ms-transform: translate(-50%, -48%);
|
||||
-webkit-transform: translate(-50%, -48%);
|
||||
transform: translate(-50%, -48%);
|
||||
}
|
||||
.head {
|
||||
width: 100%;
|
||||
height: 75px;
|
||||
background: rgba(0,0,0,0.5);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 92px;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
|
||||
.play .box .table-hd {
|
||||
background: #dac08e;
|
||||
}
|
||||
.play .box .table-hd .title {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
padding: 5px 10px;
|
||||
color: #000;
|
||||
display: inline-block;
|
||||
}
|
||||
.play .box .table-hd .title {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
padding: 5px 10px;
|
||||
color: #000;
|
||||
display: inline-block;
|
||||
}
|
||||
.play .box .table-hd .title .white {
|
||||
color: #683c20;
|
||||
padding-left: 5px;
|
||||
}
|
||||
.play .info {
|
||||
float: right;
|
||||
}
|
||||
.play .info p {
|
||||
color: #000;
|
||||
padding-right: 30px;
|
||||
font-weight: 600;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
line-height: 35px;
|
||||
}
|
||||
.play .road {
|
||||
position: relative;
|
||||
}
|
||||
.play canvas {
|
||||
display: block;
|
||||
background: #fff;
|
||||
width: 100%;
|
||||
}
|
||||
/* .play .road .mask {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
text-align: center;
|
||||
font-size: 45px;
|
||||
background: #4a4a4a;
|
||||
color: #fff;
|
||||
font-weight: 500;
|
||||
opacity: 0.5;
|
||||
display: none;
|
||||
} */
|
||||
.play .road .countdown {
|
||||
position: absolute;
|
||||
font-size: 100px;
|
||||
font-weight: 600;
|
||||
color: rgba(0,0,0,0.4);
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
-moz-transform: translate(-50%, -50%);
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
display: none;
|
||||
}
|
||||
.play .limit {
|
||||
color: #000;
|
||||
padding: 4px 10px;
|
||||
background: #dac08e;
|
||||
font-weight: 600;
|
||||
}
|
||||
.play .limit .limit_money {
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
padding-right: 30px;
|
||||
}
|
||||
.play .game-tab .list-tab .info {
|
||||
color: #000;
|
||||
font-size: 18px;
|
||||
margin-top: 0;
|
||||
padding: 0 10px;
|
||||
background: #dac08e;
|
||||
font-weight: 600;
|
||||
}
|
||||
.play .game-tab .list-tab ul li {
|
||||
margin: 15px 0 5px;
|
||||
width: 50%;
|
||||
}
|
||||
.play .game-tab .list-tab .box {
|
||||
margin: 0 auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
.play .game-tab .list-tab ul {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
/*滚动条样式*/
|
||||
.play .game-tab .dragscroll::-webkit-scrollbar {
|
||||
width: 2px;
|
||||
height: 2px;
|
||||
}
|
||||
.play .game-tab .dragscroll::-webkit-scrollbar-thumb {
|
||||
border-radius: 100px;
|
||||
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
||||
|
||||
background: rgba(255,255,255,0.8);
|
||||
}
|
||||
.play .game-tab .dragscroll::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
|
||||
border-radius: 100px;
|
||||
background: rgba(0,0,0,0.5);
|
||||
}
|
||||
|
||||
|
||||
.play .game-tab .dragscroll li .box{
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
|
||||
.play .game-tab .dragscroll li{
|
||||
width: 50%;
|
||||
float: left;
|
||||
position: relative;
|
||||
}
|
||||
.play .game-tab .dragscroll li .iframe_box{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.play .minicontrol{
|
||||
display: none
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* */
|
||||
.play .game-tab .tab-nav {
|
||||
width: 101%;
|
||||
background: linear-gradient(#dfc276,#f7dc95,#f2d589,#dfc276);
|
||||
/* position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 99; */
|
||||
padding: 5px 0;
|
||||
}
|
||||
.play .game-tab .tab-nav .list {
|
||||
float: left;
|
||||
width: 50%;
|
||||
height: 35px;
|
||||
position: relative;
|
||||
padding-left: 100px;
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
-webkit-box-sizing: border-box;
|
||||
overflow: hidden;
|
||||
}
|
||||
.play .game-tab .tab-nav .list .lab {
|
||||
font-weight: 600;
|
||||
color: #000;
|
||||
font-size: 20px;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
padding: 0 20px;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
line-height: 36px;
|
||||
}
|
||||
.play .game-tab .tab-nav .list .link {
|
||||
display: inline-block;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
background: linear-gradient(#9a8959,#b19b5f,#988557,#56420c);
|
||||
border-radius: 100%;
|
||||
line-height: 35px;
|
||||
text-align: center;
|
||||
color: #fff;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
}
|
||||
.play .game-tab .tab-nav .list .link:hover {
|
||||
background: linear-gradient(#FFEB3B,#FFC107,#FF9800,#FFEB3B);
|
||||
box-shadow: 0px 0px 2px #000;
|
||||
-moz-box-shadow: 0px 0px 2px #000;
|
||||
color: #fff;
|
||||
-webkit-transition: all 0.2s;
|
||||
-moz-transition: all 0.2s;
|
||||
transition: all 0.2s;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1480px){
|
||||
.play .game-tab {
|
||||
max-height: 495px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 1646px) and (max-width: 1900px) {
|
||||
.play .game-tab {
|
||||
max-height: 550px;
|
||||
}
|
||||
}
|
||||
|
||||
.play .game-tab .tab-nav .list .link {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,147 @@
|
||||
/*
|
||||
* @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:9999;
|
||||
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: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