index.wxss 1.2 KB

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