粘性定位:
.dialog-footer { position: sticky; bottom: 10px; text-align: center; background-color: #fff; }
居中:
.center {width: 80%, margin: auto 0}
.class_name: hover / focus
博客介绍了CSS相关样式设置,包含粘性定位,如设置.dialog - footer的position为sticky,以及居中样式,设置.center的宽度和外边距。还提及了:hover / :focus伪类。
粘性定位:
.dialog-footer { position: sticky; bottom: 10px; text-align: center; background-color: #fff; }
居中:
.center {width: 80%, margin: auto 0}
.class_name: hover / focus
357

被折叠的 条评论
为什么被折叠?