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.

5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
5 年之前
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. /**index.wxss**/
  2. page{
  3. height: 100%;
  4. }
  5. .container{
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .buyBg{
  10. width: 890rpx;
  11. height: 1000rpx;
  12. position: fixed;
  13. top:0;
  14. left: 0;
  15. }
  16. /* swiper{
  17. width: 100%;
  18. height: 437rpx;
  19. position: absolute;
  20. left: 0;
  21. bottom: 0;
  22. } */
  23. .botCont{
  24. /* width: 607rpx; */
  25. width: 100%;
  26. border-radius:30rpx;
  27. background-color:#ffffff;
  28. display: flex;
  29. flex-direction: row;
  30. flex-wrap: wrap;
  31. padding-top: 70rpx;
  32. /* padding-left: 75rpx; */
  33. padding-bottom: 40rpx;
  34. position: fixed;
  35. left: 0;
  36. bottom: 0;
  37. }
  38. .imgView{
  39. width: 254rpx;
  40. height: 248rpx;
  41. overflow: hidden;
  42. display: flex;
  43. justify-content: center;
  44. align-items: center;
  45. border-radius:10px 0px 0px 10px;
  46. }
  47. .imgView image{
  48. width: 387rpx;
  49. height: 342rpx;
  50. }
  51. .textView{
  52. width: 318rpx;
  53. position: absolute;
  54. left: 110rpx;
  55. top: 115rpx;
  56. text-align: center;
  57. }
  58. .textView text{
  59. display: block;
  60. }
  61. .nameText{
  62. font-size:50rpx;
  63. font-family:DINPro;
  64. /* font-weight:bold; */
  65. color:#8f560f;
  66. margin-bottom: 10rpx
  67. }
  68. .bigticketView{
  69. display: flex;
  70. justify-content: center;
  71. align-items: center;
  72. color:#8f560f;
  73. }
  74. .maney{
  75. font-weight:bold;
  76. font-size:40rpx;
  77. }
  78. .Bigticket{
  79. font-size:35rpx;
  80. font-family:DINPro;
  81. color:#8f560f;
  82. }
  83. .timeText{
  84. font-size:24rpx;
  85. font-family:SourceHanSansCN;
  86. font-weight:300;
  87. color:#8f560f;
  88. }
  89. .buyView{
  90. margin-top: 40rpx;
  91. font-size:36rpx;
  92. font-family:SourceHanSansCN;
  93. font-weight:500;
  94. color:rgba(0,0,0,1);
  95. }
  96. .ruleBtn{
  97. width: 117rpx;
  98. height: 37rpx;
  99. position: fixed;
  100. right: 30rpx;
  101. bottom: 480rpx;
  102. z-index: 10;
  103. }
  104. .maskAll{
  105. position: fixed;
  106. width: 100%;
  107. height: 100%;
  108. top: 0;
  109. left: 0;
  110. background-color: rgba(0, 0, 0, 0.5);
  111. z-index: 100
  112. }
  113. .ruleMask{
  114. width: 576rpx;
  115. height: 947rpx;
  116. }
  117. .hiddenIcon{
  118. width: 110rpx;
  119. height: 111rpx;
  120. margin: -12rpx auto 0 auto;
  121. display: block;
  122. }
  123. .maskCont{
  124. position: absolute;
  125. top: 50%;
  126. left: 50%;
  127. transform: translate(-50%,-50%);
  128. }
  129. .indexBuy{
  130. width: 650rpx;
  131. height: 275rpx;
  132. margin-left: 50rpx;
  133. }
  134. .indexBtnBuy{
  135. width: 368rpx;
  136. height: 73rpx;
  137. margin-left: 191rpx;
  138. }