b61ce41e by simon

no message

1 parent da9a4f1f
......@@ -8,7 +8,7 @@
<view class="detail">
<video objectFit="cover" class="vid" poster="{{detailData.thumbnail}}" src="{{detailData.videoUrl}}" />
<view class="btn-wrap">
<button open-type="share" class=" btn btn2">
<button open-type="share" class="ani-scl btn btn2">
<span class="t1 iconfont iconplane"></span>
<span class="t1">分享给好友</span>
</button>
......
......@@ -41,7 +41,7 @@
.tit {
position: absolute;
bottom: 12px;
bottom: 0px;
width: 750px;
height: 80px;
line-height: 80px;
......@@ -169,7 +169,7 @@
.van-tab--active {
color: #fc464a;
color: #fc464a !important;
}
.van-hairline--top-bottom:after {
......
......@@ -2,7 +2,7 @@
@import '../../assets/scss/utils';
.page {
$contentWidth: 730px;
padding-bottom: $pageBottom;
color: #333333;
......@@ -66,6 +66,10 @@
width: $contentWidth;
background-color: #dddddd;
.img{
width: $contentWidth;
}
.vid {
@include border-top-radius(16px);
width: $contentWidth;
......@@ -90,6 +94,7 @@
.iconfont {
font-size: 160px;
font-weight: normal;
position: absolute;
left: 0;
right: 0;
......@@ -123,12 +128,13 @@
.name {
padding-left: 24px;
font-size: 32px;
@include ellipsis(1);
}
}
.share {
font-size: 30px;
font-size: 30px;
display: flex;
justify-content: center;
align-items: center;
......