Browse Source

circle page

邹能昇 4 months ago
parent
commit
420acda67f

+ 3 - 3
nova-werun/components/circle-card/index.less

@@ -203,7 +203,7 @@
         padding-left: 18rpx;
         flex-wrap: wrap;
         .chickname{
-            font-size: 28rpx;
+            font-size: 30rpx;
             margin-left: 8rpx;
         }
     }
@@ -265,7 +265,7 @@
         padding-left: 18rpx;
         flex-wrap: wrap;
         border-top: gray solid 0.1px;
-        font-size: 28rpx;
+        font-size: 30rpx;
         padding-right: 10rpx;
         .comment{
             width: 100%;
@@ -310,7 +310,7 @@
         align-items: center;
         padding-left: 18rpx;
         flex-wrap: wrap;
-        font-size: 28rpx;
+        font-size: 30rpx;
         padding-right: 10rpx;
         .comment{
             width: 100%;

+ 3 - 0
nova-werun/components/circle-card/index.wxml

@@ -72,6 +72,7 @@
                 </view>
             </view>
         </view>
+        <!-- 输入框 -->
         <view class="point" bindtap="showgood"> ·· </view>
         <van-popup show="{{ show }}" position="bottom" custom-style="height: {{bottomNavHeight+textareaHeight+70}}rpx;" bind:close="onClose" overlay-style='background-color: rgba(255, 255, 255, 0); ' custom-style='background-color: #efefef;'>
 
@@ -83,6 +84,7 @@
 
         </van-popup>
     </view>
+    <!-- 点赞人 -->
     <view class="chinkinbox" wx:if="{{chickList.length!=0}}">
         <van-icon name="like-o" size='18' />
         <block wx:for="{{chickList}}">
@@ -91,6 +93,7 @@
         </block>
 
     </view>
+    <!-- 评论 -->
     <view class="{{chickList.length !=0? 'commentbox' :'commentbox2' }}" wx:if="{{commentList.length!=0}}">
         <block wx:for="{{commentList}}">
             <view class="{{item.showdeletid?'comment2':'comment'}}" wx:if="{{!item.comment}}" bindtap="showpop" data-id="{{item.objectId}}">

File diff suppressed because it is too large
+ 0 - 0
nova-werun/components/circle-card/index.wxss


+ 1 - 2
nova-werun/components/circle/index.less

@@ -8,14 +8,13 @@
             border-top: grey solid 1px;
             overflow-y: scroll;
             padding-top: 20rpx;
-            
         }
         .trends::-webkit-scrollbar {
             display: none; /* 隐藏滚动条 */
         }
         .publishbox{
             position: absolute;
-            bottom: 170rpx;
+            bottom:214rpx;
             right: 12rpx;
             image{
                 width: 80rpx;

+ 1 - 1
nova-werun/components/circle/index.wxss

@@ -1 +1 @@
-.all{width:100vw;position:relative}.all .trends{width:100%;border-top:grey solid 1px;overflow-y:scroll;padding-top:20rpx}.all .trends::-webkit-scrollbar{display:none}.all .publishbox{position:absolute;bottom:170rpx;right:12rpx}.all .publishbox image{width:80rpx;height:80rpx}
+.all{width:100vw;position:relative}.all .trends{width:100%;border-top:grey solid 1px;overflow-y:scroll;padding-top:20rpx}.all .trends::-webkit-scrollbar{display:none}.all .publishbox{position:absolute;bottom:214rpx;right:12rpx}.all .publishbox image{width:80rpx;height:80rpx}

Some files were not shown because too many files changed in this diff