.form-top{ background-color: #fff; padding:28rpx; border-top:18rpx solid rgba(245,247,250,1); } .form-top .flex-1{ text-align: right; color: #969799; } .label{ position: relative; width: 160rpx; } .isBt::before{ position: absolute; content: "*"; color: #F56C6C; left: -16rpx; } .inputs .li{ background-color: #fff; padding:28rpx; position: relative; } .li view:nth-child(2){ text-align: right; color: #969799; } .title{ padding: 16rpx 28rpx; font-size: 24rpx; } textarea{ padding-left: 10rpx; padding-right: 0; font-size: 28rpx; height: 200rpx; position: relative; } textarea::before{ position: absolute; content: "*"; color: #F56C6C; left: -16rpx; } .add{ background-color: #fff; padding: 28rpx 28rpx; color: #26A2FF; margin: 28rpx 0; margin-bottom: 40rpx; } .addImg{ width: 50rpx; height: 50rpx; position: absolute; bottom: 20rpx; z-index: 998; /* background: #F56C6C; */ } .rightImg{ width: 30rpx; height: 30rpx; margin-left: 10rpx; } .defBtn{ width: 90%; margin: 0 auto; border-radius: 10rpx; margin-bottom: 100rpx; height: 90rpx; text-align: center; line-height: 90rpx; } .showImg{ width: 160rpx; height: 160rpx; margin-bottom: 28rpx; margin-right:40rpx; margin-top: 28rpx; } .detele{ color: #fff; position: absolute; height: 40rpx; width: 40rpx; border-radius: 100%; background-color: #969799; text-align: center; line-height: 44rpx; right: 10rpx; top: 10rpx; } .box{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.2); z-index: 999; transform: translate(0,100%); } .inputs .li .input_text{ text-align: left; font-size: 24rpx; } .inputs .li input{ width: 100%; } .jiang{ border: 1px solid #f1f1f1; border-radius: 4rpx; width: 40rpx; text-align: center } .picker-box{ width: 110rpx; border-radius: 50rpx; background-color: #f1f1f1; position: relative; height: 60rpx; } .picker-box text{ text-align: center; line-height: 60rpx; font-size: 24rpx; } .yuan{ width: 50rpx; height: 50rpx; background: #fff; border-radius: 100rpx; position: absolute; top: 5rpx; } .picker-left{ left: 5rpx; } .picker-right{ right: 5rpx; } .userList{ height: 40rpx; }