html - tbody 的 CSS 表格加载叠加层

table.loading { position: relative; } table.loading:after { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.1); background-image: url(../images/loading.gif); backgroun


相关搜索

热门搜索