d822bec541d0717bc0a38c8cdc60d07ca4edfe7f.svn-base 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. @CHARSET "UTF-8";
  2. *{
  3. font-family: "微软雅黑";
  4. font-size: 12px;
  5. margin: 0px;
  6. padding: 0px;
  7. }
  8. #matic_content{
  9. width: 700px;
  10. height:430px;
  11. background: #0b0e27;
  12. overflow: auto;
  13. }
  14. ._jsc_close{
  15. position: absolute;
  16. margin-left: -30px;
  17. margin-top:5px;
  18. height:24px;
  19. width:24px;
  20. display:inline-block;
  21. background-image: url(/nwyj/images/cockpit/main/jsc_close.png);
  22. background-position:center;
  23. background-repeat: no-repeat;
  24. }
  25. ._jsc_close_changeImg{
  26. background-image: url(/nwyj/images/cockpit/main/jsc_close1.png);
  27. }
  28. ._ul_count_content{
  29. padding-top:10px;
  30. position:relative;
  31. width:660px;
  32. margin:10px;
  33. height: 410px;
  34. display: inline-block;
  35. }
  36. ._ul_content{
  37. padding-top:2px;
  38. }
  39. ._ul_content_hide{
  40. height: 20px;
  41. overflow: hidden;;
  42. }
  43. ._ul_li {
  44. vertical-align: top;
  45. }
  46. div._ul_head{
  47. width: 100%;
  48. height: 20px;
  49. line-height: 20px;
  50. display: inline-block;
  51. }
  52. ._view_list{
  53. position: absolute;
  54. height: 20px;
  55. display:inline-block;
  56. line-height:20px;
  57. padding-left:10px;
  58. padding-right:10px;
  59. border-left:#348fe2 solid 3px;
  60. background: #0b0e27;
  61. z-index: 2;
  62. }
  63. ._view_list h2{
  64. height:20px;
  65. line-height:20px;
  66. color:#d3dbfe;
  67. }
  68. ._view_list_line{
  69. position: absolute;
  70. width: 98%;
  71. height:10px;
  72. border-bottom:#3f414f solid 2px;
  73. z-index: 1;
  74. }
  75. ._ul_li{
  76. width: 110px;
  77. height: 110px;
  78. display: inline-block;
  79. background-color: #242845;
  80. margin: 10px;
  81. }
  82. ._matic_title{
  83. margin:2px;
  84. width: 106px;
  85. text-align:center;
  86. display:inline-block;
  87. color:#ffffff;
  88. background-color: #54576e;
  89. }
  90. ._matic_title p{
  91. width:100%;
  92. height:22px;
  93. line-height:22px;
  94. display:inline-block;
  95. text-overflow:ellipsis;
  96. white-space:nowrap;
  97. *white-space:nowrap;
  98. overflow:hidden;
  99. }
  100. div._matic_img{
  101. width:110px;
  102. height:86px;
  103. display:inline-block;
  104. text-align: center;
  105. margin: auto;
  106. }
  107. div._matic_img img{
  108. margin:5%;
  109. width: 80%;
  110. height: 80%;
  111. display: inline-block;
  112. }