✦ Verified product
HOKEEPER 64.5" 4-Level Foldable Clothes Rack
USD 59.99
MaxLead
Verified independent store
→
HOKEEPER Clothes Rack Foldable Clothing Rack Foldable Garment Rack with Adjustable Height, Great for Travel, Camping Foldable Clothing Rack is Very Convenient to Carry, Lightweight
and Portable ❮ ❯ Easy to Assemble and No Installation Tools Are Required /* 容器与行 */ .pdm { max-width: 1200px; margin: 0 auto; font-size: 16px; } .pdm-row { margin: 16px 0; } /* 单图 */ .pdm-single-image img { display: block; width: 100%; height: auto; border-radius: 8px; } /* 文本行 */ .pdm-text p { margin: 0; text-align: center; line-height: 1.6; font-size: 20px; font-weight: 700; } /* 视频按钮样式 */ .pdm-play-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 72px; height: 72px; border-radius: 50%; border: 0; cursor: pointer; background: rgba(0,0,0,.55); } .pdm-play-btn::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-35%,-50%); border: solid transparent; border-width: 14px 0 14px 22px; border-left-color: #fff; } .pdm-play-btn:hover { background: rgba(0,0,0,.7); } /* 轮播 */ .pdm-carousel { position: relative; overflow: hidden; } .pdm-track { display: flex; transition: transform 300ms ease; will-change: transform; } .pdm-slide { flex: 0 0 100%; min-width: 100%; display: flex; align-items: center; justify-content: center; } .pdm-slide img { width: 100%; height: auto; border-radius: 8px; display: block; } .pdm-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; border: 0; border-radius: 50%; cursor: pointer; background: rgba(0,0,0,.4); color: #fff; z-index: 2; } .pdm-prev { left: 8px; } .pdm-next { right: 8px; } .pdm-dots { display: flex; justify-content: center; gap: 8px; margin-top: 10px; } .pdm-dot { width: 8px; height: 8px; border-radius: 50%; background: #c4c4c4; border: 0; cursor: pointer; } .pdm-dot.is-active { background: #333; }