直播更新

This commit is contained in:
陈誉午
2026-08-03 11:05:19 +08:00
parent 994b267f5c
commit d0776f9676
12 changed files with 288 additions and 177 deletions
+25 -3
View File
@@ -76,6 +76,26 @@ rich-content img {
display: block;
}
.report-nav-btn{
white-space: nowrap;
background: #FF4D4F;
color: #fff;
font-size: 22rpx;
padding: 6rpx 24rpx;
border-radius: 20rpx;
margin-bottom: 20rpx;
line-height: 1.5;
display: flex;
align-items: center;
justify-content: center;
border: none;
outline: none;
&:active {
opacity: 0.8;
transform: scale(0.95);
}
}
.error{
white-space: nowrap;
background: #FF4D4F;
@@ -107,14 +127,16 @@ rich-content img {
}
.history{
position: absolute;
right: 10rpx;
top: 110rpx;
position: fixed;
right: 0;
bottom: 40%;
display: flex;
justify-content: center;
align-items: center;
padding-left: 12rpx;
border-radius: 48rpx 0rpx 0rpx 48rpx;
box-sizing: border-box;
z-index: 999;
.icon{
width: 100rpx;
height: 80rpx;