Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

124 lines
2.0KB

  1. /* pages/buyTicket/buyTicket.wxss */
  2. .ticketImg{
  3. width: 100%;
  4. height: 472rpx;
  5. }
  6. .imgView{
  7. width: 100%;
  8. height: 300rpx;
  9. overflow: hidden;
  10. border-radius:0px 0px 30rpx 30rpx;
  11. position: relative
  12. }
  13. .tooth{
  14. display: block;
  15. width: 694rpx;
  16. height: 10rpx;
  17. position: absolute;
  18. left: 50%;
  19. bottom: -4rpx;
  20. transform: translateX(-50%);
  21. }
  22. .buyNum{
  23. width: 100%;
  24. height: 190rpx;
  25. display: flex;
  26. justify-content: center;
  27. align-items: center;
  28. }
  29. .line{
  30. margin-left: 94rpx;
  31. margin-right: 46rpx;
  32. width: 1rpx;
  33. height: 126rpx;
  34. background-color: rgba(204,204,204,1);
  35. }
  36. .chooseNum{
  37. display: flex;
  38. align-items: center;
  39. }
  40. .chooseNum text{
  41. font-size: 30rpx;
  42. font-weight:bold;
  43. color:rgba(51,51,51,1);
  44. }
  45. .textNum{
  46. margin: 0 25rpx;
  47. }
  48. .subtract{
  49. width: 28rpx;
  50. height: 4rpx;
  51. }
  52. .textAdd{
  53. width: 28rpx;
  54. height: 28rpx;
  55. }
  56. .subtractView{
  57. width: 28rpx;
  58. height: 28rpx;
  59. display: flex;
  60. justify-content: center;
  61. align-items: center;
  62. background: #ffffff;
  63. }
  64. .ticketName{
  65. font-size:36rpx;
  66. font-family:SourceHanSansCN;
  67. font-weight:bold;
  68. color:rgba(51,51,51,1);
  69. }
  70. .title{
  71. display: inline-block;
  72. width: 100%;
  73. margin: 57rpx 0 7rpx 0;
  74. text-align: center;
  75. font-size:30rpx;
  76. font-family:SourceHanSansCN;
  77. font-weight:bold;
  78. color:rgba(51,51,51,1);
  79. line-height:30rpx;
  80. }
  81. .timeLimit{
  82. height: 26rpx;
  83. display: flex;
  84. align-items: center;
  85. margin-top: 23rpx;
  86. margin-bottom: 15rpx;
  87. }
  88. .timeLimit image{
  89. width: 20rpx;
  90. height: 20rpx;
  91. margin-left: 32rpx;
  92. margin-right: 16rpx;
  93. }
  94. .timeLimit text{
  95. font-size:26rpx;
  96. font-family:SourceHanSansCN;
  97. font-weight:bold;
  98. color:rgba(51,51,51,1);
  99. line-height:30rpx;
  100. }
  101. .specify{
  102. font-size:22rpx;
  103. font-family:SourceHanSansCN;
  104. font-weight:400;
  105. color:rgba(102,102,102,1);
  106. line-height:30rpx;
  107. width: 613rpx;
  108. margin-left: 69rpx;
  109. }
  110. .buyBtn{
  111. width: 100%;
  112. height: 99rpx;
  113. margin-top: 140rpx;
  114. }
  115. /* .all{
  116. width: 100%;
  117. position: absolute;
  118. top: 50%;
  119. transform: translateY(-50%);
  120. } */