- 注册时间
- 2018-5-2
- 最后登录
- 1970-1-1
- 阅读权限
- 10
- 积分
- 190
- 精华
- 0
- 帖子
- 0
|
<style type="text/css">
body{
margin:0;padding:0;border:0;width:100%;height:100%;overflow:hidden;
}
headersty
{
background-color:Blue;
}
</style>
<div class="app-header headersty" region="north" height="auto" showSplit="false"
showHeader="false" >
<a> </a>
<br />
<a style="margin:10; cursor:default;font-family:'Trebuchet MS',Arial,sans-serif; font-size: x-large; text-align: left;">
管理信息系统</a>
<aspabel ID="Label1" runat="server" Text="当前用户:"></aspabel>
<input name="tb" class="mini-combobox" valueField="ID" textField="NAME"
style="border-style: 0; border-width: 0px; text-align: right;"
/>
<a class="mini-button" iconCls="icon-no">退出登录</a>
</div>
想改变顶端栏的背景颜色为蓝色,不成功,请问该怎样修改?
|
|