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.
 
 
 
 
 
 

115 rindas
1.5 KiB

  1. .cell-start {
  2. margin-top: 5px;
  3. width: 95%;
  4. }
  5. .cell-start-last{
  6. margin-bottom: 66px;
  7. }
  8. .smallbox {
  9. position: relative;
  10. height: 119px;
  11. width: 100%;
  12. background-image: url(../img/smallbg.png);
  13. background-repeat: no-repeat;
  14. background-size: 100% 119px;
  15. overflow: hidden;
  16. }
  17. .smalllogo {
  18. width: 10px;
  19. height: 39px;
  20. position: absolute;
  21. top: 27px;
  22. left: 3.15%;
  23. }
  24. .smallboxleft {
  25. width: 75%;
  26. }
  27. .smallareainput {
  28. width: 82%;
  29. margin-top: 22px;
  30. margin-left: 12.7%;
  31. }
  32. .areastart {
  33. height: 28px;
  34. width: 100%;
  35. border-bottom: 1px solid #ecebeb;
  36. margin-bottom: 7px;
  37. }
  38. .area {
  39. font-size: 15px;
  40. color: black;
  41. opacity: 0.9;
  42. }
  43. .arearight {
  44. color: #808080;
  45. font-size: 13px;
  46. }
  47. .areaend {
  48. height: 35px;
  49. width: 100%;
  50. }
  51. .tickettitle {
  52. color: #808080;
  53. margin-left: 2.89%;
  54. }
  55. .exchangelogo {
  56. position: absolute;
  57. top: 42px;
  58. left: 73.42%;
  59. width: 13px;
  60. height: 13px;
  61. }
  62. /*右边*/
  63. .smallboxright {
  64. width: 21.23%;
  65. margin-right: -8px;
  66. }
  67. .ticketprice {
  68. font-weight: bold;
  69. color: #ff8800;
  70. margin-top: 42px;
  71. margin-right: 3.4%;
  72. text-align: center;
  73. }
  74. .ticketprice span:first-child {
  75. margin-right: 2px;
  76. font-size: 13px;
  77. }
  78. .ticketprice span:nth-child(2){
  79. font-size: 17px;
  80. }
  81. .ticketprice span:nth-child(3) {
  82. font-size: 15px;
  83. }
  84. .tickettypeimage {
  85. text-align: center;
  86. margin-top: 33px;
  87. margin-bottom: 20%;
  88. overflow: hidden;
  89. }
  90. .tickettypeimage img{
  91. margin-right: 3px;
  92. width: 13px;
  93. height: 14px;
  94. }
  95. .tickettypeimage img:first-child {
  96. /*margin-right: 26%;*/
  97. }
  98. .ticket{
  99. width: 16px;
  100. }