Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

248 wiersze
3.4 KiB

  1. .price-p{
  2. font-size: 20px;
  3. color: orange;
  4. }
  5. .z {
  6. float: left;
  7. }
  8. .y {
  9. float: right;
  10. }
  11. .cl {
  12. clear: both;
  13. }
  14. .zh {
  15. margin: 0 auto;
  16. }
  17. .txtz{
  18. text-align: left;
  19. }
  20. .txty{
  21. text-align: right;
  22. }
  23. .txtzh{
  24. text-align: center;
  25. }
  26. .dash {
  27. border-bottom: 1px dashed darkgray;
  28. }
  29. /**/
  30. body{
  31. background-color: #f0f0f0;
  32. }
  33. .container {
  34. width: 100%;
  35. }
  36. /*单元格开始*/
  37. .wrapper {
  38. background: white;
  39. width: 100%;
  40. margin-top: 10px;
  41. margin-bottom: 10px;
  42. }
  43. .hotcell {
  44. height: 65px;
  45. width: 95%;
  46. background: white;
  47. box-sizing: border-box;
  48. background-repeat: repeat-x;
  49. background-position: 0 bottom;
  50. background-size: auto 1px;
  51. margin-bottom: 4px;
  52. }
  53. .hotleft {
  54. width: 90%;
  55. }
  56. .lefttop,.leftcenter,.leftbottom{
  57. height: 27px;
  58. margin: 5px auto;
  59. margin-bottom: 0px;
  60. }
  61. .lefttop {
  62. background: url(../img/start.png) no-repeat;
  63. }
  64. .leftcenter {
  65. background: url(../img/end.png) no-repeat;
  66. }
  67. .lefttop,.leftcenter {
  68. background-position: 6px 7px;
  69. }
  70. .lefttop span,.leftcenter span{
  71. margin-left: 35px;
  72. }
  73. .start-address,.start-time,.end-address,.alltrains{
  74. margin-top: 6px;
  75. }
  76. .start-time {
  77. text-align: right;
  78. }
  79. .green-remark {
  80. font-size: 10px;
  81. background: green;
  82. margin-top: 2px;
  83. }
  84. .hot_go_back {
  85. width: 4.5%;
  86. height: 65px;
  87. background: url(../img/go_back.png) no-repeat;
  88. background-position: 0px 50%;
  89. }
  90. .hotprice {
  91. width: 24.7%;
  92. height: 65px;
  93. }
  94. .price {
  95. font-size: 23px;
  96. color: orange;
  97. margin-top: 22px;
  98. position: relative;
  99. text-align: right;
  100. }
  101. .tickettype,.ticket-type-image {
  102. height: 25px;
  103. width: 90%;
  104. }
  105. .ticket-type-image a{
  106. text-decoration: none;
  107. color: black;
  108. }
  109. /*单元格结束*/
  110. /* 支付方式 开始 */
  111. .payway {
  112. background-color: white;
  113. margin-bottom: 10px;
  114. }
  115. .pay-icon {
  116. margin-top: 5px;
  117. }
  118. .payway-center {
  119. width: 90%;
  120. height: 60px;
  121. }
  122. .payway-left {
  123. padding-top: 10px;
  124. width: 90%;
  125. }
  126. .payway-title{
  127. padding-top: 5px;
  128. margin-bottom: 5px;
  129. font-size: 14px;
  130. }
  131. .payway-intro {
  132. font-size: 12px;
  133. color: gray;
  134. }
  135. .payway-right{
  136. line-height: 60px;
  137. }
  138. .payintro {
  139. margin-left: 16px;
  140. }
  141. .checkbox {
  142. width: 20px;
  143. height: 20px;
  144. }
  145. /* 支付方式 结束 */
  146. /* footer 开始 */
  147. .footer {
  148. width: 100%;
  149. position: fixed;
  150. bottom: 0px;
  151. }
  152. /*订单List*/
  153. /* 中间开始 */
  154. .center{
  155. margin-top: 10px;
  156. }
  157. .footerbutton {
  158. height: 52px;
  159. line-height: 52px;
  160. }
  161. .footerbutton span {
  162. display: block;
  163. }
  164. .footer-left {
  165. background: white;
  166. width: 60%;
  167. }
  168. .footer-right {
  169. width: 40%;
  170. }
  171. .left-center,.right-center {
  172. overflow: hidden;
  173. width: 90%;
  174. }
  175. .ticketprice {
  176. color: #ff8800;
  177. height: 52px;
  178. line-height: 52px;
  179. margin-right: 3.4%;
  180. }
  181. .balance {
  182. font-size: 18px;
  183. color: #343434;
  184. }
  185. .ticketprice img{
  186. width: 13px;
  187. margin-top: 21px;
  188. }
  189. .ticketprice span:nth-child(2) {
  190. /*margin-right: 2px;*/
  191. margin-left: 2.89%;
  192. font-size: 13px;
  193. }
  194. .ticketprice span:nth-child(3) {
  195. font-size: 17px;
  196. }
  197. .footer-right {
  198. color: white;
  199. background-color: #ff8800;
  200. }
  201. .right-title {
  202. font-size: 18px;
  203. width: 40%;
  204. }
  205. .right-time {
  206. width: 46%;
  207. height: 52px;
  208. line-height: 52px;
  209. background: url(../img/time.png) no-repeat;
  210. background-position: 3px 48%;
  211. background-size: 16px;
  212. }
  213. /* footer end */
  214. /*支付后 开始*/
  215. .havepay {
  216. display: none;
  217. width: 100%;
  218. background-color: white;
  219. }
  220. .success {
  221. font-size: 18px;
  222. height: 300px;
  223. line-height: 300px;
  224. color: #00CC9C;
  225. }
  226. .myorderlist {
  227. font-size: 15px;
  228. height: 40px;
  229. line-height: 40px;
  230. }
  231. /*支付后 结束*/