123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379 |
- .left
- {
- float:left;
- }
- .freeze
- {
- position:absolute;
- text-align:center;
- background:#343434;
- color:#FFFFFF;
- font-size:26px;
- font-weight:bold;
- filter:alpha(opacity=60);
- opacity:0.6;
- }
- .vtop
- {
- vertical-align:middle;
- margin-top:-1px;
- }
- /*插件*/
- .plugin
- {
- width:500px;
- height:300px;
- float:left;
- }
- fieldset
- {
- display:block;
- }
- /*本地配置*/
- .localconfig
- {
- width:480px;
- padding:10px;
- border:1px solid #7F9DB9;
- }
- .localconfig .tt
- {
- width:125px;
- }
- .localconfig .txt
- {
- width:310px;
- }
- .localconfig .btn
- {
- width:45px;
- height:22px;
- line-height:18px;
- }
- .localconfig .sel
- {
- width:120px;
- }
- /*登录*/
- .login
- {
- width:480px;
- padding:10px;
- border:1px solid #7F9DB9;
- }
- .login .tt
- {
- width:100px;
- }
- .login .txt
- {
- width:130px;
- }
- .login .btn
- {
- width:45px;
- height:22px;
- line-height:18px;
- }
- .login .btn2
- {
- width:100px;
- height:22px;
- line-height:18px;
- }
- .login .sel
- {
- width:130px;
- }
- .login .sel2
- {
- width:65px;
- }
- /*数字通道*/
- .ipchannel
- {
- width:480px;
- padding:10px;
- border:1px solid #7F9DB9;
- }
- .ipchannel .btn
- {
- width:130px;
- height:22px;
- line-height:18px;
- }
- .ipchannel .digitaltdiv
- {
- height:100px;
- overflow:hidden;
- overflow-y:auto;
- border:1px solid #7F9DB9;
- font-size:11px;
- }
- .ipchannel .digitalchannellist th, .ipchannel .digitalchannellist td
- {
- padding:2px;
- border:1px solid #7F9DB9;
- border-collapse:collapse;
- white-space:nowrap;
- }
- /*预览*/
- .preview
- {
- width:450px;
- padding:10px;
- padding-top:0;
- margin-left:10px;
- border:1px solid #7F9DB9;
- }
- .preview .tt
- {
- width:60px;
- }
- .preview .txt
- {
- width:30px;
- }
- .preview .btn
- {
- width:70px;
- height:22px;
- line-height:18px;
- }
- .preview .btn2
- {
- width:90px;
- height:22px;
- line-height:18px;
- }
- .preview .sel
- {
- width:105px;
- }
- /*云台*/
- .ptz
- {
- width:180px;
- height:300px;
- margin-left:10px;
- border:1px solid #7F9DB9;
- float:left;
- }
- .ptz .tt
- {
- width:60px;
- padding-right: 15px;
- padding-left: 4px;
-
- }
- .ptz .txt
- {
- width:60px;
- }
- .ptz .btn
- {
- width:45px;
- height:22px;
- line-height:18px;
- }
- .ptz .btn2
- {
- width:60px;
- height:22px;
- line-height:18px;
- }
- .ptz .sel
- {
- width:65px;
- }
- .ptz table
- {
- margin-left:18px;
- margin-top:30px;
- }
- .ptz #download
- {
- float:left;
- margin-left:37px;
- margin-top:25px;
- color:red;
- }
- .ptz a
- {
- color:red;
- }
- .ptz input[type=button]
- {
- text-shadow: 1px 1px 1px #fff;
- border: 1px solid #dce1e6;
- box-shadow: 0 1px 2px #fff inset,0 -1px 0 #a8abae inset;
- background: -webkit-linear-gradient(top,#f2f3f7,#e4e8ec);
- background: -moz-linear-gradient(top,#f2f3f7,#e4e8ec);
- background: linear-gradient(top,#f2f3f7,#e4e8ec);
- text-align: center;
- text-shadow: 1px 1px 1px #bababa;
- border-radius: 5px;
- margin-top:5px;
- }
- /*视频参数*/
- .videoparam
- {
- width:450px;
- padding:10px;
- margin-left:10px;
- border:1px solid #7F9DB9;
- }
- .videoparam .tt
- {
- width:60px;
- }
- .videoparam .txt
- {
- width:60px;
- }
- .videoparam .btn
- {
- width:45px;
- height:22px;
- line-height:18px;
- }
- .videoparam .sel
- {
- width:65px;
- }
- /*回放*/
- .playback
- {
- width:450px;
- padding:10px;
- margin-left:10px;
- border:1px solid #7F9DB9;
- }
- .playback .tt
- {
- width:60px;
- }
- .playback .txt
- {
- width:140px;
- }
- .playback .btn
- {
- width:45px;
- height:22px;
- line-height:18px;
- }
- .playback .btn2
- {
- width:70px;
- height:22px;
- line-height:18px;
- }
- .playback .sel
- {
- width:65px;
- }
- .playback .searchdiv
- {
- height:100px;
- overflow:hidden;
- overflow-y:auto;
- border:1px solid #7F9DB9;
- font-size:11px;
- }
- .playback .searchlist th, .playback .searchlist td
- {
- padding:2px;
- border:1px solid #7F9DB9;
- border-collapse:collapse;
- white-space:nowrap;
- }
- /*系统维护*/
- .maintain
- {
- width:450px;
- padding:10px;
- margin-left:10px;
- border:1px solid #7F9DB9;
- }
- .maintain .tt
- {
- width:60px;
- }
- .maintain .txt
- {
- width:280px;
- }
- .maintain .btn
- {
- width:45px;
- height:22px;
- line-height:18px;
- }
- .maintain .btn2
- {
- width:100px;
- height:22px;
- line-height:18px;
- }
- .maintain .sel
- {
- width:65px;
- }
- /*操作信息*/
- .operate
- {
- width:450px;
- padding:10px;
- margin-left:10px;
- border:1px solid #7F9DB9;
- }
- .operate .opinfo
- {
- height:150px;
- border:1px solid #7F9DB9;
- overflow:auto;
- }
- /*事件回调*/
- .callback
- {
- width:450px;
- padding:10px;
- margin-left:10px;
- border:1px solid #7F9DB9;
- }
- .callback .cbinfo
- {
- height:114px;
- border:1px solid #7F9DB9;
- overflow:auto;
- }
- /*IP解析*/
- .ipparse
- {
- width:480px;
- padding:10px;
- border:1px solid #7F9DB9;
- }
- .ipparse .tt
- {
- width:100px;
- }
- .ipparse .txt
- {
- width:130px;
- }
- .ipparse .btn
- {
- width:90px;
- height:22px;
- line-height:18px;
- }
- .ipparse .sel
- {
- width:130px;
- }
|