|
|
|
@ -27,15 +27,15 @@ |
|
|
|
|
.che_sjkj .gdsz{width: 260px;} |
|
|
|
|
.mt-number-animate .mt-number-animate-dom{width: 30px;} |
|
|
|
|
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span{width: 30px;} |
|
|
|
|
.mt-number-animate-span strong { |
|
|
|
|
width: 30px; |
|
|
|
|
.mt-number-animate-span strong { |
|
|
|
|
width: 30px; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<input type="hidden" id="ctype" name="ctype" /> |
|
|
|
|
<div style="height:560px; width:1080px;"> |
|
|
|
|
<div style="height:560px; width:100%;margin-top: 50px"> |
|
|
|
|
<div class="left jq_w290"> |
|
|
|
|
<!--网络评价--> |
|
|
|
|
<div class="wid_tianq"> |
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
|
<div class="gdsz"> |
|
|
|
|
<div class="pl_zongs"> |
|
|
|
|
评论<br /> 总数 |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="shuzi" style="display: inline-block;padding-top: 6px"> |
|
|
|
|
<div class="numberRun6"></div> |
|
|
|
|
</div> |
|
|
|
@ -73,7 +73,7 @@ |
|
|
|
|
</c:forEach> |
|
|
|
|
<div class="clear"></div> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<iframe src="${ctx}/v2/resourcesAnalysis/hotelCriticismDetil.do?hotelcode=${hotelcode}" id="Iframe" name="" width="100%" height="528px" frameborder="0" scrolling="auto"></iframe> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
@ -90,7 +90,7 @@ |
|
|
|
|
$(function() { |
|
|
|
|
//图片事件,img-gather处为仿qq空间图片效果展示 |
|
|
|
|
$('#thumbs a').touchTouch(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var total = ${hotelMap.comments_total}; |
|
|
|
|
var good = ${hotelMap.positive_comments_count}; |
|
|
|
|
var middle = ${hotelMap.moderate_comments_count}; |
|
|
|
@ -98,17 +98,17 @@ |
|
|
|
|
var bar_char_dataArr = [good, middle, bad]; |
|
|
|
|
//显示好评, 中评, 差评--柱状图 |
|
|
|
|
queryCriticismNum(bar_char_dataArr, total); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var pie_char_data = [{name: '好评', value: good, text:1},{name: '中评', value: middle, text:2},{name: '差评', value: bad, text:3}]; |
|
|
|
|
//显示好评, 中评, 差评--饼状图 |
|
|
|
|
queryCriticismRatio(pie_char_data); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var numRun6 = $(".numberRun6").numberAnimate({ |
|
|
|
|
num : '${hotelMap.comments_total}', |
|
|
|
|
speed : 2000 |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function onSearch(id, name){ |
|
|
|
|
$("#ul_source").find('a').removeClass('on'); |
|
|
|
|
$("#id_"+id).addClass('on'); |
|
|
|
@ -118,4 +118,4 @@ |
|
|
|
|
} |
|
|
|
|
</script> |
|
|
|
|
</body> |
|
|
|
|
</html> |
|
|
|
|
</html> |
|
|
|
|