|
@@ -58,7 +58,7 @@ $(function () {
|
|
|
var msHeight =
|
|
|
$(".right-map").outerHeight() - $(".right-search").outerHeight() / 1.3;
|
|
|
$(".right-search").css("top", msHeight);
|
|
|
- $(".icon-shq").css("top", msHeight);
|
|
|
+ $(".icon-shq").css("top", msHeight-40);
|
|
|
|
|
|
$('.icon-shq').on('click', function() {
|
|
|
window.top.location.href = "sy_life.html";
|