/* pageage/project_checked/add/index.wxss */ .project-checked-add { .max_content_scroll { color: #89a4eb; font-size: 28rpx; padding: 60rpx 30rpx 30rpx; width: calc(100% - 60rpx); position: relative; top: 140rpx; .mt40 { margin-top: 40rpx; } .add-info { background-color: #514f4f8a; color: #888; margin-top: 16rpx; line-height: 60rpx; border-radius: 30rpx; padding: 0rpx 30rpx; } .rectifier_title { position: relative; background: #27304f; border-radius: 15rpx; text-align: center; padding: 20rpx 15rpx; } .rectifier_close { position: absolute; width: 50rpx; height: 50rpx; right: 20rpx; top: 12rpx; line-height: 60rpx; text-align: center; } .add_textarea { height: 60rpx; } } }