update:前段代码首次上传

This commit is contained in:
2021-09-09 09:35:27 +08:00
parent 97bffb4e48
commit ea7af395f3
38 changed files with 19957 additions and 0 deletions

View File

@@ -0,0 +1,91 @@
<template>
<div class="container">
<div>
<div>
<span> 应征户姓名{{ this.source.name }} </span>
<span> 身份证号码{{ this.source.idCard }} </span>
</div>
<div>请选择您的征收项目</div>
</div>
<div>
<div>
<div>
<span>{{ source.date }}</span>
<span>{{ source.address }}</span>
</div>
<div>
<div>郁金花园北地块</div>
<div>协议签订阶段</div>
</div>
</div>
</div>
</div>
</template>
<script>
import TABLE from '@/components/table'
export default {
components: {
TABLE,
},
data() {
return {
source: {
name: '李四',
idCard: '330901197603064256',
address: '镇海区',
date: '2020-5-1',
},
}
},
}
</script>
<style lang="less" scoped>
.container {
> :nth-child(1) {
padding: 10px;
background-color: #b6c8dd;
> :nth-child(1) {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 50px;
border-bottom: 3px solid #ffffff;
padding-bottom: 10px;
}
> :nth-child(2) {
text-align: center;
margin-top: 10px;
}
}
> :nth-child(2) {
padding: 10px;
background-color: #f5faff;
> :nth-child(1) {
border: 1px solid black;
padding: 10px;
background-color: #ffffff;
> :nth-child(1) {
display: flex;
justify-content: space-around;
height: 30px;
align-items: center;
border-bottom: 1px solid #a8cbec;
color: #5cb1ff;
}
> :nth-child(2) {
div {
text-align: center;
margin: 10px;
}
> :nth-child(1) {
color: #1e7ed7;
}
> :nth-child(2) {
color: #5cc6ff;
}
}
}
}
}
</style>

View File

@@ -0,0 +1,91 @@
<template>
<div class="container">
<div>
<div>
<span> 应征户姓名{{ this.source.name }} </span>
<span> 身份证号码{{ this.source.idCard }} </span>
</div>
<div>请选择您的征收项目</div>
</div>
<div>
<div>
<div>
<span>{{ source.date }}</span>
<span>{{ source.address }}</span>
</div>
<div>
<div>郁金花园北地块</div>
<div>协议签订阶段</div>
</div>
</div>
</div>
</div>
</template>
<script>
import TABLE from '@/components/table'
export default {
components: {
TABLE,
},
data() {
return {
source: {
name: '李四',
idCard: '330901197603064256',
address: '镇海区',
date: '2020-5-1',
},
}
},
}
</script>
<style lang="less" scoped>
.container {
> :nth-child(1) {
padding: 10px;
background-color: #b6c8dd;
> :nth-child(1) {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 50px;
border-bottom: 3px solid #ffffff;
padding-bottom: 10px;
}
> :nth-child(2) {
text-align: center;
margin-top: 10px;
}
}
> :nth-child(2) {
padding: 10px;
background-color: #f5faff;
> :nth-child(1) {
border: 1px solid black;
padding: 10px;
background-color: #ffffff;
> :nth-child(1) {
display: flex;
justify-content: space-around;
height: 30px;
align-items: center;
border-bottom: 1px solid #a8cbec;
color: #5cb1ff;
}
> :nth-child(2) {
div {
text-align: center;
margin: 10px;
}
> :nth-child(1) {
color: #1e7ed7;
}
> :nth-child(2) {
color: #5cc6ff;
}
}
}
}
}
</style>

View File

@@ -0,0 +1,3 @@
<template>
<div>征收信息页面</div>
</template>

View File

