base_style.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  1. body {
  2. margin-left: 10px;
  3. margin-top: 1px;
  4. margin-right: 0px;
  5. margin-bottom: 2px;
  6. padding: 0px;
  7. border: 0px none #ffffff;
  8. font-size: 14px;
  9. overflow: auto;
  10. }
  11. .optionbar {
  12. width: 29px;
  13. z-index: 2;
  14. position: absolute;
  15. left: 2px;
  16. table-layout: fixed;
  17. border: thin;
  18. border-color: #D2E0F2;
  19. border-width: 1px;
  20. border-style: solid;
  21. background-color: #f4f4f4;
  22. }
  23. .toolbarTab {
  24. }
  25. .toolbarTitle {
  26. height: 10px;
  27. line-height: 10px;
  28. font-size: 1px;
  29. border-style: solid;
  30. border-width: 0px;
  31. border-color: #D2E0F2;
  32. }
  33. .toolbar {
  34. width: 27px;
  35. height: 27px;
  36. padding: 0px;
  37. cursor: hand;
  38. border-color: #D2E0F2;
  39. border-style: solid;
  40. border-width: 1px;
  41. text-align: center;
  42. border-left-width: 0px;
  43. border-right-width: 0px;
  44. border-bottom-width: 0px;
  45. padding-top: 2px;
  46. }
  47. .toolbarTable {
  48. background-color: #d1def0;
  49. display: none;
  50. position: absolute;
  51. left: 10px;
  52. width: 40px;
  53. height: 29px;
  54. padding-top: 8px;
  55. }
  56. .toolbar img {
  57. height: 22px;
  58. width: 22px;
  59. }
  60. .cursor-pointer {
  61. cursor: pointer;
  62. }
  63. .cursor-default {
  64. cursor: default;
  65. }
  66. .headTitle {
  67. margin-top: 1px;
  68. margin-left: 3px;
  69. margin-right: 3px;
  70. width: 100%;
  71. display: inline;
  72. line-height: 20px;
  73. padding: 0px;
  74. background-image: url('./images/Son-Title-Background.png');
  75. background-repeat: repeat-x;
  76. background-color: red;
  77. }
  78. .titleLeft {
  79. float: left;
  80. width: 20px;
  81. height: 20px;
  82. background-image: url('./images/Son-Title-Left.png');
  83. background-repeat: no-repeat;
  84. }
  85. .titleContent {
  86. float: left;
  87. width: auto;
  88. height: 20px;
  89. background-image: url('./images/Son-Title-Center.png');
  90. background-repeat: repeat-x;
  91. font-size: 12px;
  92. color: #A70122;
  93. }
  94. .more {
  95. float: right;
  96. width: 30px;
  97. height: 20px;
  98. background-image: url('./images/Son-Title-Center.png');
  99. background-repeat: repeat-x;
  100. font-size: 12px;
  101. color: #A70122;
  102. }
  103. .titleRight {
  104. float: left;
  105. width: 20px;
  106. height: 20px;
  107. background-image: url('./images/Son-Title-Right.png');
  108. background-repeat: no-repeat;
  109. }
  110. .titleControl {
  111. float: right;
  112. width: 20px;
  113. margin-left: 0px;
  114. height: 20px;
  115. background-image: url('./images/Son-Title-Right2.png');
  116. background-repeat: repeat-x;
  117. }
  118. .queryContent {
  119. margin-top: 1px;
  120. margin-left: 3px;
  121. margin-right: 3px;
  122. border-style: solid;
  123. border-width: 1px;
  124. border-color: #D2E0F2;
  125. margin-bottom: 0px;
  126. padding: 2px;
  127. }
  128. .editContent {
  129. margin-top: 1px;
  130. margin-left: 3px;
  131. margin-right: 3px;
  132. border-style: solid;
  133. border-width: 1px;
  134. border-color: #D2E0F2;
  135. margin-bottom: 0px;
  136. padding: 2px;
  137. }
  138. .queryResultContent {
  139. margin-top: 1px;
  140. margin-left: 3px;
  141. margin-right: 3px;
  142. border-style: solid;
  143. border-width: 1px;
  144. border-color: #D2E0F2;
  145. margin-bottom: 0px;
  146. padding: 0px;
  147. }
  148. .menuStyle {
  149. list-style: none;
  150. padding: 1px;
  151. margin: 0px;
  152. background-color: #fff;
  153. border: 1px solid #999;
  154. width: 100px;
  155. }
  156. .itemStyle {
  157. margin: 0px;
  158. color: #000;
  159. display: block;
  160. cursor: default;
  161. padding: 3px;
  162. border: 1px solid #fff;
  163. backgroundColor: transparent;
  164. }
  165. .itemHoverStyle {
  166. border: 1px solid #0a246a;
  167. backgroundColor: #b6bdd2;
  168. }
  169. .queryTable {
  170. table-layout: fixed;
  171. vertical-align: top;
  172. text-align: left;
  173. margin: 0px;
  174. padding: 0px;
  175. width: 98%;
  176. }
  177. .queryTable .tdLabel {
  178. font-size: 12px;
  179. text-align: right;
  180. padding-right: 5px;
  181. }
  182. .queryTable .tdLabel .label {
  183. }
  184. .queryTable .tdField {
  185. font-size: 12px;
  186. text-align: left;
  187. }
  188. .editTable {
  189. table-layout: fixed;
  190. vertical-align: top;
  191. text-align: left;
  192. margin: 0px;
  193. padding: 0px;
  194. width: 98%;
  195. }
  196. .editTable .tdLabel {
  197. font-size: 12px;
  198. text-align: right;
  199. padding-right: 5px;
  200. vertical-align: middle;
  201. }
  202. .editTable .tdLabel .label {
  203. }
  204. .editTable .tdField {
  205. font-size: 12px;
  206. text-align: left;
  207. }
  208. .actionButtonlist {
  209. padding: 0px;
  210. margin: 0px;
  211. text-align: center;
  212. letter-spacing: 3px;
  213. color: #000;
  214. }
  215. .actionButtonlist li {
  216. padding: 5px 0.15em;
  217. list-style: none;
  218. margin: 0;
  219. display: inline;
  220. }
  221. .textWidth_100Per {
  222. width: 153px;
  223. }
  224. .required {
  225. color: red;
  226. }
  227. .btn {
  228. height: 22;
  229. BORDER-RIGHT: #D2E0F2 1px solid;
  230. PADDING-RIGHT: 2px;
  231. BORDER-TOP: #D2E0F2 1px solid;
  232. PADDING-LEFT: 2px;
  233. FONT-SIZE: 12px;
  234. FILTER: progid : DXImageTransform.Microsoft.Gradient ( GradientType = 0,
  235. StartColorStr = #FFFFFF, EndColorStr = #9DBCEA );
  236. BORDER-LEFT: #D2E0F2 1px solid;
  237. CURSOR: hand;
  238. COLOR: black;
  239. PADDING-TOP: 2px;
  240. BORDER-BOTTOM: #D2E0F2 1px solid
  241. }
  242. .selectListBar {
  243. width: 18%;
  244. height: 75%;
  245. position: absolute;
  246. right: 5px;
  247. table-layout: fixed;
  248. border: thin;
  249. border-width: 1px;
  250. border-style: solid;
  251. border-color: #D2E0F2;
  252. background-color: #f4f4f4;
  253. }
  254. /**
  255. 数据填报项目/页表格样式
  256. */
  257. .item_table {
  258. border-collapse: collapse;
  259. border: 1px solid #4d9ab0
  260. }
  261. .item_table td {
  262. border: 1px solid #4d9ab0
  263. }
  264. .item_table th {
  265. border: 1px solid #4d9ab0;
  266. background-color: #E0ECFF;
  267. font-weight: 500;
  268. font-family: sans-serif;
  269. }
  270. /**必选项红色字体样式*/
  271. .RedColor{
  272. color: red;
  273. }
  274. /**只读样式*/
  275. .ReadonlyStyle{
  276. background-color: #eeeff0;
  277. border: 1px solid #7f9db9
  278. }