202404-调整出场话术,篮球订单查询日期条件范围调整

This commit is contained in:
2024-04-14 10:28:43 +08:00
parent c98f43a92d
commit 53ee154870
6 changed files with 46 additions and 30 deletions

View File

@@ -94,24 +94,22 @@
color: rgba(255, 255, 255, 0.6);
}
.footer-box {
position: fixed;
bottom: 0;
left: 0;
display: flex;
width: 100%;
height: 100rpx;
.note-content {
margin-top: 30rpx;
padding: 30rpx;
font-size: 36rpx;
color: #ffda2e;
}
.footer-btn {
flex: 1;
background: #767578;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100rpx;
background: #ffda2e;
color: #1a191e;
font-size: 32rpx;
text-align: center;
line-height: 100rpx;
}
.footer-btn.isActive {
background: #ffda2e;
}