⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style_structure.css

📁 this file is leverage algorithm written in matlab as m-file and tested in matlab.so anyone can ue th
💻 CSS
字号:

html,body{
	margin: 0; 
	padding: 0;
	background-color: #DBDBDB;
	height: 100%;
	}

body{font-family: verdana,arial,sans-serif;font-size: 11px;text-align: center}

div#container{
	position:relative; 
	background-color: #FFFFFF;
	width: 760px; 
	height: 100%;
	margin: 0px auto;
    text-align: left;
	}

body>div#container{height:auto;min-height:100%}

div#footer{
	position: absolute;
	bottom:0; 
	width: 100%; 
	padding: 0.2em 0.2em;
    	background-color: #003366; 
	color: #000;
	text-align:center;
	}

div#header{
	background-color:#003366;
	padding: 0.5em 0.4em;
	color: #ff0;
	}

div#content{
	padding: 1em 0.4em 1em;
	}

⌨️ 快捷键说明

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