|
@@ -309,14 +309,14 @@
|
|
|
$('main').css('min-height', $(window).height() - $('footer').outerHeight(true));
|
|
|
}
|
|
|
|
|
|
- $('.lrlist').each(function(index, el) {
|
|
|
- var $this = $(this);
|
|
|
- var count = $this.data('count-pc');
|
|
|
- if($('body').hasClass('small-screen')) {
|
|
|
- count = $this.data('count-mb');
|
|
|
- }
|
|
|
- $this.find('ul li').width(Math.floor($this.width() / count));
|
|
|
- $this.find('ul').width($this.find('ul li').width() * ($this.find('ul li').length + 1));
|
|
|
+// $('.lrlist').each(function(index, el) {
|
|
|
+// var $this = $(this);
|
|
|
+// var count = $this.data('count-pc');
|
|
|
+// if($('body').hasClass('small-screen')) {
|
|
|
+// count = $this.data('count-mb');
|
|
|
+// }
|
|
|
+// $this.find('ul li').width(Math.floor($this.width() / count));
|
|
|
+// $this.find('ul').width($this.find('ul li').width() * ($this.find('ul li').length + 1));
|
|
|
});
|
|
|
}
|
|
|
$(function() {
|