更多操作
无编辑摘要 |
无编辑摘要 |
||
第6行: | 第6行: | ||
padding: 3px; | padding: 3px; | ||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); | ||
} | |||
.progress-bar { | |||
height: 20px; | |||
background-color: #41278F; | |||
border-radius: 3px; | |||
text-align: center; | |||
color: white; | |||
line-height: 20px; /* 与高度相同,使文本垂直居中 */ | |||
} | } |
2024年12月18日 (三) 21:09的最新版本
/* 这里放置的CSS将应用于所有皮肤 */ .progress-container { width: 100%; background-color: #f3f3f3; border-radius: 5px; padding: 3px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .progress-bar { height: 20px; background-color: #41278F; border-radius: 3px; text-align: center; color: white; line-height: 20px; /* 与高度相同,使文本垂直居中 */ }