|
@@ -227,15 +227,15 @@ function renderContentscale(list, contentWrapClassName, name) {
|
|
|
}
|
|
|
}
|
|
|
$(`.${contentWrapClassName} .infos .infos-box`).scroll(throttle(addScrollEvent, 200));
|
|
|
- var mb = myBrowser();
|
|
|
- if ("IE" == mb) {
|
|
|
- $('.result_left').css({
|
|
|
- 'position': 'relative', //高度自动
|
|
|
- })
|
|
|
- $('.result_title').css({
|
|
|
- 'margin-left': '0', //高度自动
|
|
|
- })
|
|
|
- }
|
|
|
+ // var mb = myBrowser();
|
|
|
+ // if ("IE" == mb) {
|
|
|
+ // $('.result_left').css({
|
|
|
+ // 'position': 'relative', //高度自动
|
|
|
+ // })
|
|
|
+ // $('.result_title').css({
|
|
|
+ // 'margin-left': '0', //高度自动
|
|
|
+ // })
|
|
|
+ // }
|
|
|
addLinkClickEvent(contentWrapClassName);
|
|
|
adjustHeight();
|
|
|
adjustWidth()
|