recharge.wxss 2.7 KB

page {
	background: #f7f7f7;
	height: 100%;
}
.box {
	margin-top: 20rpx;
	padding: 20rpx 32rpx 16rpx;
	box-sizing: border-box;
	border-bottom: 1px solid #eaeaea;
}
.title {
	font-size: 32rpx;
	font-family: PingFangHK-Regular, PingFangHK;
	font-weight: 400;
	color: rgba(8, 18, 31, 1);
	margin: 40rpx 0;
}
.money {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 72rpx;
	font-family: PingFangHK-Regular, PingFangHK;
	font-weight: 400;
	color: rgba(8, 18, 31, 1);
}
.fill {
	margin-left: 20rpx;
}
.cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.coverBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 766rpx;
	background: rgba(255, 255, 255, 1);
	border-radius: 24rpx 24rpx 0px 0px;
}
.top {
	height: 96rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	position: relative;
	font-size: 32rpx;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(6, 18, 31, 1);
	border-bottom: 1px solid #eeeeee;
}
.close {
	width: 48rpx;
	position: absolute;
	left: 32rpx;
	top: 24rpx;
}
.close image {
	width: 100%;
}
.monetall {
	margin-top: 70rpx;
}
.moneyNum {
	font-size: 68rpx;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(194, 148, 69, 1);
	text-align: center;
}
.moneyTitle {
	font-size: 28rpx;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(61, 68, 76, 1);
	text-align: center;
}
.payBox {
	margin-bottom: 80rpx;
	padding: 0 32rpx;
	box-sizing: border-box;
}
.payItem {
	margin-top: 64rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}
.left {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 32rpx;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(6, 18, 31, 1);
}
.left image {
	width: 48rpx;
	margin-right: 32rpx;
}
.right {
	width: 48rpx;
}
.check {
	width: 100%;
}
.submit {
	width: 686rpx;
	height: 88rpx;
	background: #c29445;
	border-radius: 10rpx;
	font-size: 32rpx;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: rgba(254, 254, 254, 1);
	line-height: 88rpx;
	text-align: center;
	margin: 0 auto;
}