main.css

来自「Exjs源码 简单布局根据需要自行添加功能」· CSS 代码 · 共 68 行

CSS
68
字号
#north{   border:0 none;   background:#1E4176 url(img/hd-bg.gif) repeat-x 0 0;   padding-top:3px;   padding-left:3px;}#north .api-title {    font:normal 16px tahoma, arial, sans-serif;    color:white;    margin:5px;}.loading-indicator {    font-size:11px;    background-image:url('img/loading.gif');    background-repeat: no-repeat;    background-position:top left;    padding-left:20px;	height:18px;	text-align:left;}#loading-mask{	position:absolute;	left:0;	top:0;    width:100%;    height:100%;    z-index:20000;    background-color:white;}#loading{	position:absolute;	left:45%;	top:40%;	padding:2px;	z-index:20001;    height:auto;}#loading img {    margin-bottom:5px;}#loading .loading-indicator{	background:white;	color:#555;	font:bold 13px tahoma,arial,helvetica;	padding:10px;	margin:0;    text-align:center;    height:auto;}.logintext {    font:normal 12px tahoma, arial, sans-serif;	font-weight: bold;}a:link {	font-size: 12px;	color: blue;	text-decoration: none;}a:visited {	font-size: 12px;	color: blue;	text-decoration: none;}a:hover {	font-size: 12px;	color: blue;	text-decoration: underline;}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?