Template:DateTitleList/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.recent-title-list { | |||
font-family: Arial, sans-serif; | |||
line-height: 1.6; /* 行高 */ | |||
margin: 1px 0 0 0; | |||
flex:1; | |||
background: #E3C3AD; | |||
} | |||
.date-title-list { | .date-title-list { | ||
font-family: Arial, sans-serif; | font-family: Arial, sans-serif; | ||
line-height: 1.6; /* 行高 */ | line-height: 1.6; /* 行高 */ | ||
margin: 0; | margin: 1px 0 0 0; | ||
flex:1; | |||
background:#4A0446; | |||
} | } | ||
Line 9: | Line 18: | ||
align-items: baseline; | align-items: baseline; | ||
gap:16px; | gap:16px; | ||
margin-bottom: | margin-bottom: 1px; | ||
padding: 2px 5px; | |||
} | } | ||