Bladeren bron

去掉“火”icon

author 3 jaren geleden
bovenliggende
commit
2105d4b207
3 gewijzigde bestanden met toevoegingen van 9 en 5 verwijderingen
  1. 4 0
      component/video-swiper/index.wxss
  2. 2 2
      pages/activity/index/index.wxml
  3. 3 3
      pages/activity/index/index.wxss

+ 4 - 0
component/video-swiper/index.wxss

@@ -78,6 +78,10 @@
   font-size: 30rpx;
   color: rgba(0, 0, 0, 0.8);
   font-weight: bold;
+  font-size: 30rpx;
+  width: 270rpx;
+  height: 40rpx;
+  overflow: hidden;
 }
 .swiper_container .swiper_item .head_box .user_box .user_right .efun_tag {
   width: 68rpx;

+ 2 - 2
pages/activity/index/index.wxml

@@ -63,7 +63,7 @@
             </view>
           </view>
           <view class="popularity">
-            <image src="../../../static/activity/popularity1.png"></image>
+            <!-- <image src="../../../static/activity/popularity1.png"></image> -->
             {{item.activityJoinUser.hotAmount}}
           </view>
         </view>
@@ -94,7 +94,7 @@
           </view>
         </view>
         <view class="popularity" style="color: #fff;">
-          <image src="../../../static/activity/popularity.png"></image>
+          <!-- <image src="../../../static/activity/popularity.png"></image> -->
           {{myHotAmountData.activityJoinUser.hotAmount}}
         </view>
     </view>

+ 3 - 3
pages/activity/index/index.wxss

@@ -135,7 +135,7 @@ border-radius: 0 20rpx 0 20rpx;
   font-weight: 600;
 }
 .activity-ranking-title .midTitle{
-  margin-left: -44rpx;
+  margin-left: -80rpx;
 }
 .scroll-view-item,
 .activity-my-ranking {
@@ -213,10 +213,10 @@ border-radius: 0 20rpx 0 20rpx;
 }
 .scroll-view-item .popularity,
 .activity-my-ranking  .popularity {
-  color: #666;
+  color: #F76346;
   font-size: 38rpx;
   vertical-align: middle;
-  width: 100rpx;
+  width: 120rpx;
 }
 .popularity image {
   width: 27rpx;