style.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  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{width:18%;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. border-bottom:1px solid #ddd;
  125. width:100%;
  126. height:40px;
  127. position: relative;
  128. }
  129. .popContent-tc {
  130. width:100%;
  131. }
  132. .popTitle-tc{
  133. float:left;
  134. padding: 1px 0px 0px 10px;
  135. width: 80%;
  136. }
  137. .close-tc {
  138. text-align:right;
  139. float:right;
  140. width: 20%;
  141. padding: 8px 15px 8px 15px;
  142. }
  143. /**弹出框选择经营人*/.theme-popover-mask {
  144. z-index: 6666;
  145. position:fixed;
  146. top:0;
  147. left:0;
  148. width:100%;
  149. height:100%;
  150. background:#000;
  151. opacity:0.4;
  152. filter:alpha(opacity=40);
  153. display:none
  154. }
  155. .theme-popover {
  156. z-index:9999;
  157. position:fixed;
  158. top:10%;
  159. left:10%;
  160. /* width:660px;
  161. height:360px; 这两个属性自己定义*/
  162. border-radius:5px;
  163. background-color:#fff;
  164. display:none;
  165. -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;
  166. }
  167. .theme-poptit {
  168. width:100%;
  169. height:40px;
  170. margin-bottom:10px;
  171. position: relative;
  172. 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;
  173. }
  174. .popContent {
  175. width:100%;
  176. }
  177. .popTitle{
  178. color:#fff;
  179. float:left;
  180. padding: 1px 0px 0px 10px;
  181. width: 80%;
  182. }
  183. .close {
  184. text-align:right;
  185. float:right;
  186. width: 20%;
  187. padding: 8px 15px 8px 15px;
  188. opacity:1;
  189. }
  190. .close a{
  191. text-decoration: none;
  192. color: #ffffff;
  193. text-shadow: none;
  194. }
  195. /**上传按钮*/
  196. .file {
  197. padding: 5px 10px;
  198. font-size: 12px;
  199. line-height: 1.5;
  200. border-radius: 3px;
  201. position: relative;
  202. display: inline-block;
  203. background: #FFF;
  204. border: 1px solid #808080;
  205. border-radius: 4px;
  206. overflow: hidden;
  207. color: #000000;
  208. text-decoration: none;
  209. text-indent: 0;
  210. }
  211. .file input {
  212. position: absolute;
  213. font-size: 100px;
  214. right: 0;
  215. top: 0;
  216. opacity: 0;
  217. }
  218. .file:hover {
  219. background: #CCC;
  220. border-color: #FFF;
  221. color: #000000;
  222. text-decoration: none;
  223. }
  224. .needwrite{
  225. color:red;
  226. margin-right: 2px;
  227. vertical-align: middle;
  228. line-height: 35px;
  229. }
  230. .searchdiv{
  231. margin-bottom:3px;
  232. border:1px solid #d0d1d6;
  233. }
  234. .expanddiv{
  235. text-align:right;
  236. /**border:1px solid #d0d1d6;*/
  237. height:22px;
  238. }
  239. .expandlink{
  240. margin:3px 3px 0px 0px;
  241. float:right;
  242. display:block;
  243. width:16px;
  244. height:16px;
  245. background-image:url(../image/expand.png) ;
  246. }
  247. .collapselink{
  248. margin:3px 3px 0px 0px;
  249. float:right;
  250. display:block;
  251. width:16px;
  252. height:16px;
  253. background-image:url(../image/collapse.png) ;
  254. }
  255. .operatetd{
  256. white-space:nowrap;
  257. padding: 0px 5px;
  258. }