Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

75 linhas
860 B

  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. .m_mudidi_product{
  31. display: block;
  32. }
  33. .m_type_title {
  34. height: 40px;
  35. line-height: 40px;
  36. }
  37. .m_type_title span{
  38. width: 33%;
  39. font-size: 15px;
  40. }
  41. .m_contain_cells {
  42. width: 100%;
  43. margin-top: 5px;
  44. }
  45. .m_single_cell {
  46. background-color: white;
  47. }
  48. .m_cell {
  49. width: 90%;
  50. height: 80px;
  51. padding-top: 20px;
  52. }
  53. .m_cell_left {
  54. height: 80px;
  55. }
  56. .ticket_img {
  57. width: 76px;
  58. height: 55px;
  59. }
  60. .m_cell_right {
  61. width: 60%;
  62. height: 80px;
  63. }
  64. .m_cell_ticket_title {
  65. font-size: 14px;
  66. }
  67. .m_cell_ticket_price {
  68. font-size: 20px;
  69. color: orange;
  70. }
  71. /* 目的地产品 结束 */