LLWiki正在建设中,欢迎加入我们

“Widget:OuterImage”的版本间差异

跳转到导航 跳转到搜索
(//使用页面/文本对比查看器快速编辑)
(//使用页面/文本对比查看器快速编辑)
.outerImage { /* 外层容器,防窄屏上图片过宽 */
overflow-x: auto;
max-width: 100%;
}
.outerImage > div { /* 内层容器,可以裁剪 */
overflow: hidden;
position: relative;
}
.badImage {
position: relative;
pointer-events: none;
width: 100px !important;