You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
275 lines
6.5 KiB
CSS
275 lines
6.5 KiB
CSS
.headbody {
|
|
font-size: 12px;
|
|
background-color: #FFFFFF;
|
|
}
|
|
td.f1{
|
|
background-color:#F6F6F6;
|
|
text-align:center;
|
|
white-space:nowrap;
|
|
border:1px solid #000000;
|
|
}
|
|
.MouseHover
|
|
{
|
|
border: 1px solid #0000FF;
|
|
background-color: #008080;
|
|
}
|
|
.MouseButtonHover
|
|
{
|
|
cursor:pointer;
|
|
border:1px solid #7eabcd;
|
|
background:url('../themes/default/images/button_plain_hover.png') repeat-x left bottom;
|
|
}
|
|
.tableAll {
|
|
border: 0px solid #577aa0;
|
|
border-collapse: collapse;
|
|
empty-cells: show;
|
|
}
|
|
.tableAll td
|
|
{
|
|
font-size: 14px;
|
|
border: 1px solid #577aa0;
|
|
}
|
|
.tableAll th
|
|
{
|
|
font-size: 14px;
|
|
border: 1px solid #577aa0;
|
|
|
|
}
|
|
|
|
.title_ico {
|
|
height:30px; line-height:30px; font-size:14px; font-family: "微软雅黑"; font-weight:bold; text-indent:1em;
|
|
}
|
|
|
|
.btnClass {
|
|
display:inline-block;
|
|
-webkit-box-sizing:content-box;
|
|
-moz-box-sizing:content-box;
|
|
box-sizing:content-box;
|
|
padding:0 12px;
|
|
border:1px solid #2d88bf;
|
|
border-radius:5px;
|
|
font-size:15px;
|
|
letter-spacing:1px;
|
|
text-align:center;
|
|
vertical-align:middle;
|
|
cursor:pointer;
|
|
word-wrap:normal;
|
|
white-space:nowrap;
|
|
box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);
|
|
text-shadow:0 -1px rgba(0,0,0,0.2);
|
|
background:-webkit-gradient(linear,0% 0%,0% 100%,from(#6dbde4),to(#399dd8));
|
|
background:-webkit-linear-gradient(#6dbde4,#399dd8);
|
|
background:-moz-linear-gradient(#6dbde4,#399dd8);
|
|
background:-ms-linear-gradient(#6dbde4,#399dd8);
|
|
background:linear-gradient(#6dbde4,#399dd8);
|
|
-webkit-transition: all 0.15s ease;
|
|
-moz-transition: all 0.15s ease;
|
|
-o-transition: all 0.15s ease;
|
|
-ms-transition: all 0.15s ease;
|
|
transition: all 0.15s ease;
|
|
}
|
|
.btnClassAdd {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/edit_add.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
.btnClassDel{
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/cancel.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.btnClassFind {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/search.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
.btnClassEdit {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/pencil.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
.btnClassSave {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/filesave.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
.btnClassBack {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/back.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
.btnClassExcelTemplate {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/Excel.gif');
|
|
background-repeat: no-repeat;
|
|
}
|
|
.btnClassClose{
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/cancel.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.btnClassImportExcel {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/Excel.gif');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.btnClassWordTemplate {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/Word.gif');
|
|
background-repeat: no-repeat;
|
|
}
|
|
.btnClassImportWord {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/Word.gif');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.dgbtnDel {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/cancel.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
.dgbtnEdit {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/pencil.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.dgbtnPrint {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/print.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.dgbtnView {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/search.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.dgbtnDownload {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/down.gif');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.dgbtnFilter {
|
|
padding-left:18px;
|
|
padding-right:5px;
|
|
padding-top:3px;
|
|
padding-bottom:3px;
|
|
background-position: left center;
|
|
background-image: url('icons/filter.png');
|
|
background-repeat: no-repeat;
|
|
}
|
|
|
|
.editTextbox {
|
|
position: relative;
|
|
border: 1px solid #577aa0;
|
|
background-color: #fff;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
margin: 0;
|
|
padding: 0;
|
|
height:25px;
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
border-radius: 5px 5px 5px 5px;
|
|
}
|
|
.editMultTextbox {
|
|
position: relative;
|
|
border: 1px solid #577aa0;
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
.selectClass {
|
|
position: relative;
|
|
border: 1px solid #577aa0;
|
|
background-color: #fff;
|
|
vertical-align: middle;
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
margin: 0;
|
|
padding: 0;
|
|
height:25px;
|
|
-moz-border-radius: 5px 5px 5px 5px;
|
|
-webkit-border-radius: 5px 5px 5px 5px;
|
|
border-radius: 5px 5px 5px 5px;
|
|
}
|
|
|
|
button::-moz-focus-inner,input[type="button"]::-moz-focus-inner { border:none; padding:0; }
|
|
.btn,form input{
|
|
line-height:normal;
|
|
*overflow:visible ;
|
|
} |