|
@@ -213,22 +213,23 @@ export default {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- position: absolute;
|
|
|
|
|
|
|
+ position: fixed;
|
|
|
top: 0;
|
|
top: 0;
|
|
|
z-index: 11;
|
|
z-index: 11;
|
|
|
|
|
+ // overflow-y: auto;
|
|
|
|
|
|
|
|
.share-content {
|
|
.share-content {
|
|
|
background: url('../assets/shareBack.png') no-repeat center center;
|
|
background: url('../assets/shareBack.png') no-repeat center center;
|
|
|
background-size: cover;
|
|
background-size: cover;
|
|
|
background-attachment: local;
|
|
background-attachment: local;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
- // height: 100%;
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
padding: vw(30);
|
|
padding: vw(30);
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- // z-index: -1;
|
|
|
|
|
padding-bottom: vw(190);
|
|
padding-bottom: vw(190);
|
|
|
top: 0;
|
|
top: 0;
|
|
|
z-index: -1;
|
|
z-index: -1;
|
|
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
.header {
|
|
@@ -343,7 +344,7 @@ export default {
|
|
|
#html2canvas {
|
|
#html2canvas {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 100%;
|
|
height: 100%;
|
|
|
- position: fixed;
|
|
|
|
|
|
|
+ position: absolute;
|
|
|
top: 0;
|
|
top: 0;
|
|
|
z-index: 9;
|
|
z-index: 9;
|
|
|
overflow-y: auto;
|
|
overflow-y: auto;
|