This commit is contained in:
parent
478003cfc1
commit
b2ea695c9f
|
@ -133,8 +133,8 @@
|
||||||
<view class="index-fujin-view">
|
<view class="index-fujin-view">
|
||||||
<image class="index-fujin-view-img" :src="item.artificerImg" mode=""></image>
|
<image class="index-fujin-view-img" :src="item.artificerImg" mode=""></image>
|
||||||
<view class="index-fujin-view-text">
|
<view class="index-fujin-view-text">
|
||||||
<image src="../../static/fujin-dingwei.png" mode="w"></image>
|
<view><image src="../../static/fujin-dingwei.png" mode="w"></image></view>
|
||||||
<span>{{item.dingwei}}km</span>
|
<view><span>{{item.dingwei}}km</span></view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="index-fujin-jie">
|
<view class="index-fujin-jie">
|
||||||
|
@ -1076,8 +1076,8 @@
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.index-yanzheng{
|
.index-yanzheng{
|
||||||
width: 40rpx;
|
width: 110rpx;
|
||||||
height: 40rpx;
|
height: 26rpx;
|
||||||
margin-left: 10rpx;
|
margin-left: 10rpx;
|
||||||
}
|
}
|
||||||
.localName{
|
.localName{
|
||||||
|
@ -1156,8 +1156,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
margin-top: 2rpx;
|
||||||
margin-top: 12rpx;
|
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
/deep/.uni-searchbar__box-icon-search,.search-btn{
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
|
@ -1169,7 +1168,7 @@
|
||||||
height: 32px;
|
height: 32px;
|
||||||
border-radius: 15px !important;
|
border-radius: 15px !important;
|
||||||
background-color: #fff !important;
|
background-color: #fff !important;
|
||||||
border: 1px solid #E5E5E5;
|
border: 1rpx solid #019c88;
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
@ -1178,16 +1177,19 @@
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
/deep/.uni-searchbar{
|
/deep/.uni-searchbar{
|
||||||
width:82%;
|
width:80%;
|
||||||
border-radius: 31rpx;
|
border-radius: 31rpx;
|
||||||
}
|
}
|
||||||
.index-headset{
|
.index-headset{
|
||||||
margin-right: 30rpx;
|
margin-right: 30rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.locate-line{
|
.locate-line{
|
||||||
padding-left: 25rpx;
|
padding-left: 25rpx;
|
||||||
margin-top: 3rpx;
|
margin-top: 3rpx;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
.popup-mian-view{
|
.popup-mian-view{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1716,7 +1718,7 @@
|
||||||
}
|
}
|
||||||
.index-fujin-view-text image{
|
.index-fujin-view-text image{
|
||||||
width: 20.83rpx;
|
width: 20.83rpx;
|
||||||
height: 23.61rpx;
|
height: 22.61rpx;
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 14 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 8.5 KiB |
|
@ -253,7 +253,7 @@
|
||||||
/* #endif */
|
/* #endif */
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 8px 15rpx;
|
padding: 14rpx 14rpx;
|
||||||
// background-color: #fff;
|
// background-color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue