Merge branch 'master' of http://118.178.224.202:3000/ewide/zsxt_nbzs_h5
This commit is contained in:
@@ -2,3 +2,23 @@ html,
|
|||||||
body {
|
body {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
@media screen and (max-width: 767px) {
|
||||||
|
html {
|
||||||
|
font-size: 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
html {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 970px) {
|
||||||
|
html {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 1200px) {
|
||||||
|
html {
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
26
FrontCode1/vue/src/assets/style/global.less
Normal file
26
FrontCode1/vue/src/assets/style/global.less
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
html,
|
||||||
|
body {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
@Size: 28px;
|
||||||
|
|
||||||
|
@media screen and (max-width: 767px) {
|
||||||
|
html {
|
||||||
|
font-size: (504 / @Size); //18px
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
html {
|
||||||
|
font-size: (560 / @Size);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 970px) {
|
||||||
|
html {
|
||||||
|
font-size: (672 / @Size);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 1200px) {
|
||||||
|
html {
|
||||||
|
font-size: (784 / @Size); //28px
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,7 +6,7 @@ import '@/elementui'
|
|||||||
import ElementUI from 'element-ui'
|
import ElementUI from 'element-ui'
|
||||||
import 'element-ui/lib/theme-chalk/index.css'
|
import 'element-ui/lib/theme-chalk/index.css'
|
||||||
import 'normalize.css/normalize.css'
|
import 'normalize.css/normalize.css'
|
||||||
// import '@/assets/style/global.css'
|
import '@/assets/style/global.css'
|
||||||
import '@/assets/style/flex.css'
|
import '@/assets/style/flex.css'
|
||||||
import md5 from 'js-md5'
|
import md5 from 'js-md5'
|
||||||
Vue.prototype.$md5 = md5
|
Vue.prototype.$md5 = md5
|
||||||
|
|||||||
@@ -2,7 +2,9 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<!-- 顶部 -->
|
<!-- 顶部 -->
|
||||||
<div class="top">
|
<div class="top">
|
||||||
<div></div>
|
<div>
|
||||||
|
<img src="../assets/image/person.png" alt="" />
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<i class="el-icon-user-solid"></i>
|
<i class="el-icon-user-solid"></i>
|
||||||
<span>被征收人姓名:胡伯钧</span>
|
<span>被征收人姓名:胡伯钧</span>
|
||||||
@@ -14,9 +16,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 图片跳转 -->
|
<!-- 图片跳转 -->
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
<div @click="QRcode()"></div>
|
<div @click="QRcode()">
|
||||||
<div @click="evaluate()"></div>
|
<img src="../assets/image/middle1.png" alt="" />
|
||||||
<div @click="compensate()"></div>
|
</div>
|
||||||
|
<div @click="evaluate()">
|
||||||
|
<img src="../assets/image/middle2.png" alt="" />
|
||||||
|
</div>
|
||||||
|
<div @click="compensate()">
|
||||||
|
<img src="../assets/image/middle3.png" alt="" />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 背景图 -->
|
<!-- 背景图 -->
|
||||||
<div class="background" @click="handle()">
|
<div class="background" @click="handle()">
|
||||||
@@ -31,9 +39,6 @@
|
|||||||
<img src="../assets/image/window.png" alt="" />
|
<img src="../assets/image/window.png" alt="" />
|
||||||
</div>
|
</div>
|
||||||
<span>曙光一村地块</span>
|
<span>曙光一村地块</span>
|
||||||
<div>
|
|
||||||
<img src="../assets/image/xieyi.png" alt="" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<!-- 征收信息 -->
|
<!-- 征收信息 -->
|
||||||
<div>
|
<div>
|
||||||
@@ -237,25 +242,29 @@ export default {
|
|||||||
background: url('../assets/image/3.png') no-repeat;
|
background: url('../assets/image/3.png') no-repeat;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
.top {
|
.top {
|
||||||
padding: 10px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
height: 100px;
|
// height: 100px;
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
height: 30px;
|
img {
|
||||||
background-size: auto 100%;
|
width: 45%;
|
||||||
background-image: url('../assets/image/person.png');
|
max-width: 500px;
|
||||||
z-index: 99;
|
margin: 0.56rem 0;
|
||||||
background-repeat: no-repeat;
|
}
|
||||||
|
}
|
||||||
|
> :nth-child(n + 2) {
|
||||||
|
margin-left: 1.11rem;
|
||||||
|
margin-right: 1.11rem;
|
||||||
|
margin-bottom: 0.56rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.middle {
|
.middle {
|
||||||
margin: 0 10px;
|
margin: 0 0.56rem;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
background: rgba(0, 0, 0, 0.1);
|
background: rgba(0, 0, 0, 0.1);
|
||||||
padding: 10px;
|
padding: 0.56rem;
|
||||||
height: 100px;
|
// height: 100px;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
@@ -264,28 +273,22 @@ export default {
|
|||||||
width: 32%;
|
width: 32%;
|
||||||
background-size: 100% auto;
|
background-size: 100% auto;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
> :nth-child(1) {
|
img {
|
||||||
background: url('../assets/image/middle1.png') no-repeat;
|
width: 100%;
|
||||||
background-size: auto 100%;
|
max-width: 200px;
|
||||||
}
|
|
||||||
> :nth-child(2) {
|
|
||||||
background: url('../assets/image/middle2.png') no-repeat;
|
|
||||||
background-size: auto 100%;
|
|
||||||
}
|
|
||||||
> :nth-child(3) {
|
|
||||||
background: url('../assets/image/middle3.png') no-repeat;
|
|
||||||
background-size: auto 100%;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.background {
|
.background {
|
||||||
margin: 0 10px;
|
margin: 0 0.56rem;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-height: 275px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> .el-card {
|
> .el-card {
|
||||||
margin: 10px;
|
margin: 0.56rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
::v-deep.el-card__body {
|
::v-deep.el-card__body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
@@ -298,28 +301,23 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin: 10px 0;
|
margin: 0.56rem 0;
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
img {
|
img {
|
||||||
width: 80%;
|
width: 80%;
|
||||||
|
max-height: 150px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
> span {
|
> span {
|
||||||
width: 50%;
|
width: 80%;
|
||||||
}
|
|
||||||
> :nth-child(3) {
|
|
||||||
text-align: right;
|
|
||||||
img {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 征收信息
|
// 征收信息
|
||||||
> :nth-child(2) {
|
> :nth-child(2) {
|
||||||
> div {
|
> div {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 0.56rem;
|
||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
width: 5%;
|
width: 5%;
|
||||||
@@ -328,7 +326,7 @@ export default {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
// height: 100px;
|
// height: 100px;
|
||||||
padding-left: 10px;
|
padding-left: 0.56rem;
|
||||||
.flex {
|
.flex {
|
||||||
> :nth-child(2) {
|
> :nth-child(2) {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
@@ -337,11 +335,11 @@ export default {
|
|||||||
}
|
}
|
||||||
// 分户评估结果
|
// 分户评估结果
|
||||||
> :nth-child(3) {
|
> :nth-child(3) {
|
||||||
padding: 10px;
|
padding: 0.56rem;
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 15px 0;
|
padding: 0.83rem 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
width: 13%;
|
width: 13%;
|
||||||
@@ -376,18 +374,18 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
> div {
|
> div {
|
||||||
margin: 10px 0;
|
margin: 0.56rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 补偿协议
|
// 补偿协议
|
||||||
> :nth-child(4) {
|
> :nth-child(4) {
|
||||||
padding: 10px;
|
padding: 0.56rem;
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
padding: 15px 0;
|
padding: 0.83rem 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
> :nth-child(1) {
|
> :nth-child(1) {
|
||||||
width: 13%;
|
width: 13%;
|
||||||
@@ -421,7 +419,7 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
> div {
|
> div {
|
||||||
margin: 10px 0;
|
margin: 0.56rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -430,27 +428,27 @@ export default {
|
|||||||
}
|
}
|
||||||
// 图片跳转
|
// 图片跳转
|
||||||
> :nth-child(5) {
|
> :nth-child(5) {
|
||||||
margin: 10px;
|
margin: 0.56rem;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 征收政策
|
// 征收政策
|
||||||
> :nth-child(6) {
|
> :nth-child(6) {
|
||||||
margin: 10px;
|
margin: 0.56rem;
|
||||||
> :nth-child(2) {
|
> :nth-child(2) {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin: 10px 0;
|
margin: 0.56rem 0;
|
||||||
}
|
}
|
||||||
> .el-card {
|
> .el-card {
|
||||||
padding: 10px;
|
padding: 0.56rem;
|
||||||
::v-deep.el-card__body {
|
::v-deep.el-card__body {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
.flex {
|
.flex {
|
||||||
> div {
|
> div {
|
||||||
margin: 10px 0;
|
margin: 0.56rem 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
合计补偿金额:
|
合计补偿金额:
|
||||||
<b style="color: red">{{ item.money }}</b>
|
<b style="color: red">{{ item.money }}</b>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="line">
|
||||||
<img alt src="@/assets/img/hengxian.png" />
|
<img alt src="@/assets/img/hengxian.png" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex">
|
<div class="flex">
|
||||||
@@ -84,7 +84,9 @@ export default {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
/* @import url(./global.css); */
|
||||||
|
</style>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.container {
|
.container {
|
||||||
.image {
|
.image {
|
||||||
@@ -117,6 +119,12 @@ export default {
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.line {
|
||||||
|
opacity: 1;
|
||||||
|
img {
|
||||||
|
height: 2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.backgroundColor {
|
.backgroundColor {
|
||||||
background-color: #e3ebfd;
|
background-color: #e3ebfd;
|
||||||
span {
|
span {
|
||||||
|
|||||||
20
FrontCode2/sunshine_levy/src/views/report/global.css
Normal file
20
FrontCode2/sunshine_levy/src/views/report/global.css
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
html {
|
||||||
|
font-size: 324 / 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
html {
|
||||||
|
font-size: 324 / 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 992px) {
|
||||||
|
html {
|
||||||
|
font-size: 396 / 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 1200px) {
|
||||||
|
html {
|
||||||
|
font-size: 504 / 18px;
|
||||||
|
}
|
||||||
|
}
|
||||||
22
FrontCode2/sunshine_levy/src/views/report/global.less
Normal file
22
FrontCode2/sunshine_levy/src/views/report/global.less
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
@size: 18px;
|
||||||
|
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
html {
|
||||||
|
font-size: 324 / @size;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 768px) {
|
||||||
|
html {
|
||||||
|
font-size: 324 / @size;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 992px) {
|
||||||
|
html {
|
||||||
|
font-size: 396 / @size;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media screen and (min-width: 1200px) {
|
||||||
|
html {
|
||||||
|
font-size: 504 / @size;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user