Raised Toilet Seat with Cover
body { margin: 0; font-family: Arial, sans-serif; background-color: #f9f9f9; color: #222; } .lc-container { max-width: 1600px; margin: 0 auto; padding: 20px; } /* 左图右文 */ .lc-card { display: flex; align-items: center; background: #fff; border-radius: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); overflow: hidden; margin-bottom: 40px; } .lc-card img { width: 70%; height: auto; object-fit: cover; } .lc-card-text { width: 30%; padding: 20px; text-align: center; } .lc-card-text h2 { font-size: 24px; margin-bottom: 10px; } .lc-card-text p { font-size: 16px; line-height: 1.6; } /* 3宫格模块 */ .lc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 40px; } .lc-grid-item { background: #fff; border-radius: