Template:Info/styles.css
模板页面
更多操作
.info-stack-container {
border: 1px solid #AAA;
border-left: 4px solid #36c;
background-color: #fff;
margin: 1em 0;
box-sizing: border-box;
max-width: 100%;
}
/* 相邻容器边框合并,实现无缝堆叠 */
.info-stack-container + .info-stack-container {
margin-top: -1px;
}
.info-header {
display: flex;
align-items: center;
}
.info-icon {
margin-right: 12px;
flex-shrink: 0;
line-height: 0;
}
.info-title {
flex: 1;
min-width: 0;
}
.info-content {
/* 基础样式由内联控制 */
}
.info-body {
display: flex;
align-items: flex-start;
}