Style(非遗文化&地标好物): 图片、图标、背景图调整

This commit is contained in:
modendeveloper
2024-11-17 23:32:49 +08:00
parent 43b81b5430
commit 655bb7e7e3
3 changed files with 61 additions and 11 deletions
+3 -3
View File
@@ -4,7 +4,7 @@
<map
:longitude="info.longitude"
:latitude="info.latitude"
style="width: 100%;height: 400rpx; border-radius: 20rpx;"
style="width: 100%;height: 100%; border-radius: 20rpx;"
/>
</view>
<view class="v12-mt-3 info-wrap">
@@ -78,8 +78,8 @@ export default {
}
.info-wrap{
display: flex;
justify-content: space-around;
padding: 40rpx 0 0;
justify-content: space-between;
padding: 40rpx 20rpx 0;
}
.service{
position: relative;