style.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308
  1. @CHARSET "UTF-8";
  2. /**全局css设置*/
  3. html{width:100%;height:100%;}
  4. body{width:100%;height:100%;font-size:16px;position:relative;margin:0;padding:0;color:#000;font-family:"Microsoft YaHei",sans-serif;}
  5. /**列表,包括查询和列表展示*/
  6. .box {
  7. padding: 10px 15px 15px 2px;
  8. }
  9. .box-content {
  10. padding: 5px 5px 5px 40px;
  11. border:1px solid #d0d1d6;background-color:#f4f4f5;
  12. }
  13. .treediv{
  14. width: 25%;
  15. float: left;
  16. height: 100%;
  17. border-right: 1px solid #595959;
  18. }
  19. .treecontent{
  20. width: 73%;
  21. float: left;
  22. margin-left:2%;
  23. height: 100%;
  24. }
  25. .main_table{
  26. width:100%;
  27. background-color:#FFFFFF;
  28. }
  29. .main_table th{
  30. height:33px;
  31. border-bottom:1px solid #dadbda;
  32. font-size:14px;
  33. text-align:center;
  34. background: #618fbc;color: #fff;
  35. border-bottom: 1px solid #cdcecd;
  36. }
  37. .main_table tr:nth-child(even){background: #f7fafd;}
  38. .main_table tr:nth-child(odd){background: #fff;}
  39. .main_table td{
  40. border:1px solid #dadbda;
  41. height:33px;
  42. border-top:0px;
  43. text-align:center;
  44. font-size: 14px;
  45. }
  46. .main_table tr:hover{
  47. background-color:#fbf6c9;
  48. }
  49. .search_table{
  50. width:100%;
  51. }
  52. .search_table .right{
  53. text-align: right;
  54. }
  55. .search_table td input{
  56. width: 80%;
  57. }
  58. .search_table td{
  59. padding: 5px 0 5px 0;
  60. font-size: 14px;
  61. }
  62. /**分页*/
  63. .search_button_table {
  64. margin-left: 1%;
  65. margin-top:5px;
  66. width: 99%;
  67. }
  68. .search_button_table td{
  69. width: 30%;
  70. text-align: right;
  71. font-size: 14px;
  72. }
  73. .search_button_table tr{
  74. padding-top: 2px;
  75. }
  76. /**新增页面*/
  77. .apply_fill{width:100%;padding: 1%;}
  78. .apply{width:100%;border:1px solid #e2e3cb;background-color:#FFFFFF;}
  79. .apply th{width:18%;height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:14px;text-align:right;}
  80. .apply td{width:32%;height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
  81. .apply input{width:80%;margin-left:5px;}
  82. .apply textarea{width:80%; margin-left:5px;}
  83. #buttons{margin:20px 0 0 0;text-align:center;}
  84. .apply2{width:100%;border:1px solid #e2e3cb;background-color:#FFFFFF;}
  85. .apply2 th{width:16%;height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:16px;text-align:right;}
  86. .apply2 td{width:16%;height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
  87. .apply3{width:100%;border:1px solid #e2e3cb;background-color:#FFFFFF;}
  88. .apply3 th{height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:14px;text-align:right;}
  89. .apply3 td{height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
  90. .apply3 input{width:80%;margin-left:5px;}
  91. .apply3 textarea{width:80%; margin-left:5px;}
  92. .apply4{width:100%;border:1px solid #e2e3cb;background-color:#FFFFFF;}
  93. .apply4 th{width:12%;height:35px;font-weight:normal; border-bottom:1px solid #dadbda;color:#185f8a;background:#e6eff9;font-size:14px;text-align:right;}
  94. .apply4 td{height:40px;border:1px solid #e2e3cb;text-indent: 5px;font-size: 14px;}
  95. .apply4 input{width:80%;margin-left:5px;}
  96. .apply4 textarea{width:80%; margin-left:5px;}
  97. /*弹出框*/
  98. .theme-popover-mask-tc {
  99. z-index: 6666;
  100. position:fixed;
  101. top:0;
  102. left:0;
  103. width:100%;
  104. height:100%;
  105. background:#000;
  106. opacity:0.4;
  107. filter:alpha(opacity=40);
  108. display:none
  109. }
  110. .theme-popover-tc {
  111. z-index:9999;
  112. position:fixed;
  113. top:10%;
  114. left:10%;
  115. /* width:660px;
  116. height:360px; 这两个属性自己定义*/
  117. border-radius:5px;
  118. border:solid 2px #666;
  119. background-color:#fff;
  120. display:none;
  121. box-shadow: 0 0 10px #666;
  122. }
  123. .theme-poptit-tc {
  124. width:100%;
  125. height:40px;
  126. margin-bottom:10px;
  127. position: relative;
  128. background-color:#387dc9;-ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;
  129. }
  130. .popContent-tc {
  131. width:100%;
  132. }
  133. .popTitle-tc{
  134. color:#fff;
  135. float:left;
  136. padding: 1px 0px 0px 10px;
  137. width: 80%;
  138. }
  139. .close-tc {
  140. text-align:right;
  141. float:right;
  142. width: 20%;
  143. padding: 8px 15px 8px 15px;
  144. }
  145. /**弹出框选择经营人*/.theme-popover-mask {
  146. z-index: 6666;
  147. position:fixed;
  148. top:0;
  149. left:0;
  150. width:100%;
  151. height:100%;
  152. background:#000;
  153. opacity:0.4;
  154. filter:alpha(opacity=40);
  155. display:none
  156. }
  157. .theme-popover {
  158. z-index:9999;
  159. position:fixed;
  160. top:10%;
  161. left:10%;
  162. /* width:660px;
  163. height:360px; 这两个属性自己定义*/
  164. border-radius:5px;
  165. background-color:#fff;
  166. display:none;
  167. -ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;
  168. }
  169. .theme-poptit {
  170. width:100%;
  171. height:40px;
  172. margin-bottom:10px;
  173. position: relative;
  174. background-color:#387dc9;-ms-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-webkit-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;
  175. }
  176. .popContent {
  177. width:100%;
  178. }
  179. .popTitle{
  180. color:#fff;
  181. float:left;
  182. padding: 1px 0px 0px 10px;
  183. width: 80%;
  184. }
  185. .close {
  186. text-align:right;
  187. float:right;
  188. width: 20%;
  189. padding: 8px 15px 8px 15px;
  190. opacity:1;
  191. }
  192. .close a{
  193. text-decoration: none;
  194. color: #ffffff;
  195. text-shadow: none;
  196. }
  197. .close-tc a{
  198. text-decoration: none;
  199. color: #ffffff;
  200. text-shadow: none;
  201. }
  202. /**上传按钮*/
  203. .file {
  204. padding: 5px 10px;
  205. font-size: 12px;
  206. line-height: 1.5;
  207. border-radius: 3px;
  208. position: relative;
  209. display: inline-block;
  210. background: #FFF;
  211. border: 1px solid #808080;
  212. border-radius: 4px;
  213. overflow: hidden;
  214. color: #000000;
  215. text-decoration: none;
  216. text-indent: 0;
  217. }
  218. .file input {
  219. position: absolute;
  220. font-size: 100px;
  221. right: 0;
  222. top: 0;
  223. opacity: 0;
  224. }
  225. .file:hover {
  226. background: #CCC;
  227. border-color: #FFF;
  228. color: #000000;
  229. text-decoration: none;
  230. }
  231. .needwrite{
  232. color:red;
  233. margin-right: 2px;
  234. vertical-align: middle;
  235. line-height: 35px;
  236. }
  237. .searchdiv{
  238. margin-bottom:3px;
  239. border:1px solid #d0d1d6;
  240. }
  241. .expanddiv{
  242. text-align:right;
  243. /**border:1px solid #d0d1d6;*/
  244. height:22px;
  245. }
  246. .expandlink{
  247. margin:3px 3px 0px 0px;
  248. float:right;
  249. display:block;
  250. width:16px;
  251. height:16px;
  252. background-image:url(../image/expand.png) ;
  253. }
  254. .collapselink{
  255. margin:3px 3px 0px 0px;
  256. float:right;
  257. display:block;
  258. width:16px;
  259. height:16px;
  260. background-image:url(../image/collapse.png) ;
  261. }
  262. .operatetd{
  263. white-space:nowrap;
  264. padding: 0px 5px;
  265. }