#retail

#retail

No more posts to show

CATEGORIES

NEWSLETTER​

Get weekly top picks and exclusive, newsletter only content delivered straight to you inbox

RADII Newsletter Pop Up small banner

NEWSLETTER

Get weekly top picks and exclusive, newsletter only content delivered straight to you inbox.

PULSE

Tap into the latest in music, fashion, art, design, entertainment, pop culture, celebrity news, and contemporary culture

DISCOVER

Embark on a journey through food, travel, wellness, heritage, traditional culture, and lifestyle

STYLE

An insider’s look at the intersection of fashion, art, and design

FEAST

Titillate your taste buds with coverage of the best food and drink trends from China and beyond.

FUTURE

Explore the cutting edge in tech, AI, gadgets, gaming, and innovative tech-related products

FEAST

Titillate your taste buds with coverage of the best food and drink trends from China and beyond

STYLE

An insider’s look at the intersection of fashion, art, and design

PULSE

Unpacking Chinese youth culture through coverage of nightlife, film, sports, celebrities, and the hottest new music

function adjustLeftHeight() { const right = document.querySelector('.main-page-right'); let leftSlideHeight; if (document.querySelector('.top-2')) { leftSlideHeight = '710px'; } else { leftSlideHeight = `${right.offsetHeight}px`; } document.querySelector('.elementor-24760 .elementor-element.elementor-element-3426bcf2').style.height = leftSlideHeight; console.log('left', leftSlideHeight); console.log('right', right.offsetHeight); } // 等待页面加载完成后调用 window.addEventListener('load', function() { // 延迟执行,确保右边栏高度已经渲染完成 setTimeout(adjustLeftHeight, 0); }); // 当窗口大小改变时调用 window.addEventListener('resize', adjustLeftHeight); // 监听右边栏高度变化 const rightColumn = document.querySelector('.main-page-right'); const observer = new MutationObserver(adjustLeftHeight); observer.observe(rightColumn, { childList: true, subtree: true });