Commit dc23e628 authored by sujie@126.com's avatar sujie@126.com

dd

parent 78aec110
...@@ -18,7 +18,7 @@ Component({ ...@@ -18,7 +18,7 @@ Component({
* 组件的初始数据 * 组件的初始数据
*/ */
data: { data: {
isShow: !LocalStorage.getItem('knowGuideCollection') , isShow: false ,
imageRoot: app.globalData.imageRoot, imageRoot: app.globalData.imageRoot,
imageVersion: app.globalData.imageVersion, imageVersion: app.globalData.imageVersion,
localImageRoot: '../../images/', localImageRoot: '../../images/',
......
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
</view> </view>
<view class="imgbox" wx:if="{{video.type == 'video'}}" data-src="{{video.src}}" data-from="clockitem" bindtap="playvideo"> <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> <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> <image class="video-play-icon" src="{{imageRoot}}2c/common/playicon.png?{{imageVersion}}" mode="widthFix" lazy-load="true" binderror="" bindload=""></image>
</view> </view>
</view> </view>
......
...@@ -1122,7 +1122,7 @@ ...@@ -1122,7 +1122,7 @@
} }
.detail-theme-box{ .detail-theme-box{
width:672rpx; width:672rpx;
height:120rpx; height:auto;
background:rgba(255,255,255,1); background:rgba(255,255,255,1);
border:1px solid rgba(236,236,236,1); border:1px solid rgba(236,236,236,1);
box-shadow:0px 0px 10rpx 0px rgba(0, 0, 0, 0.06); box-shadow:0px 0px 10rpx 0px rgba(0, 0, 0, 0.06);
...@@ -1131,7 +1131,7 @@ ...@@ -1131,7 +1131,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 0 30rpx; padding: 30rpx 30rpx 25rpx 30rpx;
} }
.detail-theme-box .content-box{ .detail-theme-box .content-box{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment