mirror of
https://github.com/thinkjs/thinkjs.git
synced 2026-01-25 14:42:47 +00:00
61 lines
1.0 KiB
CSS
Executable File
61 lines
1.0 KiB
CSS
Executable File
ul{padding-left: 20px;}
|
|
b{color:#333;}
|
|
h2{
|
|
padding-top: 10px;
|
|
}
|
|
body{
|
|
font-size: 16px;
|
|
}
|
|
.highlight-config{
|
|
position: relative;
|
|
padding-top: 25px;
|
|
}
|
|
.highlight-config:before{
|
|
content: "编译配置:";
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #999;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
}
|
|
.fork{
|
|
position: absolute;
|
|
right: 0;
|
|
background: url(../img/fork.png) no-repeat;
|
|
width: 149px;
|
|
height: 149px;
|
|
top: 0;
|
|
text-indent: -1000px;
|
|
overflow: hidden;
|
|
}
|
|
#loading {
|
|
position:fixed;
|
|
top:0;
|
|
left:0;
|
|
width:100%;
|
|
height:100%;
|
|
background:rgba(0,0,0,.1);
|
|
z-index:10000001;
|
|
display: none;
|
|
}
|
|
|
|
.loading-inner {
|
|
position:fixed;
|
|
top:50%;
|
|
left:50%;
|
|
margin-top:-120px;
|
|
margin-left:-300px;
|
|
height:90px;
|
|
width:600px;
|
|
line-height:90px;
|
|
text-align:center;
|
|
border-radius:15px;
|
|
background-color:rgba(0,0,0,.8);
|
|
font-size:60px;
|
|
color:#fff;
|
|
z-index:10000009;
|
|
font-family:arial,宋体,georgia,verdana,helvetica,sans-serif;font-weight:normal;
|
|
} |