|
@@ -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;
|
|
|
}
|