裂变星小程序-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.

37 lines
620 B

  1. .page {
  2. background-color: $uni-bg-color;
  3. }
  4. .content {
  5. padding: 20rpx;
  6. }
  7. .form {
  8. &-item {
  9. background-color: #FFFFFF !important;
  10. border-radius: 14rpx;
  11. padding: 0 20rpx;
  12. & + & {
  13. margin-top: 20rpx;
  14. }
  15. &-content {
  16. min-height: 62rpx;
  17. display: flex;
  18. align-items: center;
  19. justify-content: flex-end;
  20. font-size: 28rpx;;
  21. color: #999999;
  22. }
  23. }
  24. }
  25. .button-submit {
  26. width: calc(100% - 40rpx);
  27. height: 90rpx;
  28. margin: 20rpx;
  29. background-color: $uni-bg-color-highlight;
  30. color: $uni-text-color-highlight;
  31. font-size: 36rpx;
  32. border-radius: 45rpx;
  33. }