/* 图片容器样式:彻底清除间隙 */ .-tote-img-container { margin: 0 !important; padding: 0 !important; line-height: 0 !important; /* 消除行高间隙 */ font-size: 0 !important; /* 消除字符间距 */ display: block !important; } /* 图片样式:强制无间隙 */ .-tote-img-container img { display: inline-block !important; margin: 0 !important; padding: 0 !important; border: 0 !important; vertical-align: top !important; /* 杜绝基线对齐间隙 */ line-height: normal !important; font-size: 16px !important; /* 响应式适配:小屏自动铺满 */ max-width: 100% !important; height: auto !important; } /* 兼容:清除可能残留的p标签默认样式(若有) */ .-tote-img-container p { margin: 0 !important; padd










Reviews
There are no reviews yet.