ewap.css

来自「新的简单易用的公司管理系统」· CSS 代码 · 共 88 行

CSS
88
字号
body { 
	padding-top:20px;
	background-color:#006666;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	scrollbar-base-color:#006666;
	margin: 0px;
	
}
a{
	text-decoration:none;
	color:#cc0;
}
.main{
	float:center;
	clear: both;
	text-align:center;
}
ul{
	margin: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
 	padding-left: 20px;
	list-style-type: circle;
}
.body{
	float:center;
	line-height: 180%;
	clear: both;
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align: left;
	padding:5px
}
.view{
	float:center;
	line-height: 180%;
	clear: both;
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align: left;
	padding:5px
}
p.detail{ 
	WORD-WRAp:break-word;
	color:#cccc00;
	text-align:left;
	width:300px
}
p.time{
	text-align:right
}
.title{
	
	font-size:12px;
	font-weight:bold
}
#us{
	list-style-type:square
}
.search{
	float:center;
	line-height: 180%;
	clear: both;
	width: 300px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	text-align: center;
	padding:5px
}
.top{
	float:center;
	line-height: 180%;
	clear: both;
	width: 300px;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	text-align: center;
	padding:5px
}

⌨️ 快捷键说明

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