| 12345678910111213141516171819202122232425262728293031323334353637 |
- .menubutton {
- cursor: hand;
- height:25;
- background:gray;;
- }
- #menuTree{
- margin-top:2px;
- border-top:1px solid gray;;
- }
- #separateLine{
- position:absolute;
- top:0;
- left:0;
- width:100%;
- height:100%;
- margin-top:25px;
- border-left: 0px solid gray;;
- }
-
- .bannerbutton{
- background:url(images/banner3.gif);
- }
- .leftHeader{background:url(images/header_pink.png)}
- .rightHeader{background:url(images/banner2.gif) right 0;overflow:hidden}
- /*FRAME上的导航栏 background-color:#dcdfe5;*/
- .navigator{
- background:gray;
- }
-
- /*单记录表表头背景色*/
- .fwdatagrid-th-rownum,.fwdatagrid-th-rownum-top,.fwdatagrid-th,.fwdatagrid-th-fixed,.fweditgrid-th,.fweditgrid-th-rownum{
- border-right:1px solid #ccc;
- border-bottom:1px solid #ccc;
- background:pink;
- }
|