Commit b132d6a4 authored by zhangjun's avatar zhangjun

修改

parent 49cca158
......@@ -82,12 +82,12 @@
<script>
function buyListGuidePop(){
$("#myAskGuidePop").css({
"display":"block",
// "display":"block",
"width":$(window).width() < 960 ? 960 : $(window).width() +"px",
"height":$(document).height()+"px"
});
$("#myAskGuide").css({
"display":"block",
// "display":"block",
"left":$(".mod-list").offset().left - 25 +"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