发送红包接口有问题,添加群恢复
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-bottom: 26rpx;
|
||||
margin-bottom: 30rpx;
|
||||
.title {
|
||||
font-size: 32rpx;
|
||||
color: #1c1c1c;
|
||||
@@ -13,13 +13,19 @@
|
||||
}
|
||||
|
||||
.input-box {
|
||||
margin-bottom: 26rpx;
|
||||
margin-bottom: 60rpx;
|
||||
background: #ffffff;
|
||||
border-radius: 16rpx;
|
||||
padding: 24rpx 34rpx;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
.form-box {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
}
|
||||
text {
|
||||
font-size: 32rpx;
|
||||
color: #1c1c1c;
|
||||
@@ -30,6 +36,16 @@
|
||||
color: #1c1c1c;
|
||||
text-align: right;
|
||||
}
|
||||
.num-box {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: right;
|
||||
text {
|
||||
margin-left: 10rpx;
|
||||
margin-bottom: 1rpx;
|
||||
color: #1c1c1c;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.title-box {
|
||||
@@ -73,11 +89,40 @@
|
||||
|
||||
// 警告提现
|
||||
.on-reminder {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
text {
|
||||
color: #f56c6c;
|
||||
color: #f56c6c !important;
|
||||
}
|
||||
input {
|
||||
color: #f56c6c;
|
||||
}
|
||||
.error-text {
|
||||
margin-top: 10rpx;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
}
|
||||
|
||||
// 群红包个数
|
||||
.group-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.input-box {
|
||||
margin-bottom: 10rpx;
|
||||
}
|
||||
.num {
|
||||
margin-bottom: 30rpx;
|
||||
margin-left: 34rpx;
|
||||
font-size: 28rpx;
|
||||
color: #5e5e5e;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pwd-modal {
|
||||
:deep(.modal) {
|
||||
position: relative;
|
||||
right: 20rpx;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user