优化
This commit is contained in:
parent
3029ab1ae9
commit
e97b96c17d
@ -33,7 +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;
|
height: 84vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.container-left {
|
.container-left {
|
||||||
@ -118,7 +118,7 @@ a {
|
|||||||
|
|
||||||
/* 主体 */
|
/* 主体 */
|
||||||
.main-box {
|
.main-box {
|
||||||
margin-left: 535px;
|
margin-left: 510px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-header {
|
.main-header {
|
||||||
|
@ -199,9 +199,9 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-top: 10px;text-align: center;">
|
<div v-if="data[dataIndex].bm_video!=''" style="padding-top: 10px;text-align: center;">
|
||||||
<video src="https://jinrigushitwo.gushitv.com/static/video/20250625/1719466566566.mp4" controls
|
<video :src="data[dataIndex].bm_video" controls
|
||||||
style="width: 95%;margin: 0 auto;"></video>
|
style="width: 95%;margin: 0 auto;height: 410px;"></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">
|
||||||
@ -514,6 +514,7 @@ export default {
|
|||||||
//const targetData = response.data.list.find(data => data.numberDate == item.time);
|
//const targetData = response.data.list.find(data => data.numberDate == item.time);
|
||||||
//activeDate.value = info;
|
//activeDate.value = info;
|
||||||
//console.log(activeDate.value)
|
//console.log(activeDate.value)
|
||||||
|
console.log(info)
|
||||||
this.targetInfo = info;
|
this.targetInfo = info;
|
||||||
sessionStorage.setItem("newInfo", JSON.stringify(info));
|
sessionStorage.setItem("newInfo", JSON.stringify(info));
|
||||||
this.showInfo = true;
|
this.showInfo = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user