| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 | .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;  font-size: 32rpx}.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: 28rpx;}textarea{  padding-left: 10rpx;  padding-right: 0;  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: 40rpx;  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;  font-size: 32rpx;}
 |