docView.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. input, input[readonly] {
  2. width: 100%;
  3. height: 24px;
  4. background-color: rgba(255, 255, 255, 0) !important;
  5. border: 0;
  6. color: black;
  7. }
  8. textarea, textarea[readonly] {
  9. width: 100%;
  10. height: 80px;
  11. background-color: rgba(255, 255, 255, 0) !important;
  12. border: 0;
  13. color: black;
  14. }
  15. textarea[readonly] {
  16. border: 1;
  17. }
  18. .keyWordsCheckbox {
  19. width: 14px;
  20. position: relative;
  21. top: 8px;
  22. margin-left: 5px !important;
  23. margin-top: 0 !important;
  24. }
  25. .keyWordsCheckbox[readonly] {
  26. width: 14px;
  27. position: relative;
  28. top: 8px;
  29. margin-left: 5px !important;
  30. }
  31. .subhighlight,.highlight{
  32. color: red !important;
  33. }
  34. #recordInfoDiv{
  35. position: absolute;
  36. background-color: #dedddd;
  37. margin-top: 9px;
  38. margin-left: -9px;
  39. width: 200px;
  40. font-size: 14px;
  41. line-height: 35px;
  42. padding-left: -19px;
  43. text-align: left;
  44. padding-left: 15px;
  45. word-wrap:break-word;
  46. }
  47. .highlighttd{
  48. border: 1 sold red;
  49. }
  50. .vtip{
  51. position: absolute;
  52. width: 120px;
  53. font-size: 12px;
  54. text-align: right;
  55. color: red;
  56. float: right;
  57. }
  58. pre{
  59. border: 0;
  60. background: rgba(0,0,0,0);
  61. font-size: 14px;
  62. white-space: pre-wrap;
  63. word-wrap: break-word;
  64. }
  65. .col-xs-12{
  66. margin-bottom: 150px;
  67. }
  68. footer{
  69. position: fixed;
  70. top: 95%;
  71. width:100%;
  72. background:white;
  73. }
  74. #uploadDiv{
  75. width:410px;
  76. height:40px;
  77. float:right;
  78. margin-right: 40px;
  79. }
  80. #uploadDiv form{
  81. float:right;
  82. }
  83. #uploadDiv form input{
  84. float:left;
  85. margin-right: 3px;
  86. }
  87. #upload #pic{
  88. width:200px;
  89. height:22px;
  90. }
  91. #uploadbtn{
  92. /* width: 40px;
  93. height: 26px;
  94. padding: 1px 5px;
  95. border-width: 3px;
  96. font-size: 12px;
  97. line-height: 1.5; */
  98. width: 50px;
  99. height: 32px;
  100. padding: 1px 8px;
  101. border-width: 4px;
  102. font-size: 15px;
  103. line-height: 1.5;
  104. }
  105. #uploadDiv span{
  106. line-height: 25px;
  107. }
  108. #uploadDiv a{
  109. float:right;
  110. }
  111. th{
  112. min-width: 200px;
  113. }
  114. .tabletitle{
  115. font-size: 22px;
  116. text-align: center;
  117. width: 100%;
  118. display: block;
  119. }
  120. .notnullflag{
  121. padding-left: 5px;
  122. color: red;
  123. }
  124. #SRI_PWI.active{
  125. border: 1px solid #393939;
  126. margin-left: 8px;
  127. border-radius: 2px;
  128. background: white;
  129. color: black;
  130. display: inline-block;
  131. width: 38px;
  132. cursor: pointer;
  133. }
  134. #SRI_PWI{
  135. border: 1px solid #ccc;
  136. margin-left: 8px;
  137. border-radius: 2px;
  138. background: #8c8989;
  139. color: #ccc;
  140. display: inline-block;
  141. width: 38px;
  142. cursor: pointer;
  143. }