.customfield { width: 100%; height: auto; } .customerGrade { width: 100%; height: 88rpx; border-bottom: 2rpx solid #D4E4ED; display: flex; align-items: center; } .labelWidth { width: 240rpx; height: 100%; line-height: 88rpx; font-size: 28rpx; color: #384855; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .gradeContent { width: calc(100% - 240rpx); height: 100%; display: flex; align-items: center; } .gradeContent > view { display: inline-block; padding: 2rpx 15rpx; border: 2rpx solid #9db6cf; font-size: 28rpx; border-radius: 4rpx; margin: 0rpx 10rpx; } .customNumber,.customText,.customRadio,.customrili { width: 100%; height: 88rpx; border-bottom: 2rpx solid #D4E4ED; display: flex; align-items: center; } .numberContent,.textContent,.radioContent { width: calc(100% - 240rpx); height: 100%; display: flex; align-items: center; } .weui-check__label { display: flex; align-items: center; margin-right: 15rpx; } radio-group { width: 100%; height: 100%; display: flex; align-items: center; } radio { transform: scale(0.8,0.8); } .riliContent { width: calc(100% - 240rpx); height: 100%; display: flex; align-items: center; } .picker { width: 465rpx; height: 88rpx; display: flex; align-items: center; justify-content: space-between; } .picker > image { width: 30rpx; } .picker > view { color: #333333; font-size: 28rpx; margin-right: 15rpx; } .customCheckBox { width: 100%; height: 88rpx; border-bottom: 2rpx solid #D4E4ED; display: flex; align-items: center; position: relative; } .checkboxContent { width: calc(100% - 240rpx); height: 100%; display: flex; align-items: center; } .checkboxContent > image { width: 20rpx; padding-left: 20rpx; padding-right: 10rpx; } .checkboxScroll { width: calc(100% - 60rpx); display: flex; align-items: center; overflow-x: auto; } .checkboxScroll > view { flex: none; display: inline-block; padding: 2rpx 10rpx; background-color: #249efb; color: #fff; border-radius: 6rpx; font-size: 26rpx; margin: 0rpx 5rpx; } .selectbox { position: absolute; width: 96%; height: auto; background-color: #fff; box-shadow: 0 6rpx 10rpx 0 rgb(36 158 251 / 30%); padding: 20rpx 20rpx 10rpx; top: 88rpx; left: 50%; transform: translateX(-50%); z-index: 9; display: flex; flex-wrap: wrap; } .selectbox > view { flex: none; display: inline-block; padding: 2rpx 10rpx; border: 1px solid rgba(157, 182, 207, 1); border-radius: 6rpx; margin: 0rpx 5rpx 10rpx; } .selectActive { background-color: #249EFB; color: #fff; border-color: #249EFB; } .gradeActive { background-color: #249EFB; color: #fff; border-color: #249EFB; } .uploadImageBox { width: 100%; height: auto; } .uploadImageItem { width: 100%; height: 94rpx; display: flex; align-items: center; justify-content: space-between; border-bottom: 2rpx solid #D4E4ED; } .uploadImageText { font-size: 28rpx; color: #384855; } .uploadImageIcon { display: flex; align-items: center; } .uploadImageIcon > image { width: 45rpx; } .uploadImagelist { width: 100%; height: auto; box-sizing: border-box; padding: 20rpx 0rpx 20rpx; display: flex; flex-wrap: wrap; } .showImageItem { width: 140rpx; height: 120rpx; background-color: #ccc; position: relative; border-radius: 8rpx; overflow: hidden; margin: 0rpx 20rpx 20rpx; } .showImageItem > image { width: 100%; height: 100%; } .delImage { width: 60rpx; height: 60rpx; background-color: rgba(0,0,0,0.5); box-shadow: 0rpx 0rpx 10rpx 10rpx rgba(157, 182, 207, 0.5); position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center; } .delImage > image { width: 30rpx; } .layercommunity{ display:block; position: absolute; top: 100%; left: 230rpx; z-index: 9; width: calc(100% - 230rpx); background: #FFFFFF; box-shadow: 0px 4rpx 16rpx 0px rgba(36,158,251,0.3); border-radius: 4rpx; padding: 10rpx 20rpx; } .layercommunity view{ line-height:48rpx; font-size:24rpx; border-bottom: 1px solid rgba(212,228,237,1); }