Template:ScheduleList/styles.css:修订间差异
跳转到导航
跳转到搜索
无编辑摘要 |
无编辑摘要 |
||
第6行: | 第6行: | ||
.schedule-list li { | .schedule-list li { | ||
margin-bottom: 1px; | margin-bottom: 1px; | ||
} | } | ||
第24行: | 第23行: | ||
background:#000; | background:#000; | ||
height:100%; | height:100%; | ||
display: flex; | |||
align-items: center; | |||
} | } | ||
/* 表格页通用样式 */ | /* 表格页通用样式 */ |
2025年1月23日 (四) 08:23的版本
.schedule-list { font-family: Arial, sans-serif; line-height: 1.6; /* 行高 */ margin: 1px 0 0 0; } .schedule-list li { margin-bottom: 1px; } .schedule-list li .datetime{ display: flex; align-items: center; padding: 2px 15px; } .schedule-list li .datetime > .schedule-week{ margin-right: 15px; } .schedule-list li .datetime > .schedule-box{ margin-left: 15px; } .schedule-list li .datetime > .schedule-date{ background:#000; height:100%; display: flex; align-items: center; } /* 表格页通用样式 */ .online{ background:#FA48E2; color:#fff; } .offline{ background:#4A0446; color:#fff; } .neuro-evil{ background:#cb6273; text-shadow:-1px -1px 0 #e3c3ad,1px -1px 0 #e3c3ad,-1px 1px 0 #e3c3ad,1px 1px 0 #e3c3ad; } .neuro-vedal{ background:#96ba8c; text-shadow:-1px -1px 0 #4ab06b,1px -1px 0 #4ab06b,-1px 1px 0 #4ab06b,1px 1px 0 #4ab06b; } .evil-vedal{ background:#7e5952; text-shadow:-1px -1px 0 #4ab06b,1px -1px 0 #4ab06b,-1px 1px 0 #4ab06b,1px 1px 0 #4ab06b; } .vedal{ background:#4ab06b; } .neuro-evil-vedal{ background:#a07c70; color:#fff; }