123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- @CHARSET "UTF-8";
- *{
- font-family: "微软雅黑";
- font-size: 12px;
- margin: 0px;
- padding: 0px;
-
- }
- #matic_content{
- width: 700px;
- height:430px;
- background: #0b0e27;
- overflow: auto;
-
- }
- ._jsc_close{
- position: absolute;
- margin-left: -30px;
- margin-top:5px;
- height:24px;
- width:24px;
- display:inline-block;
- background-image: url(/nwyj/images/cockpit/main/jsc_close.png);
- background-position:center;
- background-repeat: no-repeat;
- }
- ._jsc_close_changeImg{
- background-image: url(/nwyj/images/cockpit/main/jsc_close1.png);
- }
- ._ul_count_content{
- padding-top:10px;
- position:relative;
- width:660px;
- margin:10px;
- height: 410px;
- display: inline-block;
-
-
- }
- ._ul_content{
- padding-top:2px;
- }
- ._ul_content_hide{
- height: 20px;
- overflow: hidden;;
- }
- ._ul_li {
- vertical-align: top;
- }
- div._ul_head{
-
- width: 100%;
- height: 20px;
- line-height: 20px;
- display: inline-block;
-
- }
- ._view_list{
- position: absolute;
- height: 20px;
- display:inline-block;
- line-height:20px;
- padding-left:10px;
- padding-right:10px;
- border-left:#348fe2 solid 3px;
- background: #0b0e27;
- z-index: 2;
-
- }
- ._view_list h2{
- height:20px;
- line-height:20px;
- color:#d3dbfe;
- }
- ._view_list_line{
- position: absolute;
- width: 98%;
- height:10px;
- border-bottom:#3f414f solid 2px;
- z-index: 1;
- }
- ._ul_li{
- width: 110px;
- height: 110px;
- display: inline-block;
- background-color: #242845;
- margin: 10px;
- }
- ._matic_title{
- margin:2px;
- width: 106px;
- text-align:center;
- display:inline-block;
- color:#ffffff;
- background-color: #54576e;
-
- }
- ._matic_title p{
- width:100%;
- height:22px;
- line-height:22px;
- display:inline-block;
- text-overflow:ellipsis;
- white-space:nowrap;
- *white-space:nowrap;
- overflow:hidden;
- }
- div._matic_img{
- width:110px;
- height:86px;
- display:inline-block;
- text-align: center;
- margin: auto;
- }
- div._matic_img img{
- margin:5%;
- width: 80%;
- height: 80%;
- display: inline-block;
- }
|