弹窗优化

This commit is contained in:
刘龙龙 2023-12-14 09:27:57 +08:00
parent aa6a106d01
commit b2de6b0b1b
5 changed files with 13 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 438 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
src/assets/img/弹窗.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -37,21 +37,29 @@ export default {
</script> </script>
<style scoped lang="less"> <style scoped lang="less">
.tpt11 { .tpt11 {
width: 30%; width: 2593px;
height: 30%; height: 1179px;
background-color: #a4f325; background: url(../assets/img/弹窗.png);
position: fixed; position: fixed;
background-size: cover;
left: 50%; left: 50%;
top: 30%; top: 30%;
transform: translateX(-50%); transform: translateX(-50%);
padding: 120px;
box-sizing: border-box;
z-index: 200; z-index: 200;
.closeBtn { .closeBtn {
cursor: pointer; cursor: pointer;
position: absolute; position: absolute;
right: 10px; right: 60px;
top: 40px;
width: 54px; width: 54px;
height: 54px; height: 54px;
} }
img {
width: 100%;
height: 100%;
}
} }
.outside-element { .outside-element {
width: 100%; width: 100%;

View File

@ -411,7 +411,7 @@ export default {
date4: "19.19", date4: "19.19",
}, },
], ],
url: require("../../assets/tpt/一线生料电力室.png"), url: require("../../assets/img/大的拓扑图.png"),
}; };
}, },
methods: { methods: {