.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; 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 } .selectRule{ background: #fff; padding: 28rpx; border-bottom: 1px solid #f1f1f1; } .windows-box{ background: #fff; margin: 0 32rpx; margin-top: 30%; border-radius: 20rpx; } .windows-title{ text-align: center; padding: 28rpx 0; border-bottom: 1px solid #f1f1f1; } .windows-btn{ border-top: 1px solid #f1f1f1; } .windows-btn view:nth-child(1){ text-align: center; padding: 28rpx 0; border-right: 1px solid #f1f1f1; } .windows-btn button{ text-align: center; color: #26A2FF; background: #fff; border: none; } .windows-content textarea{ height: 150rpx; padding: 28rpx; } .results{ text-align: center; font-size: 24rpx; position: relative; } .results view{ padding:10rpx 0rpx; } .resultsBox{ margin-top:20rpx; border:1px solid #f1f1f1; max-height:600rpx; overflow-y:auto } .results:nth-child(odd){ background-color: #f1f1f1; }