模板:HanazonoSerenya/hanatest/style.css:修订间差异
来自RIA | Wiki
更多操作
HanazonoSerenya(留言 | 贡献) 撤销HanazonoSerenya(讨论)的版本56386 标签:撤销 |
HanazonoSerenya(留言 | 贡献) 无编辑摘要 |
||
| 第12行: | 第12行: | ||
} | } | ||
.reset { | |||
margin: 0; | |||
padding: 0; | |||
font-size: 16px; | |||
} | |||
.timeline { | .timeline { | ||
width: 5px; | width: 5px; | ||
2025年7月25日 (五) 15:30的版本
.container{
color:red;
border:2px solid #73c5ff;
}
.tag {
display: inline-block;
/*background-color: #ff8a80;*/
color: white;
padding: 0.2rem 0.5rem;
border-radius: 0.5rem;
}
.reset {
margin: 0;
padding: 0;
font-size: 16px;
}
.timeline {
width: 5px;
height: 6rem;
background-color: #ffc72c;
position: absolute;
left: 0.5rem;
top: 1rem;
z-index: 0;
}
.timeline-item {
position: relative;
z-index: 1;
}
.timeline-item::before {
content: "●";
color: #ffc72c;
font-size: 3rem;
position: relative;
top: 0.56rem;
left: -0.25rem;
}