.dialog-body-brain{ position: relative; width: 500rpx; margin: 0 75rpx; padding: 56rpx 50rpx 52rpx; background-color: #fff; border-radius: 16rpx; } .dialog-body-brain .title{ display: block; margin-bottom: 10rpx; font-size: 42rpx; line-height: 56rpx; text-align: center; font-weight: bold; color: #773ce5; } .dialog-body-brain .sub-title{ display: block; width: 100%; line-height: 46rpx; font-size: 32rpx; text-align: center; color: #6c6c6c; } .dialog-body-brain > image{ position: relative; display: block; width: 280rpx; height: 280rpx; margin: 30rpx auto 0; } .dialog-body-brain > button{ margin: -10rpx 0 34rpx; font-size: 34rpx; color: #fff; border-radius: 46rpx; background: linear-gradient(to right, #dd7fff, #625af7); } .dialog-body-brain .tip{ padding: 26rpx; background-color: #f9f9fb; border-radius: 20rpx; border: 1px solid #f2f2f2; } .dialog-body-brain .tip > text{ display: block; color: #6c6c6c; text-align: left; font-size: 28rpx; line-height: 38rpx; }