orderManage.wxss 764 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. @import 'tabbar.wxss';
  2. @import 'goodsManage.wxss';
  3. .orderItem {
  4. margin: 20rpx auto;
  5. font-size: 28rpx;
  6. }
  7. .red {
  8. font-weight: 500;
  9. }
  10. .red.black {
  11. color: #aaa;
  12. }
  13. .call {
  14. padding: 5rpx 15rpx;
  15. border-radius: 10rpx;
  16. font-size: 24rpx;
  17. }
  18. .footer {
  19. justify-content: flex-end;
  20. }
  21. .footer .btn {
  22. padding: 4rpx 15rpx;
  23. margin-left: 20rpx;
  24. border-radius: 10rpx;
  25. color: #fff;
  26. }
  27. .exp-modal {
  28. width: 80%;
  29. overflow: hidden;
  30. }
  31. .btn {
  32. position: relative;
  33. }
  34. .btn:last-child::before {
  35. content: "";
  36. position: absolute;
  37. left: 0;
  38. bottom: 0;
  39. top: 0;
  40. border-left: 1px solid #e5e5e5;
  41. transform-origin: 0 0;
  42. transform: scaleX(0.5);
  43. }
  44. .exp-modal .ipt {
  45. border: 1rpx solid #e5e5e5;
  46. padding: 10rpx;
  47. }
  48. .search-bar {
  49. font-size: 28rpx;
  50. }