page { background-color: #f2f2f2; } .content { margin-top: 20rpx; padding-top: 1rpx; padding-bottom: 1rpx; width: 750rpx; background-color: #ffffff; font-size: 28rpx; } .content-line { width: 100%; height: 2rpx; background-color: #f2f2f2; } .content-title { margin-bottom: 10rpx; padding: 10rpx 20rpx; font-weight: bold; font-size: 30rpx; display: flex; background-color: #f0f0f0; } .content-list { display: flex; margin: 20rpx; } .content-title-item{ width: 175rpx; flex-shrink: 0; margin-right: 20rpx; } .content-text { flex: 1; } .content-text-gray { color: gray; } .content-img-box { flex: 1; } .content-inputs { display: flex; flex-direction: row; margin-left: 200rpx; margin-top: 15rpx; } .content-input { flex: 1; } .content-text { flex: 1; } .content-img { margin-right: 15rpx; width: 150rpx; height: 150rpx; } .content-address { display: flex; flex-direction: column; flex: 1; } .content-local { width: 40rpx; height: 40rpx; padding-left: 10rpx; padding-right: 10rpx; } .content-picker { display: flex; flex-direction: row; } .content-img-right { width: 50rpx; height: 50rpx; } .id-card-img { margin-right: 20rpx; width: 200rpx; height: 150rpx; } .buttom-margin { width: 750rpx; height: 230rpx; } .from-submit-buttom { position: fixed; bottom: 0; width: 750rpx; padding-bottom: constant(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom); background-color: #fff; z-index: 10; } .btn-box{ display: flex; flex-direction: row; width: 750rpx; } .from-submit-buttom-cancle { width: 300rpx; height: 80rpx; background-color: #ffffff; display: flex; align-items: center; justify-content: center; } .from-submit-buttom-submit { flex: 1; height: 80rpx; background-color: #333333; color: #ffffff; display: flex; align-items: center; justify-content: center; } .result-count{font-size: 28rpx; padding: 20rpx; display: flex;}