@@ -0,0 +1,354 @@
<template>
<div class="container">
<!-- 顶部 -->
<div class="top">
<div></div>
<div>
<i class="el-icon-user-solid"></i>
<span>被征收人姓名胡伯钧</span>
</div>
<div>
<i class="el-icon-postcard"></i>
<span>身份证号码330901197603064256</span>
</div>
</div>
<!-- 图片跳转 -->
<div class="middle">
<div @click="QRcode()"></div>
<div @click="evaluate()"></div>
<div @click="compensate()"></div>
</div>
<!-- 背景图 -->
<div class="background" @click="handle()"></div>
<!-- 标题 -->
<div class="content">
<div>
<div></div>
<span>曙光一村地块</span>
<div></div>
</div>
<!-- 征收信息 -->
<div>
<span
><i class="el-icon-map-location"></i> 项目所在区域{{
this.source.region
}}
</span>
<span
><i class="el-icon-s-home"></i> 征收部门{{ this.source.section }}
</span>
<span
><i class="el-icon-date"></i> 所属年份{{ this.source.date }}
</span>
<span
><i class="el-icon-date"></i> 征收决定号<span style="color:blue">{{
this.source.number
}}</span>
</span>
</div>
<!-- 分户评估结果 -->
<div>
<div>
<div></div>
<div>分户评估结果</div>
<div></div>
</div>
<div>
<div></div>
<div>
<div class="flex">
<span> 评估报告编号</span>
<span>{{ this.source.bianhao }}</span>
</div>
<div class="flex">
<span>被征收房屋地址</span>
<span>{{ this.source.address }}</span>
</div>
<div class="flex">
<span> 评估总金额</span>
<span style="color:red">{{ this.source.totalMoney }} </span>
</div>
</div>
</div>
</div>
<!-- 补偿协议 -->
<div>
<div>
<div></div>
<div>补偿协议</div>
<div></div>
</div>
<div>
<div></div>
<div>
<div class="flex">
<span>协议编号</span>
<span>{{ this.source.bianhao }}</span>
</div>
<div class="flex">
<span>被征收房屋地址</span>
<span>{{ this.source.address }}</span>
</div>
<div class="flex">
<span>补偿方式</span>
<span>{{ this.source.style }}</span>
</div>
<div class="flex">
<span>合计补偿资金</span>
<span style="color:red">{{ this.source.money }} </span>
</div>
</div>
</div>
</div>
<!-- 图片跳转 -->
<div></div>
<!-- 征收政策 -->
<div>
<span>征收政策</span>
<div>
<div>共8条</div>
<div>查看全部</div>
</div>
<div>
<div>宁波市住房和城乡建设委员会关于开展</div>
<div>
<div>
<span>发布时间</span>
<span>2021-9-1</span>
</div>
<div>
<span>区域</span>
<span>海曙区</span>
</div>
</div>
</div>
</div>
</div>
<el-card class="box-card"> </el-card>
</div>
</template>
<script>
export default {
data() {
return {
source: {
region: '海曙区',
section: '宁海县房屋征收管理中心',
date: 2019,
number: '海政发[2021]',
bianhao: '044',
address: '宁波市江北区泗洲街16号404',
totalMoney: '180234元',
style: '产权调换',
money: '180257元',
},
}
},
methods: {
handle() {
console.log(111)
},
QRcode() {
console.log(11)
},
evaluate() {
this.$router.push('/evaluate')
},
compensate() {
this.$router.push('/compensate')
},
},
}
</script>
<style lang="less" scoped>
.container {
background-color: #808d91;
height: 100%;
background: url('../assets/3.png') no-repeat;
background-size: 100%;
.top {
// background-color: #eff8ff;
padding: 10px;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100px;
> :nth-child(1) {
height: 30px;
background-size: auto 100%;
background-image: url('../assets/person.png');
z-index: 99;
background-repeat: no-repeat;
}
}
.middle {
margin: 0 10px;
background-color: #ffffff;
background: rgba(0, 0, 0, 0.1);
padding: 10px;
height: 100px;
display: flex;
justify-content: space-between;
margin-bottom: 10px;
> div {
height: 100%;
width: 32%;
background-size: 100% auto;
background-repeat: no-repeat;
}
> :nth-child(1) {
background: url('../assets/middle1.png') no-repeat;
background-size: auto 100%;
}
> :nth-child(2) {
background: url('../assets/middle2.png') no-repeat;
background-size: auto 100%;
}
> :nth-child(3) {
background: url('../assets/middle3.png') no-repeat;
background-size: auto 100%;
}
}
.background {
height: 90px;
margin: 0 10px;
background: url('../assets/background.png') no-repeat;
}
.content {
margin: 10px;
background-color: #ffffff;
> :nth-child(1) {
background: url('../assets/3.png') no-repeat;
display: flex;
justify-content: space-between;
align-items: center;
height: 50px;
margin: 10px 0;
background-color: #ffffff;
> :nth-child(1) {
background: url('../assets/window.png') no-repeat;
background-size: auto 100%;
width: 20%;
height: 100%;
}
> :nth-child(3) {
width: 30%;
height: 100%;
background: url('../assets/xieyi.png') no-repeat;
background-size: 100% auto;
background-position: center;
}
}
> :nth-child(2) {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-top: 10px;
background-color: #ffffff;
height: 100px;
padding-left: 10px;
}
// 分户评估结果
> :nth-child(3) {
> :nth-child(1) {
display: flex;
margin: 15px 0;
justify-content: space-between;
height: 40px;
align-items: center;
> :nth-child(1) {
height: 100%;
width: 20%;
background: url('../assets/pingu.png') no-repeat;
background-size: auto 100%;
}
> :nth-child(3) {
height: 100%;
width: 11%;
background: url('../assets/jiantou.png') no-repeat;
background-size: auto 100%;
}
}
> :nth-child(2) {
display: flex;
> :nth-child(1) {
width: 10%;
background: url('../assets/shuxian0.png') no-repeat;
background-size: auto 100%;
background-position: center;
}
> :nth-child(2) {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 70px;
width: 90%;
}
}
}
// 补偿协议
> :nth-child(4) {
> :nth-child(1) {
margin: 15px 0;
display: flex;
justify-content: space-between;
height: 40px;
align-items: center;
> :nth-child(1) {
height: 100%;
width: 20%;
background: url('../assets/xy.png') no-repeat;
background-size: auto 95%;
}
> :nth-child(3) {
height: 100%;
width: 11%;
background: url('../assets/jiantou.png') no-repeat;
background-size: auto 100%;
}
}
> :nth-child(2) {
display: flex;
> :nth-child(1) {
height: 100px;
width: 10%;
background: url('../assets/shuxian.png') no-repeat;
background-size: auto 100%;
background-position: center;
}
> :nth-child(2) {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100px;
width: 90%;
}
}
}
// 图片跳转
> :nth-child(5) {
background: url('../assets/zhengshou.png') no-repeat;
height: 50px;
background-size: auto 100%;
margin: 10px 0;
}
// 征收政策
> :nth-child(6) {
> :nth-child(2) {
display: flex;
justify-content: space-between;
margin: 10px 0;
}
> :nth-child(3) {
> :nth-child(2) {
display: flex;
justify-content: space-between;
margin: 10px 0;
}
}
}
}
}
</style>