a.css

来自「Ajax三级联动和无刷新分页源码,数据库操作采用的是SqlHelper」· CSS 代码 · 共 45 行

CSS
45
字号
html,div{
    font-family: "宋体";
    font-size:12px;
    line-height:150%;
 }
 #div_list 
 {
	height: 25px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #FF5C03;
	border-bottom-color: #FF5C03;
 }
.base
{
	float: left; 
    padding:0.25em;
    text-align:center;
    display:block;
    LIST-STYLE-TYPE: none;
    background-color:#f2f6fe;
    border:1px solid #fc8829;
    width:2em;
    border-bottom:none;
}
.cur{
    background-color:#FF7F50;
}
.line
{
	float: left; 
    LIST-STYLE-TYPE: none;
    height:20px;
    width:1.5em;
    border-bottom:1px solid #99bcfc; 
}
#div_list li a {
    display:block;
}

⌨️ 快捷键说明

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