.prog {
font-size: smaller;
font-weight: bold;
max-width: calc(100% - 2em);
padding: 1em;
}
.prog-title {
display: flex;
justify-content: center;
align-items: center;
background: #000;
color: #FFF;
margin: 0 .15em;
padding: .15em 0;
}
.prog-title ~ .prog-main {
margin: 1em auto 0;
}
.prog-main {
display: flex;
align-items: stretch;
overflow-x: auto;
margin: 0 auto;
}
.prog-main-part {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-shrink: 0;
background: #000;
color: #FFF;
min-height: 3em;
margin: 0 .15em;
padding: .5em 1.5em .5em 1.7em;
overflow: hidden;
}
.prog-main-part:first-child {
padding: .5em 1.5em .5em 1em;
}
.prog-main-part-title {
position: absolute;
top: 0;
left: 0;
background: #898989;
text-align: center;
width: 100%;
padding: .15em 0;
}
.prog-main-part-detail {
display: flex;
grid-gap: 1.5em;
text-align: center;
margin-top: 2em;
}
/* [[Category:在模板名字空间下的CSS页面]][[分类:无畏契约模板]] */