index.wxss 1.9 KB

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