
Leopard Print Relax Straight Pants
Mid-Rise Straight-Leg Jeans made from medium-stretch denim fabric with a bold leopard print. Features distressed edges on the front pockets and coin pocket, square patch pockets on the back with frayed edges, and additional frayed detailing at the hems for a unique, edgy look. Fabric: 99% cotton, 1% spandex Fits: regular fit Rise: mid rise Inseam: regular Stretch: rigid low medium high .stretch-item { list-style: none; margin-top: 8px; } .stretch-visual { margin-top: 8px; width: 100%; max-width: 300px; } /* 容器用 flex,让子元素有间隔 */ .stretch-line { display: flex; justify-content: space-between; margin-bottom: 8px; gap: 6px; /* 线段之间的间隔 */ } .stretch-segment { flex: 1; height: 3px; background: #ccc; /* 默认灰色 */ border-radius: 3px; } .stretch-segment.active { background: #000; /* 激活黑色 */ } .stretch-labels { display: flex; justify-content: space-between; font-size: 12px; color