1813dd07 by simon

默认提交

1 parent d472548f
......@@ -105,14 +105,20 @@
.tit {
font-size: 40px;
min-height: 120px;
max-height: 120px;
color: #ffffff;
@extend .bb;
padding: 0 24px;
padding: 4px 0;
position: absolute;
width: 100%;
bottom: 0;
@include ellipsis(2);
.tit-t1{
@extend .bb;
padding: 0 24px;
position: relative;
}
}
.tit-bg {
......@@ -128,15 +134,15 @@
.play {
@extend .fcc;
width: 120px;
height: 120px;
border-radius: 120px;
width: 100px;
height: 100px;
border-radius: 100px;
border: solid #ffffff 6px;
font-weight: normal;
position: absolute;
left: 0;
right: 0;
top: 32px;
top: 48px;
margin: 0 auto;
text-align: center;
font-weight: bold;
......
......@@ -27,8 +27,10 @@
<view wx:for="{{dataList}}" wx:key="index" class="list-item">
<view bindtap="onDetailHandler" data-data="{{item}}" data-index="{{index}}" class="list-item-video">
<image class="img" src="{{item.thumbnail}}" mode="aspectFill" />
<view class="tit-bg"></view>
<view class="tit">{{item.videoName}}</view>
<view class="tit">
<view class="tit-bg"></view>
<view class="tit-t1">{{item.videoName}}</view>
</view>
<div class="play">
<span class="iconfont iconplay"></span>
</div>
......
......@@ -83,14 +83,20 @@
.tit {
font-size: 40px;
min-height: 120px;
max-height: 120px;
color: #ffffff;
@extend .bb;
padding: 0 24px;
padding: 4px 0;
position: absolute;
width: 100%;
bottom: 0;
@include ellipsis(2);
.tit-t1{
@extend .bb;
padding: 0 24px;
position: relative;
}
}
.tit-bg {
......@@ -103,18 +109,17 @@
@include border-top-radius(8px);
background-image: linear-gradient(to top, #000000, #999999);
}
.play {
@extend .fcc;
width: 120px;
height: 120px;
border-radius: 120px;
width: 100px;
height: 100px;
border-radius: 100px;
border: solid #ffffff 6px;
font-weight: normal;
position: absolute;
left: 0;
right: 0;
top: 32px;
top: 48px;
margin: 0 auto;
text-align: center;
font-weight: bold;
......
......@@ -13,8 +13,10 @@
<view wx:for="{{dataList}}" wx:key="index" class="list-item">
<view bindtap="onDetailHandler" data-data="{{item}}" data-index="{{index}}" class="list-item-video">
<image class="img" src="{{item.thumbnail}}" mode="aspectFill" />
<view class="tit-bg"></view>
<view class="tit">{{item.videoName}}</view>
<view class="tit">
<view class="tit-bg"></view>
<view class="tit-t1">{{item.videoName}}</view>
</view>
<div class="play">
<span class="iconfont iconplay"></span>
</div>
......
......@@ -59,7 +59,7 @@ Page({
});
},
onShow() {
this.checkAuth();
// this.checkAuth();
},
/**
......
......@@ -28,6 +28,15 @@
height: 207px;
margin: 0 auto;
.ft {
font-size: 120px;
color: #b91d33;
text-align: center;
font-weight: bold;
height: 207px;
line-height: 207px;
}
&-bg {
text-align: center;
position: absolute;
......@@ -71,14 +80,14 @@
}
}
.tips{
.tips {
font-size: 28px;
color: #ffe6a3;
text-align: center;
width: 100%;
}
.tips1{
.tips1 {
margin-top: 36px;
}
......
......@@ -6,8 +6,9 @@
<view class="top-space"></view>
<view class="content">
<view class="portrait">
<image class="portrait-bg" mode="widthFix" src="../../image/logo.jpeg" />
<!-- <image class="portrait-bg" mode="widthFix" src="../../image/logo.jpeg" /> -->
<!-- <open-data class="avatar" type="userAvatarUrl"></open-data> -->
<view class="ft">赏</view>
</view>
<view class="tips tips1">赞赏家有儿孙</view>
<view class="reward">
......