页面修改
This commit is contained in:
parent
76f35dcfcb
commit
3029ab1ae9
@ -24,7 +24,7 @@ a {
|
||||
}
|
||||
|
||||
.container {
|
||||
width: 1280px;
|
||||
width: 1440px;
|
||||
margin: 20px auto;
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
@ -33,6 +33,7 @@ a {
|
||||
-o-box-shadow: 2px 2px 10px #999;
|
||||
-webkit-box-shadow: 2px 2px 10px #999; */
|
||||
position: relative;
|
||||
height: 90vh;
|
||||
}
|
||||
|
||||
.container-left {
|
||||
@ -64,7 +65,7 @@ a {
|
||||
.pic-box {
|
||||
position: relative;
|
||||
width: 510px;
|
||||
max-height: 760px;
|
||||
max-height: 900px;
|
||||
/* padding: 16px 0px; */
|
||||
border: 1px solid #bbb;
|
||||
}
|
||||
@ -73,7 +74,7 @@ a {
|
||||
width: auto;
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
max-height: 670px;
|
||||
max-height: 800px;
|
||||
}
|
||||
|
||||
.pic-box .pic-info {
|
||||
|
@ -136,7 +136,7 @@ function showTitle(obj,e){
|
||||
//debugger
|
||||
$('#showMap').html(title);
|
||||
var left=e.offsetX;
|
||||
var top=e.offsetY+10;
|
||||
var top=e.offsetY;
|
||||
$('#showMap').css({
|
||||
left:left,
|
||||
top:top,
|
||||
|
@ -130,7 +130,7 @@
|
||||
<!-- 版面预览 -->
|
||||
<div class="fl">
|
||||
<div class="pic-box">
|
||||
<img :src="data[dataIndex].bm_img" id="Bantu" width="408px" border="0" usemap="#newbook"
|
||||
<img :src="data[dataIndex].bm_img" id="Bantu" border="0" usemap="#newbook"
|
||||
style="opacity: 0; position: absolute; left: 50%; transform: translateX(-50%); top: 16px; z-index: 9;">
|
||||
<canvas id="coorCanvas" width="408px" height="590px"
|
||||
style="position: absolute;top: 15px;left:50%;transform: translateX(-50%); opacity: 1; z-index: 10; pointer-events: none;"></canvas>
|
||||
@ -199,9 +199,9 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div style="padding-top: 18px;">
|
||||
<div style="padding-top: 10px;text-align: center;">
|
||||
<video src="https://jinrigushitwo.gushitv.com/static/video/20250625/1719466566566.mp4" controls
|
||||
style="width: 100%;"></video>
|
||||
style="width: 95%;margin: 0 auto;"></video>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="showInfo" class="main-content-wrapper" id="news_wrapper">
|
||||
|
Loading…
x
Reference in New Issue
Block a user