index.less 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. page {
  2. background: #f6f6f6;
  3. padding-bottom: 100rpx;
  4. }
  5. .box {
  6. background: #ffffff;
  7. margin: 30rpx;
  8. padding: 30rpx;
  9. border-radius: 30rpx;
  10. position: relative;
  11. .title {
  12. display: flex;
  13. justify-content: space-between;
  14. margin-top: 10rpx;
  15. .dishe {
  16. width: 50%;
  17. }
  18. }
  19. .code {
  20. width: 100%;
  21. text-align: center;
  22. margin: 30rpx 0;
  23. .code-img {
  24. width: 300rpx;
  25. height: 300rpx;
  26. }
  27. }
  28. .order-details {
  29. font-size: 30rpx;
  30. margin-top: 20rpx;
  31. color: #666666;
  32. display: flex;
  33. .number {
  34. color: black;
  35. }
  36. }
  37. .voucher {
  38. margin-top: 20rpx;
  39. font-size: 26rpx;
  40. }
  41. .taxi {
  42. display: flex;
  43. margin: 0rpx 0 0 10rpx;
  44. position: absolute;
  45. bottom: 50rpx;
  46. right: 30rpx;
  47. .taxi-box {
  48. margin-right: 40rpx;
  49. .taxi-name {
  50. text-align: center;
  51. }
  52. .taxi-phone {
  53. text-align: center;
  54. }
  55. }
  56. .taxi-boxs {
  57. margin-right: 0rpx;
  58. .taxi-name {
  59. text-align: center;
  60. }
  61. .taxi-phone {
  62. text-align: center;
  63. }
  64. }
  65. }
  66. .name {
  67. font-size: 30rpx;
  68. margin-bottom: 20rpx;
  69. }
  70. .time {
  71. font-size: 24rpx;
  72. margin-top: 20rpx;
  73. }
  74. .order-number {
  75. display: flex;
  76. justify-content: space-between;
  77. .number {
  78. font-size: 30rpx;
  79. }
  80. .state {
  81. font-size: 30rpx;
  82. }
  83. }
  84. .order-txt {
  85. display: flex;
  86. margin: 20rpx 0rpx 0 0;
  87. .order-image {
  88. width: 240rpx;
  89. height: 180rpx;
  90. margin-right: 20rpx;
  91. }
  92. .order-name {
  93. margin-top: 25rpx;
  94. .order-price {
  95. color: red;
  96. margin-top: 50rpx;
  97. }
  98. }
  99. }
  100. }
  101. .bommon {
  102. position: fixed;
  103. bottom: 0;
  104. width: 100%;
  105. display: flex;
  106. justify-content: space-between;
  107. padding: 10rpx 30rpx;
  108. background: #ffffff;
  109. .bommon-price {
  110. color: red;
  111. margin: auto 30rpx;
  112. }
  113. .bommon-pay {
  114. background: #fee104;
  115. border-radius: 30rpx;
  116. font-size: 32rpx;
  117. padding: 20rpx 50rpx;
  118. }
  119. }