Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-miniapp-yohood
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
肖亚东
2019-08-08 15:16:55 +0800
Commit
19580614c44f3a0f2f5632b682d5d2a9e44524ff
1 parent
d8d8060c
地图增加查看大图提示
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
pages/activity/map.wxml
pages/activity/map.wxss
pages/activity/map.wxml
View file @
1958061
1
<image src="{{mapUrl}}" class="map-image" mode="aspectFit" bindtap="imageTap"></image>
1
<image src="{{mapUrl}}" class="map-image" mode="aspectFit" bindtap="imageTap"></image>
2
+
3
+
<view class="big-image-tips">点击查看大图</view>
pages/activity/map.wxss
View file @
1958061
@@ -2,3 +2,9 @@
@@ -2,3 +2,9 @@
2
width: 750rpx;
2
width: 750rpx;
3
height: 667rpx;
3
height: 667rpx;
4
}
4
}
5
+
6
+
.big-image-tips {
7
+
text-align: center;
8
+
font-size: 28rpx;
9
+
color: #444444;
10
+
}
Please
register
or
login
to post a comment