index.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. .top {
  2. width: 100vw;
  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. .img>.bg {
  15. width: 100%;
  16. height: 100%;
  17. position: absolute;
  18. }
  19. .stauts {
  20. width: 120rpx;
  21. height: 112rpx;
  22. position: absolute;
  23. right: 24rpx;
  24. top: 54rpx;
  25. }
  26. .top-content {
  27. color: #FFF;
  28. font-size: 30rpx;
  29. font-weight: 500;
  30. padding: 54rpx 32rpx;
  31. }
  32. .order {
  33. font-size: 38rpx;
  34. margin-top: 15rpx;
  35. max-width: 500rpx;
  36. }
  37. .time-box,
  38. .order-taking {
  39. font-size: 32rpx;
  40. font-weight: 500;
  41. }
  42. .time-box {
  43. line-height: 50rpx;
  44. padding: 24rpx;
  45. background-color: #f7f9fc;
  46. }
  47. .time-box,
  48. .order-taking>view {
  49. margin-bottom: 15rpx;
  50. }
  51. .order-taking {
  52. margin-top: 24rpx;
  53. background-color: #fff5e9;
  54. padding: 24rpx;
  55. color: #d97018;
  56. }
  57. .order-taking>image {
  58. width: 96rpx;
  59. height: 96rpx;
  60. margin-right: 24rpx;
  61. }
  62. .flex {
  63. display: flex;
  64. justify-content: left;
  65. align-items: center;
  66. }
  67. .m0 {
  68. margin-top: 0;
  69. }
  70. .m-24 {
  71. margin-top: 24rpx;
  72. }
  73. .detail {
  74. color: rgba(58, 60, 101, 0.85);
  75. font-size: 32rpx;
  76. margin-top: 56rpx;
  77. }
  78. .detail-tit {
  79. color: #3A3C65;
  80. font-size: 40rpx;
  81. font-weight: 700;
  82. letter-spacing: 5rpx;
  83. }
  84. .detail-item {
  85. padding-left: 16rpx;
  86. margin-top: 16rpx;
  87. line-height: 52rpx;
  88. }