|
@@ -134,13 +134,16 @@
|
|
/* pdf */
|
|
/* pdf */
|
|
.pdfBack{
|
|
.pdfBack{
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
- position: absolute;
|
|
|
|
|
|
+ position: fixed;
|
|
|
|
+ z-index: 9999;
|
|
width: 30px;
|
|
width: 30px;
|
|
height: 30px;
|
|
height: 30px;
|
|
right: 20px;
|
|
right: 20px;
|
|
top: 20px;
|
|
top: 20px;
|
|
- background: url('./images/hotListClose.png');
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ }
|
|
|
|
+ .pdfBack>img{
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
.pdfCon{
|
|
.pdfCon{
|
|
padding: 20px;
|
|
padding: 20px;
|
|
@@ -189,8 +192,11 @@
|
|
height: 20px;
|
|
height: 20px;
|
|
right: 5px;
|
|
right: 5px;
|
|
top: 5px;
|
|
top: 5px;
|
|
- background: url('./images/hotListClose.png') black;
|
|
|
|
- background-size: 100% 100%;
|
|
|
|
|
|
+ background-color: black;
|
|
|
|
+ }
|
|
|
|
+ .pdfBack>img {
|
|
|
|
+ width: 100%;
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
.pdfCon{
|
|
.pdfCon{
|
|
width: 100vw;
|
|
width: 100vw;
|
|
@@ -202,11 +208,11 @@
|
|
position: relative;
|
|
position: relative;
|
|
background-color: rgba(0, 0, 0, 1);
|
|
background-color: rgba(0, 0, 0, 1);
|
|
}
|
|
}
|
|
- .welcome video{
|
|
|
|
|
|
+ /* .welcome video{
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 50%;
|
|
top: 50%;
|
|
transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
- }
|
|
|
|
|
|
+ } */
|
|
.tutorials{
|
|
.tutorials{
|
|
background-color: rgba(0, 0, 0, .8);
|
|
background-color: rgba(0, 0, 0, .8);
|
|
}
|
|
}
|
|
@@ -244,7 +250,9 @@
|
|
<!-- 点击操作指南出现的界面 -->
|
|
<!-- 点击操作指南出现的界面 -->
|
|
<div class="MYPdf">
|
|
<div class="MYPdf">
|
|
<!-- 返回按钮 -->
|
|
<!-- 返回按钮 -->
|
|
- <div class="pdfBack"></div>
|
|
|
|
|
|
+ <div class="pdfBack">
|
|
|
|
+ <img src="./images/hotListClose.png" alt="">
|
|
|
|
+ </div>
|
|
<!-- 内容 -->
|
|
<!-- 内容 -->
|
|
<div class="pdfCon">
|
|
<div class="pdfCon">
|
|
<div class="title">
|
|
<div class="title">
|