弹窗优化
This commit is contained in:
parent
aa6a106d01
commit
b2de6b0b1b
Binary file not shown.
|
After Width: | Height: | Size: 438 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 54 KiB |
|
|
@ -37,21 +37,29 @@ export default {
|
|||
</script>
|
||||
<style scoped lang="less">
|
||||
.tpt11 {
|
||||
width: 30%;
|
||||
height: 30%;
|
||||
background-color: #a4f325;
|
||||
width: 2593px;
|
||||
height: 1179px;
|
||||
background: url(../assets/img/弹窗.png);
|
||||
position: fixed;
|
||||
background-size: cover;
|
||||
left: 50%;
|
||||
top: 30%;
|
||||
transform: translateX(-50%);
|
||||
padding: 120px;
|
||||
box-sizing: border-box;
|
||||
z-index: 200;
|
||||
.closeBtn {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
right: 60px;
|
||||
top: 40px;
|
||||
width: 54px;
|
||||
height: 54px;
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
.outside-element {
|
||||
width: 100%;
|
||||
|
|
|
|||
|
|
@ -411,7 +411,7 @@ export default {
|
|||
date4: "19.19",
|
||||
},
|
||||
],
|
||||
url: require("../../assets/tpt/一线生料电力室.png"),
|
||||
url: require("../../assets/img/大的拓扑图.png"),
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue