be65ff3c by simon

默认提交

1 parent d9ad5186
......@@ -104,7 +104,7 @@ button {
.red-p {
.comp {
bottom: auto;
top: 50%;
top: 42%;
}
}
......
......@@ -26,16 +26,30 @@
background-color: #333333;
text-align: center;
.vid-wrap {
@extend .fcc;
@extend .bb;
// padding-top: 20px;
width: 100%;
height: 720px;
// background-color: wheat;
.vid {
text-align: center;
margin: 160px auto 0;
width: 100%;
// height: 400px;
height: 100%;
}
}
.btn-wrap {
position: absolute;
color: #ffffff;
margin: 142px auto 0;
// margin: 40px auto 0;
bottom: 64px;
left: 0;
right: 0;
margin: 0 auto;
display: flex;
.btn {
......
......@@ -6,7 +6,9 @@
<view class="content">
<!-- 视频详情 -->
<view class="detail">
<view class="vid-wrap">
<video objectFit="contain" class="vid" poster="{{detailData.thumbnail}}" src="{{detailData.videoUrl}}" />
</view>
<view class="btn-wrap">
<button open-type="share" class="ani-scl btn btn2">
<span class="t1 iconfont iconplane"></span>
......@@ -66,9 +68,8 @@
</view>
</view>
</view>
<van-popup show="{{ authorizeVisible }}">
<authorize-comp bind:evtcomp="evtcomp"></authorize-comp>
</van-popup>
<shortcut class="red-p" types="{{[]}}" pics="{{['red-package']}}"></shortcut>
<shortcut ></shortcut>
<shortcut></shortcut>
......