Commit a9f193f8 authored by xinzhedeai's avatar xinzhedeai

大屏标题背景图更换

parent 01259dd8
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
@click="iframeclick" @click="iframeclick"
></iframe> ></iframe>
<header class="bg-o85"> <header class="bg-o85">
<div class="b0 b-1"> <!-- <div class="b0 b-1">
<div class="b1-a"></div> <div class="b1-a"></div>
<div class="b1-b"> <div class="b1-b">
<ul class="b1b-1"> <ul class="b1b-1">
...@@ -95,16 +95,15 @@ ...@@ -95,16 +95,15 @@
<span class="font20">生产管理</span> <span class="font20">生产管理</span>
</li> </li>
</ul> </ul>
<!-- <div class="b1b-2"></div> -->
</div> </div>
</div> </div> -->
<div class="b-2"> <div class="b-2">
<div class="b2-a"> <div class="b2-a">
<h1>洪湖市乌林地热田绿色矿山</h1> <h1>洪湖市乌林地热田绿色矿山</h1>
<div class="b2a-2"></div> <div class="b2a-2"></div>
</div> </div>
</div> </div>
<div class="b0 b-3"> <!-- <div class="b0 b-3">
<div class="b1-a"></div> <div class="b1-a"></div>
<div class="b1-b"> <div class="b1-b">
<ul class="b1b-1"> <ul class="b1b-1">
...@@ -136,9 +135,8 @@ ...@@ -136,9 +135,8 @@
<span class="font20">视频监控</span> <span class="font20">视频监控</span>
</li> </li>
</ul> </ul>
<!-- <div class="b1b-2"></div> -->
</div> </div>
</div> </div> -->
</header> </header>
</div> </div>
<!-- <div class="c_0" :class="{ actv: navActv === 0 }"> <!-- <div class="c_0" :class="{ actv: navActv === 0 }">
...@@ -3784,12 +3782,12 @@ div.custom-alert { ...@@ -3784,12 +3782,12 @@ div.custom-alert {
font-style: normal; font-style: normal;
} }
.Screen .bg-o85 { // .Screen .bg-o85 {
background-color: rgba(13, 29, 55, 0.85); // background-color: rgba(13, 29, 55, 0.85);
} // }
.Screen .bg2-o80 { // .Screen .bg2-o80 {
background-color: rgba(4, 23, 63, 0.8); // background-color: rgba(4, 23, 63, 0.8);
} // }
.Screen .bd-c1 { .Screen .bd-c1 {
border-color: #0394d0; border-color: #0394d0;
} }
...@@ -4541,6 +4539,8 @@ body .el-dialog__body { ...@@ -4541,6 +4539,8 @@ body .el-dialog__body {
.b-2 { .b-2 {
flex: 1; flex: 1;
position: relative; position: relative;
background-image: url('~@/assets/images/daPingTitleBg.png');
background-repeat: no-repeat;
.b2-a { .b2-a {
position: absolute; position: absolute;
top: 0; top: 0;
...@@ -4564,8 +4564,8 @@ body .el-dialog__body { ...@@ -4564,8 +4564,8 @@ body .el-dialog__body {
letter-spacing: 0.06rem; letter-spacing: 0.06rem;
} }
.b2a-2 { .b2a-2 {
border-width: 0 0 2px 0; // border-width: 0 0 2px 0;
border-style: solid; // border-style: solid;
border-image: linear-gradient( border-image: linear-gradient(
to right, to right,
#6dcffe 0%, #6dcffe 0%,
...@@ -4580,25 +4580,25 @@ body .el-dialog__body { ...@@ -4580,25 +4580,25 @@ body .el-dialog__body {
left: 0.5rem; left: 0.5rem;
right: 0.5rem; right: 0.5rem;
height: 0; height: 0;
&:before, // &:before,
&:after { // &:after {
content: ""; // content: "";
position: absolute; // position: absolute;
width: 2px; // width: 2px;
background-color: #6dcffe; // background-color: #6dcffe;
height: 0.68rem; // height: 0.68rem;
transform-origin: 100% 100%; // transform-origin: 100% 100%;
} // }
&:before { // &:before {
bottom: 0; // bottom: 0;
left: -1px; // left: -1px;
transform: rotate(-48.9deg); // transform: rotate(-48.9deg);
} // }
&:after { // &:after {
bottom: -2px; // bottom: -2px;
right: -1px; // right: -1px;
transform: rotate(48.9deg); // transform: rotate(48.9deg);
} // }
i { i {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment