注释搜索:主播发送消息
观看列表只能主播跟管理员查看
This commit is contained in:
@@ -97,8 +97,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
// 订单列表
|
||||
.order-list {
|
||||
padding: 24rpx 0;
|
||||
@@ -111,7 +109,9 @@
|
||||
margin-bottom: 24rpx;
|
||||
padding: 32rpx;
|
||||
box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.03);
|
||||
transition: transform 0.2s ease, box-shadow 0.2s ease;
|
||||
transition:
|
||||
transform 0.2s ease,
|
||||
box-shadow 0.2s ease;
|
||||
|
||||
&:active {
|
||||
transform: translateY(-2rpx);
|
||||
@@ -314,4 +314,24 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// 底部按钮
|
||||
.bottom-btn {
|
||||
margin-top: 16rpx;
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
button {
|
||||
margin: 0;
|
||||
border-radius: 80rpx;
|
||||
width: 180rpx;
|
||||
height: 60rpx;
|
||||
line-height: 60rpx;
|
||||
font-size: 26rpx;
|
||||
color: #333333;
|
||||
background: #fff;
|
||||
border: 2rpx solid #d4dae0;
|
||||
box-sizing: border-box;
|
||||
&:after {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user