index.wxss 902 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* pages/salesOrderMan/index.wxss */
  2. page {
  3. --cell-vertical-padding: 12rpx;
  4. --cell-horizontal-padding: 0;
  5. --cell-background-color: transparent;
  6. }
  7. .bottomBtn {
  8. padding-top: 20rpx;
  9. text-align: right;
  10. }
  11. .bottomBtn button {
  12. margin-left: 0 !important;
  13. }
  14. .orderLoadBox > .title {
  15. height: 100rpx;
  16. line-height: 100rpx;
  17. font-weight: bold;
  18. font-size: 40rpx;
  19. color: #14284A;
  20. text-align: center;
  21. background: linear-gradient(180deg, #D4E1F6 0%, #FFFFFF 100%);
  22. }
  23. .orderLoadBox .dialogUser {
  24. height: 50vh;
  25. padding-top: 30rpx;
  26. }
  27. .orderLoadBox .dialogUser .saleItem {
  28. width: 700rpx;
  29. margin: 0 auto 30rpx;
  30. padding-bottom: 20rpx;
  31. border-bottom: 1px solid #eee;
  32. }
  33. .orderLoadBox .dialogUser .saleItem .title {
  34. font-size: 36rpx;
  35. display: flex;
  36. justify-content: space-between;
  37. }
  38. .orderLoadBox .dialogUser .saleItem .time {
  39. margin-top: 10rpx;
  40. color: #666;
  41. font-size: 24rpx;
  42. }