css的所有其他部分在浏览器中正常工作。此部分仅适用于设计视图。我也尝试添加cssclass并清除缓存并在IE,Chrome和Firefox上运行。似乎没什么用。
<asp:Label ID="lblWelcomeText" runat="server" Text="WELCOME" CssClass="welcome">
.welcome{
display: inline-block;
text-align:center;
/*border-bottom: 5px solid #f0f1e7;*/
color: #ffe9da;
font-family: sans-serif;
font-size: 68px;
font-weight: normal;
/*line-height: 48px;
margin: 0 0 26px;
padding: 0 0 24px;*/
}
答案 0 :(得分:0)
</asp:Label>
代码。<span id="lblWelcomeText" class="welcome">WELCOME</span>