common.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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[disabled], input:disabled {
  24. background-color: #F5F5F5;
  25. color: #393937;
  26. }
  27. select[disabled], select:disabled {
  28. background-color: #F5F5F5;
  29. color: #393937;
  30. }
  31. input[type="text"] {
  32. background-color: #fff;
  33. /*border : 1px solid #54A5D5;
  34. padding:2px; */
  35. border: 1px solid #D7D7D7;
  36. border-radius: 3PX;
  37. /*height: 14PX;*/
  38. /* //update-start--Author: scott Date:20170609 for:特殊bpm表单页面输入框高度变形问题处理 */
  39. height: 30px;
  40. /* //update-start--Author: scott Date:20170609 for:特殊bpm表单页面输入框高度变形问题处理 */
  41. /* padding: 7px 0 7px 5px; */
  42. padding: 0 2px ;
  43. line-height: 14PX;
  44. font-size: 12px;
  45. display: inline-block;
  46. }
  47. /* //update-start--Author: chenj Date:20160815 for:TASK #1040 【UI按钮标签ace样式】列表后面的操作按钮支持按钮标签样式设置,*/
  48. a[class="ace_button"]:hover{ color:#DDDDDD!important; text-decoration:none;}
  49. /*update-begin--Author:xuelin Date:20170613 for:TASK #2100 【列表样式美化】【样式专题】Jeecg平台任务 ---4列表页面,按钮和列表的字体 参考jqgrid-------------------- */
  50. .ace_button
  51. {
  52. background-color: #21b9bb;
  53. border-color: #21b9bb;
  54. color: #FFFFFF;
  55. border-radius: 3px;
  56. /*update-begin--Author:xuelin Date:20170603 for:TASK #2042 【UI美化】Jeecg button样式,参考p3插件风格优化改进-------------------- */
  57. padding: 2px 6px;
  58. /*update-end--Author:xuelin Date:20170603 for:TASK #2042 【UI美化】Jeecg button样式,参考p3插件风格优化改进---------------------- */
  59. font-size: 12px;
  60. line-height: 1.5;
  61. display: inline-block;
  62. font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  63. }
  64. /*update-end--Author:xuelin Date:20170613 for:TASK #2100 【列表样式美化】【样式专题】Jeecg平台任务 ---4列表页面,按钮和列表的字体 参考jqgrid---------------------- */
  65. /* //update-end--Author: chenj Date:20160815 for:TASK #1040 【UI按钮标签ace样式】列表后面的操作按钮支持按钮标签样式设置,*/