地铁二期项目正式开始

workflow.css 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. .rightSide {
  2. width: calc(100% - 5px);
  3. /* height: calc(100% - 5px); */
  4. }
  5. textarea {
  6. overflow-y: auto;
  7. }
  8. .rightSide div > .divTittle {
  9. height: 30px;
  10. line-height: 30px;
  11. background-color: #cccedb;
  12. font-weight: 700;
  13. padding-left: 10px;
  14. margin-bottom: 10px;
  15. }
  16. .rightSide li {
  17. padding: 2px 0;
  18. }
  19. .rightSide .layui-input,
  20. body .layui-form-pane .layui-form-label,
  21. .rightSide .layui-form-select dl dd,
  22. .layui-form-select dl dt {
  23. height: 30px;
  24. min-width: 120px;
  25. max-width: 300px;
  26. line-height: 34px;
  27. }
  28. layui-form-label {
  29. height: 30px;
  30. line-height: 34px;
  31. }
  32. /*body {
  33. padding: 5px 20px;
  34. background-color: #f5f5f5;
  35. padding-right: 30px;
  36. padding-bottom: 0;
  37. }*/
  38. .TableView td input {
  39. min-width: 100px;
  40. height: 25px;
  41. }
  42. .TableView td span {
  43. width: 140px;
  44. height: 25px;
  45. }
  46. .TableView td span input {
  47. width: 100px;
  48. height: 25px;
  49. }
  50. .TableView td input {
  51. min-width: calc(100% - 40px);
  52. height: 25px;
  53. }
  54. .TableView td span input a {
  55. height: 25px;
  56. }
  57. .TableView a:hover {
  58. cursor: pointer;
  59. color: red;
  60. }
  61. .rightSide a:hover {
  62. cursor: pointer;
  63. color: red;
  64. }
  65. .hiddenText {
  66. display: none;
  67. }
  68. .btndiv {
  69. text-align: center;
  70. margin: 50px 0px 20px 0px;
  71. }
  72. .labelcontent {
  73. text-align: left !important;
  74. }
  75. .layui-colla-title {
  76. margin-top: 0px;
  77. height: 30px;
  78. line-height: 30px;
  79. }
  80. .labelcontent {
  81. width: 200px !important;
  82. max-width: 300px !important;
  83. min-width: 200px !important;
  84. text-align: left !important;
  85. }
  86. .flowContent {
  87. height: calc(100% - 90px);
  88. width: 100%;
  89. }