84 lines
1.4 KiB
SCSS
84 lines
1.4 KiB
SCSS
.red-envelope {
|
|
padding: 34rpx 24rpx;
|
|
background-color: #f7f7f7;
|
|
.top-title {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 26rpx;
|
|
.title {
|
|
font-size: 32rpx;
|
|
color: #1c1c1c;
|
|
}
|
|
}
|
|
|
|
.input-box {
|
|
margin-bottom: 26rpx;
|
|
background: #ffffff;
|
|
border-radius: 16rpx;
|
|
padding: 24rpx 34rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
text {
|
|
font-size: 32rpx;
|
|
color: #1c1c1c;
|
|
}
|
|
input {
|
|
width: 60%;
|
|
font-size: 32rpx;
|
|
color: #1c1c1c;
|
|
text-align: right;
|
|
}
|
|
}
|
|
|
|
.title-box {
|
|
input {
|
|
width: 100%;
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
.bottom-box {
|
|
margin-top: 5vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
.text-box {
|
|
display: flex;
|
|
align-items: baseline;
|
|
text {
|
|
font-weight: 600;
|
|
font-size: 28rpx;
|
|
color: #1c1c1c;
|
|
&:last-child {
|
|
font-size: 68rpx;
|
|
}
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
margin-top: 28rpx;
|
|
font-size: 30rpx;
|
|
color: #ffffff;
|
|
background: #f56c6c;
|
|
width: 46%;
|
|
&::after {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
// 警告提现
|
|
.on-reminder {
|
|
text {
|
|
color: #f56c6c;
|
|
}
|
|
input {
|
|
color: #f56c6c;
|
|
}
|
|
}
|
|
}
|