/* pages/orderBySuccess/orderBySuccess.wxss */ .content { width: 100%; height: 100vh; background: #F7F8FA; } .border-content { margin-left: 20rpx; width: 662rpx; padding: 24rpx; background: #FFFFFF; border-radius: 24rpx; display: flex; flex-direction: column; } .needJust { align-items: center; } .line-20rpx { width: 20rpx; height: 20rpx; } .border-image { width: 240rpx; height: 240rpx; } .border-success { margin-bottom: 40rpx; font-size: 36rpx; font-weight: 500; color: #333333; } .border-time { margin-bottom: 12rpx; font-size: 24rpx; font-weight: 400; color: #333333; } .do-time { min-width: 476rpx; display: flex; align-items: center; font-size: 24rpx; font-weight: 400; color: #333333; margin-bottom: 20rpx; } .do-time text { font-size: 36rpx; font-weight: 500; color: #FF3007; } .address-title { margin-bottom: 8rpx; text-align: left; width: 476rpx; font-weight: 500; font-size: 24rpx; color: #999999; } .submit-btm { margin-top: 20rpx; width: 100%; display: flex; align-items: center; justify-content: center; } .submit-home { width: 186rpx; height: 62rpx; border-radius: 33rpx; line-height: 62rpx; font-size: 24rpx; font-weight: 500; text-align: center; color: #FA7D22; border: 2rpx solid #FA7D22; margin-right: 30rpx; } .submit-order { margin-left: 30rpx; width: 186rpx; height: 62rpx; border-radius: 33rpx; line-height: 62rpx; font-size: 24rpx; font-weight: 500; text-align: center; background: #FA7D22; color: #FFFFFF; border: 2rpx solid #FA7D22; } .title { font-size: 32rpx; font-weight: 500; color: #333333; line-height: 84rpx; } .title-line { margin-bottom: 10rpx; font-size: 24rpx; font-weight: 400; color: #999999; } /* 美容师二维码 */ .Qrcode { width: 690rpx; height: 534rpx; background: #FFFFFF; border-radius: 24rpx; margin-bottom: 20rpx; margin-left: 30rpx; padding: 20rpx; box-sizing: border-box; } .Qrcode-top { display: flex; align-items: center; } .Qrcode-top image { width: 80rpx; height: 80rpx; } .Qrcode-title { font-size: 32rpx; font-family: PingFangSC-Semibold, PingFang SC; font-weight: 600; color: #333333; margin-left: 30rpx; } .Qrcode-line { width: 100%; height: 0; border-bottom: #F3F3F3 2rpx dashed; margin-top: 20rpx; } .Qrcode-center { width: 320rpx; height: 320rpx; margin-left: 166rpx; margin-top: 18rpx; } .Qrcode-center image { width: 100%; height: 100%; } .Qrcode-bottpm { font-size: 24rpx; font-family: PingFangSC-Medium, PingFang SC; color: #333333; margin-top: 20rpx; text-align: center; }