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