init: 从宝塔同步到 Gitea
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user