/* pages/emergency/index.wxss */ .emergency{ padding: 28rpx; .checkbox-group{ border-radius: 20rpx; overflow: hidden; margin-top: 28rpx; margin-bottom: 28rpx; } } .t-overlay{ top: 0!important; } .block { color: var(--td-text-color-secondary); // display: flex; // align-items: center; // justify-content: center; } .block--center{ width: 90vw; height: 580rpx; padding: 50rpx; box-sizing: border-box; text-align: center; .waring-icon{ width: 100rpx; height: 100rpx; border-radius: 100rpx; color: #f6685d; background-color: #ffd8d2; display: flex; align-items: center; justify-content: center; margin: 20rpx auto; margin-bottom: 28rpx; } .block-desp{ margin-top: 20rpx; margin-bottom: 50rpx; font-size: 28rpx; color: #5e5e5e; } .block-btn{ margin-bottom: 20rpx; } }