裂变星小程序-25.03.04
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

38 lines
620 B

.page {
background-color: $uni-bg-color;
}
.content {
padding: 20rpx;
}
.form {
&-item {
background-color: #FFFFFF !important;
border-radius: 14rpx;
padding: 0 20rpx;
& + & {
margin-top: 20rpx;
}
&-content {
min-height: 62rpx;
display: flex;
align-items: center;
justify-content: flex-end;
font-size: 28rpx;;
color: #999999;
}
}
}
.button-submit {
width: calc(100% - 40rpx);
height: 90rpx;
margin: 20rpx;
background-color: $uni-bg-color-highlight;
color: $uni-text-color-highlight;
font-size: 36rpx;
border-radius: 45rpx;
}