daohang.css 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. .wxdh-panel{
  2. position: absolute;!important;
  3. width: 300px;
  4. height: 400px;
  5. bottom:23px;
  6. right: 65px;
  7. background-color: #cfcfcf;
  8. border-radius: 4px;
  9. z-index: 200;
  10. /*opacity: 0.9;*/
  11. }
  12. .dh-list{
  13. width: 300px;
  14. height: 370px;
  15. }
  16. .dh-title{
  17. width: 300px;
  18. height: 30px;
  19. line-height:30px;
  20. text-align: left;
  21. vertical-align: middle;
  22. background-color: #378be0;
  23. color: white;
  24. font-weight: bold;
  25. margin-bottom: 2px;
  26. border-radius: 4px;
  27. }
  28. .dh-title a{
  29. position: absolute;
  30. color: #FFF;
  31. cursor: pointer;
  32. left:45px;
  33. }
  34. .dh-title span{
  35. width: 25px;
  36. height: 30px;
  37. margin-left: 15px;
  38. }
  39. .list_item_list{
  40. overflow: hidden;
  41. }
  42. .list_item {
  43. border-bottom: 1px solid #01b7ff;
  44. padding: 10px 10px 10px 20px;
  45. cursor: pointer;
  46. overflow: hidden;
  47. background:#1f5e9f;
  48. }
  49. .list_item:hover{
  50. background:#01b7ff;
  51. }
  52. .list_item_hover {
  53. background: #1f5e9f;
  54. }
  55. .list_item_details {
  56. color: #FFF;
  57. float: left;
  58. padding: 0 10px;
  59. width: 220px
  60. }
  61. .list_item_title {
  62. color: #FFF;
  63. font-size: 16px;
  64. font-family:"微软雅黑";
  65. line-height: 20px;
  66. margin-bottom: 7px
  67. }
  68. .list_item_address {
  69. margin-bottom: 5px
  70. }
  71. .list_item_result {
  72. margin-bottom: 5px;
  73. word-break:break-all;
  74. font-size:12px;
  75. }
  76. .wx-container{
  77. width: 298px;
  78. height: 338px;
  79. background: #1f5e9f;
  80. }
  81. .zd-container{
  82. width: 298px;
  83. height: 338px;
  84. display: none;
  85. background: #1f5e9f;
  86. }
  87. /*卫星站点底部收缩按钮*/
  88. .dh_foot_btn {
  89. position: absolute;
  90. left: 1px;
  91. bottom: 400px;
  92. z-index:6000;
  93. }
  94. .dh-list-close{
  95. float: right;
  96. margin-top: 5px;
  97. margin-right: 10px;
  98. cursor: pointer;
  99. }
  100. .dh_foot_btn_icon {
  101. background-color: #fefefe;
  102. border: 1px solid #a3aec1;
  103. border-bottom:0;
  104. cursor: pointer;
  105. height: 20px;
  106. line-height: 20px;
  107. border-radius: 4px;
  108. background: url("../../images/layout/icon_open_hover.png");
  109. background-repeat: no-repeat;
  110. width: 21px;
  111. }
  112. .weixing_dzm{
  113. position: absolute;
  114. bottom:25px;
  115. /*width: 340px;*/
  116. width: 243px;
  117. height: 40px;
  118. right: 370px;
  119. border-radius: 4px;
  120. }
  121. .dzm-menu{
  122. /*width: 340px;*/
  123. width: 243px;
  124. height: 40px;
  125. background: #1257ac;
  126. border-radius: 4px;
  127. border: 1px solid #03e3fa;
  128. }
  129. .dzm-menu li{
  130. float: left;
  131. line-height: 40px;
  132. width: 80px;
  133. height: 40px;
  134. list-style: none;
  135. padding: 0;
  136. margin: 0;
  137. cursor: pointer;
  138. text-align: center;
  139. vertical-align: center;
  140. }
  141. .dzm-select-no{
  142. color: #fff;
  143. background: url("../../images/weixing/selected-no.png") no-repeat 3px center;
  144. }
  145. .dzm-select{
  146. color: #03e3fa;
  147. background: url("../../images/weixing/selected.png") no-repeat 3px center;
  148. }