You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
710 B
43 lines
710 B
@import '/assets/wxss/topic-info.wxss';
|
|
.m-info {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.m-fm .fm {
|
|
height: 500rpx;
|
|
}
|
|
.topic-auditing {
|
|
margin-top: 20rpx;
|
|
font-size: 34rpx;
|
|
color: #e60000;
|
|
font-weight: 500;
|
|
text-align: center;
|
|
}
|
|
.topic-reject {
|
|
font-size: 26rpx;
|
|
font-family: Source Han Serif SC;
|
|
font-weight: 500;
|
|
color: #999;
|
|
}
|
|
.m-operate {
|
|
height: 100rpx;
|
|
width: 100%;
|
|
line-height: 100rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
position: fixed;
|
|
z-index: 100;
|
|
bottom: 0;
|
|
background: #fff;
|
|
font-size: 34rpx;
|
|
}
|
|
.m-operate .btn {
|
|
flex: 1;
|
|
text-align: center;
|
|
}
|
|
.m-operate .yl {
|
|
color: #e60000;
|
|
}
|
|
.m-operate .zyt {
|
|
background: #e60000;
|
|
color: #fff;
|
|
}
|
|
|