index.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-1cf27b2a {
  4. width: 100vw;
  5. height: 100vh;
  6. background-color: #F2F2F2;
  7. }
  8. .content .header.data-v-1cf27b2a {
  9. width: 750rpx;
  10. height: 300rpx;
  11. border-radius: 0 0 10% 10%;
  12. background-color: #1E7DFB;
  13. }
  14. .content .form.data-v-1cf27b2a {
  15. position: absolute;
  16. top: 42rpx;
  17. left: 30rpx;
  18. right: 30rpx;
  19. padding: 0 32rpx;
  20. height: 1055rpx;
  21. border-radius: 10rpx;
  22. background-color: #fff;
  23. }
  24. .content .form .form_title.data-v-1cf27b2a {
  25. line-height: 105rpx;
  26. font-weight: bold;
  27. font-size: 34rpx;
  28. }
  29. .content .form .form_item.data-v-1cf27b2a {
  30. margin-bottom: 20rpx;
  31. font-size: 28rpx;
  32. }
  33. .content .form .form_item .icon.data-v-1cf27b2a {
  34. color: #D43030;
  35. }
  36. .content .form .form_item.data-v-1cf27b2a .uni-easyinput {
  37. margin-top: 10rpx;
  38. background-color: #F2F2F2;
  39. }
  40. .content .form .form_button.data-v-1cf27b2a {
  41. margin-top: 65rpx;
  42. background-color: #1E7DFB;
  43. color: #fff;
  44. font-size: 28rpx;
  45. }
  46. .content .footer.data-v-1cf27b2a {
  47. position: absolute;
  48. bottom: 44rpx;
  49. width: 100vw;
  50. text-align: center;
  51. font-size: 24rpx;
  52. color: #999999;
  53. }