<script>
$(function () {
if (window.navigator.userAgent.indexOf('AppleWebKit') != -1) {
var isChrome = navigator.userAgent.toLowerCase().match(/chrome/) != null;
if (!isChrome) {
$('.nav li ul').css('margin-top', '12px');
}
}
})
</script>
网友评论