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

📄 firste.css

📁 演示中使用的数据库为省、市、县三级数据库 演示程序实现了省、市、县三级联动(ajax技术) 程序调用方法: 1:把 <script language="javascript" src="
💻 CSS
字号:
body {
margin: 0; 
TEXT-ALIGN: center; 
font-size : 12px; 
color : #000000; 
BACKGROUND:#ABCAFE;
font-family : 宋体,tahoma,fantasy; 
SCROLLBAR-FACE-COLOR: #799ae1;
SCROLLBAR-HIGHLIGHT-COLOR: #799AE1;/*高亮*/
SCROLLBAR-SHADOW-COLOR: #ECFBFF;  /*暗边*/
SCROLLBAR-3DLIGHT-COLOR: #ECFBFF; /*亮边*/
SCROLLBAR-ARROW-COLOR: #003CA5; /*三角*/
SCROLLBAR-TRACK-COLOR: #799AE1; /*底色*/
SCROLLBAR-DARKSHADOW-COLOR: #666666;/*高暗*/
}
.mian{
width:98%;
border:3px double #D3E5FF;
text-align :left;
margin:12px auto 0;
background-color:#FFFFFF;
padding:2px;
min-width:600px;
}

.top{
height:22px;
border:1px solid #99A3AB;
font-weight : bold;
color : white;
font-size : 12px;
background-color: #2C68B9;
text-align :left;
line-height : 22px;
text-indent:5px
}

.bottom{
height:25px;
border-right : 1px solid #99A3AB;
border-left : 1px solid #99A3AB;
border-bottom : 1px solid #99A3AB;
text-align :center;
background-color:#C9D4DB;
}

.divth{
border-right : 1px solid #99A3AB;
border-left : 1px solid #99A3AB;
border-bottom : 1px solid #99A3AB;
text-align :center;
height:20px;
line-height:20px;
background-color:#C4D4DC;
}


.divth li{
padding: 0;
list-style-type:none;
float:left;
margin-left:2px;
height:22px;
line-height:20px;
text-indent:8px;
}

.divtr1{
border-right:1px solid #99A3AB;
border-left:1px solid #99A3AB;
border-bottom:1px solid #99A3AB;
text-align :left;
background-color:#DEF0FE;
}
.divtr1 img,divtr2 img{
margin-top:2px
}
.divtr2{
border-right : 1px solid #99A3AB;
border-left : 1px solid #99A3AB;
border-bottom : 1px solid #99A3AB;
text-align :left;
background-color:#E4EEF1;
}

.title{
font-weight:bold;
color:#203E46;
}
.divtd2{
float:left;
height:22px;
line-height:24px;
border-left : 1px solid #99A3AB;
padding-left:3px;
padding-top:2px;
}
.divtd1{
padding: 0;
float:left;
margin-left:2px;
line-height:22px;
text-indent:2px;
}

textarea{
FONT-WEIGHT: normal;
FONT-SIZE: 12px;
WIDTH: 98%;
LINE-HEIGHT: normal;
border-width:1px;
FONT-STYLE: normal;
BACKGROUND:#FCFFF7;
}

input{
font-size : 12px; 
}
select{
BACKGROUND: #FCFFF7;
FONT-SIZE: 12px;
margin:1px;
}

input.text{
height:18px;
BACKGROUND: #FCFFF7;
padding:1px;
margin:1px;
border-width:1px;
}

input.button {
margin:2px 5px;
height: 20px;
border: 1px solid #2C68B9;
border-right: 4px solid #2C68B9;
border-left: 4px solid #2C68B9;
color: #000000;
BACKGROUND: #FFFFFF ;
}
.adding{
padding:3px;
overflow:hidden;
height:25px
}
.Stable{
border-left:#99A3AB 1px solid ;
border-top:none;
background:#DEF0FE;
width:100%;
}

.Stable td{
border-bottom : 1px solid #99A3AB;
border-right: 1px solid #99A3AB;
border-top:none;
font-size : 12px; 
}
.Stable th{
border-bottom : 1px solid #99A3AB;
border-right: 1px solid #99A3AB;
border-top:none;
font-size : 12px;
background:#C4D4DC;
}

a{text-decoration:none;color:#003399}
a:link{text-decoration:none;color:#003399}
a:visited{text-decoration:none;color:#003399}
a:hover{text-decoration:none;color:#FF8040;position: relative; left: 1px; top: 1px; clip: rect()}

form {
margin:0px;
}
table,th,td,tr{
font-size : 12px;
}
.content{
border:1px solid #99A3AB;
background-color:#DEF0FE;
}
.content li{
list-style:none;
line-height:20px;
}

⌨️ 快捷键说明

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