|
|
|
@ -33,6 +33,16 @@
|
|
|
|
|
background-color: #ff5722 !important;
|
|
|
|
|
color: #EEEEEE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.outer {
|
|
|
|
|
width: 500px;
|
|
|
|
|
height: 500px;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.inner {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
@ -140,10 +150,7 @@
|
|
|
|
|
content: './pdfjs/web/viewer.html?file=' + encodeURIComponent(pdfUrl)
|
|
|
|
|
});
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function GetQueryString(name, istop) {
|
|
|
|
|
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i");
|
|
|
|
|
var r = window.location.search.substr(1).match(reg);
|
|
|
|
|