中建四局(cim+):图片替换

This commit is contained in:
骆乐 2022-08-31 18:05:09 +08:00
parent 8b2d183556
commit 115b926135
4 changed files with 10 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -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>

View File

@ -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>