|
|
/* stylelint-disable */
|
|
|
.trend-c {
|
|
|
#map {
|
|
|
img {
|
...
|
...
|
@@ -12,129 +13,127 @@ |
|
|
border: 1px solid #999;
|
|
|
background-color: #fff;
|
|
|
cursor: default;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow form,
|
|
|
.BMapLib_SearchInfoWindow ul,
|
|
|
.BMapLib_SearchInfoWindow li {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow img {
|
|
|
border: 0;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow ul {
|
|
|
list-style: none;
|
|
|
}
|
|
|
form,
|
|
|
ul,
|
|
|
li {
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
height: 60px;
|
|
|
}
|
|
|
img {
|
|
|
border: 0;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
|
|
|
line-height: 60px;
|
|
|
background-color: #f9f9f9;
|
|
|
overflow: hidden;
|
|
|
height: 60px;
|
|
|
padding: 0 30px;
|
|
|
font-size: 30px;
|
|
|
border-radius: 20px 20px 0 0;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.BMapLib_bubble_top {
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
height: 60px;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_bubble_tools {
|
|
|
padding-right: 5px;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
height: 30px;
|
|
|
width: 64px;
|
|
|
z-index: 10000;
|
|
|
}
|
|
|
.BMapLib_bubble_title {
|
|
|
line-height: 60px;
|
|
|
background-color: #f9f9f9;
|
|
|
overflow: hidden;
|
|
|
height: 60px;
|
|
|
padding: 0 30px;
|
|
|
font-size: 30px;
|
|
|
border-radius: 20px 20px 0 0;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_bubble_tools div {
|
|
|
float: right;
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
margin: 10px;
|
|
|
cursor: pointer;
|
|
|
background-color: #f9f9f9;
|
|
|
cursor: pointer;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.BMapLib_bubble_tools {
|
|
|
padding-right: 5px;
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
right: 0;
|
|
|
height: 30px;
|
|
|
width: 64px;
|
|
|
z-index: 10000;
|
|
|
|
|
|
div {
|
|
|
float: right;
|
|
|
width: 40px;
|
|
|
height: 40px;
|
|
|
margin: 10px;
|
|
|
cursor: pointer;
|
|
|
background-color: #f9f9f9;
|
|
|
cursor: pointer;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_bubble_close {
|
|
|
background-image: resolve("activity/trend/iw_close.gif");
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
.BMapLib_bubble_close {
|
|
|
background-image: resolve("activity/trend/iw_close.gif");
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center center;
|
|
|
background-size: 100%;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_sendToPhone {
|
|
|
display: none;
|
|
|
}
|
|
|
.BMapLib_sendToPhone {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_bubble_center {
|
|
|
z-index: 3;
|
|
|
}
|
|
|
.BMapLib_bubble_center {
|
|
|
z-index: 3;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
|
|
|
padding: 3px 5px;
|
|
|
overflow-x: auto;
|
|
|
overflow-y: hidden;
|
|
|
}
|
|
|
.BMapLib_bubble_content {
|
|
|
padding: 3px 5px;
|
|
|
overflow-x: auto;
|
|
|
overflow-y: hidden;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_bubble_bottom {
|
|
|
display: block;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
.BMapLib_bubble_bottom {
|
|
|
display: block;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_trans {
|
|
|
z-index: 5;
|
|
|
position: absolute;
|
|
|
bottom: -31px;
|
|
|
*bottom: -32px;
|
|
|
}
|
|
|
.BMapLib_trans {
|
|
|
z-index: 5;
|
|
|
position: absolute;
|
|
|
bottom: -31px;
|
|
|
*bottom: -32px;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_nav {
|
|
|
width: 100%;
|
|
|
height: 150px;
|
|
|
overflow: visibile;
|
|
|
position: relative;
|
|
|
}
|
|
|
.BMapLib_nav {
|
|
|
width: 100%;
|
|
|
height: 150px;
|
|
|
overflow: visibile;
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .BMapLib_nav input {
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
.BMapLib_nav {
|
|
|
input {
|
|
|
vertical-align: middle;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .iw_bt,
|
|
|
.BMapLib_SearchInfoWindow .iw_bt_down,
|
|
|
.BMapLib_SearchInfoWindow .iw_bt_over {
|
|
|
width: 45%;
|
|
|
height: 60px;
|
|
|
line-height: 18px;
|
|
|
cursor: pointer;
|
|
|
border: 0;
|
|
|
padding: 0;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: 0 -87px;
|
|
|
vertical-align: middle;
|
|
|
border-radius: 5px;
|
|
|
background-color: #fff;
|
|
|
border: 1px solid #a5acb2;
|
|
|
font-size: 24px;
|
|
|
}
|
|
|
.iw_bt,
|
|
|
.iw_bt_down,
|
|
|
.iw_bt_over {
|
|
|
width: 45%;
|
|
|
height: 60px;
|
|
|
line-height: 18px;
|
|
|
cursor: pointer;
|
|
|
border: 0;
|
|
|
padding: 0;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: 0 -87px;
|
|
|
vertical-align: middle;
|
|
|
border-radius: 5px;
|
|
|
background-color: #fff;
|
|
|
border: 1px solid #a5acb2;
|
|
|
font-size: 24px;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .iw_bt_over {
|
|
|
background-position: -52px -87px;
|
|
|
}
|
|
|
.iw_bt_over {
|
|
|
background-position: -52px -87px;
|
|
|
}
|
|
|
|
|
|
.BMapLib_SearchInfoWindow .iw_bt_down {
|
|
|
background-position: -104px -87px;
|
|
|
font-weight: 700;
|
|
|
.iw_bt_down {
|
|
|
background-position: -104px -87px;
|
|
|
font-weight: 700;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.BMapLib_search_text {
|
...
|
...
|
@@ -158,55 +157,57 @@ |
|
|
font-size: 34px;
|
|
|
background-position: 0 0;
|
|
|
background-color: #eee;
|
|
|
}
|
|
|
|
|
|
.BMapLib_nav_tab li {
|
|
|
font-size: 20px;
|
|
|
position: relative;
|
|
|
float: left;
|
|
|
width: 114px;
|
|
|
height: 40px;
|
|
|
text-align: center;
|
|
|
border-left: 1px solid #dadada;
|
|
|
cursor: pointer;
|
|
|
overflow: hidden;
|
|
|
width: 33%;
|
|
|
line-height: 40px;
|
|
|
}
|
|
|
li {
|
|
|
font-size: 20px;
|
|
|
position: relative;
|
|
|
float: left;
|
|
|
width: 114px;
|
|
|
height: 40px;
|
|
|
text-align: center;
|
|
|
border-left: 1px solid #dadada;
|
|
|
cursor: pointer;
|
|
|
overflow: hidden;
|
|
|
width: 33%;
|
|
|
line-height: 40px;
|
|
|
}
|
|
|
|
|
|
.BMapLib_nav_tab .BMapLib_icon {
|
|
|
display: none;
|
|
|
}
|
|
|
.BMapLib_icon {
|
|
|
display: none;
|
|
|
}
|
|
|
|
|
|
.BMapLib_nav_tab .BMapLib_icon_tohere {
|
|
|
background-position: -15px -136px;
|
|
|
}
|
|
|
.BMapLib_icon_tohere {
|
|
|
background-position: -15px -136px;
|
|
|
}
|
|
|
|
|
|
.BMapLib_nav_tab .BMapLib_icon_nbs {
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
background-position: -30px -136px;
|
|
|
}
|
|
|
.BMapLib_icon_nbs {
|
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
background-position: -30px -136px;
|
|
|
}
|
|
|
|
|
|
.BMapLib_nav_tab li.BMapLib_first {
|
|
|
border-left: 0;
|
|
|
}
|
|
|
li.BMapLib_first {
|
|
|
border-left: 0;
|
|
|
}
|
|
|
|
|
|
.BMapLib_nav_tab li:hover {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
li:hover {
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
.BMapLib_nav_tab li.BMapLib_current {
|
|
|
color: #4d4d4d;
|
|
|
cursor: default;
|
|
|
background-repeat: repeat-x;
|
|
|
background-position: 0 -44px;
|
|
|
li.BMapLib_current {
|
|
|
color: #4d4d4d;
|
|
|
cursor: default;
|
|
|
background-repeat: repeat-x;
|
|
|
background-position: 0 -44px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.BMapLib_nav_tab_content li {
|
|
|
padding: 10px 0 0;
|
|
|
position: relative;
|
|
|
height: 22px;
|
|
|
.BMapLib_nav_tab_content {
|
|
|
li {
|
|
|
padding: 10px 0 0;
|
|
|
position: relative;
|
|
|
height: 22px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.BMapLib_sms_tab_container {
|
...
|
...
|
@@ -234,11 +235,11 @@ |
|
|
height: 172px;
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
|
}
|
|
|
|
|
|
.BMapLib_ap th {
|
|
|
text-align: right;
|
|
|
font-weight: normal;
|
|
|
th {
|
|
|
text-align: right;
|
|
|
font-weight: normal;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.BMapLib_mp {
|
...
|
...
|
@@ -312,3 +313,4 @@ |
|
|
color: red;
|
|
|
}
|
|
|
}
|
|
|
/* stylelint-enable */ |
|
|
\ No newline at end of file |
...
|
...
|
|