标签:
执行顺序,先执行标签里边的:style。。。,在执行引用的样式class。。。。。Visiting是1000,如果加在一块是1000,会挤上去的。
default3.css
.ba3{
width:330px;
}
.ba4{
width:500px;
}
.ba4 input{
width:75px;
}
.panel {
height: 100%;
background-color: white;
margin: 20px auto;
border: 1px solid rgb(207, 207, 207);
overflow: auto; width: 96%;
}
.banner-top{
float: left;
line-height: 30px;
}
.Visit{
width:600px;
}
.ba{
width:500px;
}
.middle{
margin: 0 auto;
width: 540px;
}
.bad1{
width:200px;
}
.bad2{
width:300px;
}
.middle1{
margin: 0 auto;
width: 660px;
}
.noborder {
border: 0 none;
}
.width-percent80 {
width: 60%;
}
erpindex.css
body{
background-color: #f5f5f5;
}
label{
font: 12px/1.5 arial,宋体;
}
tbody tr:hover{
background-color:#faffd1;
color:black;
}
table thead tr{
background-color: #f5f5f5;
}
.edit_btn{
float: left;
padding-top:10px;
cursor:pointer;
}
.delete_btn{
float: right;
cursor:pointer;
}
.banner-top{
float: left;
line-height: 30px;
}
.Visiting{
/* width:1000px; */
}
.ba1{
width:250px;
}
.ba2{
width:250px;
}
#list td{
display:table-cell;
vertical-align:middle;
text-align: center;
}
.banner-top select{
height:25px;
border:1px solid #ddd;
width: 130px;
color:#919191;
}
.banner-top input{
border:1px solid #ddd;
}
textarea{
overflow:auto;
}
.ba2 input{
width: 75px;
}
.panel-body{
height: 100%;
background-color: white;
margin: 20px auto;
border: 1px solid rgb(207, 207, 207);
overflow: auto; width: 97%;
}
.ba3{
width:330px;
}
.ba4{
width:500px;
}
.ba4 input{
width:75px;
}
.biaoti{
color: white;
float: left;
font-size: 28px;
font-weight: bold;
margin-left: 117px;
margin-top: -21px;
}
标签:
原文地址:http://www.cnblogs.com/prefect/p/5655624.html