有谁知道如何使它工作?当我只测试 HTML 和 CSS 时,这是很奇怪的原因 - 它运行良好,但是当我试图将它添加到 ASP 时:.button - 运行良好,但 .button:after (or.button:before) - 不工作根本...
<asp:Button ID="Button1" type="submit" runat="server" CssClass="login-button" Text="Login"></asp:Button>
.login-button:after {
position: absolute;
top: 15px;
left: 12px;
width: 25px;
height: 19px;
background: url("../img/bg.png") 0 0 no-repeat;
}