Template:ScheduleList/styles.css:修订间差异
跳转到导航
跳转到搜索
小无编辑摘要 |
小无编辑摘要 |
||
(未显示同一用户的2个中间版本) | |||
第4行: | 第4行: | ||
margin: 1px 0 0 0; | margin: 1px 0 0 0; | ||
flex:1; | flex:1; | ||
background:#000; | |||
} | } | ||
第12行: | 第13行: | ||
.schedule-list li .datetime{ | .schedule-list li .datetime{ | ||
display: flex; | display: flex; | ||
align-items: | align-items: stretch; | ||
padding: 0 15px; | padding: 0 15px; | ||
} | } | ||
第19行: | 第20行: | ||
font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; | font-family: 'Linux Libertine', 'Georgia', 'Times', 'Source Serif Pro', serif; | ||
font-weight: bold; | font-weight: bold; | ||
white-space: nowrap; | |||
width: 38px; | |||
display: flex; | |||
justify-content: center; | |||
align-items: center; | |||
} | } | ||
.schedule-list li .datetime > .schedule-box{ | .schedule-list li .datetime > .schedule-box{ | ||
margin-left: 15px; | margin-left: 15px; | ||
max-width: 60%; | |||
} | } | ||
.schedule-list li .datetime > .schedule-date{ | .schedule-list li .datetime > .schedule-date{ | ||
background:#000; | background:#000; | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; |