lease.vue页面重构0.5
This commit is contained in:
parent
d6ba3c40ee
commit
d233b5733c
|
|
@ -141,7 +141,7 @@ export default {
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
// 页面加载时获取当前位置
|
// 页面加载时获取当前位置
|
||||||
this.getCurrentLocation()
|
//this.getCurrentLocation()
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
@ -294,12 +294,14 @@ export default {
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.lease-page {
|
.lease-page {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
background: #f3f5f6;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 头部区域
|
// 头部区域
|
||||||
.header {
|
.header {
|
||||||
padding: 80rpx 14rpx 40rpx 40rpx;
|
padding: 50rpx 14rpx 10rpx 40rpx;
|
||||||
//border: #120d0d solid 2rpx;
|
//border: #120d0d solid 2rpx;
|
||||||
|
|
||||||
background: linear-gradient(to bottom, #ffdecb 0, #f7ede6 600rpx);
|
background: linear-gradient(to bottom, #ffdecb 0, #f7ede6 600rpx);
|
||||||
|
|
||||||
.header-content {
|
.header-content {
|
||||||
|
|
@ -327,8 +329,8 @@ export default {
|
||||||
.header-graphic {
|
.header-graphic {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: -85rpx;
|
||||||
border: red solid 2rpx;
|
//border: red solid 2rpx;
|
||||||
|
|
||||||
.fire {
|
.fire {
|
||||||
width: 252rpx;
|
width: 252rpx;
|
||||||
|
|
@ -345,7 +347,7 @@ export default {
|
||||||
padding: 40rpx;
|
padding: 40rpx;
|
||||||
min-height: 60vh;
|
min-height: 60vh;
|
||||||
//border: #120d0d solid 2rpx;
|
//border: #120d0d solid 2rpx;
|
||||||
box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.3);
|
//box-shadow: 0 10rpx 30rpx rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 表单区域
|
// 表单区域
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user