orderBySuccess.wxss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. /* pages/orderBySuccess/orderBySuccess.wxss */
  2. .content {
  3. width: 100%;
  4. height: 100vh;
  5. background: #F7F8FA;
  6. }
  7. .border-content {
  8. margin-left: 20rpx;
  9. width: 662rpx;
  10. padding: 24rpx;
  11. background: #FFFFFF;
  12. border-radius: 24rpx;
  13. display: flex;
  14. flex-direction: column;
  15. }
  16. .needJust {
  17. align-items: center;
  18. }
  19. .line-20rpx {
  20. width: 20rpx;
  21. height: 20rpx;
  22. }
  23. .border-image {
  24. width: 240rpx;
  25. height: 240rpx;
  26. }
  27. .border-success {
  28. margin-bottom: 40rpx;
  29. font-size: 36rpx;
  30. font-weight: 500;
  31. color: #333333;
  32. }
  33. .border-time {
  34. margin-bottom: 12rpx;
  35. font-size: 24rpx;
  36. font-weight: 400;
  37. color: #333333;
  38. }
  39. .do-time {
  40. min-width: 476rpx;
  41. display: flex;
  42. align-items: center;
  43. font-size: 24rpx;
  44. font-weight: 400;
  45. color: #333333;
  46. margin-bottom: 20rpx;
  47. }
  48. .do-time text {
  49. font-size: 36rpx;
  50. font-weight: 500;
  51. color: #FF3007;
  52. }
  53. .address-title {
  54. margin-bottom: 8rpx;
  55. text-align: left;
  56. width: 476rpx;
  57. font-weight: 500;
  58. font-size: 24rpx;
  59. color: #999999;
  60. }
  61. .submit-btm {
  62. margin-top: 20rpx;
  63. width: 100%;
  64. display: flex;
  65. align-items: center;
  66. justify-content: center;
  67. }
  68. .submit-home {
  69. width: 186rpx;
  70. height: 62rpx;
  71. border-radius: 33rpx;
  72. line-height: 62rpx;
  73. font-size: 24rpx;
  74. font-weight: 500;
  75. text-align: center;
  76. color: #FA7D22;
  77. border: 2rpx solid #FA7D22;
  78. margin-right: 30rpx;
  79. }
  80. .submit-order {
  81. margin-left: 30rpx;
  82. width: 186rpx;
  83. height: 62rpx;
  84. border-radius: 33rpx;
  85. line-height: 62rpx;
  86. font-size: 24rpx;
  87. font-weight: 500;
  88. text-align: center;
  89. background: #FA7D22;
  90. color: #FFFFFF;
  91. border: 2rpx solid #FA7D22;
  92. }
  93. .title {
  94. font-size: 32rpx;
  95. font-weight: 500;
  96. color: #333333;
  97. line-height: 84rpx;
  98. }
  99. .title-line {
  100. margin-bottom: 10rpx;
  101. font-size: 24rpx;
  102. font-weight: 400;
  103. color: #999999;
  104. }
  105. /* 美容师二维码 */
  106. .Qrcode {
  107. width: 690rpx;
  108. height: 534rpx;
  109. background: #FFFFFF;
  110. border-radius: 24rpx;
  111. margin-bottom: 20rpx;
  112. margin-left: 30rpx;
  113. padding: 20rpx;
  114. box-sizing: border-box;
  115. }
  116. .Qrcode-top {
  117. display: flex;
  118. align-items: center;
  119. }
  120. .Qrcode-top image {
  121. width: 80rpx;
  122. height: 80rpx;
  123. }
  124. .Qrcode-title {
  125. font-size: 32rpx;
  126. font-family: PingFangSC-Semibold, PingFang SC;
  127. font-weight: 600;
  128. color: #333333;
  129. margin-left: 30rpx;
  130. }
  131. .Qrcode-line {
  132. width: 100%;
  133. height: 0;
  134. border-bottom: #F3F3F3 2rpx dashed;
  135. margin-top: 20rpx;
  136. }
  137. .Qrcode-center {
  138. width: 320rpx;
  139. height: 320rpx;
  140. margin-left: 166rpx;
  141. margin-top: 18rpx;
  142. }
  143. .Qrcode-center image {
  144. width: 100%;
  145. height: 100%;
  146. }
  147. .Qrcode-bottpm {
  148. font-size: 24rpx;
  149. font-family: PingFangSC-Medium, PingFang SC;
  150. color: #333333;
  151. margin-top: 20rpx;
  152. text-align: center;
  153. }