用户:LettuceIce/styles.css:修订间差异
来自RIA | Wiki
更多操作
LettuceIce(留言 | 贡献) 无编辑摘要 |
LettuceIce(留言 | 贡献) 无编辑摘要 |
||
| 第10行: | 第10行: | ||
} | } | ||
/** 中心页栏框 **/ | |||
.content_box { | .content_box { | ||
height: 230px; | height: 230px; | ||
| 第19行: | 第20行: | ||
.content_box_column { | .content_box_column { | ||
flex: 1; | flex: 1; | ||
} | |||
.column_header { | |||
border: solid 1px white; | |||
border-radius: 10px; | |||
background-color: #CCEAFC; | |||
margin: 10px; | |||
box-shadow: 3px 3px 6px #F1F9FE; | |||
} | } | ||
2023年11月7日 (二) 14:03的版本
/** 更改选中颜色 **/
::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;
}