diff --git a/pages/home/index/index.vue b/pages/home/index/index.vue index b866eff..f578a82 100644 --- a/pages/home/index/index.vue +++ b/pages/home/index/index.vue @@ -789,20 +789,6 @@ page { // overflow-y: auto; /* 使用auto而不是scroll */ // 添加这行会导致滚动条不见 } - // 测试按钮样式 - .test-button { - position: fixed; - bottom: 180rpx; - right: 30rpx; - background-color: #4370fe; - color: #ffffff; - padding: 16rpx 24rpx; - border-radius: 10rpx; - font-size: 28rpx; - z-index: 999; - box-shadow: 0 2rpx 10rpx rgba(0, 0, 0, 0.2); - } - .chat-card { // background-color: #ffffff; // border-radius: 16rpx;