【SWELL】投稿リストの日付をおしゃれに表示したい
当サイトは広告を含んでいます。
.icon-posted::before {
display: none;
}
.news-list .p-postList.-type-simple{
border-top:none;
}
.news-list .-type-simple .p-postList__link{
border-bottom:none;
}
.news-list .p-postList__body {
display: flex;
align-items: center;
gap: 1em;
}
.news-list .p-postList__times {
position: relative;
padding-right: 3em;
margin-right: 2em;
}
.news-list .p-postList__times::after {
content: "";
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
height: 1.2em;
width: 1px;
background-color: #6D6D6D;
}
@media screen and (max-width: 1000px) {
.news-list .p-postList__times {
position: relative;
padding-right: 1em;
margin-right: 0em;
}
}
.p-postList .p-postList__title{
font-weight:normal !important;
}
.p-postList time {
color: #3a3a3a !important;
font-size:0.8rem;
}
コメント