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