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