Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
高淑倩
7-Eleven
Commits
11e84c9c
Commit
11e84c9c
authored
Sep 19, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
海报样式问题
parent
12802707
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
sharePoster.wxml
src/component/sharePoster/sharePoster.wxml
+1
-1
sharePoster.wxss
src/component/sharePoster/sharePoster.wxss
+3
-3
myInvite.wxml
src/subPackage/page/pages/myInvite/myInvite.wxml
+1
-1
No files found.
src/component/sharePoster/sharePoster.wxml
View file @
11e84c9c
<view class="commodity_screen2" bindtap='closePoste' style='opacity: 0.5;' wx:if="{{showpost}}"></view>
<view class="commodity_screen2" bindtap='closePoste' style='opacity: 0.5;' wx:if="{{showpost}}"
catchtouchmove='false'
></view>
<view class='poste_box' bindlongpress='saveShareImg' hidden='{{!showpost}}'>
<view class='poste_content' id='canvas-container'>
<canvas canvas-id="myCanvas" style="width:100%;height:{{imgHeight}}px;" />
...
...
src/component/sharePoster/sharePoster.wxss
View file @
11e84c9c
...
...
@@ -152,7 +152,7 @@
overflow: hidden;
margin-top: 153rpx;
background-color: #fff;
position:
absolute
;
position:
fixed
;
top: 0;
z-index: 9999;
border-radius: 5rpx;
...
...
@@ -179,13 +179,13 @@
border-radius: 50%;
}*/
.showImages{
position:
absolute
;
position:
fixed
;
top: 0;
width: 56rpx;
height: 56rpx;
}
.save-poster{
position:
absolute
;
position:
fixed
;
top: 909rpx;
z-index: 9999;
text-align: center;
...
...
src/subPackage/page/pages/myInvite/myInvite.wxml
View file @
11e84c9c
...
...
@@ -49,7 +49,7 @@
</view>
</view> -->
</view>
<view class="empty">
<view class="empty"
wx:if="{{!inviteMemberList || inviteMemberList.length < 1}}"
>
暂无邀请记录~
</view>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment