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

📄 a.css

📁 Ajax三级联动和无刷新分页源码,数据库操作采用的是SqlHelper
💻 CSS
字号:
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -