lease.vue页面重构0.5

This commit is contained in:
WindowBird 2025-08-14 09:57:19 +08:00
parent d6ba3c40ee
commit d233b5733c

View File

@ -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);
} }
// //