答案 0 :(得分:1)
这里有一个修复程序(注意它不包括渐变背景的IE修复程序):
h1:after {
content: '';
background: linear-gradient(top left, #5FA309, #3B8018);
background: -webkit-gradient(linear, left top, left bottom, from(#5FA309), to(#3B8018));
background: -moz-linear-gradient(top left, #5FA309, #3B8018);
position: absolute;
top: 5px; right: -11px;
width: 21px;
height: 21px;
transform: rotate(45deg);
}