.info_card { margin: 20rpx 0 0 0; } .info_item { display: flex; align-items: center; justify-content: space-between; font-size: 28rpx; color: #333333; background: #ffffff; line-height: 120rpx; padding: 0 26rpx; border-top: 1px solid #F8F8F8; } .info_item:first-child { border: none; } .info_label { flex: none; font-size: 30rpx; width: 300rpx; color: #333333; } .mandatory::before{ content: "*"; color: #f56c6c; margin-right: 4px; } .mandatoryNot::before{ content: "*"; color: #fff; margin-right: 4px; } .info_input { flex: auto; display: block; text-align: right; width: 100%; background: none; border: none; height: 100rpx; font-size: 30rpx; } .cu-btn { flex: none; width: auto !important; } .phone_btm { width: 610rpx; margin: 60rpx auto auto auto; } .phone_btn1 { display: block; /* line-height: 88rpx; */ width: 100% !important; text-align: center; background-color: var(--color); border-radius: 10rpx; font-size: 34rpx; color: #ffffff; box-shadow: 0px 12rpx 18rpx 0px rgba(45, 89, 230, 0.27); }