码迷,mamicode.com
首页 > Web开发 > 详细

CSS,,

时间:2016-07-09 13:23:29      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

技术分享

 

执行顺序,先执行标签里边的: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;
}

 

CSS,,

标签:

原文地址:http://www.cnblogs.com/prefect/p/5655624.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!