.notice-container { display: flex; flex-direction: column; min-height: 100vh; background-color: #f5f7fa; padding: 30rpx; } .notice-title { font-size: 36rpx; font-weight: bold; margin-top: 20rpx; margin-bottom: 10rpx; } .notice-subtitle { font-size: 28rpx; color: #666; margin-bottom: 40rpx; } .notice-grid { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30rpx; } .notice-item { width: 42%; background-color: #fff; border-radius: 12rpx; padding: 20rpx; margin-bottom: 20rpx; display: flex; flex-direction: column; align-items: center; text-align: center; } .icon-container { width: 80rpx; height: 80rpx; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-bottom: 15rpx; } .light { background-color: #f1c40f; } .smile { background-color: #2ecc71; } .mic { background-color: #3498db; } .wifi { background-color: #9b59b6; } .forbidden { background-color: #e74c3c; } .iconfont { font-size: 40rpx; color: #fff; } .item-text { font-size: 24rpx; color: #333; line-height: 1.4; } .warning-tip { background-color: #fff8e1; border-radius: 12rpx; padding: 20rpx; margin-bottom: 30rpx; border-left: 8rpx solid #ffc107; } .warning-tip text { font-size: 26rpx; color: #ff9800; line-height: 1.4; } .disclaimer { font-size: 24rpx; color: #999; line-height: 1.5; margin-bottom: 30rpx; } .agreement { display: flex; align-items: center; margin-bottom: 40rpx; } .agreement-text { font-size: 28rpx; color: #333; margin-left: 10rpx; } .start-btn { width: 100%; height: 90rpx; line-height: 90rpx; background-color: #6c5ce7; color: #fff; border-radius: 45rpx; font-size: 32rpx; } .start-btn[disabled] { background-color: #b2b2b2; color: #fff; }