下面是一个简单的图书馆能耗统计表格式的示例,用于记录和跟踪图书馆的能源消耗情况。
```html
table {
width: 100%;
bordercollapse: collapse;
}
th, td {
border: 1px solid ddd;
padding: 8px;
textalign: center;
}
th {
backgroundcolor: f2f2f2;
}
tr:nthchild(even) {
backgroundcolor: f2f2f2;
}
日期 | 能源类型 | 消耗量(单位) | 消耗费用(货币) | 备注 |
---|---|---|---|---|
20240501 | 电力 | 500 kWh | $200 | 空调开启时间较长 |
20240501 | 水资源 | 1000 gallons | $50 | 洗手间使用频繁 |
20240501 | 天然气 | 20 therms | $100 | 暖气使用 |