init
This commit is contained in:
parent
444bd00e3f
commit
1b04eddf41
@ -20,8 +20,8 @@
|
||||
<el-radio-button style="border-radius: 26px;margin-right:18px" label="5" border @click.native="handleClick('钢结构厂')">钢结构厂</el-radio-button>
|
||||
</el-radio-group>
|
||||
</div>
|
||||
<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)">
|
||||
<div class="content2" style="max-width:1280px;margin: auto;display: grid;gap:20px;grid-template-columns: repeat(3,1fr);justify-content: space-between;flex-wrap: wrap;">
|
||||
<div v-for="item in PrijectList" style="width: 100%;border-radius: 15px 15px 0 0 ;margin-bottom: 2%; border-bottom: 1px solid #D9D9D9;cursor: pointer;" @click="changeto(item.id)">
|
||||
|
||||
<el-image :src="item.picture" style="width: 100%;border-radius: 15px ;"></el-image>
|
||||
<div style="padding: 2px 20px;justify-content: space-between;">
|
||||
|
Loading…
Reference in New Issue
Block a user