【发布时间】:2018-04-02 02:37:21
【问题描述】:
My masterpage code:
<head runat="server">
<title>System</title>
<asp:ContentPlaceHolder ID="head" runat="server">
</asp:ContentPlaceHolder>
<style>
.masterfixed { table-layout:fixed; color:rebeccapurple}
.masterfixed td { overflow: hidden;}
</style>
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" >
<link href="bootstrap/css/masdesign.css" rel="stylesheet" type="text/css" >
我只想在我的母版页上显示我的颜色。但是为什么这适用于我的内容占位符中的所有字体。请帮忙谢谢。
【问题讨论】:
-
在此处发布您的
<body>代码
标签: c# css master-pages