Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
wechatapp.shangjiadao.com
Project
Project
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
wangxuelai
wechatapp.shangjiadao.com
Commits
dc23e628
Commit
dc23e628
authored
Sep 17, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
78aec110
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
index.js
components/guidecollection/index.js
+1
-1
index.wxml
src/components/clockitemv2/index.wxml
+1
-1
index.wxss
src/components/clockitemv2/index.wxss
+2
-2
No files found.
components/guidecollection/index.js
View file @
dc23e628
...
...
@@ -18,7 +18,7 @@ Component({
* 组件的初始数据
*/
data
:
{
isShow
:
!
LocalStorage
.
getItem
(
'knowGuideCollection'
)
,
isShow
:
false
,
imageRoot
:
app
.
globalData
.
imageRoot
,
imageVersion
:
app
.
globalData
.
imageVersion
,
localImageRoot
:
'../../images/'
,
...
...
src/components/clockitemv2/index.wxml
View file @
dc23e628
...
...
@@ -168,7 +168,7 @@
</view>
<view class="imgbox" wx:if="{{video.type == 'video'}}" data-src="{{video.src}}" data-from="clockitem" bindtap="playvideo">
<image class="img" src="{{filter.videoPoster(video.src)}}" mode="widthFix" lazy-load="true" binderror="" bindload=""></image>
<view class="video-play-icon-box">
<view class="video-play-icon-box
width80-box
">
<image class="video-play-icon" src="{{imageRoot}}2c/common/playicon.png?{{imageVersion}}" mode="widthFix" lazy-load="true" binderror="" bindload=""></image>
</view>
</view>
...
...
src/components/clockitemv2/index.wxss
View file @
dc23e628
...
...
@@ -1122,7 +1122,7 @@
}
.detail-theme-box{
width:672rpx;
height:
120rpx
;
height:
auto
;
background:rgba(255,255,255,1);
border:1px solid rgba(236,236,236,1);
box-shadow:0px 0px 10rpx 0px rgba(0, 0, 0, 0.06);
...
...
@@ -1131,7 +1131,7 @@
display: flex;
align-items: center;
justify-content: space-between;
padding:
0
30rpx;
padding:
30rpx 30rpx 25rpx
30rpx;
}
.detail-theme-box .content-box{
...
...
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