queryPrivateConfig.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .queryPrivateConfigAreaNode {
  2. padding: 20px;
  3. margin: 20px 40px;
  4. }
  5. .tabletitle {
  6. height: 40px;
  7. line-height: 40px;
  8. font-weight: bold;
  9. font-size: 24px;
  10. color: #666666;
  11. text-align: center;
  12. }
  13. .queryPrivateConfigTable{
  14. width: 80%;
  15. height:500px;
  16. padding: inherit;
  17. }
  18. .inforTitle {
  19. height: 30px;
  20. line-height: 30px;
  21. width: 10%;
  22. color: rgb(136, 136, 136);
  23. font-size: 16px;
  24. text-align: right;
  25. }
  26. .inforContent{
  27. height: 30px;
  28. line-height: 30px;
  29. width: 80%;
  30. max-width: 300px;
  31. border-bottom: 1px solid #999999;
  32. overflow: hidden;
  33. color: rgb(51, 51, 51);
  34. padding: 0px 10px;
  35. font-size: 16px;
  36. }
  37. .inputNode: {
  38. width: 100%;
  39. border: 1px solid #999999;
  40. border-radius: 3px;
  41. background: transparent;
  42. font-size: 14px;
  43. line-height: 24px;
  44. height: 22px;
  45. text-align: left;
  46. color: #333333;
  47. }
  48. .inputPersonNode{
  49. width: 100%;
  50. border: 1px solid #999999;
  51. border-radius: 3px;
  52. background: url("../x_component_Org/$Explorer/default/icon/selectperson.png") 98% center no-repeat;
  53. font-size: 14px;
  54. line-height: 24px;
  55. height: 24px;
  56. text-align: left;
  57. color: #333333;
  58. }
  59. .queryPrivateConfigBtnAreaNode{
  60. height:10px;
  61. }
  62. .queryPrivateConfigBtnNode{
  63. width: 300px;
  64. margin: 20px auto;
  65. }
  66. .queryPrivateConfigBtnEditNode{
  67. width: 300px;
  68. text-align: center;
  69. height: 30px;
  70. line-height: 30px;
  71. color: rgb(102, 102, 102);
  72. cursor: pointer;
  73. font-size: 14px;
  74. border: 1px solid rgb(204, 204, 204);
  75. background-color: rgb(243, 243, 243);
  76. border-radius: 3px;
  77. display: block;
  78. }
  79. .queryPrivateConfigBtnSaveNode{
  80. width: 180px;
  81. float: left;
  82. text-align: center;
  83. height: 30px;
  84. line-height: 30px;
  85. color: rgb(255, 255, 255);
  86. cursor: pointer;
  87. font-size: 14px;
  88. border: 1px solid rgb(102, 102, 102);
  89. background-color: rgb(43, 122, 196);
  90. border-radius: 3px;
  91. display: none;
  92. }
  93. .queryPrivateConfigBtnCancelNode{
  94. width: 100px;
  95. float: right;
  96. text-align: center;
  97. height: 30px;
  98. line-height: 30px;
  99. color: rgb(102, 102, 102);
  100. font-size: 14px;
  101. cursor: pointer;
  102. border: 1px solid rgb(102, 102, 102);
  103. background-color: rgb(243, 243, 243);
  104. border-radius: 3px;
  105. display: none;
  106. }