直播更新
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user