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