Commit e306dea8 authored by zhangjun's avatar zhangjun

合并分支 'release_zj_edit' 到 'release'

修改

查看合并请求 !5
parents 49cca158 b132d6a4
...@@ -82,12 +82,12 @@ ...@@ -82,12 +82,12 @@
<script> <script>
function buyListGuidePop(){ function buyListGuidePop(){
$("#myAskGuidePop").css({ $("#myAskGuidePop").css({
"display":"block", // "display":"block",
"width":$(window).width() < 960 ? 960 : $(window).width() +"px", "width":$(window).width() < 960 ? 960 : $(window).width() +"px",
"height":$(document).height()+"px" "height":$(document).height()+"px"
}); });
$("#myAskGuide").css({ $("#myAskGuide").css({
"display":"block", // "display":"block",
"left":$(".mod-list").offset().left - 25 +"px", "left":$(".mod-list").offset().left - 25 +"px",
"top":$(".mod-list").offset().top - 74 +"px" "top":$(".mod-list").offset().top - 74 +"px"
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment