index.acss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. .top {
  2. width: 100%;
  3. background-color: #fff;
  4. padding: 40rpx 24rpx;
  5. }
  6. .top>view {
  7. width: 702rpx;
  8. box-sizing: border-box;
  9. }
  10. .img {
  11. background-color: #4660fd;
  12. position: relative;
  13. }
  14. .ordermeal-detail-img {
  15. background-color: #4660fd;
  16. position: relative;
  17. width: 100%;
  18. }
  19. .img>.bg {
  20. width: 100%;
  21. height: 100%;
  22. position: absolute;
  23. }
  24. .ordermeal-detail-icon {
  25. position: absolute;
  26. top: 0;
  27. right: 0;
  28. width: 100%;
  29. height: 212rpx;
  30. }
  31. .stauts {
  32. width: 120rpx;
  33. height: 112rpx;
  34. position: absolute;
  35. right: 24rpx;
  36. top: 54rpx;
  37. }
  38. .ordermeal-detail-top-content {
  39. color: #fff;
  40. font-size: 30rpx;
  41. font-weight: 500;
  42. padding: 0rpx 32rpx;
  43. }
  44. .top-content {
  45. color: #fff;
  46. font-size: 30rpx;
  47. font-weight: 500;
  48. padding: 54rpx 32rpx;
  49. }
  50. .order {
  51. font-size: 38rpx;
  52. margin-top: 15rpx;
  53. max-width: 500rpx;
  54. }
  55. .ordermeal-detail-order {
  56. font-size: 38rpx;
  57. max-width: 500rpx;
  58. margin-top: -40rpx;
  59. }
  60. .time-box,
  61. .order-taking {
  62. font-size: 32rpx;
  63. font-weight: 500;
  64. }
  65. .time-box {
  66. line-height: 50rpx;
  67. padding: 24rpx;
  68. background-color: #f7f9fc;
  69. }
  70. .ordermeal-detail-box {
  71. line-height: 50rpx;
  72. }
  73. .time-box,
  74. .order-taking>view {
  75. margin-bottom: 15rpx;
  76. }
  77. .order-taking {
  78. margin-top: 24rpx;
  79. background-color: #fff5e9;
  80. padding: 24rpx;
  81. color: #d97018;
  82. }
  83. .order-taking>image {
  84. width: 96rpx;
  85. height: 96rpx;
  86. margin-right: 24rpx;
  87. }
  88. .flex {
  89. display: flex;
  90. justify-content: left;
  91. align-items: center;
  92. }
  93. .m0 {
  94. margin-top: 0;
  95. }
  96. .m-24 {
  97. margin-top: 24rpx;
  98. }
  99. .detail {
  100. color: rgba(58, 60, 101, 0.85);
  101. font-size: 32rpx;
  102. margin-top: 35rpx;
  103. }
  104. .detail-tit {
  105. color: #3a3c65;
  106. font-size: 40rpx;
  107. font-weight: 700;
  108. letter-spacing: 5rpx;
  109. }
  110. .detail-item {
  111. padding-left: 16rpx;
  112. /* margin-top: 16rpx; */
  113. line-height: 52rpx;
  114. }
  115. .over-text {
  116. margin-left: 10rpx;
  117. }
  118. .ordermeal-detail-flex {
  119. display: flex;
  120. align-items: center;
  121. }
  122. .btn-area button {
  123. background-color: #3A3C65;
  124. color: #fff;
  125. }