|
|
|
@ -22,6 +22,9 @@ page { |
|
|
|
.blue{ |
|
|
|
color: #5F9BD4 ; |
|
|
|
} |
|
|
|
.top-90{ |
|
|
|
top:-90rpx !important; |
|
|
|
} |
|
|
|
.font_size_44{ |
|
|
|
font-size: 44rpx; |
|
|
|
} |
|
|
|
@ -76,6 +79,11 @@ page { |
|
|
|
text-align: center; |
|
|
|
position: relative; |
|
|
|
color: #fff; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: bold; |
|
|
|
font-size: 34rpx; |
|
|
|
padding: 0 60rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
.header .content .tab image{ |
|
|
|
position: absolute; |
|
|
|
@ -84,11 +92,11 @@ page { |
|
|
|
} |
|
|
|
.header .content .tab_resi{ |
|
|
|
top: 50rpx; |
|
|
|
left: 109rpx; |
|
|
|
left: 137rpx; |
|
|
|
} |
|
|
|
.header .content .tab_house{ |
|
|
|
top: 50rpx; |
|
|
|
left: 462rpx; |
|
|
|
left: 434rpx; |
|
|
|
} |
|
|
|
.header .content .inout_box { |
|
|
|
position: relative; |
|
|
|
@ -199,7 +207,7 @@ page { |
|
|
|
.body{ |
|
|
|
padding: 0 20rpx 20rpx; |
|
|
|
position: relative; |
|
|
|
top: -20rpx; |
|
|
|
top: -10rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
@ -261,12 +269,15 @@ page { |
|
|
|
padding-left: 17rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 600; |
|
|
|
margin-top: 28rpx; |
|
|
|
} |
|
|
|
.big_box .left .left_body { |
|
|
|
flex: 1; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: space-around; |
|
|
|
padding-bottom: 40rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
.big_box .left .left_body view { |
|
|
|
display: flex; |
|
|
|
@ -284,7 +295,7 @@ page { |
|
|
|
position: absolute; |
|
|
|
width: 352rpx; |
|
|
|
height: 352rpx; |
|
|
|
left: 50%; |
|
|
|
left: 49%; |
|
|
|
top: 50%; |
|
|
|
transform: translateX(-170rpx) translateY(-170rpx); |
|
|
|
} |
|
|
|
@ -302,12 +313,15 @@ page { |
|
|
|
padding-left: 55rpx; |
|
|
|
font-family: PingFang SC; |
|
|
|
font-weight: 600; |
|
|
|
margin-top: 28rpx; |
|
|
|
} |
|
|
|
.big_box .right .right_body { |
|
|
|
flex: 1; |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: space-around; |
|
|
|
padding-bottom: 40rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
.big_box .right .right_body view { |
|
|
|
display: flex; |
|
|
|
@ -329,7 +343,7 @@ page { |
|
|
|
box-sizing: border-box; |
|
|
|
margin-top:20rpx ; |
|
|
|
margin-bottom: 100rpx; |
|
|
|
padding: 0 30rpx 20rpx; |
|
|
|
padding: 0 30rpx 0rpx; |
|
|
|
} |
|
|
|
.body .bto .content{ |
|
|
|
border-radius: 20rpx; |
|
|
|
@ -392,6 +406,7 @@ page { |
|
|
|
margin-right:31rpx ; |
|
|
|
padding: 0 !important; |
|
|
|
color: #fff; |
|
|
|
margin-left: 0; |
|
|
|
} |
|
|
|
.body .bto .content .bg_box .bg_left .btn_Box .btn_tj{ |
|
|
|
width: 160rpx; |
|
|
|
@ -416,7 +431,7 @@ page { |
|
|
|
width: 160rpx; |
|
|
|
height: 160rpx; |
|
|
|
position: relative; |
|
|
|
top: 20rpx; |
|
|
|
top: 80rpx; |
|
|
|
} |
|
|
|
.body .bto .content .bg_box .bg_right .tag{ |
|
|
|
display: inline-block; |
|
|
|
@ -443,7 +458,7 @@ page { |
|
|
|
padding: 30rpx 0; |
|
|
|
align-items: center; |
|
|
|
color: #333333; |
|
|
|
border-bottom: 1px solid #EAEAEA; |
|
|
|
border-bottom: 1px solid #f7f7f7; |
|
|
|
} |
|
|
|
.body .bto .list .list_card .left{ |
|
|
|
flex: 1; |
|
|
|
@ -473,9 +488,8 @@ page { |
|
|
|
width: 100%; |
|
|
|
margin-top: 20rpx; |
|
|
|
} |
|
|
|
.list_card .right b{ |
|
|
|
.list_card .right text{ |
|
|
|
font-size: 40rpx; |
|
|
|
font-family: DIN Alternate; |
|
|
|
font-weight: bold; |
|
|
|
color: #FF783C; |
|
|
|
} |