Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

disneyDetail.css 2.0 KiB

pirms 3 gadiem
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  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. .container {
  31. width: 100%;
  32. /*background: rgb(247,249,250);*/
  33. }
  34. .header {
  35. margin-bottom: 20px;
  36. }
  37. .header-center {
  38. width: 100%;
  39. }
  40. .sight-img {
  41. width: 100%;
  42. height: 167px;
  43. }
  44. .ticket-name {
  45. line-height: 19px;
  46. font-size: 16px;
  47. margin-left:3.5%;
  48. margin-right:3.5%;
  49. color:#343434;
  50. margin-bottom:12px;
  51. padding-top:10px;
  52. overflow: hidden;
  53. }
  54. .ticket-info{
  55. background-color: #fff;
  56. }
  57. .ticket-type-price {
  58. height: 20px;
  59. line-height: 20px;
  60. }
  61. .prod_name{
  62. float: left;
  63. }
  64. .ticket-type {
  65. width: 36px;
  66. height: 17px;
  67. line-height: 18px;
  68. color: white;
  69. font-size: 12px;
  70. border-radius: 5px;
  71. background-color:#33d6b0;
  72. margin-left:5px;
  73. display: block;
  74. float: left;
  75. margin-top:1px;
  76. }
  77. .ticket-price {
  78. padding-left: 3.5%;
  79. height: 25px;
  80. font-size:17px;
  81. color:#ff8800;
  82. width:100%;
  83. border-bottom:1px solid #d8d8d8;
  84. font-weight: bold;
  85. background:#fff;
  86. }
  87. /* 三个type */
  88. .three-type-div{
  89. background-color: white;
  90. margin-bottom: 10px;
  91. border-top:1px solid #d8d8d8;
  92. }
  93. .three-type-center {
  94. width: 100%
  95. }
  96. .type-title {
  97. height: 40px;
  98. line-height: 40px;
  99. border-bottom:1px solid #e5e5e5;
  100. }
  101. .type-title span{
  102. width: 33%;
  103. font-size: 15px;
  104. color:#343434;
  105. margin-right:8%;
  106. }
  107. .type-info {
  108. line-height: 17px;
  109. padding-top: 14px;
  110. padding-bottom:14px;
  111. font-size:14px;
  112. line-height: 24px;
  113. color:#737373;
  114. border-bottom:1px solid #e5e5e5;
  115. padding-left: 5%;
  116. padding-right:5%;
  117. }
  118. /* 三个type 结束 */
  119. /*footer*/
  120. .footer {
  121. position: fixed;
  122. width: 100%;
  123. bottom: 0px;
  124. height: 50px;
  125. line-height: 50px;
  126. }
  127. .footer span {
  128. display: block;
  129. }
  130. .fav {
  131. width: 33%;
  132. font-size: 15px;
  133. }
  134. .bookNow {
  135. width: 100%;
  136. font-size: 20px;
  137. background-color: #ff8800;
  138. color:#fff;
  139. position: fixed;
  140. bottom:0px;
  141. }