Commit ba8ca994 authored by lvtz's avatar lvtz

fix

parent a8b68814
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
display: flex; display: flex;
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 999;
background: #ffffff; background: #ffffff;
} }
.tab-header .tab-item{ .tab-header .tab-item{
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<view class="coursecounttext">已更新{{coursesDetail.sub_courses_count}}期</view> <view class="coursecounttext">已更新{{coursesDetail.sub_courses_count}}期</view>
</view> </view>
</view> </view>
<!-- <image class="shareicon" bindtap="ShowShareDailog" src="{{imageRoot}}2c/onlineclass/shareicon.png?{{imageVersion}}"></image> --> <image class="shareicon" bindtap="ShowShareDailog" src="{{imageRoot}}2c/onlineclass/shareicon.png?{{imageVersion}}" wx:if="{{coursesDetail.share_switch==1}}"></image>
</view> </view>
<!-- <view class="phase-count"> <!-- <view class="phase-count">
...@@ -273,18 +273,19 @@ ...@@ -273,18 +273,19 @@
</view> </view>
<view class="share-dailog" wx:if="{{shareDailogShow}}"> <view class="share-dailog" wx:if="{{shareDailogShow}}">
<view class="wrap" bindtap="hideShareDailog"></view> <view class="wrap" bindtap="hideShareDailog"></view>
<view class="content"> <view class="content {{shareDailogShow?'comment-show':'comment-hide'}}">
<view class="share-box"> <!-- <view class="share-box" bindtap="generateNewPoster">
<view class="img"> <view class="img">
<image class="" src="{{imageRoot}}2c/websiteindex/share-poster.png" /> <image class="" src="{{imageRoot}}2c/websiteindex/share-poster.png" />
</view> </view>
<view class="text">生成海报</view> <view class="text">生成海报</view>
</view> </view> -->
<view class="share-box"> <view class="share-box" bindtap="hideShareDailog">
<view class="img"> <view class="img">
<image class="" src="{{imageRoot}}2c/websiteindex/share-weixin.png" /> <image class="" src="{{imageRoot}}2c/websiteindex/share-weixin.png" />
</view> </view>
<view class="text">转发给好友</view> <view class="text">转发给好友</view>
<button open-type="share"></button>
</view> </view>
</view> </view>
</view> </view>
......
...@@ -748,12 +748,21 @@ ...@@ -748,12 +748,21 @@
height: 114rpx; height: 114rpx;
flex: 1; flex: 1;
text-align: center; text-align: center;
position: relative;
} }
.share-dailog .content .share-box image{ .share-dailog .content .share-box image{
width: 114rpx; width: 114rpx;
height: 114rpx; height: 114rpx;
margin-bottom: 40rpx; margin-bottom: 40rpx;
} }
.share-dailog .content .share-box button{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
opacity: 0;
}
.footer-box{ .footer-box{
width: 100%; width: 100%;
position: fixed; position: fixed;
......
...@@ -172,10 +172,9 @@ ...@@ -172,10 +172,9 @@
width: 114rpx; width: 114rpx;
height: 114rpx; height: 114rpx;
display: block; display: block;
margin-top: -10rpx;
position: absolute; position: absolute;
top: 50%; top: 50%;
right: 0; right: 24rpx;
transform: translateY(-50%); transform: translateY(-50%);
} }
.divideline { .divideline {
......
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