123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491 |
- /**
- 附件样式表。
- */
- div.attachement{
- float:left;
- overflow:hidden;
- padding:3px 0 0 15px;
- white-space:nowrap;
- }
- span.attachement-span{
- float:left;
- background:#f5f6f4;
- border:1px solid #e1e1e1;
- margin:5px 10px 5px 0;
- padding 1px 3px 1px 5px;
- }
- a.attachment{
- text-decoration: none;
- font-size: 13px;
- color:#606060;
- }
- a.cancel{
- background:url(../images/cancel.png) 0 1px no-repeat;
- display:inline-block;
- height:14px;
- margin-left:8px;
- overflow:hidden;
- width:14px;
- text-decoration:none;
- }
- a.download{
- background:url(../images/arrow.png) 0 1px no-repeat;
- display:inline-block;
- height:14px;
- margin-left:8px;
- overflow:hidden;
- width:14px;
- text-decoration:none;
- }
- a.attachment:hover{
- text-decoration: underline;
- }
- table.formTable{
- border:1px solid #366092;border-collapse :collapse;width:100%;text-align:center;
- font-size: 12px;
- }
- table.formTable td{
- padding:4px 4px 4px 4px;
- /**border:solid 1px #366092;**/
- }
- table.formTable input, table.formTable textarea {
- width:250px;
- margin:2px;
- }
- table.formTable input[type="radio"], table.formTable input[type="checkbox"] {
- width: 20px;
- }
- td.formHead{
- border:1px solid #666666;
- text-align: center;
- font-size: 16px;
- font-weight: bold;
- background-color: #888888;
- height: 32px;
- color: #fff;
- }
- td.teamHead{
- border:1px solid #656565;
- text-align: left;
- font-size: 14px;
- font-weight: bold;
- background-color:#e6e6e6;
- height: 32px;
- color: #464646;
- }
- .window-table{
- width:50%;
- padding: 0;
- margin: 0;
- margin-top:15px;
- border-collapse:collapse;
- }
- .window-table th{
- width:40%;
- font-size: 13px;
- border: 1px solid #A8CFEB;
- background: #EDF6FC;
- font-size:13px;
- padding: 6px 6px 6px 12px;
- }
- .window-table td{
- width:60%;
- border: 1px solid #A8CFEB;
- background: #fff;
- font-size:12px;
- padding: 6px 6px 6px 12px;
- }
- .blocktable {
- width:100%;
- padding: 0;
- margin: 0;
- margin-top:15px;
- border-collapse:collapse;
- }
- .blocktable th {
- font-size: 13px;
- border: 1px solid #B8B8B8;
- background: #EBEBEB;
- font-size:13px;
- padding: 6px 6px 6px 12px;
- }
- .blocktable td{
- border: 1px solid #B8B8B8;
- background: #fff;
- font-size:12px;
- padding: 6px 6px 6px 12px;
- }
- .datepicker input{
- width:130px;
- background: url(../images/datePicker.gif) no-repeat scroll right center #FFFFFF;
- border: 1px solid #999999;
- height: 20px;
- }
- .dictionary input{
- width:130px;
- background: url(../images/control-270.png) no-repeat scroll right center #FFFFFF;
- border: 1px solid #999999;
- height: 20px;
- }
- td.formTitle{
- padding:2px;border:1px solid #666666;
- background-color:#F0F1F1;
- text-align: right;
- height: 23px;
- }
- td.formInput{
- padding:2px;border:1px solid #666666;
- background-color:white;
- text-align: left;
- }
- table.listTable{
- border-collapse :collapse;width:100%;text-align:center;
- font-size: 12px;
- }/*border:1px solid #366092;*/
- table.listTable tr.headRow{
- height: 32px;
- }
- .headRow th{
- height:32px;
- text-align: left;
- background-color: #F0F1F1;
- padding:4px 4px 4px 4px;
- border:solid 1px #366092;
- }
- .listRow td{
- text-align: left;
- border:solid 1px #366092;
- padding:4px 4px 4px 4px;
- }
- table.listTable tr.toolBar{
- height: 32px;
- }/*background-color: #366092;*/
- table.listTable tr.toolBar td{
-
- text-align: left;
- padding-left: 4px;
- }/*border:1px solid #366092;*/
- table.listTable th{
- border:1px solid #666666;
- text-align: center;
- height: 25px;
- font-size:12px;
- background-color:#F1F6FF;
- font-weight:bold;
-
- }
- /*验证表单字段样式*/
- label.error {
- background: url(../images/valid/unchecked.gif) no-repeat 0px 0px;
- margin-left: 16px;
- padding-left: 16px;
- padding-bottom: 2px;
- font-weight: bold;
- color: #EA5200;
- }
- table.listTable tr.listRow td{
- border:1px solid #666666;
- text-align: center;
- height: 23px;
- padding-top: 2px;
- padding-bottom: 2px;
- }
- .taskopinion{
- display:inline-block;
- padding:3px;
- width:600px;
- height:50px;
- border:1px dashed #000;
- background:url(../images/taskopinion_logo.png) 5px 0px no-repeat;
- }
- .taskopinion input{
- border:none;
- width:1px;
- height:1px;
- }
- .flowchart{
- display:inline-block;
- padding:3px;
- width:600px;
- height:300px;
- border:1px dashed #000;
- background:url(../images/flowchart_logo.png) 5px 0px no-repeat;
- }
- .flowchart input{
- border:none;
- width:1px;
- height:1px;
- }
- .office-div{
- width:90%;
- height:300px;
- border:1px solid #ccc;
- background:url(../images/office_logo.png) 5px 0px no-repeat;
- }
- /**
- 验证印章样式 xcx。
- */
- .webSign-div{
- width:90%;
- height:100px;
- border:1px solid #ccc;
- background:url(../images/webSign_logo.png) 5px 0px no-repeat;
- }
- .pictureShow-div{
- width:90%;
- height:300px;
- border:1px solid #ccc;
- background:url(../images/pictureShow_logo.png) 5px 0px no-repeat;
- }
- a.link{
- padding-left:20px;
- cursor: pointer;
- color: #555555;
- font-size:12px;
-
- text-decoration: none;
- display:inline-block;
- <!--[if !IE]-->
- display:inline;
- <!--[endif]-->
- }
- a.link.add{
- background:url(../images/icons/icons_add.png) 0px -1px no-repeat;
- }
- a.link.date{
- background:url(../images/icons/log_btn.png) 0px -1px no-repeat;
- }
- a.link.del{
- background:url(../images/icons/icons_del.png) 0px -1px no-repeat;
- }
- a.link.dic{
- background:url(../images/icons/dictionary.png) 0px -1px no-repeat;
- }
- a.link.role{
- background:url(../images/icon/role.gif) 0px -1px no-repeat;
- }
- a.link.roles{
- background:url(../images/icon/roles.gif) 0px -1px no-repeat;
- }
- a.link.position{
- background:url(../images/icon/post.gif) 0px -2px no-repeat;
- }
- a.link.positions{
- background:url(../images/icon/posts.gif) 0px -2px no-repeat;
- }
- a.link.attachement{
- background:url(../images/icon/attachement.png) 0px -1px no-repeat;
- }
- a.link.user{
- background:url(../images/icon/user.gif) 0px -1px no-repeat;
- }
- a.link.users{
- background:url(../images/icon/users.gif) 0px -1px no-repeat;
- }
- a.link.org{
- background:url(../images/icon/org.gif) 0px -1px no-repeat;
- }
- a.link.orgs{
- background:url(../images/icon/org.gif) 0px -1px no-repeat;
- }
- a.link.actInsts{
- background:url(../images/icon/actInsts.gif) 0px -1px no-repeat;
- }
- input.hidden{
- border:none;
- width:0px;
- height:0px;
- }
- a.extend{
- padding-left:20px;
- cursor: pointer;
- color: blue;
- font-size:12px;
- text-decoration: none;
- display:inline-block;
- <!--[if !IE]-->
- display:inline;
- <!--[endif]-->
- }
- .hidedomain input{
- border:1px dashed #000;
- background:url(../images/icon/hidedomain.png) 0 0 no-repeat;
- width:42px;
- }
- .officecontrol input{
- border:1px dashed #000;
- width:800px;
- height:80px;
- background:url(../images/office_logo.png) 0 0 no-repeat;
- }
- /**
- 验证印章样式 xcx。
- */
- .websigncontrol input{
- border:1px dashed #000;
- width:800px;
- height:80px;
- background:url(../images/webSign_logo.png) 0 0 no-repeat;
- }
- /**
- 图片控件印章样式 xcx。
- */
- .pictureshowcontrol input{
- border:1px dashed #000;
- width:800px;
- height:80px;
- background:url(../images/pictureShow_logo.png) 0 0 no-repeat;
- }
- .subtable{
- width:100%;
- padding:5px;
- border:1px solid #ccc;
- }
- .ckeditor textarea{
- border:1px dashed #000;
- width:800px;
- height:80px;
- background:url(../images/ckeditor_logo.png) 0 0 no-repeat;
- }
- .ckeditor input{
- border:1px dashed #000;
- width:800px;
- height:80px;
- background:url(../images/ckeditor_logo.png) 0 0 no-repeat;
- }
- .myeditor textarea{
- border:1px dashed #000;
- width:80px;
- height:80px;
- background:url(../images/editor_logo.png) 0 0 no-repeat;
- }
- .myeditor input{
- border:1px dashed #000;
- width:800px;
- height:80px;
- background:url(../images/editor_logo.png) 0 0 no-repeat;
- }
- /*--自定义数据显示--*/
- .custom-display{
- border:1px dashed #000;
- background-color: silver;
- }
- /*--自定义表管理--*/
- .custom-tablemanage{
- border:1px dashed #000;
- background-color: silver;
- }
- /**排序*/
- table .tablesort-header{
- background-position: center right;
- background-repeat: no-repeat;
- cursor: pointer;
- white-space: normal;
- padding: 4px 20px 4px 4px;
- }
- table .tablesort-headerUnSorted{
- background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
- }
- table .tablesort-headerAsc{
- background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
- border-bottom: #000 2px solid;
- }
- table .tablesort-headerDesc{
- background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
- border-bottom: #000 2px solid;
- }
- /*--extend start--*/
- a.extend.message{
- background:url(../images/extendIcon/message.gif) 0px -1px no-repeat;
- }
- a.extend.navigation{
- background:url(../images/extendIcon/navigation.png) 0px -1px no-repeat;
- }
- a.extend.remoteupload{
- background:url(../images/extendIcon/remoteupload.gif) 0px -1px no-repeat;
- }
- a.extend.script{
- background:url(../images/extendIcon/script.gif) 0px -1px no-repeat;
- }
- a.extend.stat{
- background:url(../images/extendIcon/stat.gif) 0px -1px no-repeat;
- }
- a.extend.subsys{
- background:url(../images/extendIcon/subsys.png) 0px -1px no-repeat;
- }
- a.extend.task{
- background:url(../images/extendIcon/task.png) 0px -1px no-repeat;
- }
- a.extend.user{
- background:url(../images/extendIcon/user.png) 0px -1px no-repeat;
- }
- /*--extend end--*/
|