catch.wxss 522 Bytes
@import '../../../app.wxss';

.container {
	background-color: #f5f5f5;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.container-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: rgb(173,173,173);
}

.t-icon {
	width: 200rpx;
	height: 200rpx;
}

.btn {
	display: inline-block;
	padding: 10rpx 50rpx;
	border: 2rpx solid red;
	color: red;
	font-size: 30rpx;
	border-radius: 30rpx;
	box-sizing: border-box;
}

.mgt60 {
	margin-top: 60rpx;
}