This commit is contained in:
花有清香月有阴
2022-02-23 13:56:08 +08:00
parent 909d24021a
commit 7ae663db75

View File

@@ -190,12 +190,16 @@ export default {
justify-content: space-between; justify-content: space-between;
margin-top: 28px; margin-top: 28px;
.tags { .tags {
display: inline-block;
padding: 4px 16px; padding: 4px 16px;
background: #eeeeee; background: #eeeeee;
border-radius: 24px; border-radius: 24px;
} }
.times { .times {
width: 53%;
font-size: 28px;
color: #999; color: #999;
margin-left: 15px;
} }
} }
} }