80 lines
1.2 KiB
Plaintext
80 lines
1.2 KiB
Plaintext
/* packageI/personRed/personRedIssue/personRedIssue.wxss */
|
|
.grant-form {
|
|
box-sizing: border-box;
|
|
padding: 25rpx;
|
|
}
|
|
|
|
.gift-type {
|
|
padding: 0 0 20rpx 10rpx;
|
|
color: #f69a00;
|
|
}
|
|
|
|
.input-item {
|
|
padding: 10rpx 0;
|
|
margin-bottom: 25rpx;
|
|
width: 700rpx;
|
|
border-radius: 10rpx;
|
|
overflow: hidden;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.input-right-text {
|
|
color: #333;
|
|
}
|
|
|
|
.inp-timer {
|
|
margin-bottom: 5rpx;
|
|
}
|
|
|
|
.ping-icon {
|
|
display: inline-block;
|
|
margin-right: 10rpx;
|
|
width: 42rpx;
|
|
height: 42rpx;
|
|
text-align: center;
|
|
line-height: 42rpx;
|
|
background-color: #f69a00;
|
|
border-radius: 4rpx;
|
|
color: #fff;
|
|
}
|
|
|
|
.tip-timer {
|
|
margin-left: 10rpx;
|
|
font-size: 26rpx;
|
|
color: #f14e4e;
|
|
margin-bottom: 35rpx;
|
|
}
|
|
|
|
.tip-upLoadImg {
|
|
margin-left: 15rpx;
|
|
color: #f14e4e;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.check-btn {
|
|
margin: 40rpx 0;
|
|
}
|
|
|
|
.total-balance {
|
|
font-size: 38rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.total-balance .moeny {
|
|
font-size: 36rpx;
|
|
color: #f69a00;
|
|
}
|
|
|
|
.btn-grant-gift {
|
|
margin: 0 auto;
|
|
margin-top: 40rpx;
|
|
width: 650rpx;
|
|
height: 80rpx;
|
|
background-color: #ef3532;
|
|
border-radius: 40rpx;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
line-height: 80rpx;
|
|
color: #fff;
|
|
}
|