fix: BUG修改
This commit is contained in:
parent
35125b59b9
commit
b20dd93d35
BIN
src/assets/images/hzImg/titileImg.png
Normal file
BIN
src/assets/images/hzImg/titileImg.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
@ -5,17 +5,34 @@
|
||||
}
|
||||
.video-box {
|
||||
height: 100%;
|
||||
min-height: 903px;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
background: url("@/assets/images/hzImg/borderImg.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
// background-color: #f6f6f6;
|
||||
// padding: 0 20px;
|
||||
// overflow: hidden;
|
||||
.titleBg {
|
||||
width: 482px;
|
||||
height: 35px;
|
||||
position: absolute;
|
||||
background: url("@/assets/images/hzImg/titileImg.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
text-align: center;
|
||||
line-height: 35px;
|
||||
color: white;
|
||||
top: 1px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
margin: 0 auto;
|
||||
z-index: 1;
|
||||
}
|
||||
.plr-20 {
|
||||
padding: 50px 0;
|
||||
height: 100%;
|
||||
padding: 50px 20px 30px 20px;
|
||||
}
|
||||
.middle-video {
|
||||
// margin: 0 20px;
|
||||
@ -45,7 +62,7 @@
|
||||
border-radius: 8px;
|
||||
flex: 1;
|
||||
// height: 80vh;
|
||||
height: calc(100% - 76px);
|
||||
height: calc(100% - 75px);
|
||||
// margin: auto;
|
||||
// background-color: rgba(255, 192, 203, 0.4);
|
||||
}
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<div class="video-box">
|
||||
<div class="titleBg">交通运输综合事务智慧化管理系统</div>
|
||||
<div class="plr-20" style="display: flex">
|
||||
<el-tabs class="demo-tabs" v-model="active">
|
||||
<el-tab-pane label="项目名称" name="first">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user