中建四局:完成临时图片展示

This commit is contained in:
Jack 2022-08-24 18:23:44 +08:00
parent 09bbbe4c88
commit 8bb6c849ae
18 changed files with 79 additions and 31 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 455 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 539 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -6,4 +6,11 @@
export default {}
</script>
<style></style>
<style lang="less" scoped>
.carbon {
width: 100%;
height: 100%;
background: url(../assets/temp/7.png) no-repeat;
background-size: 100% 100%;
}
</style>

View File

@ -1,6 +1,6 @@
<template>
<div class="cim">
<div class="between">
<!-- <div class="between">
<div class="top">
<LeftTop />
</div>
@ -16,7 +16,7 @@
<div class="bottom">
<RightBottom />
</div>
</div>
</div> -->
</div>
</template>
@ -37,6 +37,8 @@ export default {
color: #fff;
display: flex;
justify-content: space-between;
background: url(../assets/temp/2.png) no-repeat;
background-size: 100% 100%;
.between {
width: 20%;
height: 100%;

View File

@ -1,6 +1,6 @@
<template>
<div class="containerBox">
<div class="leftBox">
<!-- <div class="leftBox">
<div class="leftOne">
<leftOne></leftOne>
</div>
@ -40,29 +40,29 @@
<div class="rightFour">
<rightFour></rightFour>
</div>
</div>
</div> -->
</div>
</template>
<script>
import leftOne from "./leftOne";
import leftTwo from "./leftTwo";
import leftThree from "./leftThree";
import leftFour from "./leftFour";
import center from "./center";
import centerBOne from "./centerBOne";
import centerBTwo from "./centerBTwo";
import rightOne from "./rightOne";
import rightTwo from "./rightTwo";
import rightThree from "./rightThree";
import rightFour from "./rightFour";
import leftOne from './leftOne'
import leftTwo from './leftTwo'
import leftThree from './leftThree'
import leftFour from './leftFour'
import center from './center'
import centerBOne from './centerBOne'
import centerBTwo from './centerBTwo'
import rightOne from './rightOne'
import rightTwo from './rightTwo'
import rightThree from './rightThree'
import rightFour from './rightFour'
export default {
components: { leftOne, leftTwo, leftThree, leftFour, center ,centerBOne,centerBTwo,rightOne,rightTwo,rightThree,rightFour},
components: { leftOne, leftTwo, leftThree, leftFour, center, centerBOne, centerBTwo, rightOne, rightTwo, rightThree, rightFour },
data() {
return {};
return {}
}
};
}
</script>
<style lang="less" scoped>
@ -70,6 +70,8 @@ export default {
display: flex;
width: 100%;
height: 100%;
background: url(../assets/temp/1.png) no-repeat;
background-size: 100% 100%;
.leftBox {
width: 25%;
.leftOne {
@ -86,18 +88,18 @@ export default {
width: 50%;
margin-left: 2%;
margin-right: 2%;
.centerTop{
.centerTop {
height: 78%;
background-color: #11a0a6;
}
.centerBot{
.centerBot {
margin-top: 2%;
display: flex;
.one{
.one {
width: 100%;
// margin-left: 10%;
}
.two{
.two {
width: 100%;
}
}
@ -115,4 +117,4 @@ export default {
}
}
}
</style>
</style>

View File

@ -6,4 +6,11 @@
export default {}
</script>
<style></style>
<style lang="less" scoped>
.gov-comp {
width: 100%;
height: 100%;
background: url(../assets/temp/9.png) no-repeat;
background-size: 100% 100%;
}
</style>

View File

@ -6,4 +6,11 @@
export default {}
</script>
<style></style>
<style lang="less" scoped>
.monitor {
width: 100%;
height: 100%;
background: url(../assets/temp/8.png) no-repeat;
background-size: 100% 100%;
}
</style>

View File

@ -6,4 +6,11 @@
export default {}
</script>
<style></style>
<style lang="less" scoped>
.progress {
width: 100%;
height: 100%;
background: url(../assets/temp/4.png) no-repeat;
background-size: 100% 100%;
}
</style>

View File

@ -6,4 +6,11 @@
export default {}
</script>
<style></style>
<style lang="less" scoped>
.quality {
width: 100%;
height: 100%;
background: url(../assets/temp/6.png) no-repeat;
background-size: 100% 100%;
}
</style>

View File

@ -6,4 +6,11 @@
export default {}
</script>
<style></style>
<style lang="less" scoped>
.security {
width: 100%;
height: 100%;
background: url(../assets/temp/5.png) no-repeat;
background-size: 100% 100%;
}
</style>

View File

@ -1,6 +1,6 @@
<template>
<div class="sourse">
<div class="left">
<!-- <div class="left">
<div class="top">
<LeftTop />
</div>
@ -15,7 +15,7 @@
<div class="bottom">
<RightBottom />
</div>
</div>
</div> -->
</div>
</template>
@ -36,6 +36,8 @@ export default {
color: #fff;
display: flex;
justify-content: space-between;
background: url(../assets/temp/3.png) no-repeat;
background-size: 100% 100%;
.left {
width: 22%;
height: 100%;