info.wxss 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. /* pages/order/admin/info/info.wxss */
  2. @import "./info.skeleton.wxss";
  3. page {
  4. background: #F8F8F8;
  5. }
  6. .orderTop {
  7. position: fixed;
  8. top: 0;
  9. left: 0;
  10. width: 100%;
  11. height: 80rpx;
  12. display: flex;
  13. line-height: 80rpx;
  14. font-weight: 400;
  15. font-size: 24rpx;
  16. color: #202020;
  17. background-color: #FFFFFF;
  18. padding: 0 24rpx;
  19. box-sizing: border-box;
  20. z-index: 99;
  21. border-bottom: 1rpx solid #F8F8F8;
  22. }
  23. .fiexd {
  24. position: sticky;
  25. top: 0;
  26. z-index: 999;
  27. }
  28. .chooseOrder {
  29. position: fixed;
  30. left: 24rpx;
  31. top: 94rpx;
  32. background: #FFFFFF;
  33. box-shadow: 0rpx 4rpx 25rpx 0rpx rgba(0, 0, 0, 0.1);
  34. border-radius: 8rpx 8rpx 8rpx 8rpx;
  35. text-align: center;
  36. z-index: 999;
  37. padding: 0 24rpx;
  38. }
  39. .chooseOrder view {
  40. font-weight: 400;
  41. font-size: 24rpx;
  42. color: #424242;
  43. line-height: 64rpx;
  44. }
  45. .chooseOrder view.active {
  46. font-weight: 500;
  47. font-size: 24rpx;
  48. color: #0D0D0D;
  49. }
  50. .orderTop view:first-child {
  51. flex: 1;
  52. }
  53. .orderTop .iconfont::after {
  54. content: "\e615";
  55. }
  56. .orderTop .iconfont.active::after {
  57. content: "\e760";
  58. }
  59. .orderTop view:last-child {
  60. font-weight: 400;
  61. font-size: 20rpx;
  62. color: #00BC8A;
  63. }
  64. .orderList {
  65. padding: 24rpx;
  66. box-sizing: border-box;
  67. }
  68. .orderInfo .cell {
  69. font-size: 24rpx;
  70. min-height: 64rpx !important;
  71. color: #202020;
  72. }
  73. .orderInfo .cell view {
  74. font-size: 24rpx;
  75. line-height: 64rpx;
  76. color: #202020;
  77. }
  78. .titleText {
  79. position: sticky !important;
  80. position: -webkit-sticky !important;
  81. top: 80rpx;
  82. background: #FFFFFF;
  83. z-index: 9;
  84. border-bottom: 1rpx solid #EEEEEE;
  85. }
  86. .goodsList {
  87. /* 确保内容溢出时隐藏 */
  88. overflow: hidden;
  89. /* 初始高度设置为0 */
  90. min-height: 260rpx;
  91. /* max-height: 780rpx; */
  92. /* 高度变化持续时间为2秒 */
  93. transition: max-height 1s;
  94. /* 只是为了看到效果 */
  95. will-change: max-height;
  96. }
  97. .goodsList.active {
  98. height: auto;
  99. }
  100. .goodsInfo {
  101. display: flex;
  102. flex-flow: row;
  103. flex-wrap: nowrap;
  104. align-items: center;
  105. justify-content: space-between;
  106. background: #FFFFFF;
  107. padding: 50rpx 24rpx;
  108. padding-left: 0;
  109. }
  110. .goodsInfo image {
  111. width: 160rpx;
  112. height: 160rpx;
  113. background: #E8E8E8;
  114. }
  115. .goods {
  116. flex: 1;
  117. height: 160rpx;
  118. padding-left: 32rpx;
  119. display: flex;
  120. flex-flow: column;
  121. justify-content: space-between;
  122. }
  123. .goods .name {
  124. font-weight: 500;
  125. font-size: 24rpx;
  126. color: #202020;
  127. }
  128. .goods .brief {
  129. flex: 1;
  130. margin: 10rpx 0;
  131. font-weight: 400;
  132. font-size: 20rpx;
  133. color: #424242;
  134. }
  135. .priceTool {
  136. display: flex;
  137. flex-wrap: nowrap;
  138. flex-flow: row;
  139. align-items: center;
  140. justify-content: space-between;
  141. }
  142. .priceTool>view:first-child {
  143. font-weight: bold;
  144. font-size: 32rpx;
  145. color: #202020;
  146. line-height: 1.2;
  147. }
  148. .number {
  149. flex: 1;
  150. text-align: right;
  151. }
  152. .goodsPrice {
  153. line-height: 120rpx;
  154. font-weight: 400;
  155. font-size: 40rpx;
  156. color: #D1222C;
  157. line-height: 40rpx;
  158. text-align: right;
  159. padding-right: 50rpx;
  160. border-top: 1rpx solid #F8F8F8;
  161. }
  162. .bottomView {
  163. position: fixed;
  164. left: 0;
  165. bottom: 0;
  166. width: 100%;
  167. height: 96rpx;
  168. background: #FFFFFF;
  169. padding: 18rpx 24rpx;
  170. text-align: right;
  171. box-sizing: border-box;
  172. z-index: 10;
  173. }
  174. .bottomView view {
  175. /* display: inline-block;
  176. height: 60rpx;
  177. line-height: 60rpx;
  178. background: #00BC8A;
  179. border-radius: 8rpx;
  180. border: 1rpx solid #00BC8A;
  181. font-weight: 400;
  182. font-size: 24rpx;
  183. color: #00BC8A;
  184. padding: 0 42rpx;
  185. margin-left: 32rpx; */
  186. display: inline-block;
  187. min-width: 150rpx;
  188. height: 60rpx;
  189. background: #FFFFFF;
  190. border-radius: 8rpx;
  191. border: 1rpx solid #00BC8A;
  192. font-weight: 400;
  193. font-size: 24rpx;
  194. color: #00BC8A;
  195. line-height: 60rpx;
  196. text-align: center;
  197. padding: 0 24rpx;
  198. box-sizing: border-box;
  199. margin-left: 20rpx;
  200. }
  201. .bottomView view.red {
  202. color: #E60000;
  203. border: 1rpx solid #E60000;
  204. background: #FFFFFF;
  205. }
  206. .orderCheck {
  207. padding: 40rpx;
  208. background: #FFFFFF;
  209. }
  210. .checkStep {
  211. background: #F8F8F8;
  212. padding: 24rpx;
  213. box-sizing: border-box;
  214. margin-top: 26rpx;
  215. }
  216. .stepItem {
  217. display: flex;
  218. flex-flow: row;
  219. align-items: flex-start;
  220. justify-content: space-between;
  221. }
  222. .stepItem .left {
  223. flex: 0 auto;
  224. height: 136rpx;
  225. display: flex;
  226. flex-flow: column;
  227. text-align: center;
  228. align-items: center;
  229. margin-bottom: 4rpx;
  230. }
  231. .dashed {
  232. flex: 1;
  233. width: 1rpx;
  234. border-left: 1rpx dashed #000000;
  235. margin-top: 4rpx;
  236. }
  237. .stepItem .right {
  238. flex: 1;
  239. padding-left: 20rpx;
  240. }
  241. .checkName {
  242. font-weight: 500;
  243. font-size: 24rpx;
  244. color: #222222;
  245. line-height: 48rpx;
  246. }
  247. .checkDate {
  248. font-weight: 400;
  249. font-size: 20rpx;
  250. color: #A2A2A2;
  251. line-height: 30rpx;
  252. }