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
|
|
|
}
|
|
|
|
#convert-loading {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 1.2em;
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
#converted-html {
|
|
|
|
position:relative;
|
|
|
|
min-height:400px;
|
|
|
|
}
|
2014-03-17 19:41:36 +08:00
|
|
|
.pdf2html-toolbar {
|
2013-06-05 11:44:27 +08:00
|
|
|
position:fixed;
|
|
|
|
left:50%;
|
|
|
|
bottom:0;
|
|
|
|
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
|
|
|
}
|
2014-03-17 19:41:36 +08:00
|
|
|
#pdf2html-toolbar-1 {
|
2014-04-16 17:11:03 +08:00
|
|
|
position:fixed;
|
|
|
|
bottom:0;
|
|
|
|
padding:30px 8px;
|
|
|
|
color:#333;
|
|
|
|
cursor:pointer;
|
|
|
|
background:#fff;
|
|
|
|
border:1px solid #e8e8e8;
|
|
|
|
border-radius:0 3px 3px 0;
|
2014-03-17 19:41:36 +08:00
|
|
|
}
|