Commit 823765af by zhangzhen

细节优化

parent 64d9eab1
...@@ -33,8 +33,8 @@ ...@@ -33,8 +33,8 @@
</view> </view>
</view> </view>
<view class="flex-row part-right"> <view class="flex-row part-right">
<image :src="assetsPath +'/map_icon.png'" mode="widthFix" @tap="onNavToMap"></image> <image :src="assetsPath +'/map_icon.png'" mode="heightFix" @tap="onNavToMap"></image>
<image :src="assetsPath +'/phone_icon.png'" mode="widthFix" @tap="onOpenTelphone"> <image :src="assetsPath +'/phone_icon.png'" mode="heightFix" @tap="onOpenTelphone">
</image> </image>
</view> </view>
</view> </view>
...@@ -488,6 +488,7 @@ ...@@ -488,6 +488,7 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
width: 100%; width: 100%;
min-height: 280upx;
background-color: #E40583; background-color: #E40583;
image { image {
display: block; display: block;
...@@ -614,11 +615,12 @@ ...@@ -614,11 +615,12 @@
.part-right { .part-right {
align-items: center; align-items: center;
margin-right: 12upx; margin-right: 12upx;
height: 100%;
image { image {
display: block; height: 70%;
width: 120upx; margin: 0 12upx;
margin-right: -10rpx; max-width: 100upx;
border-radius: 50%;
} }
} }
} }
......
...@@ -292,9 +292,10 @@ ...@@ -292,9 +292,10 @@
padding: 0 12upx; padding: 0 12upx;
border-radius: 16upx; border-radius: 16upx;
image{ image{
display: block; height: 80%;
height: 100%; border-radius: 50%;
width: auto; max-width: 100upx;
margin-left: 12upx;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment