mirror of https://gitee.com/jeecg/jeecg.git
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.
37 lines
1.9 KiB
37 lines
1.9 KiB
@charset "utf-8";
|
|
|
|
/*********按钮区域***************/
|
|
.button-row { width : 100%; padding : 0; margin : 0; white-space : nowrap; text-align : right; }
|
|
|
|
/*********录入区域***************/
|
|
div.formDetails label input { border : 1px solid #54A5D5; padding:2px; }
|
|
|
|
div.formDetails label textarea,
|
|
select { border : 1px solid #54A5D5; padding:2px; width:157px; }
|
|
|
|
div.formDetails { background-color: #f2f7fe; border: solid 1px #5BB5FD; padding:5px; line-height:20px; visibility:visible; overflow:hidden; }
|
|
|
|
div.formDetails label {text-align: right; width:300px; display: inline-block; visibility:visible; padding:0; margin-right:10px; margin-top:5px; }
|
|
|
|
div.formDetails label span.righttext{text-align: left; width:300px; display: inline-block; visibility:visible; padding:0; margin-left:10px; margin-top:5px; }
|
|
|
|
div.formDetails label span.Validform_label{text-align: right; width:100px; display: inline-block; visibility:visible; padding:0; margin-left:10px; margin-top:5px; }
|
|
|
|
div.formDetails label.row { text-align: left; width:616px; *width:610px;
|
|
display: block; overflow:hidden; padding:0; margin-left:15px;}
|
|
|
|
div.formDetails label.row textarea { width:442px; *width:436px;
|
|
_width:440px; overflow:auto; height:auto; }
|
|
|
|
div.formDetails label.row input { width:442px; *width:436px;
|
|
_width:440px; _height:20px; }
|
|
|
|
div.formDetails input[type="button"],
|
|
input[type="submit"],
|
|
input[type="reset"] { background-color:#39F; background-image:url(../images/tab_14.gif); color:#333 !important; font-family:"微软雅黑"; font-size:12px; padding:2px 6px !important; *padding:0 2px !important;
|
|
cursor:pointer !important; border:1px solid #D7EAFF !important; margin-right:4px !important; width:auto !important; }
|
|
|
|
input[type="file"] { background-color: #D7EAFF; border : 1px solid #54A5D5; width:auto !important; padding:2px; }
|
|
|
|
input[type="text"] { background-color: #fff; border : 1px solid #54A5D5; padding:2px; }
|