index.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. }
  57. .popup_body.data-v-1cf27b2a {
  58. display: flex;
  59. flex-direction: column;
  60. align-items: center;
  61. width: 480rpx;
  62. height: 400rpx;
  63. border-radius: 22rpx;
  64. background-color: #fff;
  65. }
  66. .popup_body .img.data-v-1cf27b2a {
  67. margin-top: 50rpx;
  68. width: 98rpx;
  69. height: 98rpx;
  70. }
  71. .popup_body .popup_text.data-v-1cf27b2a {
  72. margin-top: 20rpx;
  73. color: #0f194d;
  74. font-size: 28rpx;
  75. }
  76. .popup_body .popup_btn.data-v-1cf27b2a {
  77. display: flex;
  78. justify-content: center;
  79. align-items: center;
  80. margin-top: 50rpx;
  81. width: 220rpx;
  82. height: 76rpx;
  83. color: #fff;
  84. font-size: 25rpx;
  85. border-radius: 43rpx;
  86. background: linear-gradient(90deg, #1e7dfb 0%, #1b75eb 100%);
  87. }