index.less 2.3 KB

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