/* compontents/discuss/discuss.wxss */ /* 评论内容展开 */ .comment { position: relative; height: 0rpx; overflow: hidden; } .comment view { margin-top: 20rpx; font-size: 28rpx; } .text { position: absolute; bottom: 0; width: 100%; } .text input { width: 85%; float: left; } .text text { color: #93AAFA; } .unfold { position: absolute; right: 28rpx; bottom: 24rpx; font-size: 28rpx; color: #93AAFA; }