index.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178
  1. li{
  2. list-style: none;
  3. }
  4. .bus-lzlist {
  5. counter-reset: sectioncounter
  6. }
  7. .bus-lzlist:hover ol:after {
  8. opacity: 0
  9. }
  10. .bus-lzlist ol {
  11. display: inline-block;
  12. padding-inline-start: 0px;
  13. position: relative
  14. }
  15. .bus-lzlist ol:before {
  16. position: absolute;
  17. top: 10px;
  18. right: 5px;
  19. left: 5px;
  20. height: 2px;
  21. background: #317cf7;
  22. content: ""
  23. }
  24. .bus-lzlist ol:after {
  25. position: absolute;
  26. right: 0;
  27. bottom: 0;
  28. left: 0;
  29. height: 50px;
  30. background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(96%,#fff));
  31. background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 96%);
  32. opacity: 1;
  33. -webkit-transition: all .2s;
  34. transition: all .2s;
  35. content: "";
  36. pointer-events: none
  37. }
  38. .bus-lzlist ol+ol {
  39. margin-top: 5px
  40. }
  41. .bus-lzlist li {
  42. float: left;
  43. position: relative;
  44. width: 23px;
  45. text-align: center
  46. }
  47. .bus-lzlist li:before {
  48. display: block;
  49. margin: 0 auto 5px;
  50. -webkit-box-sizing: border-box;
  51. box-sizing: border-box;
  52. border: 2px solid #317cf7;
  53. border-radius: 50%;
  54. width: 23px;
  55. height: 23px;
  56. font-size: 12px;
  57. font-weight: 600;
  58. line-height: 20px;
  59. background: #fff;
  60. content: counter(sectioncounter);
  61. counter-increment: sectioncounter
  62. }
  63. /*.bus-lzlist li:after {*/
  64. /* display: block;*/
  65. /* position: absolute;*/
  66. /* top: 10px;*/
  67. /* right: 5px;*/
  68. /* left: 5px;*/
  69. /* height: 2px;*/
  70. /* background: #317cf7;*/
  71. /* content: ""*/
  72. /*}*/
  73. .bus-lzlist li:hover a {
  74. max-height: auto;
  75. color: #629dff
  76. }
  77. .bus-lzlist li:active a {
  78. color: #115fe0
  79. }
  80. .bus-lzlist li.active:after {
  81. position: absolute;
  82. top: 26px;
  83. left: 50%;
  84. margin-left: -4px;
  85. width: 8px;
  86. height: 8px;
  87. background: #317cf7;
  88. -webkit-transform: rotate(45deg);
  89. transform: rotate(45deg);
  90. content: ""
  91. }
  92. .bus-lzlist li.active a {
  93. position: relative;
  94. z-index: 1;
  95. border-radius: 4px;
  96. color: #fff!important;
  97. background-color: #317cf7
  98. }
  99. .bus-lzlist li+li {
  100. margin-left: 30px
  101. }
  102. .bus-lzlist a {
  103. display: block;
  104. overflow: hidden;
  105. table-layout: fixed;
  106. margin: 0 auto;
  107. padding: 4px 3px 4px 4px;
  108. width: 14px;
  109. max-height: 170px;
  110. font-size: 14px;
  111. text-align: left;
  112. letter-spacing: 3px;
  113. word-wrap: break-word;
  114. -webkit-transition: color .2s;
  115. transition: color .2s;
  116. -webkit-writing-mode: vertical-rl;
  117. writing-mode: vertical-rl;
  118. -webkit-writing-mode: tb-rl;
  119. -ms-writing-mode: tb-rl;
  120. writing-mode: tb-rl;
  121. cursor: pointer;
  122. }
  123. .bus-lzlist.rendermac li:before,.bus-lzlist a {
  124. line-height: 17px
  125. }
  126. .bus-lzlist.rendermac a {
  127. margin-left: 4px
  128. }
  129. .bus-lzlist.renderpc a {
  130. margin-left: 2px
  131. }
  132. .bus-lzlist.renderm li:before {
  133. line-height: 15px
  134. }
  135. .inStation{
  136. top: -16px;
  137. left: -10px;
  138. position: absolute;
  139. width: 48px;
  140. height: 44px;
  141. }
  142. .outStation{
  143. top: -6px;
  144. left: 15px;
  145. position: absolute;
  146. width: 42px;
  147. height: 24px;
  148. }
  149. .outStation img, .inStation img{
  150. width: 24px;
  151. height: 24px;
  152. }
  153. .outStation div, .inStation div{
  154. font-size: 1px;
  155. height: 20px;
  156. }