IP小卡片

master
chaiyapeng 2024-08-23 19:03:36 +08:00
parent edc4794131
commit 7f86e3fd2b
1 changed files with 13 additions and 6 deletions

View File

@ -5,12 +5,12 @@
<span>手机号查询归属地</span> <span>手机号查询归属地</span>
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button> <el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
</div> </div>
<div v-for="o in 4" :key="o" class="text item"> <div>
省份{{'列表内容 ' }} 省份 {{}}
城市{{'列表内容 ' }} 城市 {{}}
区号{{'列表内容 ' }} 区号 {{}}
邮编{{'列表内容 ' }} 邮编 {{}}
运营商{{'列表内容 ' }} 运营商{{}}
</div> </div>
</el-card> </el-card>
<el-card class="box-card"> <el-card class="box-card">
@ -18,6 +18,13 @@
<span>IP查询归属地</span> <span>IP查询归属地</span>
<el-button style="float: right; padding: 3px 0" type="text">购买</el-button> <el-button style="float: right; padding: 3px 0" type="text">购买</el-button>
</div> </div>
<div>
Country {{}}
Province {{}}
City {{}}
District {{}}
Isp{{}}
</div>
</el-card> </el-card>
</div> </div>
</template> </template>