demo.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405
  1. @charset "utf-8";
  2. *
  3. {
  4. margin:0;
  5. padding:0;
  6. }
  7. html
  8. {
  9. width:100%;
  10. height:100%;
  11. font-size:12px;
  12. font-family:Arial, Helvetica, sans-serif;
  13. -webkit-text-size-adjust:none;
  14. background:#FFFFFF;
  15. }
  16. body
  17. {
  18. padding:5px;
  19. }
  20. select
  21. {
  22. height:20px;
  23. line-height:20px;
  24. }
  25. .left
  26. {
  27. float:left;
  28. }
  29. .freeze
  30. {
  31. position:absolute;
  32. text-align:center;
  33. background:#343434;
  34. color:#FFFFFF;
  35. font-size:26px;
  36. font-weight:bold;
  37. filter:alpha(opacity=60);
  38. opacity:0.6;
  39. }
  40. .vtop
  41. {
  42. vertical-align:middle;
  43. margin-top:-1px;
  44. }
  45. /*插件*/
  46. .plugin
  47. {
  48. /* width:100%;
  49. height:100%; */
  50. width:500px;
  51. height:300px;
  52. }
  53. fieldset
  54. {
  55. display:block;
  56. }
  57. /*本地配置*/
  58. .localconfig
  59. {
  60. width:480px;
  61. padding:10px;
  62. border:1px solid #7F9DB9;
  63. }
  64. .localconfig .tt
  65. {
  66. width:125px;
  67. }
  68. .localconfig .txt
  69. {
  70. width:310px;
  71. }
  72. .localconfig .txt2
  73. {
  74. width:300px;
  75. }
  76. .localconfig .btn
  77. {
  78. width:45px;
  79. height:22px;
  80. line-height:18px;
  81. }
  82. .localconfig .sel
  83. {
  84. width:120px;
  85. }
  86. /*登录*/
  87. .login
  88. {
  89. width:480px;
  90. padding:10px;
  91. border:1px solid #7F9DB9;
  92. }
  93. .login .tt
  94. {
  95. width:100px;
  96. }
  97. .login .txt
  98. {
  99. width:130px;
  100. }
  101. .login .btn
  102. {
  103. width:45px;
  104. height:22px;
  105. line-height:18px;
  106. }
  107. .login .btn2
  108. {
  109. width:100px;
  110. height:22px;
  111. line-height:18px;
  112. }
  113. .login .sel
  114. {
  115. width:130px;
  116. }
  117. .login .sel2
  118. {
  119. width:65px;
  120. }
  121. /*数字通道*/
  122. .ipchannel
  123. {
  124. width:480px;
  125. padding:10px;
  126. border:1px solid #7F9DB9;
  127. }
  128. .ipchannel .btn
  129. {
  130. width:130px;
  131. height:22px;
  132. line-height:18px;
  133. }
  134. .ipchannel .digitaltdiv
  135. {
  136. height:100px;
  137. overflow:hidden;
  138. overflow-y:auto;
  139. border:1px solid #7F9DB9;
  140. font-size:11px;
  141. }
  142. .ipchannel .digitalchannellist th, .ipchannel .digitalchannellist td
  143. {
  144. padding:2px;
  145. border:1px solid #7F9DB9;
  146. border-collapse:collapse;
  147. white-space:nowrap;
  148. }
  149. /*预览*/
  150. .preview
  151. {
  152. width:450px;
  153. padding:10px;
  154. padding-top:0;
  155. margin-left:10px;
  156. border:1px solid #7F9DB9;
  157. }
  158. .preview .tt
  159. {
  160. width:60px;
  161. }
  162. .preview .txt
  163. {
  164. width:30px;
  165. }
  166. .preview .btn
  167. {
  168. width:70px;
  169. height:22px;
  170. line-height:18px;
  171. }
  172. .preview .btn2
  173. {
  174. width:90px;
  175. height:22px;
  176. line-height:18px;
  177. }
  178. .preview .sel
  179. {
  180. width:105px;
  181. }
  182. /*云台*/
  183. .ptz
  184. {
  185. width:450px;
  186. padding:10px;
  187. margin-left:10px;
  188. border:1px solid #7F9DB9;
  189. }
  190. .ptz .tt
  191. {
  192. width:60px;
  193. }
  194. .ptz .txt
  195. {
  196. width:60px;
  197. }
  198. .ptz .btn
  199. {
  200. width:45px;
  201. height:22px;
  202. line-height:18px;
  203. }
  204. .ptz .btn2
  205. {
  206. width:60px;
  207. height:22px;
  208. line-height:18px;
  209. }
  210. .ptz .sel
  211. {
  212. width:65px;
  213. }
  214. /*视频参数*/
  215. .videoparam
  216. {
  217. width:450px;
  218. padding:10px;
  219. margin-left:10px;
  220. border:1px solid #7F9DB9;
  221. }
  222. .videoparam .tt
  223. {
  224. width:60px;
  225. }
  226. .videoparam .txt
  227. {
  228. width:60px;
  229. }
  230. .videoparam .btn
  231. {
  232. width:45px;
  233. height:22px;
  234. line-height:18px;
  235. }
  236. .videoparam .sel
  237. {
  238. width:65px;
  239. }
  240. /*回放*/
  241. .playback
  242. {
  243. width:450px;
  244. padding:10px;
  245. margin-left:10px;
  246. border:1px solid #7F9DB9;
  247. }
  248. .playback .tt
  249. {
  250. width:60px;
  251. }
  252. .playback .txt
  253. {
  254. width:140px;
  255. }
  256. .playback .btn
  257. {
  258. width:45px;
  259. height:22px;
  260. line-height:18px;
  261. }
  262. .playback .btn2
  263. {
  264. width:70px;
  265. height:22px;
  266. line-height:18px;
  267. }
  268. .playback .sel
  269. {
  270. width:142px;
  271. }
  272. .playback .searchdiv
  273. {
  274. height:100px;
  275. overflow:hidden;
  276. overflow-y:auto;
  277. border:1px solid #7F9DB9;
  278. font-size:11px;
  279. }
  280. .playback .searchlist th, .playback .searchlist td
  281. {
  282. padding:2px;
  283. border:1px solid #7F9DB9;
  284. border-collapse:collapse;
  285. white-space:nowrap;
  286. }
  287. /*系统维护*/
  288. .maintain
  289. {
  290. width:450px;
  291. padding:10px;
  292. margin-left:10px;
  293. border:1px solid #7F9DB9;
  294. }
  295. .maintain .tt
  296. {
  297. width:60px;
  298. }
  299. .maintain .txt
  300. {
  301. width:280px;
  302. }
  303. .maintain .btn
  304. {
  305. width:45px;
  306. height:22px;
  307. line-height:18px;
  308. }
  309. .maintain .btn2
  310. {
  311. width:100px;
  312. height:22px;
  313. line-height:18px;
  314. }
  315. .maintain .sel
  316. {
  317. width:65px;
  318. }
  319. /*操作信息*/
  320. .operate
  321. {
  322. width:450px;
  323. padding:10px;
  324. margin-left:10px;
  325. border:1px solid #7F9DB9;
  326. }
  327. .operate .opinfo
  328. {
  329. height:150px;
  330. border:1px solid #7F9DB9;
  331. overflow:auto;
  332. }
  333. /*事件回调*/
  334. .callback
  335. {
  336. width:450px;
  337. padding:10px;
  338. margin-left:10px;
  339. border:1px solid #7F9DB9;
  340. }
  341. .callback .cbinfo
  342. {
  343. height:114px;
  344. border:1px solid #7F9DB9;
  345. overflow:auto;
  346. }
  347. /*IP解析*/
  348. .ipparse
  349. {
  350. width:450px;
  351. padding:10px;
  352. margin-left:10px;
  353. border:1px solid #7F9DB9;
  354. }
  355. .ipparse .tt
  356. {
  357. width:85px;
  358. }
  359. .ipparse .txt
  360. {
  361. width:130px;
  362. }
  363. .ipparse .btn
  364. {
  365. width:90px;
  366. height:22px;
  367. line-height:18px;
  368. }
  369. .ipparse .sel
  370. {
  371. width:130px;
  372. }
  373. /*绘图*/
  374. .draw
  375. {
  376. width:450px;
  377. padding:10px;
  378. padding-top:0;
  379. margin-left:10px;
  380. border:1px solid #7F9DB9;
  381. }
  382. .draw .tt
  383. {
  384. width:60px;
  385. }
  386. .draw .txt
  387. {
  388. width:140px;
  389. }
  390. .draw .btn
  391. {
  392. width:70px;
  393. height:22px;
  394. line-height:18px;
  395. }
  396. .draw .btn2
  397. {
  398. width:100px;
  399. height:22px;
  400. line-height:18px;
  401. }
  402. .draw .sel
  403. {
  404. width:105px;
  405. }