order.wxss 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page,
  12. .content {
  13. background: #f8f8f8;
  14. height: 100%;
  15. }
  16. .swiper-box {
  17. height: calc(100% - 40px);
  18. }
  19. .list-scroll-content {
  20. height: 100%;
  21. }
  22. .navbar {
  23. display: flex;
  24. height: 40px;
  25. padding: 0 5px;
  26. background: #fff;
  27. box-shadow: 0 1px 5px rgba(0, 0, 0, 0.06);
  28. position: relative;
  29. z-index: 10;
  30. }
  31. .navbar .nav-item {
  32. flex: 1;
  33. display: flex;
  34. justify-content: center;
  35. align-items: center;
  36. height: 100%;
  37. font-size: 15px;
  38. color: #303133;
  39. position: relative;
  40. }
  41. .navbar .nav-item.current {
  42. color: #24a17d;
  43. }
  44. .navbar .nav-item.current:after {
  45. content: '';
  46. position: absolute;
  47. left: 50%;
  48. bottom: 0;
  49. -webkit-transform: translateX(-50%);
  50. transform: translateX(-50%);
  51. width: 44px;
  52. height: 0;
  53. border-bottom: 2px solid #24a17d;
  54. }
  55. .uni-swiper-item {
  56. height: auto;
  57. }
  58. .order-item {
  59. width: 702rpx;
  60. background: #ffffff;
  61. box-shadow: 0px 0px 20rpx 0px rgba(50, 50, 52, 0.06);
  62. border-radius: 20rpx;
  63. margin: 20rpx auto 0;
  64. padding: 24rpx;
  65. }
  66. .order-item .order-top-left {
  67. display: flex;
  68. align-items: center;
  69. }
  70. .order-item .order-top-left .order-top-left-image {
  71. width: 32rpx;
  72. height: 37rpx;
  73. }
  74. .order-item .order-top-left .order-top-left-font {
  75. margin-left: 10rpx;
  76. font-size: 30rpx;
  77. font-family: PingFang SC;
  78. font-weight: bold;
  79. color: #333333;
  80. }
  81. .order-item .order-top-right {
  82. font-size: 26rpx;
  83. font-family: PingFang SC;
  84. font-weight: 500;
  85. color: #ff6f0f;
  86. }
  87. .order-item .order-info {
  88. margin-top: 24rpx;
  89. align-items: flex-start;
  90. }
  91. .order-item .order-info .order-info-left {
  92. width: 200rpx;
  93. font-size: 28rpx;
  94. font-family: PingFang SC;
  95. font-weight: 500;
  96. color: #666666;
  97. }
  98. .order-item .order-info .order-info-right {
  99. font-size: 28rpx;
  100. font-family: PingFang SC;
  101. font-weight: bold;
  102. color: #333333;
  103. }
  104. .order-item .order-info .order-info-picture {
  105. display: flex;
  106. justify-content: flex-end;
  107. }
  108. .order-item .order-info .order-info-picture .order-info-picture-item {
  109. width: 130rpx;
  110. height: 130rpx;
  111. margin-left: 10rpx;
  112. }
  113. .order-item .order-info .order-info-picture .order-info-picture-item image {
  114. width: 100%;
  115. height: 100%;
  116. }
  117. .order-item .order-info .order-info-address {
  118. display: flex;
  119. align-items: center;
  120. }
  121. .order-item .order-info .order-info-address .order-info-address-main {
  122. font-size: 24rpx;
  123. font-family: PingFang SC;
  124. font-weight: bold;
  125. color: #333333;
  126. margin-right: 10rpx;
  127. }
  128. .order-item .order-info .order-info-address .order-info-address-icon {
  129. width: 24rpx;
  130. height: 24rpx;
  131. }
  132. .order-item .order-info .order-info-address .order-info-dh {
  133. margin-left: 4rpx;
  134. font-size: 24rpx;
  135. font-family: PingFang SC;
  136. font-weight: 500;
  137. color: #ff6f0f;
  138. }
  139. .order-item .order-btn-box {
  140. display: flex;
  141. justify-content: space-between;
  142. }
  143. .order-item .order-btn-box .btn1 {
  144. border: 1px solid #24a17d !important;
  145. color: #24a17d !important;
  146. }
  147. .order-item .order-btn-box .btn2 {
  148. border: none !important;
  149. background: #ff6f0f;
  150. color: #fff !important;
  151. }
  152. .order-item .order-btn-box .order-btn {
  153. margin-top: 34rpx;
  154. align-items: center;
  155. display: flex;
  156. justify-content: center;
  157. width: 211rpx;
  158. height: 74rpx;
  159. border: 1px solid #cdcdcd;
  160. border-radius: 10rpx;
  161. color: #666666;
  162. }
  163. .order-item .order-btn-box .order-btn .order-btn-icon {
  164. width: 38rpx;
  165. height: 38rpx;
  166. }
  167. .order-item .order-btn-box .order-btn .order-btn-icon1 {
  168. width: 32rpx;
  169. height: 34rpx;
  170. }
  171. .order-item .order-btn-box .order-btn .order-btn-icon2 {
  172. width: 36rpx;
  173. height: 32rpx;
  174. }
  175. .order-item .order-btn-box .order-btn .order-btn-font {
  176. margin-left: 7rpx;
  177. font-size: 26rpx;
  178. font-family: PingFang SC;
  179. font-weight: 500;
  180. }
  181. .order-item .ordering-btn {
  182. display: flex;
  183. justify-content: center;
  184. margin: 38rpx auto 0;
  185. width: 566rpx;
  186. height: 74rpx;
  187. background: #24a17d;
  188. border-radius: 15rpx;
  189. }
  190. .order-item .ordering-btn .ordering-btn-icon {
  191. width: 32rpx;
  192. height: 34rpx;
  193. }
  194. .order-item .ordering-btn .ordering-btn-font {
  195. margin-left: 14rpx;
  196. font-size: 30rpx;
  197. font-family: PingFang SC;
  198. font-weight: bold;
  199. color: #ffffff;
  200. }
  201. /* load-more */
  202. .uni-load-more {
  203. display: flex;
  204. flex-direction: row;
  205. height: 80rpx;
  206. align-items: center;
  207. justify-content: center;
  208. }
  209. @-webkit-keyframes load {
  210. 0% {
  211. opacity: 1;
  212. }
  213. 100% {
  214. opacity: 0.2;
  215. }
  216. }