styles.php

来自「通达OA部分源代码」· PHP 代码 · 共 52 行

PHP
52
字号
<style type="text/css">
<!--

.titlestyle {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	background-color: #004080;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-weight: bold;
	font-size: 13px;
	color:#000000;
	background-color: #eeeeee;
}

.innertablestyle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	background-color: #F5F5F5;
}
.errorstyle {
	font-family: Arial, Helvetica, sans-serif;;
	font-weight: normal;
	font-size: 13px;
	color: #ff0000 ;
	border: 1px solid #ff0000 ;
}

font.normal {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
}

font.red{
	font-family:  Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 13px;
}

font.smalltext {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
}
-->
</style>

⌨️ 快捷键说明

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