This commit is contained in:
hanjian
2024-08-14 15:17:51 +08:00
parent 20a221c1a2
commit b610f94b2e
3483 changed files with 650965 additions and 0 deletions

View File

@@ -0,0 +1,88 @@
/*通用按钮样式*/
.buttonStyle{
height:20px;
padding:0 5px;
width:60px;
color:#003366;
background:#AAD9FF url(img/buttonBg.gif);
border:1px solid;
border-color:#99CCFF #006699 #006699 #99CCFF;
cursor:pointer
}
/*查询按钮样式*/
.queryButtonStyle{
height:16px;
margin-top:0px;
width:16px;
color:#D0E7EF;
background:#D0E7EF url(img/search.png);
border:0px solid;
cursor:pointer
}
/*新增按钮样式*/
.addButtonStyle{
height:16px;
padding:0 5px;
width:16px;
color:#E9FFD2;
background:#E9FFD2 url(img/action_add.png);
border:0px solid;
cursor:pointer
}
/*删除按钮样式*/
.deleteButtonStyle{
height:16px;
padding:0 0px;
width:16px;
color:#FFFFFF;
background:#FFFFFF url(img/action_delete.png);
border:0px solid;
cursor:pointer
}
/*上移按钮样式*/
.upButtonStyle{
height:16px;
padding:0 0px;
width:16px;
color:#FFFFFF;
background:#FFFFFF url(img/arrow_up.png);
border:0px solid;
cursor:pointer
}
/*下移按钮样式*/
.downButtonStyle{
height:16px;
padding:0 0px;
width:16px;
color:#FFFFFF;
background:#FFFFFF url(img/arrow_down.png);
border:0px solid;
cursor:pointer
}
/*置顶按钮样式*/
.topButtonStyle{
height:16px;
padding:0 0px;
width:16px;
color:#FFFFFF;
background:#FFFFFF url(img/arrow_top.png);
border:0px solid;
cursor:pointer
}
/*置底按钮样式*/
.bottomButtonStyle{
height:16px;
padding:0 0px;
width:16px;
color:#FFFFFF;
background:#FFFFFF url(img/arrow_bottom.png);
border:0px solid;
cursor:pointer
}

View File

@@ -0,0 +1,16 @@
a{
text-decoration:none;
color: #003399;
}
a:hover{
text-decoration:underline;
color: #0033CC;
}
.contextMenu{
display:none;
}
.red_txt{
color: #FF6600;
font-size: 12px;
font-weight: bold;
}

View File

@@ -0,0 +1,72 @@
@import url('button.css');
a:link{color:#000000}
.contentPanel_group{
height: 400px;
width: 760px;
overflow: hidden;
margin:0px auto;
padding:5px 0 5px 0;
text-align:center;
background-color:#fff;
}
.titleDIV{
overflow: no;
height:25px;
padding-top:4px;
}
.resultListDIV{
overFlow-x:hidden;
overFlow-x:auto;
height:310px;
}
.table_group{
WIDTH: 100%;
align:left;
display: table;
table-layout:fixed;
border: 1px solid #D4EDB9;
border-collapse:collapse;
cellpadding:0
}
.table_group,th{
background-color:#E9FFD2;
font-family: Verdana,;
font-size: 12px;
font-weight:normal;
border:1px solid #D4EDB9;
height:25px;
}
.table_group,td{
background-color:#FFFFFF;
font-family: Verdana,;
font-size: 12px;
border:1px solid #D4EDB9;
height:25px;
}
.topPanel{
WIDTH: 100%;
float:left;
vertical-align:left;
padding:0px 0 0px 0;
background-image:url(img/daohang.jpg);
}
input {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 1px;
border-left-width: 0px;
border-top-color: #C0C0C0;
border-right-color: #C0C0C0;
border-bottom-color: #C0C0C0;
border-left-color: #C0C0C0;
color:#0080FF;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 529 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 328 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 453 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 448 B

View File

@@ -0,0 +1,20 @@
body, h1, div, li, ul, img, span, p ,h1,h2,h3,h4,h5,h6{
margin: 0;
padding: 0;
}
html {
position: static;
}
li {
list-style-type: none;
}
img {
border: 0;
}
body {
font-family: Verdana,;
font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
font-size: 12px;
}

View File

@@ -0,0 +1,321 @@
@CHARSET "utf-8";
@import url('reset.css');
@import url('common.css');
@import url('button.css');
table {border:0; border-collapse:collapse;}
.trOdd{cursor:pointer;background: rgb(244, 244, 244) none repeat scroll 0% 0%;height:20px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;}
.trEven{cursor:pointer;background: rgb(255, 255, 255) none repeat scroll 0% 0%;height:20px; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial;}
.tdcss{border:#C0C0C0 solid 1px;overflow:hidden;text-overflow:ellipsis;wzy:expression(void(this.title=this.innerText));}
<!--栏目导航样式--start-->
.daohang{ height:20px; background: url(img/daohang.jpg) top repeat-x; margin: 5px 0px; padding:5px; border: 1px solid rgb(204, 204, 204); font-size:12px; text-align:left;}
.daohang a,.daohang a:link{
color:#075586; text-decoration: none; line-height:20px; text-align:left;
}
.daohang a:visited {
color: rgb(228, 135, 3); text-decoration: none;
}
.daohang a:active {
color: rgb(228, 135, 3); text-decoration: none;
}
.daohang a:hover {
color: rgb(228, 135, 3); text-decoration: underline;
}
<!--栏目导航样式--end-->
<!--工具栏样式--start-->
.toolbar
{
height: 21px;
background: #D3E1F0 url('img/local.jpg') repeat-x;
line-height: 21px;
border-top-width: 1px;
border-right-width: 0;
border-bottom-width: 0px;
border-left-width: 0;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #ACC0F0;
border-right-color: #ACC0F0;
border-bottom-color: #ACC0F0;
border-left-color: #ACC0F0;
}
.toolbar .welcome
{
width: 200px;
height: 21px;
border-right: 1px #697078 solid;
float: left;
}
.toolbar .welcome .text
{
color: #FFFFFF;
padding-left: 30px;
}
.toolbar .local
{
float: left;
color: #FFFFFF;
border-left: 1px #E4EFF8 solid;
}
.toolbar .local label
{
padding-left: 14px;
margin-left: 20px;
background: url('img/(828).gif') no-repeat scroll left center;
}
.toolbar .local a
{
color: #FFFFFF;
font-weight: bold;
}
.toolbar .local a:hover
{
color: #FFFFFF;
}
.toolbar .view
{
width: 130px;
float: right;
height: 21px;
border-left: 1px #697078 solid;
}
.toolbar .view .ctrl
{
border-left: 1px #E4EFF8 solid;
height: 21px;
padding-left: 20px;
}
.toolbar .view .ctrl a
{
display: block;
width: 13px;
height: 11px;
overflow: hidden;
float: left;
margin-right: 10px;
background: black;
margin-top: 4px;
background: white url('img/toolbar_view_ctrl_a.jpg') no-repeat;
}
.toolbar .view .ctrl .c1
{
background-position: left top;
}
.toolbar .view .ctrl .c2
{
background-position: -13px top;
}
.toolbar .view .ctrl .c3
{
background-position: -26px top;
}
.toolbar .view .ctrl .c4
{
background-position: -39px top;
}
.accordion
{
height: 100%;
margin: 0px 0px;
overflow: hidden;
background-color: #D0E7EF;
background-image: url(img/tree_bg.jpg);
background-repeat: no-repeat;
background-position: left bottom;
}
.accordion .caption
{
height: 23px;
line-height: 23px;
background: url(img/accordionBg.gif) repeat-x;
color:#fff;
padding-left:10px;
}
.accordion .caption a
{
height: 100%;
display: block;
font-weight: bold;
text-indent: 30px;
color: #FFFFFF;
}
.accordion .caption a:hover
{
color: #003366;
text-decoration: none;
background: url(img/accordionTextBg.gif) no-repeat;
}
.accordion .content div, .accordion .content div div
{
height:100%;
border-bottom-width: 0px;
}
.accordion .content
{
display: none;
overflow: hidden;
}
.accordion h1.on a
{
color: #003366;
background: url(img/accordionTextBg.gif) no-repeat;
}
.accordion div.on
{
display: block;
}
<!--组织用户页面样式--start-->
.contentPanel_sms
{
height: 460px;
width: 760px;
margin-top: 2px;
overflow: hidden;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.contentPanel_sms .navPanel_sms
{
width: 250px;
height: 460px;
float: left;
overflow: hidden;
margin-right: 2px;
margin-left: 2px;
background-color: #fff;
border: 1px #257ABB solid
}
.contentPanel_sms .workPanel_sms
{
height: 460px;
width:310px;
overflow: hidden;
}
.workPanel_sms .tabs_sms
{
height: 460px;
width: 310px;
overflow: hidden;
position: relative;
}
.workPanel_sms .tabs_sms .tabs-nav_sms
{
height: 25px;
background: url('img/tabs-nav.jpg') repeat-x;
border: 1px #257ABB solid;
padding-left: 20px;
}
.mainHeader
{
height: 24px;
background: url('img/tabs-nav.jpg') repeat-x;
border: 1px #257ABB solid;
padding-left: 20px;
}
.workPanel_sms .tabs_sms .move
{
width: 14px;
height: 25px;
position: absolute;
top: 1px;
display: none;
z-index: 1;
cursor: pointer;
}
.workPanel_sms .tabs_sms .previous
{
left: 0;
border-left: 1px #2D7EC5 solid;
background: url('img/workPanel_tabs_previous.jpg') no-repeat scroll center center;
border-bottom: 1px solid #75B4E0;
border-right: 1px solid #2D7EC5;
}
.workPanel_sms .tabs_sms .next
{
right: 0;
border-right: 1px #2D7EC5 solid;
background: url('img/workPanel_tabs_next.jpg') no-repeat scroll center center;
border-bottom: 1px solid #75B4E0;
border-left: 1px solid #2D7EC5;
}
.workPanel_sms .tabs_sms .tabs-nav_sms ul
{
width: 100%;
margin-left: 15px;
position: absolute;
left: 0;
border-left: 1px #2D7EC5 solid;
}
.workPanel_sms .tabs_sms .tabs-nav_sms li
{
height: 25px;
float: left;
line-height: 25px;
text-align: center;
cursor: default;
color: #004488;
cursor: pointer;
position: relative;
}
.workPanel_sms .tabs_sms .tabs-nav_sms .on
{
background: white url('img/tabs-nav-li-on.jpg') repeat-x;
font-weight: bold;
}
.workPanel_sms .tabs_sms .tabs-nav_sms .close
{
width: 12px;
height: 12px;
overflow: hidden;
background: url('img/tabs-nav-close.gif') no-repeat scroll center center;
position: absolute;
right:3px;
top:3px;
}
.workPanel_sms .tabs_sms .tabs-nav_sms .close:hover
{
background: url('img/tabs-nav-close-hover.gif') no-repeat;
}
.workPanel_sms .tabs_sms .tabs-nav_sms span
{
padding: 0 16px;
border-right: 1px #257ABB solid;
display: block;
}
.workPanel_sms .tabs_sms .tabs-nav_sms .on span
{
float: left;
height: 26px;
background: white url('img/tabs-nav-li-on.jpg') repeat-x;
top: 1px;
}
.workPanel_sms .tabs_sms .tabs-nav_sms .on .close
{
display: block;
}
.workPanel_sms .tabs_sms .tabs-content
{
border: 1px #257ABB solid;
border-top: 0;
overflow: auto;
height: 100%;
}
.workPanel_sms .tabs_sms .tabs-content .box
{
display: none;
height: 100%;
overflow:hidden;
}
.workPanel_sms .tabs_sms .tabs-content .on
{
display: block;
}
<!---缁勭粐鐢ㄦ埛椤甸潰鏍峰紡--end-->