123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- /**
- * 指挥机
- */
- #menu .current-formation{
- /*display: none;*/
- }
- #menu .formation-list-content .im-2{
- margin-left: 30px;
- }
- #menu .formation-list-content .im-2 input{
- margin-left: 50px;
- }
- #menu .formation-list-content .im-2 span{
- margin-left: 10px;
- }
- #menu .formation-list-content .im-2 .playback{
- float: right;
- margin-right: 10px;
- font-size: 14px;
- margin-top: 10px;
- height: 35px;
- }
- #menu .openhistroyposition input{
- margin-left: 50px;
- }
- #menu .openhistroyposition span{
- margin-left: 10px;
- }
- #chosseHistroyPositionTime{
- position: absolute;
- top: 470px;
- left: 251px;
- display: none;
- }
- #chosseHistroyPositionTime .popup-ct span{
- line-height: 45px;
- margin-left: 10px;
- }
- #chosseHistroyPositionTime .gethistroyposition{
- z-index: 2;
- padding: 10px;
- }
- #chosseHistroyPositionTime .gethistroyposition li{
- width: 100%;
- color: #aaaaaa;
- }
- #chosseHistroyPositionTime .gethistroyposition .title{
- height: 46px;
- }
- #chosseHistroyPositionTime .choose_target_id,
- #chosseHistroyPositionTime .choose_start_time,
- #chosseHistroyPositionTime .choose_stop_time{
- margin-left: 10px;
- height: 30px;
- }
- #chosseHistroyPositionTime .choose_target_id select{
- margin-left: 10px;
- width: 282px;
- height: 40px;
- border: 1px solid #aaaaaa;
- }
- #chosseHistroyPositionTime input{
- margin-left: 10px;
- width: 150px;
- height: 25px;
- border: 1px solid #aaaaaa;
- }
- #chosseHistroyPositionTime input label{
- font-size: 14px;
- }
- #chosseHistroyPositionTime .postcontent{
- height: 45px;
- }
- #chosseHistroyPositionTime .cell{
- width: 220px;
- margin: 0 auto;
- margin-top: 15px;
- }
- #chosseHistroyPositionTime .cell button{
- background-color: #ffffff;
- border: 1px solid #aaaaaa;
- color: #666666;
- padding: 8px 14px;
- cursor: pointer;
- }
- #chosseHistroyPositionTime .cell .post_time{
- margin-left: 10px;
- margin-right: 20px;
- }
- .controller_table{
- border-collapse: none;
- border-spacing: 0px;
- text-align: center;
- width: 400px;
- }
- .controller_table .title{
- background: #ffffff;
- }
- .controller_table .info{
- background: #ebebeb;
- }
- .controller_table td{
- width: 50px;
- }
- .controller_table td{
- width: 50px;
- }
- .getHistoryZHJ{
- cursor: pointer;
- width: 100%;
- text-align: center;
- }
- .getHistoryZHJ:hover{
- color: #0ff;
- }
- .getHistoryZHJ.active{
- color: #0ff;
- }
|