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
7614b325
Commit
7614b325
authored
Sep 24, 2019
by
赵雅纹
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式bug
parent
ef6bf2b6
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
26 additions
and
7 deletions
+26
-7
cardModal.wxml
src/component/cardModal/cardModal.wxml
+3
-2
cardModal.wxss
src/component/cardModal/cardModal.wxss
+10
-2
sharePoster.wxml
src/component/sharePoster/sharePoster.wxml
+2
-1
sharePoster.wxss
src/component/sharePoster/sharePoster.wxss
+11
-2
No files found.
src/component/cardModal/cardModal.wxml
View file @
7614b325
...
@@ -16,8 +16,9 @@
...
@@ -16,8 +16,9 @@
<view class="save-btn-desc">适用于发给小伙伴或聊天群</view>
<view class="save-btn-desc">适用于发给小伙伴或聊天群</view>
</view>
</view>
</view>
</view>
<view class="quick-share" bindtap="gotoPoster" hidden='{{!showCardModal}}'>
<view class="quick-share" bindtap="gotoPoster" hidden='{{!showCardModal}}'>
生成朋友圈海报
<image class="share-image" mode="widthFix" src="/assets/imgs/7_1_0/quick-share-white.png" />
<text class="share-text">生成朋友圈海报</text>
</view>
</view>
</view>
</view>
<share-poster id="getPoster" bindmyevent="myEventListener" avater="{{cardUrl}}" productDesc="{{cardTitle}}" userAvatar="http://t2.hddhhn.com/uploads/tu/201806/9999/91480c0c87.jpg" bind:showMiniCard="_showMiniCard" pagePath="{{pagePath}}" code-img="{{codeImg}}"></share-poster>
<share-poster id="getPoster" bindmyevent="myEventListener" avater="{{cardUrl}}" productDesc="{{cardTitle}}" userAvatar="http://t2.hddhhn.com/uploads/tu/201806/9999/91480c0c87.jpg" bind:showMiniCard="_showMiniCard" pagePath="{{pagePath}}" code-img="{{codeImg}}"></share-poster>
...
...
src/component/cardModal/cardModal.wxss
View file @
7614b325
...
@@ -90,10 +90,18 @@
...
@@ -90,10 +90,18 @@
line-height: 88rpx;
line-height: 88rpx;
width: 750rpx;
width: 750rpx;
text-align: center;
text-align: center;
z-index: 9999;
background-color: #999;
}
.share-image{
width: 24rpx;
vertical-align: middle;
margin-right: 10rpx;
}
.share-text{
color: #ffffff;
color: #ffffff;
font-size: 26rpx;
font-size: 26rpx;
z-index: 9999;
vertical-align: middle;
background-color: rgba(255, 255, 255, 0.2);
}
}
.card_content{
.card_content{
...
...
src/component/sharePoster/sharePoster.wxml
View file @
7614b325
...
@@ -9,7 +9,8 @@
...
@@ -9,7 +9,8 @@
</view>
</view>
</view>
</view>
<view class="quick-share" bindtap="quickShare" hidden='{{!showpost}}'>
<view class="quick-share" bindtap="quickShare" hidden='{{!showpost}}'>
快速分享
<image class="share-image" mode="widthFix" src="/assets/imgs/7_1_0/quick-share-white.png" />
<text class="share-text">快速分享</text>
</view>
</view>
<!-- <image src="{{codeImg}}"></image> -->
<!-- <image src="{{codeImg}}"></image> -->
...
...
src/component/sharePoster/sharePoster.wxss
View file @
7614b325
...
@@ -212,8 +212,16 @@
...
@@ -212,8 +212,16 @@
line-height: 88rpx;
line-height: 88rpx;
width: 750rpx;
width: 750rpx;
text-align: center;
text-align: center;
z-index: 9999;
background-color: #999;
}
.share-image{
width: 24rpx;
vertical-align: middle;
margin-right: 10rpx;
}
.share-text{
color: #ffffff;
color: #ffffff;
font-size: 26rpx;
font-size: 26rpx;
z-index: 9999;
vertical-align: middle;
background-color: rgba(255, 255, 255, 0.2);
}
}
\ No newline at end of file
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