Commit 823765af by zhangzhen

细节优化

parent 64d9eab1
......@@ -33,8 +33,8 @@
</view>
</view>
<view class="flex-row part-right">
<image :src="assetsPath +'/map_icon.png'" mode="widthFix" @tap="onNavToMap"></image>
<image :src="assetsPath +'/phone_icon.png'" mode="widthFix" @tap="onOpenTelphone">
<image :src="assetsPath +'/map_icon.png'" mode="heightFix" @tap="onNavToMap"></image>
<image :src="assetsPath +'/phone_icon.png'" mode="heightFix" @tap="onOpenTelphone">
</image>
</view>
</view>
......@@ -488,6 +488,7 @@
display: flex;
justify-content: center;
width: 100%;
min-height: 280upx;
background-color: #E40583;
image {
display: block;
......@@ -614,11 +615,12 @@
.part-right {
align-items: center;
margin-right: 12upx;
height: 100%;
image {
display: block;
width: 120upx;
margin-right: -10rpx;
height: 70%;
margin: 0 12upx;
max-width: 100upx;
border-radius: 50%;
}
}
}
......
......@@ -292,9 +292,10 @@
padding: 0 12upx;
border-radius: 16upx;
image{
display: block;
height: 100%;
width: auto;
height: 80%;
border-radius: 50%;
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