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

dd

parent 78aec110
......@@ -18,7 +18,7 @@ Component({
* 组件的初始数据
*/
data: {
isShow: !LocalStorage.getItem('knowGuideCollection') ,
isShow: false ,
imageRoot: app.globalData.imageRoot,
imageVersion: app.globalData.imageVersion,
localImageRoot: '../../images/',
......
......@@ -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>
......
......@@ -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{
......
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