chore: 添加多个图片和资源文件
添加了管理后台所需的图片资源、Excel文件、安装程序以及设计相关的图片文件
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
BODY {
|
||||
font-family:ËÎÌå;FONT-SIZE:14px;margin:0px;padding:0px;
|
||||
}
|
||||
body,input,td,select,div,li,ul,textarea,form {
|
||||
font-family:ËÎÌå;FONT-SIZE:14px;
|
||||
}
|
||||
/*------------------------------- ºǫ́ */
|
||||
/* --menu */
|
||||
|
||||
.menu_click{
|
||||
display: block; background-color:#3b3ff3;color:white;padding: 5px;border-radius: 6px;margin: 5px;text-align: center;text-decoration:none;
|
||||
}
|
||||
.menu{
|
||||
display: block;background-color:#d9d6d7;padding: 5px;border-radius: 6px;margin: 5px;text-align: center;color: black;text-decoration:none;
|
||||
}
|
||||
a {
|
||||
text-decoration:none;
|
||||
}
|
||||
.menu_l1{
|
||||
background-color:#f0f0f0;height:20px;color:#005baa;font-weight:bold;border:1px solid #c0dbf8;
|
||||
}
|
||||
.menu_l2{
|
||||
height:20px;
|
||||
}
|
||||
.menu_l2_click{
|
||||
font-weight:bold;height:14px;
|
||||
}
|
||||
.table_border{
|
||||
background-color:#c0dbf8;
|
||||
}
|
||||
.table_head{
|
||||
background-color:#f3f3f3;color:#005baa;font-weight:bold;
|
||||
}
|
||||
/* --nav */
|
||||
.nav{
|
||||
height:28px;
|
||||
}
|
||||
|
||||
.button_act{
|
||||
font-size:14px;backgound-color:#cccccc;color:#000000;padding-left:8px;padding-right:8px;
|
||||
}
|
||||
|
||||
#img_container{
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);}
|
||||
#img_container1{
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);}
|
||||
#img_container2{
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);}
|
||||
#img_container3{
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);}
|
||||
#img_container4{
|
||||
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale);}
|
||||
.fontWhite{
|
||||
color:#ffffff;
|
||||
}
|
||||
@@ -0,0 +1,27 @@
|
||||
BODY {
|
||||
margin:0px;padding:0px;background-color:#232323;
|
||||
}
|
||||
a,a:link,a:visited,a:active {
|
||||
text-decoration:none;COLOR: #ffffff;FONT-SIZE:13px;
|
||||
}
|
||||
a:hover {
|
||||
TEXT-DECORATION: none;COLOR: #cccccc;FONT-SIZE:13px;
|
||||
}
|
||||
input,select,option{
|
||||
height:22px;
|
||||
}
|
||||
body,input,td,select,div,li,ul,textarea,form {
|
||||
font-family:ËÎÌå;FONT-SIZE:13px;
|
||||
}
|
||||
.fontWhite{
|
||||
color:#ffffff;
|
||||
}
|
||||
.tab{
|
||||
font-size:13px;font-weight:bold;
|
||||
}
|
||||
.keynum{
|
||||
font-size:14px;font-weight:bold;width:60px;height:40px;
|
||||
}
|
||||
.c1{
|
||||
color:#FFCC00;
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
.ac_results {
|
||||
padding: 0px;
|
||||
border: 1px solid black;
|
||||
background-color: white;
|
||||
overflow: hidden;
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.ac_results ul {
|
||||
width: 100%;
|
||||
list-style-position: outside;
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ac_results li {
|
||||
margin: 0px;
|
||||
padding: 2px 5px;
|
||||
cursor: default;
|
||||
display: block;
|
||||
/*
|
||||
if width will be 100% horizontal scrollbar will apear
|
||||
when scroll mode will be used
|
||||
*/
|
||||
/*width: 100%;*/
|
||||
font: menu;
|
||||
font-size: 12px;
|
||||
/*
|
||||
it is very important, if line-height not setted or setted
|
||||
in relative units scroll will be broken in firefox
|
||||
*/
|
||||
line-height: 16px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.ac_loading {
|
||||
background: white url('indicator.gif') right center no-repeat;
|
||||
}
|
||||
|
||||
.ac_odd {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
.ac_over {
|
||||
background-color: #0A246A;
|
||||
color: white;
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
BODY {
|
||||
font-family:ËÎÌå;FONT-SIZE:9pt;margin:0px;padding:0px;
|
||||
}
|
||||
a,a:link,a:visited,a:active {
|
||||
text-decoration:none;COLOR: #0000ff;
|
||||
}
|
||||
a:hover {
|
||||
TEXT-DECORATION: underline;COLOR: #aaaa9f;
|
||||
}
|
||||
body,input,td,select,div,li,ul,textarea,form {
|
||||
font-family:ËÎÌå;FONT-SIZE:9pt;
|
||||
}
|
||||
/*------------------------------- ǰ̨ */
|
||||
.blue{
|
||||
color:#567ec4;
|
||||
}
|
||||
.hr1{
|
||||
height:1px;background-color:#e5e5e5;
|
||||
}
|
||||
.img1{
|
||||
border:1px solid #b7c6d9;
|
||||
}
|
||||
.thead1{
|
||||
background:url(../images/v1/bg_thead.jpg);color:#000000;font-weight:normal;
|
||||
}
|
||||
.td1{
|
||||
border:1px solid #eef2f5;
|
||||
}
|
||||
.button2{
|
||||
background:url(../images/v1/button2.gif);width:55px;height:23px;
|
||||
}
|
||||
Reference in New Issue
Block a user