中建四局(cim+):图片替换
This commit is contained in:
parent
8b2d183556
commit
115b926135
BIN
src/views/projectAdmin/zjsj/assets/images/common/bgc_max.png
Normal file
BIN
src/views/projectAdmin/zjsj/assets/images/common/bgc_max.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
BIN
src/views/projectAdmin/zjsj/assets/images/common/bgc_small.png
Normal file
BIN
src/views/projectAdmin/zjsj/assets/images/common/bgc_small.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
@ -52,7 +52,10 @@ export default {
|
|||||||
.center {
|
.center {
|
||||||
width: calc(60% - 40px);
|
width: calc(60% - 40px);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border: 1px solid skyblue;
|
// border: 1px solid skyblue;
|
||||||
|
background-image: url(../assets/images/common/bgc_max.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<Card title="倾斜摄影">
|
<Card title="倾斜摄影">
|
||||||
<div class="videos">
|
<div class="videos">
|
||||||
<div class="video" v-for="i in 6" :key="i"></div>
|
<div class="video" v-for="i in 6" :key="i"><p>2022-08-11</p></div>
|
||||||
</div>
|
</div>
|
||||||
</Card>
|
</Card>
|
||||||
</template>
|
</template>
|
||||||
@ -24,8 +24,11 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
.video {
|
.video {
|
||||||
width: 48%;
|
width: 48%;
|
||||||
height: 30%;
|
height: 29%;
|
||||||
border: 1px solid skyblue;
|
// border: 1px solid skyblue;
|
||||||
|
background-image: url(../assets/images/common/bgc_small.png);
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-size: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user