.wrapper { width: 100%; padding-top: 30rpx; padding-bottom: 276rpx; } .width-690 { width: 690rpx; margin: 0 auto; } form { display: block; width: 100%; } label { display: flex; align-items: center; text { line-height: 42rpx; font-size: 28rpx; color: rgba(51, 51, 51, 1); &:nth-of-type(2) { margin-left: 10rpx; color: rgba(153, 153, 153, 1); } } } .van-uploader__wrapper { .van-uploader__preview { &:nth-of-type(4n) { margin: 0; } } } .photo { .value { display: flex; flex-flow: row wrap; padding: 40rpx 0 24rpx; } } .tip { width: 100%; padding-bottom: 20rpx; line-height: 42rpx; font-size: 24rpx; color: rgba(153, 153, 153, 1); } .box { display: flex; justify-content: space-between; align-items: center; height: 74rpx; .value { display: flex; justify-content: flex-end; align-items: center; width: calc(100% - 150rpx); text-align: right; color: rgba(107, 133, 89, 1); & > view { line-height: 42rpx; font-size: 28rpx; &.placeholder { color: rgba(153, 153, 153, 1); } } } input { width: 100%; height: 44rpx; padding-right: 9rpx; font-size: 28rpx; color: inherit; } .arrow { margin-left: 6rpx; width: 9rpx; height: 15rpx; } } .placeholder { color: rgba(153, 153, 153, 1); } .describe { position: relative; left: 0; top: 0; textarea { display: block; width: 100%; padding: 17rpx 21rpx; min-height: 186rpx; border-radius: 20rpx; background: rgba(245, 245, 245, 1); line-height: 38rpx; font-size: 28rpx; color: rgba(51, 51, 51, 1); } } .words-limit { position: absolute; bottom: 17rpx; right: 21rpx; z-index: 1; line-height: 28rpx; font-size: 24rpx; color: rgba(153, 153, 153, 1); } button.btn-submit { width: 627rpx; height: 80rpx; margin: 40rpx auto 0; border-radius: 40rpx; font-size: 36rpx; font-weight: 500; color: rgba(255, 255, 255, 1); &.edit { background-color: rgba(46, 129, 255, 1); } &.send { background-color: rgba(145, 179, 121, 1); } }