Blowjob Sex Toys
A collection page of MRLSEXDOLL
About
/* --- 容器 --- */ .anime-hero-section { display: flex; flex-direction: row; width: 100%; max-width: 1200px; margin: 0 auto 40px auto; background: #fff; border-radius: 16px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; } /* --- 左侧:文字区域 --- */ .anime-text-side { flex: 1; padding: 50px 40px; background: linear-gradient(135deg, #fdfbfb 0%, #ebedee 100%); display: flex; flex-direction: column; justify-content: center; } .anime-text-side h2 { font-size: 26px; font-weight: 800; color: #1a202c; margin-top: 0; margin-bottom: 20px; line-height: 1.3; } .anime-text-side p { font-size: 15px; line-height: 1.7; color: #4a5568; margin-bottom: 15px; } /* --- 优化点:语义化列表样式 --- */ .anime-feature-list { margin: 10px 0 25px 0; padding-left: 20px; /* 列表缩进 */ list-style: none; /* 移除默认圆点,稍后自定义 */ } .anime-feature-list li { font-size: 15px; line-height: 1.8; color: #4a5568; position: relative; padding-left: 5px; margin-bottom: 8px; } /* 使用 CSS 添加装饰性的小点,保持代码整洁 */ .anime-feature-list li::before { content: "•"; color: #3182ce; /* 蓝点 */ font-weight: bold; display: inline-block; width: 1em; margin-left: -1em; } .anime-text-side strong { color: #3182ce; } .anime-text-side em { font-style: normal; color: #e53e3e; font-weight: 600; } /* 按钮 */ .anime-cta-button { display: inline-block; width: fit-content; padding: 12px 30px; background-color: #e53e3e; color: #fff !important; text-decoration: none; font-weight: 600; border-radius: 50px; transition: transform 0.2s ease, box-shadow 0.2s ease; box-shadow: 0 4px 10px rgba(229, 62, 62, 0.3); } .anime-cta-button:hover { transform: translateY(-2px); box-shadow: 0 6px 15px rgba(229, 62, 62, 0.4); background-color: #c53030; } /* --- 右侧:图片区域 (优化点:使用 img 标签) --- */ .anime-image-wrapper { flex: 1; min-height: 400px; position: relative; overflow: hidden; /* 防止图片溢出 */ } .anime-hero-img { width: 100%; height: 100%; object-fit: cover; /* 关键属性:让 img 表现得像背景