“Widget:OuterImage”的版本间差异

添加18字节 、​ 2021年2月10日 (三) 22:28
//使用页面/文本对比查看器快速编辑
(//使用页面/文本对比查看器快速编辑)
(//使用页面/文本对比查看器快速编辑)
.outerImage { /* 外层容器,防窄屏上图片过宽 */
overflow-x: auto;
max-width: 100%;
}
.outerImage > div { /* 内层容器,可以裁剪 */
overflow: hidden;
position: relative;
}
.badImage {
position: relative;
pointer-events: none;
width: 100px !important;
16,874

个编辑