main.css 4.4 KB

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