order-tracking.css 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .session-title{
  2. font-size: 16px;
  3. }
  4. .c-ff3b30{
  5. color: #ff3b30;
  6. }
  7. .c-c8c8c8{
  8. color: #c8c8c8;
  9. }
  10. .c-position-r{
  11. position: relative;
  12. }
  13. .mb74{
  14. margin-bottom: 74px;
  15. }
  16. .header-icon{
  17. vertical-align: baseline;
  18. margin-bottom: -3px;
  19. margin-right: 20px;
  20. }
  21. .s-list{
  22. position: relative;
  23. z-index: 2;
  24. margin: 0;
  25. padding: 0;
  26. }
  27. .s-list li{
  28. display: -webkit-box;
  29. display: box;
  30. border: 0;
  31. }
  32. .s-list li .s-list-info{
  33. -webkit-box-flex: 1;
  34. box-flex: 1;
  35. display: box;
  36. display: -webkit-box;
  37. -webkit-box-orient: vertical;
  38. -webkit-box-pack: center;
  39. }
  40. .s-list-key{
  41. height: 26px;
  42. line-height: 26px;
  43. }
  44. .straight-line{
  45. position: absolute;
  46. top: 36px;
  47. left: 40px;
  48. width: 1px;
  49. height: calc(100% - 110px);
  50. height: -webkit-calc(100% - 110px);
  51. height: -moz-calc(100% - 110px);
  52. background-color: #dcdcdc;
  53. z-index: 0;
  54. }
  55. .footer-btn{
  56. position: fixed;
  57. bottom: 20px;
  58. left:0;
  59. width: 100%;
  60. text-align: center
  61. }
  62. .btn{
  63. width: 97px;
  64. text-align: center;
  65. }
  66. .btn-1{
  67. background-color: #4dcd70;
  68. color: #fff;
  69. margin-right: 170px;
  70. }
  71. .btn-2{
  72. background-color: #f96565;
  73. color: #fff;
  74. }
  75. .container{
  76. width: 100% !important;
  77. }