index.wxss 943 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .order-details {
  2. position: relative;
  3. box-sizing: border-box;
  4. width: 100%;
  5. padding: 0 0 80px 0;
  6. }
  7. .order-details .asd {
  8. padding: 0 0 16px 0;
  9. }
  10. .order-details .order-details-header {
  11. font-weight: bold;
  12. height: 70px;
  13. line-height: 70px;
  14. padding: 0 16px;
  15. box-sizing: border-box;
  16. border-bottom: 1px solid #f2f2f2;
  17. }
  18. .order-details .order-details-main .item-nth {
  19. background: #f7f8fa;
  20. }
  21. .order-details .order-details-footer {
  22. position: fixed;
  23. left: 0;
  24. bottom: 0;
  25. width: 100%;
  26. box-sizing: border-box;
  27. padding: 10px 16px;
  28. z-index: 9999;
  29. background: #fff;
  30. border-top: 1px solid #f2f2f2;
  31. }
  32. .order-details .order-details-footer::after, .order-details .order-details-footer::before {
  33. content: "";
  34. display: block;
  35. clear: both;
  36. }
  37. .order-details .order-details-footer .footer-title {
  38. font-size: 18px;
  39. font-weight: bold;
  40. padding: 0 0 0 10px;
  41. display: inline;
  42. height: 40px;
  43. line-height: 40px;
  44. }