fix: 移除首页测试按钮样式
This commit is contained in:
parent
6a341a89c3
commit
1a05539731
|
@ -789,20 +789,6 @@ page {
|
||||||
// overflow-y: auto; /* 使用auto而不是scroll */ // 添加这行会导致滚动条不见
|
// 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 {
|
.chat-card {
|
||||||
// background-color: #ffffff;
|
// background-color: #ffffff;
|
||||||
// border-radius: 16rpx;
|
// border-radius: 16rpx;
|
||||||
|
|
Loading…
Reference in New Issue