2015-06-08 12:30:50 +08:00
|
|
|
.page-container {
|
|
|
|
width: 850px;
|
2015-06-12 19:25:47 +08:00
|
|
|
border: 1px solid #ccc;
|
|
|
|
box-shadow: 0 0 6px #ccc;
|
|
|
|
margin: 13px auto;
|
2013-05-28 12:08:24 +08:00
|
|
|
}
|
2015-06-08 12:30:50 +08:00
|
|
|
.page-container iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2015-06-12 19:25:47 +08:00
|
|
|
border:0;
|
2013-05-28 12:08:24 +08:00
|
|
|
}
|
2014-03-17 19:41:36 +08:00
|
|
|
.pdf2html-toolbar {
|
2013-06-05 11:44:27 +08:00
|
|
|
position:fixed;
|
|
|
|
left:50%;
|
|
|
|
bottom:0;
|
2015-09-10 16:30:22 +08:00
|
|
|
padding:20px 50px 0;
|
|
|
|
}
|
|
|
|
.pdf2html-toolbar .inner {
|
2013-06-05 11:44:27 +08:00
|
|
|
padding:2px 5px;
|
|
|
|
background: #000;
|
|
|
|
opacity:0.75;
|
|
|
|
border-radius:3px;
|
|
|
|
-ms-user-select:none;
|
|
|
|
-moz-user-select:none;
|
|
|
|
-webkit-user-select:none;
|
|
|
|
user-select:none;
|
|
|
|
}
|
2014-03-17 19:41:36 +08:00
|
|
|
.pdf2html-toolbar span {
|
2013-05-28 12:08:24 +08:00
|
|
|
font-size:1.5em;
|
|
|
|
color:#fff;
|
|
|
|
cursor:pointer;
|
2013-06-05 11:44:27 +08:00
|
|
|
margin: 0 0.3em;
|
2013-05-28 12:08:24 +08:00
|
|
|
}
|