This commit is contained in:
kbing1981 2024-07-20 11:44:52 +08:00
parent 478003cfc1
commit b2ea695c9f
5 changed files with 13 additions and 11 deletions

View File

@ -133,8 +133,8 @@
<view class="index-fujin-view">
<image class="index-fujin-view-img" :src="item.artificerImg" mode=""></image>
<view class="index-fujin-view-text">
<image src="../../static/fujin-dingwei.png" mode="w"></image>
<span>{{item.dingwei}}km</span>
<view><image src="../../static/fujin-dingwei.png" mode="w"></image></view>
<view><span>{{item.dingwei}}km</span></view>
</view>
</view>
<view class="index-fujin-jie">
@ -1076,8 +1076,8 @@
<style scoped>
.index-yanzheng{
width: 40rpx;
height: 40rpx;
width: 110rpx;
height: 26rpx;
margin-left: 10rpx;
}
.localName{
@ -1156,8 +1156,7 @@
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-top: 12rpx;
margin-top: 2rpx;
}
/deep/.uni-searchbar__box-icon-search,.search-btn{
height: 60rpx;
@ -1169,7 +1168,7 @@
height: 32px;
border-radius: 15px !important;
background-color: #fff !important;
border: 1px solid #E5E5E5;
border: 1rpx solid #019c88;
padding: 0px;
display: flex;
flex-direction: row;
@ -1178,16 +1177,19 @@
justify-content: center;
}
/deep/.uni-searchbar{
width:82%;
width:80%;
border-radius: 31rpx;
}
.index-headset{
margin-right: 30rpx;
display: flex;
align-items: center;
}
.locate-line{
padding-left: 25rpx;
margin-top: 3rpx;
display: flex;
align-items: center;
}
.popup-mian-view{
width: 100%;
@ -1716,7 +1718,7 @@
}
.index-fujin-view-text image{
width: 20.83rpx;
height: 23.61rpx;
height: 22.61rpx;
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

View File

@ -253,7 +253,7 @@
/* #endif */
flex-direction: row;
position: relative;
padding: 8px 15rpx;
padding: 14rpx 14rpx;
// background-color: #fff;
}