|
@@ -8,7 +8,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="page-section page-section-gap">
|
|
<view class="page-section page-section-gap">
|
|
|
- <map style="width: 100%; height: 88vh;" scale="3" :latitude="latitude" :longitude="longitude" :markers="covers"
|
|
|
|
|
|
|
+ <map style="width: 100%; height: 85vh;" scale="3" :latitude="latitude" :longitude="longitude" :markers="covers"
|
|
|
:enable-zoom="true" @markertap="markertap">
|
|
:enable-zoom="true" @markertap="markertap">
|
|
|
</map>
|
|
</map>
|
|
|
</view>
|
|
</view>
|
|
@@ -246,6 +246,8 @@
|
|
|
height: 60rpx;
|
|
height: 60rpx;
|
|
|
padding: 10rpx 20rpx;
|
|
padding: 10rpx 20rpx;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ font-size: 24rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.particulars_ser {
|
|
.particulars_ser {
|
|
@@ -254,12 +256,14 @@
|
|
|
height: 60rpx;
|
|
height: 60rpx;
|
|
|
padding: 10rpx 20rpx;
|
|
padding: 10rpx 20rpx;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
|
|
+ font-size: 24rpx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.distri_ser {
|
|
.distri_ser {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- bottom: 0px;
|
|
|
|
|
|
|
+ bottom: 17rpx;
|
|
|
right: 0px;
|
|
right: 0px;
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
height: 400rpx;
|
|
height: 400rpx;
|
|
@@ -273,7 +277,7 @@
|
|
|
height: 60rpx;
|
|
height: 60rpx;
|
|
|
border-radius: 30rpx;
|
|
border-radius: 30rpx;
|
|
|
padding: 10rpx 20rpx;
|
|
padding: 10rpx 20rpx;
|
|
|
-
|
|
|
|
|
|
|
+ box-sizing: border-box;
|
|
|
input {
|
|
input {
|
|
|
width: 90%;
|
|
width: 90%;
|
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
@@ -286,6 +290,7 @@
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
padding-left: 20rpx;
|
|
padding-left: 20rpx;
|
|
|
border-left: 4rpx solid #57C87B;
|
|
border-left: 4rpx solid #57C87B;
|
|
|
|
|
+ font-size: 28rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.distri_ser_type {
|
|
.distri_ser_type {
|
|
@@ -295,13 +300,13 @@
|
|
|
justify-content: space-around;
|
|
justify-content: space-around;
|
|
|
|
|
|
|
|
.type_items {
|
|
.type_items {
|
|
|
- height: 150rpx;
|
|
|
|
|
|
|
+ height: 120rpx;
|
|
|
width: 120rpx;
|
|
width: 120rpx;
|
|
|
padding: 20rpx 0;
|
|
padding: 20rpx 0;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.type_items_bor {
|
|
.type_items_bor {
|
|
|
- height: 150rpx;
|
|
|
|
|
|
|
+ height: 120rpx;
|
|
|
width: 120rpx;
|
|
width: 120rpx;
|
|
|
border: 2rpx solid #57C87B;
|
|
border: 2rpx solid #57C87B;
|
|
|
padding: 20rpx 0;
|
|
padding: 20rpx 0;
|
|
@@ -323,13 +328,13 @@
|
|
|
.search_btn {
|
|
.search_btn {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
-
|
|
|
|
|
.btn_f,
|
|
.btn_f,
|
|
|
.btn_t {
|
|
.btn_t {
|
|
|
width: 50%;
|
|
width: 50%;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
height: 80rpx;
|
|
height: 80rpx;
|
|
|
line-height: 80rpx;
|
|
line-height: 80rpx;
|
|
|
|
|
+ font-size: 28rpx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.btn_f {
|
|
.btn_f {
|