common.css 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. /*viewer*/
  2. #netcasignpdf{
  3. width:100%;
  4. height:750px;
  5. display: none;
  6. }
  7. .openfile,.verification,.about,.fullscreen,.sign,.zoomIn,.zoomOut{
  8. width:45px;
  9. height:60px;
  10. }
  11. .pageUp,.pageDown{
  12. width:45px;
  13. height:60px;
  14. padding: 0 3px;
  15. }
  16. .sidebar{
  17. width:90px;
  18. height:60px;
  19. }
  20. #pageNumber,#numPages,#scaleSelectContainer{
  21. margin-top:20px;
  22. color:#000;
  23. }
  24. #scaleSelect,#scaleSelectContainer{
  25. min-width: 82px!important;
  26. }
  27. #pageNumber{
  28. margin-left:20px;
  29. background:#fff;
  30. }
  31. #toolbarViewer,#toolbarContainer{
  32. height:75px;
  33. }
  34. #siderMenuBar {
  35. position: absolute;
  36. left: 0;
  37. top: 75px;
  38. bottom: 0;
  39. width: 50px;
  40. background-color: #F2F2F2;
  41. z-index: 200;
  42. }
  43. #siderMenuBar .sidebar_img{
  44. margin: 10px auto;
  45. display: block;
  46. }
  47. .NetcaSignMoveDiv{
  48. position:absolute;
  49. pointer-events: none;
  50. }
  51. .NetcaSignMoveDiv #NetcaSignMoveImage{
  52. display:block;
  53. opacity: 0.5;
  54. filter: alpha(opacity=50);
  55. }
  56. html[dir='ltr'] #toolbarViewerLeft > *,
  57. html[dir='ltr'] #toolbarViewerRight > *{
  58. width:65px;
  59. height:75px;
  60. color:#60789E;
  61. margin-right:10px;
  62. }
  63. html[dir='ltr'] .toolbarButton,
  64. html[dir='ltr'] .overlayButton,
  65. html[dir='ltr'] .dropdownToolbarButton ,
  66. html[dir='ltr'] .splitToolbarButton
  67. {
  68. margin:0;
  69. }
  70. input#pageNumber.toolbarField.pageNumber{
  71. height:24px;
  72. line-height:24px;
  73. margin-top:27px;
  74. margin-left:20px;
  75. border: 1px solid #bbb;
  76. border-radius: 4px;
  77. }
  78. span#numPages.toolbarLabel{
  79. height:24px;
  80. line-height:24px;
  81. margin-top:27px;
  82. }
  83. span#scaleSelectContainer.dropdownToolbarButton{
  84. height:30px;
  85. line-height:20px;
  86. margin-top:27px;
  87. margin-left:20px;
  88. border: 1px solid #bbb;
  89. border-radius: 4px;
  90. }
  91. span#scaleSelectContainer.dropdownToolbarButton select{
  92. height: 30px;
  93. }
  94. #previous,#next{
  95. width:59px;
  96. height:75px;
  97. color:#60789E;
  98. cursor: pointer;
  99. }
  100. #sidebarContent{
  101. background-color: #D8D8D8;
  102. }
  103. #viewerContainer{
  104. background-color:#9D9D9D;
  105. }
  106. #viewerContainer{
  107. /*background-image: url("../images/icon/pic_netca_logo.png");*/
  108. background-position: center center;
  109. background-repeat: no-repeat;
  110. }
  111. html[dir='ltr'] #toolbarViewerRight{
  112. float:left;
  113. }
  114. div#findbar.findbar.doorHanger{
  115. background: #95969d;
  116. }
  117. #scaleSelect{
  118. padding-bottom:0;
  119. }
  120. #NetcaReaderAxTable tr td{
  121. padding:10px;
  122. }
  123. /**验证信息*/
  124. #netcasignedDataVerify{
  125. width:100%;
  126. height:45px;
  127. background:url("../images/icon/validationbar_bg.png");
  128. position: absolute;
  129. top: 75px;
  130. right: 0;
  131. bottom: 0;
  132. left: 0;
  133. z-index:10;
  134. display: none;
  135. border-top:1px solid #949494;
  136. border-bottom:1px solid #949494;
  137. }
  138. #netcasignedDataVerify span{
  139. line-height: 45px;
  140. font-size:12px;
  141. }
  142. #netcasignedDataVerify .netcasignedDataVerify_l{
  143. float:left;
  144. }
  145. #netcasignedDataVerify .netcasignedDataVerify_r{
  146. float:right;
  147. }
  148. #netcasignedDataVerify .netcasignedDataVerify_l .netcainvalidIcon{
  149. padding-left:20px;
  150. }
  151. #netcasignedDataVerify .netcasignedDataVerify_l .netcainvalidInfo{
  152. padding-left:20px;
  153. }
  154. #netcasignedDataVerify .netcasignedDataVerify_r .netcainvalidBtn{
  155. padding-right:20px;
  156. }
  157. #netcasignedDataVerify .netcasignedDataVerify_r .netcainvalidBtn input{
  158. border:none;
  159. padding:3px 6px;
  160. /*background:url("../image/btn_nor.png") ;*/
  161. color:#60789E;
  162. cursor: pointer;
  163. font-size:10px;
  164. }
  165. #netcasignedDataVerify .netcasignedDataVerify_r .netcainvalidClose{
  166. padding-right:20px;
  167. cursor: pointer;
  168. }
  169. /*签名验证具体信息*/
  170. #netcaDisplaySignedDataVerify{
  171. width:14%;
  172. height:84%;
  173. position:absolute;
  174. left:0;
  175. top:115px;
  176. background: #ebebeb;
  177. display: none;
  178. }
  179. #netcaDisplaySignedDataVerify .netcaDisplay{
  180. width:86%;
  181. height:100%;
  182. margin:auto;
  183. }
  184. .netcasignInfo{
  185. height:90%;
  186. overflow-y: auto;
  187. background: #fff;
  188. border:1px solid #cfcfcf;
  189. }
  190. #netcaDisplaySignedDataVerify .netcasignState{
  191. position:relative;
  192. line-height:50px;
  193. font-weight: bold;
  194. font-size:14px;
  195. }
  196. #netcaDisplaySignedDataVerify .netcasignState span{
  197. position:absolute;
  198. right:0;
  199. }
  200. .netcasubjectCN{
  201. margin-left:6px;
  202. line-height:20px;
  203. font-size:12px;
  204. }
  205. .netcasubjectCN span{
  206. padding-right:10px;
  207. }
  208. .netcasignContent{
  209. border:1px solid #cfcfcf;
  210. background:#FAFAFA;
  211. border-radius: 2px;
  212. }
  213. .netcasignTip{
  214. position:relative;
  215. font-size:12px;
  216. }
  217. .netcasignTip span{
  218. display: inline-block;
  219. line-height:30px;
  220. padding-left:10px;
  221. font-weight: bold;
  222. }
  223. .netcasignTip input{
  224. width: 60px;
  225. position:absolute;
  226. right:10px;
  227. top:3px;
  228. padding:2px 5px;
  229. background:#f9f9f9;
  230. border:1px solid #cfcfcf;
  231. cursor: pointer;
  232. border-radius: 3px;
  233. font-size: 12px;
  234. }
  235. .netcasignTip input:hover{
  236. background: #FAFAFA;
  237. }
  238. .netcasignTime{
  239. border-top:1px solid #ebebeb;
  240. line-height:20px;
  241. padding:10px;
  242. color:#757575;
  243. font-size:12px;
  244. display: none;
  245. }
  246. .netcasignTime p{
  247. margin-bottom:5px;
  248. }
  249. .netcasignDetail{
  250. padding:10px 10px 10px 10px;
  251. cursor: pointer;
  252. }
  253. .netcasignDetail:hover{
  254. background: #e2eeff;
  255. }
  256. .name{
  257. position:absolute;
  258. width:200px;
  259. height:200px;
  260. border:4px dotted red;
  261. z-index:99;
  262. }
  263. .netcafieldInfo{
  264. position: absolute;
  265. }
  266. .netcafieldInfo:hover{
  267. border:4px dashed #71c5fa;
  268. }
  269. .netcainvalidIcon img,#netcaclose2 img, .netcainvalidClose img{
  270. vertical-align: middle;
  271. }
  272. /**签章菜单*/
  273. .netcasignmenu{
  274. width:100px;
  275. display: none;
  276. position: absolute;
  277. top: 70px;
  278. left: 795px;
  279. z-index: 100;
  280. }
  281. .netcasignmenu ul{
  282. width: 100px;
  283. overflow: hidden;
  284. border: 3px solid transparent;
  285. background-clip: content-box;
  286. -o-border-image: url('../images/icon/shadow.png') 5 5 repeat;
  287. border-image: url('../images/icon/shadow.png') 5 5 repeat;
  288. background-color: white;
  289. }
  290. .netcasignmenu ul li{
  291. line-height:40px;
  292. text-align: left;
  293. padding-left:20px;
  294. cursor: pointer;
  295. color:#333;
  296. font-size:14px;
  297. }
  298. .netcasignmemuitem ul li{
  299. border-bottom: 1px solid #D3D4D3;
  300. }
  301. .netcasignmemuitem ul li:last-child{
  302. border-bottom: none;
  303. }
  304. /**获取源文件PDFbase64、签名后的PDFbase64*/
  305. .netcapdfbase64{
  306. margin:20px;
  307. }
  308. .netcapdfbase64 table tr{
  309. line-height: 40px;
  310. }
  311. .netcapdfbase64 table tr textarea{
  312. padding:10px;
  313. }
  314. .netcapdfbase64 table tr button{
  315. cursor: pointer;
  316. background: #1E9FFF;
  317. color:#F2F2F2;
  318. border:none;
  319. padding:3px 5px;
  320. box-sizing: content-box;
  321. }
  322. /**注释结构*/
  323. .hideElement{display: none;}
  324. .file-box{ position:relative;display:inline-block;}
  325. .file-box .file{
  326. width:65px;
  327. height:75px;
  328. position:absolute;
  329. top:0;
  330. right:0;
  331. filter:alpha(opacity:0);
  332. opacity: 0;
  333. cursor: pointer;
  334. border:none;
  335. outline: none;
  336. }
  337. .file-box.pfxFile{
  338. padding:0!important;
  339. }
  340. .file-box button{
  341. width:65px;
  342. height:75px;
  343. color:#60789E;
  344. border:none;
  345. background: transparent;
  346. font-size:12px;
  347. }