物联网平台 +Web 组态
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

96 lines
1.2 KiB

.whj_jqueryPaginationCss-1 div {
line-height: 20px !important;
border-radius: 3px !important;
}
.whj_jqueryPaginationCss-1 input {
border-radius: 3px !important;
width: 40px !important;
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset,
form, legend, caption, tbody, tfoot, thead, article, aside, dialog,
figure, footer, header, hgroup, nav, section {
font-size: 12px;
margin: 0;
padding: 0;
}
/*
COMMON CSS
*/
.ml-10{
margin-left: 10px;
}
.ml-20{
margin-left: 20px;
}
.mr-10{
margin-right: 10px;
}
.mr-20{
margin-right: 20px;
}
.mb-10{
margin-bottom: 10px;
}
.mt-10{
margin-top: 10px;
}
.pb-10{
padding-bottom: 10px;
}
.pl-10{
padding-left: 10px;
}
.pr-10{
padding-right: 10px;
}
.clearfloat{
overflow: hidden;
zoom:1;
}
.hide{
display: none;
}
.width-50{
width: 50%;
}
.pointer{
cursor: pointer;
}
.width-33{
width: 33.33333%;
}
.width-auto{
width: auto !important ;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
input[type="checkbox"]{
vertical-align: middle;
}
.red{
color:red;
}
.blue{
color:#3499da;
}
.white{
color:white;
}
.input-auto{
width: 150px;
display: inline;
}