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