123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- @CHARSET "UTF-8";
- *{
- font-size: 14px;
- /* line-height: 1.4em;
- outline: 1px red solid; */
- }
- html,body{
- width: 100%;
- height:100%;
- margin: 0px;
- padding: 0px;
- }
- body{
- /* background-color:#192735; */
- }
- div#from{
- color:white;
- }
- #container{
- width: 100%;
- height: 100%;
- z-index: 1;
- }
- #choose_content{
-
- width:300px;
- height:100%;
- position: absolute;
- padding: 10px;
- right: 0px;
- top:0px;
- display:none;
- border: 1px #BCC5D4 solid;
- filter:progid:DXImageTransform.Microsoft.Shadow(direction=120,strength=4);/*兼容ie*/
- -moz-box-shadow: 5px 2px 12px;/*兼容firefox*/
- -webkit-box-shadow: 5px 2px 12px;/*兼容safari或chrome*/
- box-shadow:5px 2px 12px;/*兼容opera或ie9*/
- /* background-color:rgb(12, 15, 32); */
- /* filter:alpha(opacity=100); */
- z-index: 3;
- };
- #choose_content table tbody tr td div{
- height: 100%;
- line-height: 100%;
- }
- #choose_content table tbody tr td div div{
- height:23px;
- }
- #choose_content table tbody tr td div input,#choose_content table tbody tr td{
- vertical-align: sub;
- }
- h2{
- color: #d9a505;
- margin-bottom: 10px;
- margin-top: 10px;
- /* font-size: xx-large; */
-
- }
- h2._center{
- text-align: center;
- }
- h2._head{
- font-size:30px;
- }
- input.stepper-active{
- color:white;
- /* background-color:#192735!important; */
- }
- input.stepper-active_hover{
- color:white;
- /* background-color:#192735!important; */
- }
-
- input.stepper-active_click{
- color:white;
- /* background-color:#192735!important ; */
- }
- .selectbox{
- color:white;
- /* background:#192735 ; */
- }
- .selectbox_hover{
- color:white;
- background:#192735 ;
- }
- .selectbox_click{
- color:white;
- background:#192735 ;
- }
- .ztree{
- color:white;
- background:#192735 ;
- }
- .ztree_hover{
- color:white;
- background:#192735 ;
- }
- .ztree_click{
- color:white;
- background:#192735 ;
- }
- ul{
- list-style-type:none;
- }
- ul li{
- list-style-type:none;
- padding-left: 20px;
- color:white;
- }
-
- ._query_command{
- text-align: center;
- cursor: pointer;
- }
- h2._center span{
- margin: 10px;
- }
-
- ._hide{
- display: none;
- }
- .input{
- color:white;
- background-color:#192735 ;
- }
- .input_hover{
- color:white;
- background-color:#192735 ;
- }
- .input_click{
- color:white;
- background-color:#192735 ;
- }
- input#dataTime {
- color: white;
- background-color:#192735;
- border-color: #80C0E7;
- }
- input#startTime {
- color: white;
- background-color:#192735;
- border-color: #80C0E7;
- }
- .laydate_body{
- background-color: #192735;
- color: white;
- }
- .ztree li span{
- background-color: #192735;
- color: white;
- }
- .ztree li span_hover{
- background-color: #192735;
- color: white;
- }
- .ztree li span_click{
- background-color: #192735;
- color: white;
- }
- .textinput{
- background: #192735;
- color: white;
- }
- .textinput_hover{
- background: #192735;
- color: white;
- }
- .textinput_click{
- background: #192735;
- color: white;
- }
- div.selectbox-wrapper{
- background-color: #192735;
- }
- div.selectbox-wrapper ul li.selected{
- background-color: #12193E;
- }
- /* .jsc_chartitle{
- background-color:#1a2363;
- width:100%;
- height:54px;
- line-height:56px;
- color:#e6f3ff;
- text-align:center;
- font-weight:bold;
- font-size:26px;
- } */
- .title{
- background-color:#1a2363;
- }
- #choose_content{
- width:300px;
- height:100%;
- position: absolute;
- padding: 30px;
- right: 0px;
- top:0px;
- display:none;
- border: 1px #BCC5D4 solid;
- filter:progid:DXImageTransform.Microsoft.Shadow(direction=120,strength=4);/*兼容ie*/
- -moz-box-shadow: 5px 2px 12px;/*兼容firefox*/
- -webkit-box-shadow: 5px 2px 12px;/*兼容safari或chrome*/
- box-shadow:5px 2px 12px;/*兼容opera或ie9*/
- background-color:rgb(12, 15, 32);
- /* filter:alpha(opacity=100); */
- z-index: 3;
- }
- .centerr{
- width:400px;
- height:25px;
- margin-left: auto;
- margin-right: auto;
-
- }
- .pic{
- float:left;
- margin-right: 10px;
- }
- .name{
- color:green;
- float:left;
- margin-right: 10px;
- }
- .timed{
- color:white;
- float:left;
- margin-right: auto;
- }
|