Browse Source

circle page

邹能昇 4 months ago
parent
commit
8e15878da3

+ 27 - 1
nova-werun/components/circle-card/index.less

@@ -275,6 +275,19 @@
             flex: 1; /* 允许内容占用剩余空间 */
             white-space: normal; /* 允许内容换行 */
             overflow-wrap: break-word; /* 处理长单词的换行 */
+            position: relative;
+            .delete{
+                width: 100rpx;
+                height: 50rpx;
+                display: flex;
+                justify-content: center;
+                align-items: center;
+                background-color: white;
+                position: absolute;
+                top: -40rpx;
+                left: 50%;
+                z-index: 99;
+            }
         }
         .comment2{
             background-color: #bfbebe;
@@ -321,6 +334,19 @@
             flex: 1; /* 允许内容占用剩余空间 */
             white-space: normal; /* 允许内容换行 */
             overflow-wrap: break-word; /* 处理长单词的换行 */
+            position: relative;
+            .delete{
+                width: 100rpx;
+                height: 50rpx;
+                display: flex;
+                justify-content: center;
+                align-items: center;
+                background-color: white;
+                position: absolute;
+                top: -40rpx;
+                left: 50%;
+                z-index: 99;
+            }
         }
         .comment2{
             background-color: #bfbebe;
@@ -340,7 +366,7 @@
                 align-items: center;
                 background-color: white;
                 position: absolute;
-                bottom: -40rpx;
+                top: -40rpx;
                 left: 50%;
                 z-index: 99;
             }

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


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