公告板
版本库
filestore
活动
搜索
登录
main
/
gdmis_mu
多单位版国产化地质资料管理系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1、添加报表 2、修改添加报表报错
zhai
2025-12-18
3c6f6c1e3016e38146a4c46be6e7b625c35591f2
[gdmis_mu.git]
/
src
/
main
/
webapp
/
static
/
styles
/
initialize.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@charset "utf-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,input,textarea,select,table,th,td,pre{margin:0px; padding:0px;}
body{font-size:14px; font-family: "SimSun";}
i,em{font-style:normal;}
li{list-style:none;}
a{text-decoration:none; color:#333;}
img{border:none; vertical-align:top;}
table{border-collapse:collapse;}
textarea{resize:none; overflow:auto;}
.hide{display:none;}
*:focus{outline:none;}
.clear{*zoom:1;}
.clear:after{content:""; display:block; clear:both;}
input[type=radio],input[type=checkbox]{vertical-align: middle;}
/* button:active, a:active, input[type=button]:active, input[type=submit]:active{ filter:alpha(Opacity=80); opacity: 0.8;} */