Răsfoiți Sursa

专栏列表修改

jwyu 3 ani în urmă
părinte
comite
0d0babeb4d
1 a modificat fișierele cu 20 adăugiri și 1 ștergeri
  1. 20 1
      pages-report/specialColumn/list.vue

+ 20 - 1
pages-report/specialColumn/list.vue

@@ -9,7 +9,11 @@
           <text class="stage">第{{item.stage}}期</text>
           <image class="avatar" :src="item.home_img_url" mode="aspectFill" lazyload></image>
           <view class="content">
-
+            <view class="title">{{item.classify_name_second}}</view>
+            <view class="author">
+              <text style="margin-right:20rpx">{{item.report_author}}</text>
+              <text>{{item.vip_title}}</text>
+            </view>
           </view>
           <!-- <image class="avatar" :src="item.home_img_url" mode="aspectFill" lazyload/>
           <view class="content">
@@ -95,6 +99,7 @@ page{
       border-radius: 16rpx;
       position: relative;
       overflow: hidden;
+      align-items: center;
       .stage{
         position: absolute;
         top: 0;
@@ -117,6 +122,20 @@ page{
         flex-shrink: 0;
         margin-right: 20rpx;
       }
+      .content{
+        flex: 1;
+        .title{
+          font-size: 34rpx;
+          font-weight: 700;
+          padding-bottom: 20rpx;
+          margin-bottom: 20rpx;
+          border-bottom: 1px solid #E6E6E6;
+        }
+        .author{
+          font-size: 28rpx;
+          font-weight: 400;
+        }
+      }
 
     }
   }