.dialog-body-share{ position: relative; width: 500rpx; margin: 0 75rpx; padding: 56rpx 50rpx 66rpx; background-color: #fff; border-radius: 40rpx; text-align: center; } .dialog-body-share .title{ display: block; font-size: 42rpx; color: #8c5aeb; } .dialog-body-share .sub-title{ display: block; margin-top: 15rpx; line-height: 48rpx; font-size: 26rpx; color: #808080; text-align: left; } .dialog-body-share > view{ margin-top: 46rpx; } .dialog-body-share > view > image{ width: 180rpx; height: 254rpx; vertical-align: top; } .dialog-body-share > view > text{ display: inline-block; width: 178rpx; margin: 70rpx 0 0; padding: 20rpx 12rpx; line-height: 32rpx; text-align: left; background-color: #ff5e5e; border-radius: 16rpx; vertical-align: top; color: #fff; font-size: 24rpx; } .dialog-body-share button{ height: 92rpx; line-height: 92rpx; border-radius: 52rpx; color: #fff; background: linear-gradient(to right, #dd7fff, #625af7); }