Rorschach 6 лет назад
Родитель
Сommit
0771e09886

+ 2 - 1
pages/groupPage/grade-details/grade-details.wxml

@@ -14,7 +14,8 @@
                 <text class="left">{{item.title}}</text>
                 <view class="right">
                     <image src="../../../static/groupImg/bofnag.png"></image>
-                    <text>{{item.readNum}} ></text>
+                    <text>{{item.readNum}}</text>
+                    <image style="margin-left: 10rpx; width: 22rpx; height: 22rpx;" src="../../../static/groupImg/jiantou.png"></image>
                 </view>
             </view>
         </view>

+ 7 - 8
pages/groupPage/grade-details/grade-details.wxss

@@ -46,15 +46,14 @@ scroll-view {
 
 
 .catalog image {
-    position: absolute;
-    left: 374rpx;
-    top: 20rpx;
-    width: 2rpx;
-    height: 66rpx;
+    position:absolute;
+    left:374rpx;
+    top:16rpx;
+    width:2rpx;
+    height:60rpx;
 }
 
 .catalog text {
-    flex: 1;
     height: 60rpx;
     text-align: center;
     font-size: 36rpx;
@@ -63,7 +62,7 @@ scroll-view {
 }
 
 .catalog .select {
-    border-bottom: 2rpx solid #61CA54;
+    border-bottom: 4rpx solid #61CA54;
     color: #61CA54;
 }
 
@@ -147,7 +146,7 @@ scroll-view {
 .group-btn .bg1,
 .group-btn .bg2 {
     position: absolute;
-    top: 15%;
+    top: 10rpx;
     width: 4rpx;
     height: 70%;
 }

+ 2 - 1
pages/groupPage/group-details/group-details.wxml

@@ -56,7 +56,8 @@
                 <text class="left">{{item.title}}</text>
                 <view class="right">
                     <image src="../../../static/groupImg/bofnag.png"></image>
-                    <text>{{item.readNum}} ></text>
+                    <text>{{item.readNum}}</text>
+                    <image style="margin-left: 10rpx; width: 22rpx; height: 22rpx;" src="../../../static/groupImg/jiantou.png"></image>
                 </view>
             </view>           
         </view>

BIN
static/groupImg/jiantou.png