Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/zhky/src/commit/2d465568061d4f26ee7aee4cc65853c2e7276f80/out/artifacts/zhyw_war_exploded/js/2k3Dialog.css You should set ROOT_URL correctly, otherwise the web may not work correctly.
zhky/out/artifacts/zhyw_war_exploded/js/2k3Dialog.css

69 lines
1.7 KiB

/* ---------------------------------------------------- */
/* 2k3Widgets (2k3Dialog) Stylesheet */
/* */
/* Copyright ?002-2004 Stedy Software and Systems */
/* Please see http://www.stedy.com for terms of use. */
/* ---------------------------------------------------- */
/* ---------------------------------------------------- */
/* 2k3Dialog */
/* ---------------------------------------------------- */
.2k3Dialog
{
behavior: url(/js/2k3Dialog.htc);
closeImageUrl: /images/cmnuClose.gif;
position: absolute;
border: 2px outset window;
background-color: buttonface;
overflow: hidden;
cursor: default;
}
.2k3Dialog .windowCaption
{
background-color: activecaption;
padding: 2px 2px 3px 20px;
white-space: nowrap;
margin: 2px;
width: 100%;
overflow: hidden;
color: captiontext;
font: caption;
cursor: default;
filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=0);
}
.2k3Dialog .captionImage
{
position: absolute;
left: 3px;
cursor: default;
}
.2k3Dialog .windowButtonClose
{
position: absolute;
border-left: 1px solid buttonhighlight;
border-top: 1px solid buttonhighlight;
border-bottom: 1px solid threeddarkshadow;
border-right: 1px solid threeddarkshadow;
background-color: buttonface;
cursor: default;
}
.2k3Dialog .windowButtonClose IMG
{
border-bottom: 1px solid buttonshadow;
border-right: 1px solid buttonshadow;
cursor: default;
}
.2k3Dialog .windowContent
{
background-color: window;
color: windowtext;
font: window;
padding: 0px;
margin: 0px 3px 3px 2px;
width: 0px;
height: 0px;
}