css样式代码
.sc-day-off {
background-color: #FFEBEC;
}
.sc-day-off:before {
content: '休';
display: block;
position: absolute;
font-size: 0.7em;
width: 1.2em;
font-weight: 100;
color: white;
background-color: #E00808;
margin-top: -10px;
}
使用:
在相应的代码上使用这个 sc-day-off 类名即可
展示效果: