News

Add some descriptive text to your all Blog.

UGG and GDS partner up for a splendid Autumn

UGG and GDS partner up for a splendid Autumn

This Autumn we are mixing floral prints and silk-like textures, with the comfort of warm and snug UGG footwear. The effect is an advanced layering of elevated, feminine pieces, complemented... Read More

UGG and GDS partner up for a splendid Autumn

UGG and GDS partner up for a splendid Autumn
function wrapShowingItems() { const pagination = document.querySelector('.pagination'); if (!pagination) return; const textEl = pagination.querySelector('.pagination__text'); if (textEl) return; // 已经包装过 // 查找可能包含 Showing items 的 span const spans = pagination.querySelectorAll('span, li'); spans.forEach(el => { if (el.textContent.includes('Showing items')) { el.classList.add('pagination__text'); el.style.display = 'block'; el.style.marginBottom = '30px'; el.style.textAlign = 'center'; } }); } // 等待 500ms 或直到元素出现再执行 setTimeout(wrapShowingItems, 500);