用户:LettuceIce/styles.css:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第10行: | 第10行: | ||
} | } | ||
.res- | .res-img { | ||
width: | width:50%; | ||
height:auto; | height:auto; | ||
} | } | ||
2023年11月7日 (二) 03:29的版本
/** 更改选中颜色 **/
::selection {
color: #2168bf;
background-color: #dee7ff;
}
/** 图片虚化 **/
.blurred-image {
filter: blur(5px);
}
.res-img {
width:50%;
height:auto;
}