@@ -123,8 +123,8 @@
.work {
margin-left: 26rpx;
-
.title {
+ width: 340rpx;
font-size: 32rpx;
font-weight: bold;
margin-bottom: 10rpx;
@@ -166,6 +166,7 @@
}
-.empty{
+
+.empty {
margin-top: 300rpx;
@@ -25,7 +25,7 @@
<image src="{{item.coverImg}}" class="cover" />
</view>
<view class="work">
- <view class="title">{{item.title}}</view>
+ <view class="title textOver">{{item.title}}</view>
<view class="statistics">
<view class="statistic">
<image src="/static/zp.png" class="playImg" mode="" />
@@ -113,6 +113,7 @@
.classBox .worksList .worksBox .left .work .title {
@@ -399,7 +399,6 @@ Page({
},
// 清除试听状态
clearReset() {
- console.log('执行了', this.resultAudioContext);
if (this.resultAudioContext) {
this.resultAudioContext.stop()