takeOut.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. /* pages/order/takeOut/takeOut.wxss */
  2. page {
  3. width: 750rpx;
  4. min-height: 100vh;
  5. background: #F6F6F6;
  6. --loading-text-color: #191C27
  7. }
  8. .topBox {
  9. width: 750rpx;
  10. height: 174rpx;
  11. background: #FFFFFF;
  12. padding: 32rpx;
  13. }
  14. .topBox .tit {
  15. font-size: 30rpx;
  16. font-weight: 500;
  17. color: #191C27;
  18. }
  19. .topBox .adr {
  20. font-size: 24rpx;
  21. color: #666666;
  22. width: 473rpx;
  23. }
  24. .topBox .lr {
  25. font-size: 24rpx;
  26. color: #191C27;
  27. text-align: center;
  28. border-left: 1rpx solid #E4E4E4;
  29. padding-left: 32rpx;
  30. }
  31. .topBox .lr .icon {
  32. width: 40rpx;
  33. height: 40rpx;
  34. }
  35. .card {
  36. width: 702rpx;
  37. background: #FFFFFF;
  38. border-radius: 12rpx;
  39. margin: 25rpx auto;
  40. padding: 48rpx 32rpx;
  41. }
  42. .card .tit {
  43. font-size: 30rpx;
  44. font-weight: 500;
  45. color: #191C27;
  46. }
  47. .card .tips {
  48. font-size: 26rpx;
  49. color: #999999;
  50. margin: 15rpx 0;
  51. }
  52. .card .mes {
  53. font-size: 30rpx;
  54. font-weight: 500;
  55. color: #191C27;
  56. }
  57. .card .num {
  58. font-size: 72rpx;
  59. font-weight: 500;
  60. color: #191C27;
  61. }
  62. .card .lr {
  63. width: 152rpx;
  64. height: 60rpx;
  65. border-radius: 30rpx;
  66. font-size: 28rpx;
  67. color: #FFFFFF;
  68. line-height: 60rpx;
  69. }
  70. .card .lr image {
  71. width: 80rpx;
  72. height: 80rpx;
  73. }
  74. .footer {
  75. position: absolute;
  76. left: 50%;
  77. bottom: 5%;
  78. transform: translate(-50%, 0);
  79. font-size: 26rpx;
  80. color: #666666;
  81. }
  82. .content {
  83. width: 750rpx;
  84. min-height: 368rpx;
  85. padding: 50rpx;
  86. }
  87. .content .tit {
  88. font-size: 36rpx;
  89. font-weight: 500;
  90. color: #191C27;
  91. text-align: center;
  92. margin-bottom: 70rpx;
  93. }
  94. .content .state {
  95. width: 80rpx;
  96. height: 80rpx;
  97. display: block;
  98. margin: auto;
  99. }
  100. .content2 {
  101. padding: 50rpx 0;
  102. }
  103. .content .tips {
  104. font-size: 28rpx;
  105. color: #191C27;
  106. text-align: center;
  107. }
  108. .content .btnBox {
  109. margin: 70rpx auto;
  110. padding: 0 57rpx;
  111. }
  112. .content .btn {
  113. height: 76rpx;
  114. line-height: 76rpx;
  115. border-radius: 38rpx;
  116. font-size: 28rpx;
  117. padding: 0rpx 32rpx;
  118. margin-right: auto;
  119. }
  120. .content2 .line {
  121. width: 750rpx;
  122. height: 16rpx;
  123. background: #F6F6F6;
  124. }
  125. .content2 .rule {
  126. padding: 32rpx 48rpx;
  127. }
  128. .content2 .rule .title {
  129. font-size: 28rpx;
  130. font-weight: 500;
  131. color: #191C27;
  132. text-align: center;
  133. }
  134. .content2 .rule .items {
  135. font-size: 28rpx;
  136. color: #666666;
  137. }