ap-apmac.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. <!-- 热点管理样式 -->
  2. /* 设置所有元素的margin和padding为0px */
  3. *{
  4. margin:0px;
  5. padding:0px;
  6. }
  7. #content{
  8. margin:0 20px;
  9. }
  10. #handler{
  11. height:14px;
  12. padding:20px 0;
  13. margin-left:45px;
  14. }
  15. #handler ul .active1{
  16. float:left;
  17. }
  18. #handler ul .size1{
  19. float:left;
  20. }
  21. #handler ul .size2{
  22. float:left;
  23. margin: 2px 0 0 10px;
  24. }
  25. #handler ul .divider2{
  26. float:left;
  27. margin:0px 10px 0px 10px;
  28. }
  29. #handler li a{
  30. text-decoration: none;
  31. color:#0088CC;
  32. font-size:14px;
  33. }
  34. #diagram{
  35. width:100%;
  36. }
  37. #diagramHead{
  38. width:100%;
  39. height:34px;
  40. border-bottom:1px solid #d5dee8;
  41. }
  42. #diagramHead span{
  43. float:left;
  44. display:block;
  45. width:150px;
  46. height:33px;
  47. line-height:33px;
  48. text-align:center;
  49. cursor:pointer;
  50. }
  51. #diagramHead span:first-child{
  52. border-left:1px solid #d5dee8;
  53. border-top:1px solid #d5dee8;
  54. }
  55. #diagramHead span:last-child{
  56. border:1px solid #d5dee8;
  57. }
  58. #hotDetails,#relationship{
  59. margin-top:20px;
  60. }
  61. #buttons{
  62. width:100%;
  63. height:32px;
  64. line-height:32px;
  65. margin-bottom:20px;
  66. clear:both;
  67. }
  68. #buttons div.btn1{
  69. float:left;
  70. height:32px;
  71. line-height:32px;
  72. color:#36AEEA!important;
  73. font-size:12px;
  74. border:1px solid #36AEEA;
  75. border-radius:5px!important;
  76. text-align: center;
  77. cursor: pointer;
  78. margin-right:10px;
  79. width:120px;
  80. }
  81. #buttons div#serachData{
  82. float:right;
  83. width:300px;
  84. height:32px;
  85. line-height:32px;
  86. }
  87. #buttons div#serachData input[type=text]{
  88. z-index:9;
  89. width:270px;
  90. height:30px;
  91. line-height:30px;
  92. background-color:#F4F4F4!important;
  93. border-radius:5px!important;
  94. border:none;
  95. font-size:12px;
  96. padding-left:20px;
  97. }
  98. #serachData_img{
  99. z-index:9999;
  100. width:30px;
  101. height:32px;
  102. position: relative;
  103. left:260px;
  104. top:-50px;
  105. cursor: pointer;
  106. background: url(../images/fangdajing1.png) no-repeat 0 10px;
  107. border:none;
  108. }
  109. #selectuls{
  110. width:100%;
  111. height:35px;
  112. line-height:35px;
  113. clear:both;
  114. margin-left:-10px;
  115. }
  116. #selectuls ul{
  117. float:left;
  118. cursor: pointer;
  119. margin-left:10px;
  120. }
  121. .select_box{
  122. width:150px;
  123. height:35px;
  124. background:#F4F4F4 url(../images/triangle.png) no-repeat 130px;
  125. border:none;
  126. border-radius:5px!important;
  127. }
  128. .select_box span {
  129. display:block;
  130. line-height:35px;
  131. height:35px;
  132. overflow:hidden;
  133. margin-left:20px;
  134. font-size:12px;
  135. }
  136. .son_ul {
  137. width:150px;
  138. color:white;
  139. background-color:#151E2B!important;
  140. border-radius:5px!important;
  141. position: relative;
  142. left:-10px;
  143. z-index:9999;
  144. }
  145. .son_ul li {
  146. padding-left:20px;
  147. height:35px;
  148. line-height:35px;
  149. border-radius:5px!important;
  150. font-size:12px;
  151. }
  152. .son_ul li:hover {
  153. background-color:#26303A!important;
  154. }
  155. #sign {
  156. background: #36aeea none repeat scroll 0 0;
  157. border: medium none;
  158. border-radius: 5px;
  159. color: #fff;
  160. cursor: pointer;
  161. display: inline;
  162. font-size: 12px;
  163. height: 21px;
  164. line-height: 21px;
  165. margin-left: 20px;
  166. margin-top: -3px;
  167. text-align: center;
  168. width: 90px;
  169. }
  170. #account-table{
  171. width:100%;
  172. height:auto;
  173. position:absolute;
  174. margin-top:20px;
  175. }
  176. #account-table table.tablefig{
  177. width:97%;
  178. border-collapse: collapse;
  179. color:#4C637B;
  180. font-weight: normal;
  181. }
  182. #btndiv{
  183. width:200px;
  184. margin:0 auto;
  185. }
  186. #account-table table th,#account-table table td{
  187. text-align: center;
  188. }
  189. #account-table tbody tr td div.btn11 {
  190. width:90px;
  191. height:34px;
  192. line-height:34px;
  193. color:#FFF!important;
  194. font-size:12px;
  195. background-color:#36AEEA!important;
  196. border-radius:5px!important;
  197. float:left;
  198. margin-left:10px;
  199. }
  200. #account-table tbody tr td div.btn11:hover{
  201. background-color:#4E637B!important;
  202. cursor: pointer;
  203. }
  204. #createForm, #editForm{
  205. width:100%;
  206. height:auto;
  207. }
  208. #createForm .control-group,#editForm .control-group{
  209. height:34px;
  210. line-height:34px;
  211. }
  212. #createForm label, #editForm label{
  213. font-size:12px;
  214. }
  215. #createForm span, #editForm span{
  216. font-size:12px;
  217. height:34px;
  218. line-height:34px;
  219. }
  220. #createForm span.lbl1, #editForm span.lbl1{
  221. color:#6BBFEE;
  222. }
  223. #createForm label.control-label1, #editForm label.control-label1{
  224. font-size:12px;
  225. width:80px;
  226. height:34px;
  227. line-height:34px;
  228. position: absolute;
  229. }
  230. #createForm input.input-text,#editForm input.input-text{
  231. height:34px;
  232. line-height:34px;
  233. margin-left: 80px;
  234. }
  235. #createForm input.input-text, #editForm input.input-text{
  236. font-size:12px;
  237. width:300px;
  238. height:30px;
  239. line-height:30px;
  240. border:none;
  241. border-radius:5px!important;
  242. border:1px solid #D5DADF;
  243. padding-left:20px;
  244. }
  245. #createForm label.form-align-radio1 span, #editForm label.form-align-radio1 span{
  246. position: relative;
  247. top: -11px;
  248. }
  249. #createForm div.control-group, #editForm div.control-group{
  250. margin-bottom: 20px;
  251. }
  252. #createForm form div.form-actions1 div, #editForm form div.form-actions1 div{
  253. width:120px;
  254. height:34px;
  255. line-height:34px;
  256. color:#FFF!important;
  257. font-size:12px;
  258. border-radius:5px!important;
  259. float:left;
  260. text-align:center;
  261. margin-right:10px;
  262. cursor: pointer;
  263. }
  264. #createForm form div.form-actions1 div#create-btn-save, #editForm form div.form-actions1 div#edit-btn-save{
  265. background-color:#67BA31!important;
  266. }
  267. #createForm form div.form-actions1 div#create-btn-cancel, #editForm form div.form-actions1 div#edit-btn-cancel{
  268. background-color:#36AEEA!important;
  269. }
  270. #createForm form div.form-actions1 div#create-btn-save:hover,#createForm form div.form-actions1 div#create-btn-cancel:hover{
  271. background-color:#4E637B!important;
  272. }
  273. #editForm form div.form-actions1 div#edit-btn-save:hover,#editForm form div.form-actions1 div#edit-btn-cancel:hover{
  274. background-color:#4E637B!important;
  275. }
  276. #input-password{
  277. margin-left:10px;
  278. }
  279. .input-checkbox-span{
  280. margin-right:20px;
  281. margin-left: 5px;
  282. }
  283. #createForm input[type=radio],#createForm input[type=checkbox],#editForm input[type=radio],#editForm input[type=checkbox]{
  284. position: relative;
  285. }
  286. #createForm input[type=radio],#editForm input[type=radio]{
  287. top: -3px;
  288. }
  289. #createForm input.input-checkbox,#editForm input.input-checkbox{
  290. top: 6px;
  291. }
  292. #input-radio-open,#input-checkbox1{
  293. margin-left:80px;
  294. }
  295. #createForm input.input-checkbox,#editForm input.input-checkbox{
  296. float:left;
  297. }
  298. #createForm input.input-text:focus, #editForm input.input-text:focus{
  299. box-shadow: 0 0 6px red;
  300. }
  301. #pageDiv{
  302. float:right;
  303. margin:20px 80px 0 0px!important;
  304. }
  305. #tablefig{
  306. width:30%;
  307. }
  308. #tablefig th,#tablefig td{
  309. border:thin solid #b9c5d9;
  310. }
  311. #tablefig th{
  312. height:40px;
  313. }
  314. #tablefig td{
  315. height:30px;
  316. }