33 lines
2.9 KiB
CSS
33 lines
2.9 KiB
CSS
|
|
/* 导航样式*/
|
|
.add-top{height:50px; background-color:#ffffff; border-bottom:1px solid #dddddd;}
|
|
.add-top-dh{width:400px;float:left; position:relative;margin-top:10px; }
|
|
.add-top-dh h4{ padding-left:8px;color: #363636;border-left: 2px solid #0098cd;margin-top:3px; font-size: 15px; float:left }
|
|
.add-top-cz{width:700px;float:left; position:relative;margin-top:10px; }
|
|
/* 只有外框边框的table样式*/
|
|
.tablewk{width:100%; margin:2px auto;margin-top:15px;border:1px solid #dddddd;color:#666; }
|
|
.wktblm{height:45px; font-size:13px; text-align:right; padding-right:5px; }
|
|
.tdjj5{ width:20px}
|
|
/* 普通表单table样式*/
|
|
.bule{ border-collapse: collapse; width:100%; margin:2px auto;margin-top:20px;border:1px solid #dddddd;color:#666;}
|
|
.bule td{border:1px solid #dddddd;height:35px; font-size:13px; }
|
|
.bule td span{ margin-left:10px; }
|
|
.tdlietou{ background-color:#F4F5F9;border-left:3px solid #778;}
|
|
.tdlietou td h4{ margin-left:10px;color:#666;font-size: 15px; }
|
|
.tbtilt td{ color:#999; background-color:#F5F6FA; height:30px;}
|
|
td font{ color:#E40 }
|
|
/* 多行自定义项目输入框样式*/
|
|
.inpittxt{ width:100%; height:100%; border-width:0px; text-indent:10px; }
|
|
.inpittxt_hx{ width:100%; height:100%; border-width:0px; background-color:#F5F5F6;text-indent:10px; cursor:not-allowed; color:#999; text-indent:10px; }
|
|
.tbtxt_hx{ background-color:#F5F5F6;}
|
|
.inpittxt_xl{ width:100%; height:100%; border-width:0px; cursor:pointer; height:28px; padding:6px; text-indent:10px;}
|
|
|
|
/* 普通输入框样式*/
|
|
.tbinput_hx{ width:100%; height:28px; border:1px solid #cccccc; box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; background-color:#F5F5F6;text-indent:10px; cursor:not-allowed; color:#999 }
|
|
.tbinput_xl{width:100%; cursor:pointer; height:28px;box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border:1px solid #cccccc; padding:6px; text-indent:10px;}
|
|
.tbinput_ll{width:100%;height:28px; cursor:pointer;box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border:1px solid #cccccc; text-indent:10px;}
|
|
.tbinput_rl{width:100%; cursor:pointer; height:28px;box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border:1px solid #cccccc; text-indent:10px;}
|
|
.tbinput_bt{width:100%; height:28px; box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border:1px solid #E40; text-indent:10px;}
|
|
.tbinput{width:100%; height:28px; box-shadow:inset 0px 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; border:1px solid #cccccc; text-indent:10px;}
|
|
|
|
.gxli{ float:left; margin-left:10px; font-size:14px; color:#0794d6} |