欢迎您来到“名字什么都是浮云”的博客空间!

100问

@Html.Raw(ViewBag.NavBar)

MVC中的Html.Raw是什么:

Css中的!important,以下实例说明使用!important的css定义是拥有最高的优先级的

显示蓝色

<style type="text/css">
.testClass{ 
color:blue !important;
}
</style>
<body>
    <div class="testClass" style="color:red;">
        测试Css中的Important
    </div>
</body>
</html>

 

posted @ 2017-03-16 16:53  名字什么都是浮云  阅读(124)  评论(0编辑  收藏  举报