Bladeren bron

调整样式

bayi 2 jaren geleden
bovenliggende
commit
95adb31e6c
4 gewijzigde bestanden met toevoegingen van 5 en 4 verwijderingen
  1. 3 2
      pages/childClassify/index.less
  2. 1 1
      pages/childClassify/index.wxml
  3. 1 0
      pages/childClassify/index.wxss
  4. 0 1
      pages/reading/index.js

+ 3 - 2
pages/childClassify/index.less

@@ -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;
 }

+ 1 - 1
pages/childClassify/index.wxml

@@ -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="" />

+ 1 - 0
pages/childClassify/index.wxss

@@ -113,6 +113,7 @@
   margin-left: 26rpx;
 }
 .classBox .worksList .worksBox .left .work .title {
+  width: 340rpx;
   font-size: 32rpx;
   font-weight: bold;
   margin-bottom: 10rpx;

+ 0 - 1
pages/reading/index.js

@@ -399,7 +399,6 @@ Page({
   },
   // 清除试听状态
   clearReset() {
-    console.log('执行了', this.resultAudioContext);
     if (this.resultAudioContext) {
       this.resultAudioContext.stop()
     }