base.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. @charset "utf-8";
  2. /* 公共样式 */
  3. body {font-size: 14px; font-family: "Microsoft YaHei","微软雅黑"; color: #333333;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
  4. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{margin:0;padding:0}
  5. input,select,textarea{font-size:100%}
  6. table{border-collapse:collapse;border-spacing:0}
  7. fieldset,img{border:0}
  8. abbr,acronym{border:0;font-variant:normal}
  9. del{text-decoration:line-through}
  10. address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
  11. ol,ul{list-style:none}
  12. caption,th{text-align:left}
  13. h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
  14. q:before,q:after{content:''}
  15. button{outline:0;border:none;}
  16. a:hover{text-decoration:none}
  17. ins,a{text-decoration:none}
  18. textarea {resize: none;}
  19. iframe,img {border:0;}
  20. ul,ol {list-style:none;}
  21. a{color: #333333;text-decoration: none;}
  22. input[type="text"],[type="password"],[type="button"], input[type="submit"], input[type="reset"] {
  23. -webkit-appearance: none;
  24. outline: none;
  25. }
  26. select{
  27. /*-webkit-appearance: none;去掉select的下箭头*/
  28. outline: none;
  29. }
  30. textarea { -webkit-appearance: none;}
  31. /***全局公共样式 - 开始***/
  32. .h_10{
  33. height: 10px;
  34. }
  35. .h_30{
  36. height: 30px;
  37. }
  38. .h_500{
  39. height: 500px !important;
  40. }
  41. .no_mr{
  42. margin-right: 0px !important;
  43. }
  44. .no_mb{
  45. margin-bottom: 0px !important;
  46. }
  47. .no_bb{
  48. border-bottom: 0px !important;
  49. }
  50. iframe{
  51. display: block;
  52. border: 0px;
  53. }
  54. img{
  55. display: block;
  56. }
  57. .form_check_box{
  58. line-height: 40px;
  59. position: absolute;
  60. top: 0;
  61. right: 10px;
  62. font-size: 12px;
  63. color: #dd0322;
  64. }
  65. .cBody{
  66. height: 100%;
  67. padding: 10px;
  68. display: block;
  69. overflow-y: auto;
  70. position: relative;
  71. }
  72. i.bt{
  73. float: left;
  74. height: 38px;
  75. line-height: 38px;
  76. color: #9f191f;
  77. font-size: 20px;
  78. }
  79. /***全局公共样式 - 结束***/
  80. /***子页面公共样式 - 开始***/
  81. .shortInput{
  82. width: 40% !important;
  83. }
  84. /***子页面公共样式 - 结束***/
  85. /***图片放大缩小 - 开始***/
  86. .imgBig{
  87. position: absolute;
  88. top: 8px;
  89. left: 8px;
  90. z-index: 1000;
  91. box-shadow: 0 0 10px #888;
  92. -webkit-box-shadow: 0 0 10px #888;
  93. -moz-box-shadow: 0 0 10px #888;
  94. -o-box-shadow: 0 0 10px #888;
  95. }
  96. .imgSmall{
  97. position: static;
  98. box-shadow: none;
  99. -webkit-box-shadow: none;
  100. -moz-box-shadow: none;
  101. -o-box-shadow: none;
  102. }
  103. /***图片放大缩小 - 结束***/
  104. /***打印模版样式 - 开始***/
  105. .printTable th, .printTable td{
  106. border-color: #999 !important;
  107. }
  108. .printTable .textCenter{
  109. text-align: center;
  110. }
  111. .printTable .font20{
  112. font-size: 20px;
  113. font-weight: 600;
  114. }
  115. .printTable .printName{
  116. text-align: center;
  117. font-size: 24px;
  118. font-weight: 500;
  119. padding: 20px 0;
  120. color: #333;
  121. border-bottom: 0;
  122. }
  123. .printTable .printSmallName{
  124. text-align: center;
  125. font-size: 14px;
  126. padding: 0;
  127. color: #333;
  128. border-top: 0;
  129. border-bottom: 0;
  130. }
  131. .printTable .printDis{
  132. border-top: 0;
  133. border-bottom: 0;
  134. }
  135. .printTable .printDis span{
  136. float: left;
  137. width: 50%;
  138. font-size: 16px;
  139. color: #333;
  140. line-height: 40px;
  141. }
  142. .printTable .printDis span.right{
  143. text-align: right;
  144. }
  145. .printTable .printOperator{
  146. border-top: 0;
  147. }
  148. .printTable .printOperator span{
  149. float: left;
  150. width: 50%;
  151. font-size: 16px;
  152. color: #333;
  153. line-height: 40px;
  154. }
  155. .printTable .printOperator .three{
  156. float: left;
  157. font-size: 16px;
  158. color: #333;
  159. line-height: 40px;
  160. }
  161. .printTable .printOperator span.right{
  162. text-align: right;
  163. }
  164. /***打印模版样式 - 结束***/
  165. /***复写纸3层打印模版样式 - 开始***/
  166. .printTable_fxz3 th, .printTable_fxz3 td{
  167. border-color: #999 !important;
  168. color: #222;
  169. padding: 2px 5px !important;
  170. }
  171. .printTable_fxz3 .textCenter{
  172. text-align: center;
  173. }
  174. .printTable_fxz3 .font20{
  175. font-size: 18px;
  176. font-weight: 600;
  177. }
  178. .printTable_fxz3 .printName{
  179. text-align: center;
  180. font-size: 18px;
  181. font-weight: 500;
  182. padding: 10px 0;
  183. color: #000;
  184. border-bottom: 0;
  185. }
  186. .printTable_fxz3 .printSmallName{
  187. text-align: center;
  188. font-size: 14px;
  189. padding: 0;
  190. color: #333;
  191. border-top: 0;
  192. border-bottom: 0;
  193. line-height: 16px;
  194. padding: 0px 10px !important;
  195. }
  196. .printTable_fxz3 .printDis{
  197. border-top: 0;
  198. border-bottom: 0;
  199. padding: 0px 5px !important;
  200. }
  201. .printTable_fxz3 .printDis span{
  202. float: left;
  203. width: 50%;
  204. font-size: 14px;
  205. color: #000;
  206. line-height: 22px;
  207. }
  208. .printTable_fxz3 .printDis span.right{
  209. text-align: right;
  210. }
  211. .printTable_fxz3 .printOperator{
  212. border-top: 0;
  213. }
  214. .printTable_fxz3 .printOperator span{
  215. float: left;
  216. width: 50%;
  217. font-size: 16px;
  218. color: #333;
  219. line-height: 40px;
  220. }
  221. .printTable_fxz3 .printOperator .three{
  222. float: left;
  223. font-size: 14px;
  224. color: #000;
  225. line-height: 26px;
  226. }
  227. .printTable_fxz3 .printOperator span.right{
  228. text-align: right;
  229. }
  230. /***复写纸3层打印模版样式 - 结束***/
  231. /***自定义滚动条样式修改 - 开始***/
  232. .mCSB_container {
  233. overflow: visible !important;
  234. }
  235. /***自定义滚动条样式修改 - 结束***/
  236. /***table操作iconfont - 开始***/
  237. .operationICONBut {
  238. font-size: 18px;
  239. margin-right: 3px;
  240. }
  241. /***table操作iconfont - 结束***/