You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

78 lines
1.1 KiB

  1. .trip_tx_f11{
  2. font-size: 0.09rem;
  3. }
  4. .trip_tx_f13{
  5. font-size: 0.11rem;
  6. }
  7. .trip_tx_f14{
  8. font-size: 0.12rem;
  9. }
  10. /* 16rem */
  11. .trip_tx_f16{
  12. font-size: 0.14rem;
  13. }
  14. .trip_img_small_wh{
  15. width: 0.06rem;
  16. height: 0.06rem;
  17. }
  18. .trip_img_wh{
  19. width: 0.22rem;
  20. height: 0.225rem;
  21. }
  22. .trip_img_location_wh{
  23. width: 0.16rem;
  24. height: 0.225rem;
  25. }
  26. /*二维码图片*/
  27. .trip_qrcode_p{
  28. padding-left: 0.05;
  29. padding-top: 0.05;
  30. padding-right: 0.05;
  31. }
  32. .trip_qrcode_bg_color{
  33. background-color: #3d434f;
  34. }
  35. .trip_img_p{
  36. padding-bottom: 0.015rem;
  37. }
  38. .trip_cell_margin{
  39. margin-top: 0.05rem;
  40. }
  41. .cell:first-child{
  42. margin-top: 0.05;
  43. }
  44. .w1{
  45. width: 1%;
  46. }
  47. /*cell border*/
  48. .cell_right_border{
  49. border: solid 1px;
  50. border-color: #cccccc;
  51. }
  52. /*two btn border*/
  53. .two_btn_border{
  54. border-top: solid 1px;
  55. border-color: #f0f2f6;
  56. }
  57. /*暂无行程*/
  58. .trip_none{
  59. margin-top: 60%;
  60. }
  61. .trip_none_img{
  62. width: 0.6rem;
  63. height: 0.43rem;
  64. }
  65. .trip_none_img_p_b{
  66. padding-bottom: 0.13rem;
  67. }
  68. .trip_go_book{
  69. width: 2rem;
  70. padding: 0.1rem;
  71. border-radius: 4px;
  72. border: solid 1px #3d434f;
  73. }
  74. .trip_go_book_left_img{
  75. width: 0.14rem;
  76. height: 0.14rem;
  77. }