/* 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; }