| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- /* 水平间距 */
- /* 水平间距 */
- .content.data-v-1cf27b2a {
- width: 100vw;
- }
- .content .header.data-v-1cf27b2a {
- width: 750rpx;
- height: 300rpx;
- border-radius: 0 0 10% 10%;
- background-color: #1e7dfb;
- }
- .content .form.data-v-1cf27b2a {
- position: absolute;
- top: 42rpx;
- left: 30rpx;
- right: 30rpx;
- padding: 0 32rpx;
- border-radius: 10rpx;
- background-color: #fff;
- }
- .content .form .form_title.data-v-1cf27b2a {
- line-height: 105rpx;
- font-weight: bold;
- font-size: 34rpx;
- }
- .content .form .form_item.data-v-1cf27b2a {
- margin-bottom: 20rpx;
- font-size: 28rpx;
- }
- .content .form .form_item .icon.data-v-1cf27b2a {
- color: #d43030;
- }
- .content .form .form_item.data-v-1cf27b2a .uni-easyinput {
- margin-top: 10rpx;
- background-color: #f2f2f2;
- }
- .content .form .form_item.data-v-1cf27b2a .uni-stat__select {
- margin-top: 10rpx;
- background-color: #f2f2f2;
- }
- .content .form .form_item.data-v-1cf27b2a .uni-data-checklist {
- margin-top: 10rpx !important;
- background-color: #f2f2f2;
- }
- .content .form .form_button.data-v-1cf27b2a {
- margin-top: 65rpx;
- background-color: #1e7dfb;
- color: #fff;
- font-size: 28rpx;
- }
- .content .form .footer.data-v-1cf27b2a {
- margin: 70rpx 0;
- text-align: center;
- font-size: 24rpx;
- color: #999999;
- }
- .popup_body.data-v-1cf27b2a {
- display: flex;
- flex-direction: column;
- align-items: center;
- width: 480rpx;
- height: 400rpx;
- border-radius: 22rpx;
- background-color: #fff;
- }
- .popup_body .img.data-v-1cf27b2a {
- margin-top: 50rpx;
- width: 98rpx;
- height: 98rpx;
- }
- .popup_body .popup_text.data-v-1cf27b2a {
- margin-top: 20rpx;
- color: #0f194d;
- font-size: 28rpx;
- }
- .popup_body .popup_btn.data-v-1cf27b2a {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 50rpx;
- width: 220rpx;
- height: 76rpx;
- color: #fff;
- font-size: 25rpx;
- border-radius: 43rpx;
- background: linear-gradient(90deg, #1e7dfb 0%, #1b75eb 100%);
- }
- .popup_body2.data-v-1cf27b2a {
- padding: 40rpx 20rpx 10rpx;
- width: 480rpx;
- line-height: 50rpx;
- border-radius: 22rpx;
- background-color: #fff;
- }
- .popup_body2 .btn.data-v-1cf27b2a {
- margin: 30rpx auto;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- font-size: 24rpx;
- color: #fff;
- border-radius: 10rpx;
- background-color: #1e7dfb;
- }
|