common.css 7.1 KB

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