This commit is contained in:
dzj 2024-05-31 11:26:45 +08:00
parent 2d74c2ab94
commit 444bd00e3f

View File

@ -23,7 +23,7 @@
<div class="content2" style="max-width:1280px;margin: auto;display: flex;justify-content: space-between;flex-wrap: wrap;">
<div v-for="item in PrijectList" style="width: 32%;border-radius: 15px 15px 0 0 ;margin-bottom: 2%; border-bottom: 1px solid #D9D9D9;cursor: pointer;" @click="changeto(item.id)">
<img :src="item.picture" style="width: 100%;border-radius: 15px ;">
<el-image :src="item.picture" style="width: 100%;border-radius: 15px ;"></el-image>
<div style="padding: 2px 20px;justify-content: space-between;">
<!-- <p>{{item.name}}</p><p class="project-font" @click="changeto(item.id)" style="cursor: pointer;" >MORE...</p> -->
<span class="cpbt"> <b class="l">{{item.name}} </b> <i class="r">&gt;</i> </span>
@ -223,7 +223,7 @@ li {
letter-spacing: -.4px;
font-weight: bold;
}
.content2 img{
.content2 .el-image{
width: 389px;
height: 258px;
}