123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- .wxdh-panel{
- position: absolute;!important;
- width: 300px;
- height: 400px;
- bottom:23px;
- right: 65px;
- background-color: #cfcfcf;
- border-radius: 4px;
- z-index: 200;
- /*opacity: 0.9;*/
- }
- .dh-list{
- width: 300px;
- height: 370px;
- }
- .dh-title{
- width: 300px;
- height: 30px;
- line-height:30px;
- text-align: left;
- vertical-align: middle;
- background-color: #378be0;
- color: white;
- font-weight: bold;
- margin-bottom: 2px;
- border-radius: 4px;
- }
- .dh-title a{
- position: absolute;
- color: #FFF;
- cursor: pointer;
- left:45px;
- }
- .dh-title span{
- width: 25px;
- height: 30px;
- margin-left: 15px;
- }
- .list_item_list{
- overflow: hidden;
- }
- .list_item {
- border-bottom: 1px solid #01b7ff;
- padding: 10px 10px 10px 20px;
- cursor: pointer;
- overflow: hidden;
- background:#1f5e9f;
- }
- .list_item:hover{
- background:#01b7ff;
- }
- .list_item_hover {
- background: #1f5e9f;
- }
- .list_item_details {
- color: #FFF;
- float: left;
- padding: 0 10px;
- width: 220px
- }
- .list_item_title {
- color: #FFF;
- font-size: 16px;
- font-family:"微软雅黑";
- line-height: 20px;
- margin-bottom: 7px
- }
- .list_item_address {
- margin-bottom: 5px
- }
- .list_item_result {
- margin-bottom: 5px;
- word-break:break-all;
- font-size:12px;
- }
- .wx-container{
- width: 298px;
- height: 338px;
- background: #1f5e9f;
- }
- .zd-container{
- width: 298px;
- height: 338px;
- display: none;
- background: #1f5e9f;
- }
- /*卫星站点底部收缩按钮*/
- .dh_foot_btn {
- position: absolute;
- left: 1px;
- bottom: 400px;
- z-index:6000;
- }
- .dh-list-close{
- float: right;
- margin-top: 5px;
- margin-right: 10px;
- cursor: pointer;
- }
- .dh_foot_btn_icon {
- background-color: #fefefe;
- border: 1px solid #a3aec1;
- border-bottom:0;
- cursor: pointer;
- height: 20px;
- line-height: 20px;
- border-radius: 4px;
- background: url("../../images/layout/icon_open_hover.png");
- background-repeat: no-repeat;
- width: 21px;
- }
- .weixing_dzm{
- position: absolute;
- bottom:25px;
- /*width: 340px;*/
- width: 243px;
- height: 40px;
- right: 370px;
- border-radius: 4px;
- }
- .dzm-menu{
- /*width: 340px;*/
- width: 243px;
- height: 40px;
- background: #1257ac;
- border-radius: 4px;
- border: 1px solid #03e3fa;
- }
- .dzm-menu li{
- float: left;
- line-height: 40px;
- width: 80px;
- height: 40px;
- list-style: none;
- padding: 0;
- margin: 0;
- cursor: pointer;
- text-align: center;
- vertical-align: center;
- }
- .dzm-select-no{
- color: #fff;
- background: url("../../images/weixing/selected-no.png") no-repeat 3px center;
- }
- .dzm-select{
- color: #03e3fa;
- background: url("../../images/weixing/selected.png") no-repeat 3px center;
- }
|