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