common.css 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @charset "utf-8";
  2. /*********按钮区域***************/
  3. .button-row { width : 100%; padding : 0; margin : 0; white-space : nowrap; text-align : right; }
  4. /*********录入区域***************/
  5. div.formDetails label input { border : 1px solid #54A5D5; padding:2px; }
  6. div.formDetails label textarea,
  7. select { border : 1px solid #D7D7D7; padding:6px; width:157px; border-radius: 3px;}
  8. div.formDetails { background-color: #f2f7fe; border: solid 1px #5BB5FD; padding:5px; line-height:20px; visibility:visible; overflow:hidden; }
  9. div.formDetails label {text-align: right; width:300px; display: inline-block; visibility:visible; padding:0; margin-right:10px; margin-top:5px; }
  10. div.formDetails label span.righttext{text-align: left; width:300px; display: inline-block; visibility:visible; padding:0; margin-left:10px; margin-top:5px; }
  11. div.formDetails label span.Validform_label{text-align: right; width:100px; display: inline-block; visibility:visible; padding:0; margin-left:10px; margin-top:5px; }
  12. div.formDetails label.row { text-align: left; width:616px; *width:610px;
  13. display: block; overflow:hidden; padding:0; margin-left:15px;}
  14. div.formDetails label.row textarea { width:442px; *width:436px;
  15. _width:440px; overflow:auto; height:auto; }
  16. div.formDetails label.row input { width:442px; *width:436px;
  17. _width:440px; _height:20px; }
  18. div.formDetails input[type="button"],
  19. input[type="submit"],
  20. 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;
  21. cursor:pointer !important; border:1px solid #D7EAFF !important; margin-right:4px !important; width:auto !important; }
  22. input[type="file"] { background-color: #D7EAFF; border : 1px solid #54A5D5; width:auto !important; padding:2px; }
  23. input[type="text"] {
  24. background-color: #fff;
  25. /*border : 1px solid #54A5D5;
  26. padding:2px; */
  27. border: 1px solid #D7D7D7;
  28. border-radius: 3PX;
  29. /*height: 14PX;*/
  30. padding: 7px 0 7px 5px;
  31. line-height: 14PX;
  32. font-size: 12px;
  33. display: inline-block;
  34. }
  35. /* //update-start--Author: chenj Date:20160815 for:TASK #1040 【UI按钮标签ace样式】列表后面的操作按钮支持按钮标签样式设置,*/
  36. a[class="ace_button"]:hover{ color:#DDDDDD!important; text-decoration:none;}
  37. .ace_button
  38. {
  39. background-color: #21b9bb;
  40. border-color: #21b9bb;
  41. color: #FFFFFF;
  42. border-radius: 3px;
  43. padding: 1px 5px;
  44. font-size: 12px;
  45. line-height: 1.5;
  46. display: inline-block;
  47. }
  48. /* //update-end--Author: chenj Date:20160815 for:TASK #1040 【UI按钮标签ace样式】列表后面的操作按钮支持按钮标签样式设置,*/