模板:HanazonoSerenya/hanatest/style.css:修订间差异
来自RIA | Wiki
更多操作
HanazonoSerenya(留言 | 贡献) 无编辑摘要 |
HanazonoSerenya(留言 | 贡献) 无编辑摘要 |
||
| 第45行: | 第45行: | ||
width:0; | width:0; | ||
height:0; | height:0; | ||
list-style: none; | |||
} | } | ||
.mid>div.timeline{ | .mid>div.timeline{ | ||
background: linear-gradient(to bottom, #ffc72c , #B2FF59); | background: linear-gradient(to bottom, #ffc72c , #B2FF59, #B2FF59); | ||
} | } | ||
2025年7月25日 (五) 17:17的版本
.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;
}
.timeline {
width: 5px;
height: 5rem;
background-color: #ffc72c;
position: absolute;
left: -1.15rem;
top: -1rem;
z-index: 0;
}
.timeline-item {
position: relative;
z-index: 1;
padding-bottom: 1rem;
}
.timeline-item::before {
content: "";
background-color: #ffc72c;
width: 1rem;
height: 1rem;
border-radius: 50%;
position: absolute;
top: 0.5rem;
left: -1.5rem;
}
.starting::before{
background-color: #B2FF59;
}
.starting>div.timeline{
background-color: #B2FF59;
}
.mid::before{
width:0;
height:0;
list-style: none;
}
.mid>div.timeline{
background: linear-gradient(to bottom, #ffc72c , #B2FF59, #B2FF59);
}