}
function close_dialog(){
$('.dialog, .dialog-wrap').hide();
}
$('.cityBox').click(function(){
$('.hotCityBox, .evet').show();
});
$('.evet, .dialog-wrap').click(function(){
$('.hotCityBox, .evet').hide();
$('.evet').hide();
});
//dialog();
</script>
<p onClick="dialog()" style="cursor:pointer">点击这里看效果</p>
<br>
我是文字我是文字文字我字我是文字我是文字
</body>
</html>










