用户:LettuceIce/styles.css
来自RIA | Wiki
更多操作
/** 更改选中颜色 **/
::selection {
color: #2168bf;
background-color: #dee7ff;
}
/** 图片虚化 **/
.blurred-image {
filter: blur(5px);
}
/** 中心页栏框 **/
.content_box {
height: 230px;
width: 80%;
margin: 0 auto;
display: flex;
}
.content_box_column {
flex: 1;
}
.column_header {
border: solid 1px white;
border-radius: 10px;
background-color: #CCEAFC;
margin: 10px;
box-shadow: 3px 3px 6px #F1F9FE;
}